@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: 1520px !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;
    margin-top: 20px;
}

.public_ad_header_social_media a {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    background-color: #3498da;
}

.public_ad_header_social_media i {
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a:hover {
    opacity: 0.7;
}

.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: #3498da;
    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: #3498da;
    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: #3498da;
    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>li {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 10px;
}

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

.nav_wrap .head_nav>li.nav-current>a {
    background-color: #3498da;
    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-width: 370px;
}

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

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

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

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

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

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

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

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

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

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

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

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


.headernav_box {
    position: relative;
    margin-left: 40px;
}

.headernav_box button {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 5px;
    color: #333;
}

.headernav_box button i {
    font-size: 26px;
    line-height: 1;
    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: #3498da;
    text-decoration: none !important
}

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

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

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

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

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


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

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

.web-search {
    display: flex;
    visibility: hidden;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search--open .btn--search-close {
    opacity: 1;
    transition: transform .3s ease;
    animation: bounceInA 1s ease;
}

.web-search .btn--search-close {
    opacity: 0;
    transition: opacity .3s ease;
}

.web-search .btn--search-close {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: inline-block;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url("../images/search_btn_close.png");
    background-position: center;
    background-size: auto 35%;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 42px;
    cursor: pointer;
    -webkit-background-size: auto 35%;
}

.web-search .btn--search-close:hover {
    background-color: #3498da;
    transform: rotate(90deg);
}

.web-search .search-ipt {
    display: inline-block;
    box-sizing: border-box;
    padding: .05em 0;
    width: 75%;
    border-bottom: 3px solid;
    border-bottom-width: 3px;
    color: #333;
    font-size: 20px;
    line-height: 1em;
}

.search-ipt {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
}

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

.hsearch_p {
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.hsearch_p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.head-search form {
    position: relative;
}

.head-search form button {
    position: absolute;
    top: 11%;
    right: 188px;
    background: transparent;
    border: none;
}

.head-search form i {
    font-size: 37px;
    color: #bbb;
    font-weight: bold;
}

.js .search--open .search-btn {
    display: none !important;
}

.js .web-search .search-ipt {
    transition-delay: .4s;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .web-search .search-ipt {
    transition-delay: .4s;
    opacity: 1;
}

.js .web-search .search-ipt {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    opacity: 0;
    transition: transform .3s;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    border-bottom-width: 1px;
}

.js .web-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    margin: auto;
    padding: 50px 0;
    width: 70%;
    height: 240px;
    border-radius: 8px;
    perspective: 1200px;

}

.js .web-search {
    pointer-events: none;
}

.js .web-search::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    content: '';
    opacity: 0;
    transition: all .3s ease;
}

.js .search--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.js .search--open::before {
    opacity: 1;
    transform: none;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .btn--search-close {
    display: block;
    opacity: 1;
    transition: all ease 0.3s;
}


/* banner_content */
.bannercontent {
    position: relative;
}

.bannercontent img {
    width: 100%;
    vertical-align: middle;
}

.bannerSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.05, 1.05);
}

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


.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 h2 {
    font-size: 48px;
    font-weight: bold;
    z-index: 999;
    transition: all 0.35s ease;
    margin-bottom: 10px;
    color: #fff
}

.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 ,
.rank-math-breadcrumb p{
    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 ,
.rank-math-breadcrumb span {
    font-size: 18px;
    margin: 2px 10px 2px 10px;
}

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

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

.bread_crumbs a:hover ,
.rank-math-breadcrumb a:hover{
    text-decoration: underline !important;
    color: #3498da;
}

.bread_crumbs a:last-child::after,
.rank-math-breadcrumb 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 #3498da;
    margin: 10px 5px;
    font-size: 16px;
}

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

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

.pagelist .current {
    background-color: #3498da !important;
    color: #fff !important;
}

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

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


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

.page_proLeft {
    padding-right: 3%;
    padding-bottom: 102px;
}

.aside_nav {
    border-top-left-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.aside_nav h3 {
    border-top-left-radius: 30px;
    background-color: #3498da;
    color: #fff;
    font-size: 24px;
    padding: 20px 30px;
}


.aside_nav .link {
    padding: 10px 15px 10px 26px;
    line-height: 28px;
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    transition: all ease .3s;

    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.aside_nav .link:hover {
    /* padding-left: 24px; */
    background-color: #3498da;
    transition: all ease .3s;
}

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

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

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


.openaside .link {
    background-color: #3498da;
    transition: all ease .3s;
    /* padding-left: 24px; */
}

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

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

.aside_nav .submenu li {
    padding: 12px 0;
    padding-left: 43px;
}

.aside_nav .submenu li a {
    color: #333;
}

.aside_nav .submenu li a:hover {
    color: #3498da;
    text-decoration: underline !important;
}

.aside_nav .page_proListBox {
    position: relative;
    margin-bottom: 30px;
}


.page_proListBox {
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.page_proListBox::before {
    content: "+";
    display: flex;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    border: 2px solid #fff;
    border-image: initial;
    border-radius: 50%;
    transition: 0.5s;
}

.page_proListImg {
    position: relative;
    overflow: hidden;
}

.page_proListImg::before {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    background: rgb(34, 34, 34);
    transition: 0.3s;
}

.page_proListImg a {
    display: block;
    background: #fff;
}

.page_proListImg a::before {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    left: 0px;
    top: 50%;
    position: absolute;
    z-index: 2;
    background: rgb(34, 34, 34);
}

.page_proListImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;

    filter: blur(0);
}

@media screen and (min-width: 769px) {
    .page_proListImg img {
        /* height: 300px; */
    }
}

.page_proListImg a::after {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    right: 0px;
    top: 75%;
    position: absolute;
    z-index: 2;
    background: rgb(34, 34, 34);
    transition: 0.3s 0.2s;
}

.page_proListImg::after {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    right: 0px;
    top: 25%;
    position: absolute;
    z-index: 2;
    background: rgb(34, 34, 34);
    transition: 0.3s 0.1s;
}

.page_proListBox:hover::before {
    top: 50%;
    opacity: 1;
}

.page_proListBox:hover .page_proListImg::before {
    width: 100%;
}

.page_proListBox:hover .page_proListImg a::before {
    width: 100%;
}

.page_proListBox:hover .page_proListImg img {
    transform: scale(1.1);
    opacity: 0.7;
}

.page_proListBox:hover .page_proListImg a::after {
    width: 100%;
}

.page_proListBox:hover .page_proListImg::after {
    width: 100%;
}

.page_proListDes {
    display: block;
    padding: 20px;
    transition: all 0.4s;
    width: 100%;
    background-color: #fff;
    text-align: center;
    word-break: keep-all;
}

.page_proListDes h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.4s;
}

.page_proListBox:hover .page_proListDes {
    background-image: linear-gradient(120deg, #3498da 0%, #3498da 100%);
    transition: all 0.4s;
}

.page_proListBox:hover .page_proListDes h3 {
    color: rgb(255, 255, 255);
    transition: all 0.4s;
}

.page_proListCover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
}


/* page_productShow */
.product_show {
    padding: 80px 0;
}

.psZoom_large {
    position: relative;
}

.psZoom_large::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all ease 0.3s;
}

#nickx-gallery .cw {
    width: 40px;
    height: 40px;
    border-width: 3px;
    opacity: 0.9;
}

#nickx-gallery .cw i {
    font-size: 20px;
    opacity: 0.9;
}

#nickx-gallery .bo::before,
#nickx-gallery .bo::after {
    display: none;
}

.product_show_main_left>div {
    padding-right: 3%;
}

.product_show_main_describe {
    padding-left: 5%;
}

.product_show_main_describe h1 {
    word-wrap: break-word;
    font-size: 30px;
    color: #444;
    font-weight: bold;
    /* background-color: #3498da; */
    padding: 15px 0 20px;
    border-bottom: 2px solid #444;
}

.product_show_main_describe>.page_psdesp {
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.product_show_main_describe>.page_psdesp>p {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.page_psCategory {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page_psCategory span {
    color: #666;
    font-size: 16px;
}

.page_psCategory span:nth-last-child(1) {
    color: #111;
    font-size: 18px;
}

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

.product_show_main_button a {
    padding: 10px 20px;
    border: 1px solid #3498da;
    display: block;
    color: #3498da;
    font-size: 18px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.product_show_main_button a:hover {
    background-color: #3498da;
    color: #fff;
}

.productshow_tabmain {
    padding: 30px 50px 60px;
}

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

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

.page_pstab {
    margin-top: 70px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page_pstab .productshow_tab h4 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    background-color: #f2f2f2;
    padding: 22px 20px;
    text-align: center;
}

.page_pstab .productshow_tab h4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    transition: transform 0.3s;
    background-color: #3498da;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    transition: all ease 0.3s;
}


.productshow_tab_main h2 {
    font-size: 20px !important;
    color: #000;
    margin: 10px 0;

}

.productshow_tab_main p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    /*margin-bottom: 30px;*/

}

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


.page_pstab .productshow_tab .productshow_tab_active {
    background-color: #fff;
    color: #3498da;
}

.page_pstab .productshow_tab .productshow_tab_active::before {
    transform: translate3d(0, 0, 0);
    transition: all ease 0.3s;
}

.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: #3498da;
    text-decoration: underline !important;
    border: 1px solid #3498da;
}

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

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

}

.hot_product {
    margin-top: 50px;
}

.hot_product_title {
    margin-bottom: 30px;
}

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

.product_left_hotproduct .scrollDiv li h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.product_left_hotproduct #btn1 {
    color: #415364;
    font-size: 20px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.product_left_hotproduct #btn2 {
    color: #415364;
    font-size: 20px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.scrollHot h2 {
    padding: 20px 15px;
    font-size: 28px;
    font-weight: bold;

    background-color: #415364;
    color: #fff;
    text-align: center;
    margin: 20px auto;
}

/* scrollDiv */
.scrollDiv {
    height: 320px;
    /* 必要元素 */
    line-height: 25px;
    border: #ccc 1px solid;
    overflow: hidden;
    /* 必要元素 */
}

.scrollDiv li {
    height: 320px;
}

.scrollDiv li h3 {
    padding: 15px 10px;
}

.scrollDiv li h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

#s2,
#s3 {
    height: 640px;
}

.productshow_otherSwiper {
    padding: 5px 2px 50px;
}


/* 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(52, 152, 218, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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

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


.page_caselist {
    padding: 80px 0;
}

.page_caselist .indexTitle {
    margin-bottom: 30px;
}

.page_caselist .icase_li {
    margin-bottom: 40px;
}

.page_caselist .icase_li:nth-child(n+4) {
    margin-bottom: 20px;
}

.page_caselist .icase_content {
    padding: 50px 20px;
}

.page_caselist .icase_content h3 {
    font-size: 24px;
}

.page_caselist .icase_content p {
    font-size: 16px;
}

.page_caselist .icase_content span {
    margin: 15px auto;
}

/* page_newsList */
.page_newsList {
    margin-top: -62px;
    padding-top: 60px;
    padding-bottom: 70px;
    background: linear-gradient(to bottom, #f4f4f4 62px, #fff 62px);
}

.news_li {
    background-color: #fff;
    padding: 60px 0;
    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;
}

.news_flex {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

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

.news_img img {
    width: 100%;
    vertical-align: middle;
    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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    height: 100%;
    width: 90%;
    overflow: hidden;
}

.news_content h3 {
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
    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;
}

.news_content h3 a {
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    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;
}

.news_date {
    font-size: 18px;
    color: #bbb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_date i {
    font-size: 20px;
    color: #aaa;
}

.news_content p {
    font-size: 18px;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 35px;
}

.news_li:nth-child(2n+1) .news_left {
    order: 1;
}

.news_li:nth-child(2n+1) .news_right {
    order: 2;
}

.news_li:nth-child(2n+1) .news_content {
    margin-right: 10%;
}

.news_li:nth-child(2n) .news_left {
    order: 2;
}

.news_li:nth-child(2n) .news_right {
    order: 1;
}

.news_li:nth-child(2n) .news_content {
    margin-left: 10%;
}

.news_li:hover {
    background-color: #f4f4f4;
    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;
}

.news_li:hover .news_img img {
    transform: scale(1.1);
    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;
}

.news_li:hover .news_content h3 {
    color: #3498da;
    text-decoration: underline;
    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;
}

.news_li:hover .news_content h3 a {
    color: #3498da;
    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;
}

.page_newsList .pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 0;
}

.indexPro_btn a {
    display: inline-flex;
    align-items: center;
    background-color: #3498da;
    color: #fff;
    padding: 10px 18px;
    line-height: 20px;
    transition: all 0.35s ease;
}

.indexPro_btn a span {
    font-size: 16px;
}

.indexPro_btn a i {
    font-size: 20px;
    margin-left: 5px;
    transition: all 0.35s ease;
}

.indexPro_btn a:hover i {
    margin-left: 10px;
}

.indexPro_btn a:hover {
    letter-spacing: 0.5px;
    color: #fff;
}


/* 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: 10px;
    font-weight: bold;
    color: #333;
}

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

.newsinfo_main h3 {
    font-size: 30px;
    font-family: "PingFang Bold";
    margin: 20px 0;
}

.newsinfo_main h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #c7c7c7;
}

.newsinfo_main p {
    font-size: 18px;
    margin-bottom: 20px;
        text-align: justify;
    text-align-last: left;
}

.newsinfo_main .row {
    width: 80%;
    margin: 30px auto;
}

.newsinfo_main>img {
    width: 80%;
    margin: 0 10%;
}


/* contacts8 */
.contacts8_part1 {
    padding: 70px 0;
}

.contacts8_p1Main {
    background-color: #F5F5F5;
    padding: 4% 3%;
    border-radius: 10px;
}

.contacts8_p1left {
    padding-right: 5%;
    border-right: 1px solid #E5E5E5;
}

.contacts8_p1right {
    padding-left: 5%;
}

.contacts8_title {
    line-height: 1.5;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.contacts8_p1Box {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
}

.contacts8_p1Box i {
    font-size: 36px;
    color: #3498da;
}

.contacts8_p1Br {
    padding-left: 20px;
}

.contacts8_p1Br .contacts8_box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contacts8_p1Br p {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    padding-right: 5px;
}

.contacts8_p1Br span,
.contacts8_p1Br a {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
}

.contacts8_p1Br a:hover {
    color: #3498da;
}

.contacts8_p1right .contact_inquiry_form_main {
    padding: 0;
    background-color: transparent;
}

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

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

.feedbackForm>p>.btn {
    width: 100%;
    color: #fff;
    background-color: #135fca;
    border: none;
    border-radius: 0;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 3px 46px;
}


.contacts8_p1right .feedbackForm>p>.btn {
    width: auto;
    color: #fff;
    background-color: #135fca;
    border: none;
    border-radius: 0;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 3px 46px;
}

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

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



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

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

.contacts8_map #indexmap {
    height: 400px;
}


/* page_equipment */
.page_equipment {
    padding: 60px 0 80px;
}

.indextitleline {
    width: 40px;
    height: 6px;
    background: #3498da;
}

.page_equipment .pagealbum1_box {
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 10px;
    filter: grayscale(100%);
    transition: all 0.35s ease;
}


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

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

}

/* .pagealbum1_Img::before,
.pagealbum2_Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
} */

.pagealbum1_Img_look,
.pagealbum2_Img_look {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_equipment .ser_look {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.page_equipment .pagealbum1_box:hover {
    filter: grayscale(0);
}

.page_equipment .pagealbum1_box:hover .pagealbum1_Img::before {
    opacity: 1;
}

.page_equipment .pagealbum1_box:hover .ser_look {
    opacity: 1;
    z-index: 99;
}

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

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

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

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

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

.search_result_box input {
    width: 100%;
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}

.search_result_box button {
    display: block;
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #3498da;
    border: 1px solid #3498da;
    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 #3498da;
    width: 15%;
}

.search_result_box button:hover i {
    color: #3498da;
}

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

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

.result_attention span {
    font-size: 26px;
    color: #3498da;
    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: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}

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

.resultcard:hover h3 {
    color: #3498da;
}

.resultcard:hover {
    border: 1px solid #3498da;
    border-radius: 15px;
}

.productshow_tab_main p,
.product_show_main_describe>.page_psdesp>p{
    /* word-wrap: break-word;*/
    /*word-break: break-all;*/
   text-align: justify;
    text-align-last: left;
}

.productshow_tab_main table p{
    text-align: center;
    display: flex;
    justify-content: center;
}

.productshow_tab_main table img{
    width: auto;
    object-fit: cover;
}


@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;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

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

    .navbar-toggler {
        background-color: #3498da;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #3498da;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

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

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #3498da;
    }

    .bannercontent,
    .banner {
        margin-top: 58px;
    }

    .bannercontent_title h2 {
        font-size: 30px;
    }

    .page_proList {
        padding: 40px 0;
    }

    .aside_nav h3,
    .aside_nav {
        border-radius: 0;
    }

    .page_proLeft {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 40px;
    }

    .page_proListDes {
        padding: 15px 20px;
    }

    .page_proListMain>.row>div:nth-last-child(1) .page_proListBox {
        margin-bottom: 10px;
    }

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


    .product_show {
        padding: 40px 0;
    }

    .product_show_main_left>div {
        padding-right: 0;
    }

    .product_show_main_describe {
        padding-left: 0;
    }

    .product_show_main_describe h1 {
        font-size: 24px;
        padding: 35px 0 14px;
    }

    .page_psCategory span:nth-last-child(1) {
        font-size: 17px;
    }

    .product_show_main_button a {
        margin: 0;
    }

    .page_pstab {
        margin-top: 40px;
    }

    .page_pstab .productshow_tab h4 {
        font-size: 16px;
        padding: 15px 10px;
    }

    .productshow_tabmain {
        padding: 5px 20px 30px;
    }

    .productshow_tab_main img {
        width: 100%;
    }

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

    .product_inquiry_form {
        padding: 30px 20px;
    }

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

    .product_inquiry_form .yandex-form {
        min-height: auto;
    }

    .product_inquiry_form .feedbackForm .line p {
        line-height: 1.5;
    }

    .product_inquiry_form .feedbackForm .line {
        margin-bottom: 10px;
    }


    .download {
        padding: 40px 0;
    }

    .download_li:nth-child(n+23) {
        margin-bottom: 10px;
    }


    .page_caselist {
        padding: 40px 0;
    }

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

    .page_caselist .icase_li {
        margin-bottom: 30px !important;
    }

    .page_caselist .icase_li:nth-last-child(1) {
        margin-bottom: 0px !important;
    }

    .page_caselist .icase_content {
        padding: 30px 20px;
    }

    .page_caselist .icase_content h3 {
        font-size: 22px;
    }

    .page_caselist .icase_content span {
        margin: 12px auto;
    }


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

    .news_li {
        padding: 30px 0;
        border-bottom: 1px solid #eeeded;
    }

    .news_li .news_left {
        order: 2 !important;
    }

    .news_li .news_right {
        order: 1 !important;
    }

    .news_li .news_content {
        width: 100%;
        margin: 5px 0 !important;
        gap: 10px;
    }

    .news_content h3 a {
        font-size: 24px;
    }

    .news_date {
        font-size: 16px;
        gap: 5px;
    }

    .news_date i {
        font-size: 16px;
    }

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

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


    /* page_newsshow */
    .page_newsshow {
        padding: 40px 0 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;
    }

    .newsinfo_main .row,
    .newsinfo_main>img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        gap: 20px;
    }

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

    .contacts8_part1 {
        padding: 40px 0;
    }

    .contacts8_p1Br{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .contacts8_p1Br .contacts8_box{
        gap: 2px;
    }

    .contacts8_p1Main {
        padding: 30px 10px;
        margin: 0 auto;
    }

    .contacts8_p1left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
    }

    .contacts8_p1Code {
        justify-content: space-between;
    }

    .contacts8_p1Cbox {
        max-width: 120px;
    }

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

    .contacts8_p1right .feedbackForm>p>.btn {
        border-radius: 0;
        width: 100%;
    }

    .contacts8_map {
        padding-top: 20px;
    }

    .contacts8_map #indexmap {
        height: 250px;
    }

    .contacts8_p1Box:nth-last-child(1) {
        border-bottom: 1px solid transparent;
    }
}

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

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #3498da;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

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

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #3498da;
    }

    .bannercontent,
    .banner {
        margin-top: 58px;
    }

    .page_proList {
        padding: 50px 0;
    }

    .aside_nav h3,
    .aside_nav {
        border-radius: 0;
    }

    .page_proLeft {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 40px;
    }

    .page_proListDes {
        padding: 15px 20px;
    }

    .page_proListMain>.row>div:nth-child(n+7) .page_proListBox {
        margin-bottom: 10px;
    }

    .page_proListMain>.row>div:nth-last-child(1) .page_proListBox {
        display: none;
    }

    .page_proListImg img {
        height: auto;
    }

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


    .product_show {
        padding: 50px 0;
    }

    .product_show_main_left>div {
        padding-right: 0;
    }

    .product_show_main_describe {
        padding-left: 0;
    }

    .product_show_main_describe h1 {
        padding: 35px 0 14px;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 18px !important;
    }

    .page_pstab {
        margin-top: 40px;
    }

    .page_pstab .productshow_tab h4 {
        padding: 20px 10px;
    }

    .productshow_tabmain {
        padding: 5px 30px 30px;
    }

    .productshow_tab_main img {
        width: 100%;
    }

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

    .product_inquiry_form {
        padding: 30px 20px;
    }

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

    .product_inquiry_form .yandex-form {
        min-height: auto;
    }

    .product_inquiry_form .feedbackForm .line p {
        line-height: 1.5;
    }

    .product_inquiry_form .feedbackForm .line {
        margin-bottom: 10px;
    }


    .download {
        padding: 50px 0;
    }

    .download_li:nth-child(n+23) {
        margin-bottom: 10px;
    }


    .page_caselist {
        padding: 50px 0;
    }

    .page_caselist .indexTitle {
        margin-bottom: 30px;
    }

    .page_caselist .icase_li {
        margin-bottom: 30px !important;
    }

    .page_caselist .icase_li:nth-child(n+5) {
        margin-bottom: 10px !important;
    }

    .page_caselist .icase_content {
        padding: 20px;
    }

    .page_caselist .icase_content h3 {
        font-size: 20px;
    }

    .page_caselist .icase_content span {
        margin: 12px auto;
    }

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

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

    .news_li {
        width: 48%;
        margin: 0 1%;
        padding: 40px 0;
        border-bottom: 1px solid #eeeded;
    }

    .news_li .news_left {
        order: 2 !important;
    }

    .news_li .news_right {
        order: 1 !important;
    }

    .news_li .news_content {
        width: 100%;
        margin: 10px 0 !important;
        gap: 15px;
    }

    .news_content h3 a {
        font-size: 26px;
    }

    .news_date {
        font-size: 16px;
        gap: 6px;
    }

    .news_date i {
        font-size: 18px;
    }

    .news_content p {
        line-height: 1.6;
        margin-bottom: 5px;
    }

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


    /* page_newsshow */
    .page_newsshow {
        padding: 50px 0 20px;
    }

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

    .newsinfo_main .row {
        width: 100%;
    }


    .contacts8_part1 {
        padding: 50px 0;
    }

    .contacts8_p1Main {
        padding: 40px 15px;
        margin: 0 auto;
    }

    .contacts8_p1left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
    }

    .contacts8_p1Cbox {
        margin-right: 25px;
    }

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

    .contacts8_p1right .feedbackForm>p>.btn {
        border-radius: 0;
        width: 100%;
    }

    .contacts8_map {
        padding-top: 20px;
    }

    .contacts8_map #indexmap {
        height: 350px;
    }

    .contacts8_p1Box:nth-last-child(1) {
        border-bottom: 1px solid transparent;
    }
}

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

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #3498da;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

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

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #3498da;
    }

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

    .bannercontent,
    .banner {
        margin-top: 67px;
    }


    .page_proList {
        padding: 60px 0;
    }

    .aside_nav h3,
    .aside_nav {
        border-radius: 0;
    }

    .page_proLeft {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 40px;
    }

    .page_proListDes {
        padding: 15px 20px;
    }

    .page_proListMain>.row>div:nth-child(n+7) .page_proListBox {
        margin-bottom: 10px;
    }

    .page_proListImg img {
        height: auto;
    }


    .product_show {
        padding: 60px 0;
    }

    .product_show_main_left>div {
        padding-right: 0;
    }

    .product_show_main_describe {
        padding-left: 0;
    }

    .product_show_main_describe h1 {
        padding: 35px 0 20px;
    }

    .page_pstab {
        margin-top: 40px;
    }

    .page_pstab .productshow_tab h4 {
        padding: 20px 10px;
    }

    .productshow_tabmain {
        padding: 5px 30px 30px;
    }


    .page_caselist {
        padding: 60px 0;
    }

    .page_caselist .icase_li:nth-child(n+5) {
        margin-bottom: 10px !important;
    }

    .page_caselist .icase_content {
        padding: 30px 20px;
    }

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

    .news_li {
        padding: 40px 0;
        border-bottom: 1px solid #f4f4f4;
    }

    .news_li .news_content {
        width: 95%;
        gap: 15px;
    }

    .news_li:nth-child(2n+1) .news_content {
        margin-right: 5%;
    }

    .news_li:nth-child(2n) .news_content {
        margin-left: 5%;
    }

    .news_content h3 a {
        font-size: 26px;
    }

    .news_date {
        font-size: 16px;
        gap: 6px;
    }

    .news_date i {
        font-size: 18px;
    }

    .news_content p {
        line-height: 1.6;
        margin-bottom: 5px;
    }

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


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

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


    .contacts8_part1 {
        padding: 60px 0;
    }

    .contacts8_p1Main {
        margin: 0 auto;
    }

    .contacts8_p1left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 30px;
    }

    .contacts8_p1Cbox {
        margin-right: 25px;
    }

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

    .contacts8_map {
        padding-top: 30px;
    }

    .contacts8_map #indexmap {
        height: 400px;
    }

    .contacts8_p1Box:nth-last-child(1) {
        border-bottom: 1px solid transparent;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #3498da;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #3498da;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

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

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #3498da;
    }

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

    .bannercontent,
    .banner {
        margin-top: 67px;
    }

    .page_proList {
        padding: 50px 0;
    }

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

    .page_proListDes {
        padding: 15px 20px;
    }

    .page_proListImg img {
        height: auto;
    }


    .product_show {
        padding: 60px 0;
    }

    .product_show_main_left>div {
        padding-right: 0;
    }

    .product_show_main_describe {
        padding-left: 0;
    }

    .product_show_main_describe h1 {
        padding: 0 0 20px;
    }

    .product_show_main_button a {
        margin: 0;
    }

    .page_pstab {
        margin-top: 50px;
    }

    .page_pstab .productshow_tab h4 {
        padding: 20px 10px;
    }

    .productshow_tabmain {
        padding: 5px 30px 30px;
    }



    .page_caselist {
        padding: 50px 0;
    }

    .page_caselist .icase_li {
        margin-bottom: 30px !important;
    }

    .page_caselist .icase_li:nth-child(n+4) {
        margin-bottom: 10px !important;
    }

    .page_caselist .icase_content {
        padding: 20px;
    }

    .page_caselist .icase_content h3 {
        font-size: 20px;
    }

    .page_caselist .icase_content span {
        margin: 12px auto;
    }

    /* page_newsList */
    .page_newsList {
        padding-bottom: 50px;
    }

    .news_li {
        padding: 50px 0;
        border-bottom: 1px solid #f4f4f4;
    }

    .news_li .news_content {
        width: 95%;
        gap: 20px;
    }

    .news_li:nth-child(2n+1) .news_content {
        margin-right: 5%;
    }

    .news_li:nth-child(2n) .news_content {
        margin-left: 5%;
    }

    .news_content h3 a {
        font-size: 28px;
    }

    .news_date {
        font-size: 18px;
    }

    .news_date i {
        font-size: 20px;
    }

    .news_content p {
        line-height: 1.6;
        margin-bottom: 5px;
    }

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


    .cont_newsinfo_left {
        width: 98%;
    }


    .contacts8_p1Main {
        margin: 0 auto;
    }

    .contacts8_p1Cbox {
        margin-right: 20px;
        max-width: 112px;
    }

    .contacts8_map {
        padding-top: 30px;
    }

    .contacts8_p1Box {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}


@media (max-width:449px) {
    .iproSwiper .swiper-slide:nth-child(1){
        order: 1;
    }
    .iproSwiper .swiper-slide:nth-child(2){
        order: 7;
    }
    .iproSwiper .swiper-slide:nth-child(3){
        order: 2;
    }
    .iproSwiper .swiper-slide:nth-child(4){
        order: 8;
    }
    .iproSwiper .swiper-slide:nth-child(5){
        order: 3;
    }
    .iproSwiper .swiper-slide:nth-child(6){
        order: 9;
    }
    .iproSwiper .swiper-slide:nth-child(7){
        order: 4;
    }
    .iproSwiper .swiper-slide:nth-child(8){
        order: 10;
    }
    .iproSwiper .swiper-slide:nth-child(9){
        order: 5;
    }
    .iproSwiper .swiper-slide:nth-child(10){
        order: 11;
    }
    .iproSwiper .swiper-slide:nth-child(11){
        order: 6;
    }
    .iproSwiper .swiper-slide:nth-child(12){
        order: 12;
    }
}

@media (min-width:450px) and (max-width:768px) {
    .iproSwiper .swiper-slide:nth-child(1){
        order: 1;
    }
    .iproSwiper .swiper-slide:nth-child(2){
        order: 2;
    }
    .iproSwiper .swiper-slide:nth-child(3){
        order: 7;
    }
    .iproSwiper .swiper-slide:nth-child(4){
        order: 8;
    }
    .iproSwiper .swiper-slide:nth-child(5){
        order: 3;
    }
    .iproSwiper .swiper-slide:nth-child(6){
        order: 4;
    }
    .iproSwiper .swiper-slide:nth-child(7){
        order: 9;
    }
    .iproSwiper .swiper-slide:nth-child(8){
        order: 10;
    }
    .iproSwiper .swiper-slide:nth-child(9){
        order: 5;
    }
    .iproSwiper .swiper-slide:nth-child(10){
        order: 6;
    }
    .iproSwiper .swiper-slide:nth-child(11){
        order: 11;
    }
    .iproSwiper .swiper-slide:nth-child(12){
        order: 12;
    }
    
}

@media (min-width:768px) {
    .iproSwiper .swiper-slide:nth-child(1){
        order: 1;
    }
    .iproSwiper .swiper-slide:nth-child(2){
        order: 2;
    }
    .iproSwiper .swiper-slide:nth-child(3){
        order: 3;
    }
    .iproSwiper .swiper-slide:nth-child(4){
        order: 7;
    }
    .iproSwiper .swiper-slide:nth-child(5){
        order: 8;
    }
    .iproSwiper .swiper-slide:nth-child(6){
        order: 9;
    }
    .iproSwiper .swiper-slide:nth-child(7){
        order: 4;
    }
    .iproSwiper .swiper-slide:nth-child(8){
        order: 5;
    }
    .iproSwiper .swiper-slide:nth-child(9){
        order: 6;
    }
    .iproSwiper .swiper-slide:nth-child(10){
        order: 10;
    }
    .iproSwiper .swiper-slide:nth-child(11){
        order: 11;
    }
    .iproSwiper .swiper-slide:nth-child(12){
        order: 12;
    }
}