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

.public_ad_header {
    background: #fff;
    padding: 21px 0;
    color: #333
}

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

.public_ad_header_left,
.public_ad_header_right {
    display: flex;
    align-items: center;
}

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

.public_ad_headLcon {
    padding-left: 22px;
    margin-left: 22px;
    border-left: 1px solid #b4b5b1;
}

.public_ad_headLcon h2 {
    color: #3d3f47;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.public_ad_headLcon p {
    color: #3d3f47;
    font-size: 14px;
    line-height: 1;
}

.public_ad_header_rcon {
    margin-left: 20px;
}

.public_ad_header_rcon p {
    color: #3f5ca4;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.public_ad_header_rcon span {
    color: #838383;
    font-size: 15px;
    line-height: 1;
}

/* 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: #3f5ca4;
    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: #3f5ca4;
    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: #3f5ca4;
    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,
.index_web_head {
    background: #3d3f47;
}

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

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

.nav_wrap em {
    font-style: normal;
}

.nav_wrap .head_nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

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

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

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0 32px;
}

.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_wrap .head_nav>li li a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
    color: #555;
    line-height: 22px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-right: 20px;

}

.nav_wrap .head_nav>li li a:hover {
    position: relative;
    color: #222;
}

.nav_wrap .head_nav>li li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform 0.3s ease-out;
}

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

.head_nav_Main i {
    color: #222;
    font-size: 10px;
    line-height: 1;
}

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

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

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

.nav_wrap .head_nav>li:hover>a {
    background-color: #3f5ca4;
    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: #3f5ca4;
    color: #fff;
}

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

.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 .head_nav_Main {
    width: max-content;
    padding: 22px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    transition: all ease 0.5s;

    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10%);
    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);

    display: flex;
}


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

.head_nav_Main>ul {
    min-width: 150px;
    padding-right: 25px;
    border-right: 1px solid #dadada;
}

.head_nav_MainDes {
    padding-left: 25px;
}

.head_nav_MainImg {
    max-width: 220px;
}

.head_nav_MainDes p {
    margin-top: 15px;
    max-width: 220px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.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 .nav_wrap a {
    color: #fff;
}

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

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

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


.fixed-nav .nav_wrap .head_nav {
    margin-bottom: 0 !important;
}

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



.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: #3f5ca4;
    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: 12px;
    height: 12px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background-color: rgba(63, 92, 164, 0.8);
    margin: 0 6px !important;
    transition: all ease 0.3s;
    border-radius: 6px;
}

.bannerSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 48px;
    border-radius: 8px;
}

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


/* .s {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999999999999;
    position: fixed;
} */

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

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

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

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

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

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

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

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

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

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

.head-search form {
    position: relative;
}

.head-search form i {
    position: absolute;
    top: 11%;
    right: 188px;
    font-size: 37px;
    color: #bbb;
    font-weight: bold;
}

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

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

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

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

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

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

}

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

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

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

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

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

.js .btn--search-close {
    display: block;
    opacity: 1;
}

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

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

.banner_search {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

.banner_search .indexAdvs_bot {
    padding: 12px 0px;
}

/* .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: #3f5ca4;
  }
  
  .bannercontent_title span {
    color: #3f5ca4;
    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: 16px;
    color: #222;
    margin: 2px 5px 2px 5px;
    word-break: break-all;
    word-wrap: break-word;
}

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

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

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

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

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

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

.pagelist .current {
    background-color: #3f5ca4 !important;
    color: #fff !important;
}

.pagelist a .current {
    background-color: #3f5ca4;
    color: #fff
}

/* pagefenye and phonebottom */
.page_ctrl_box {
    padding: 40px 0;
    margin-top: 50px;
    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: #3f5ca4;
}

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

.aside_nav_left {
    width: 90%;
}

.asidenav1,
.asidenav2 {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.aside_nav_top {
    background-color: #3f5ca4;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aside_nav_top h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.aside_nav_top p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.aside_navBox {
    /* padding: 20px 10px; */
}

.aside_navA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.aside_navA span {
    font-size: 16px;
    color: #333;
}

.aside_navA i {
    transform: translateX(-15px);
    opacity: 0;
    transition: all .4s;
    font-size: 20px;
    color: #111;
}

.aside_navA:hover,
.aside_navA.current {
    background-color: #f1f1f1;
}

.aside_navA:hover i,
.aside_navA.current i {
    transform: translateX(0px);
    opacity: 1;
}

.aside_navCon {
    padding: 15px 20px;
}

.aside_navCon p {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.aside_ConP {
    font-size: 16px;
    color: #333;
}

.aside_ConA {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition: all ease 0.3s;
}

.aside_navCon p a.aside_ConA:hover {
    color: #3f5ca4;
}

.aside_navCon p:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
    padding-top: 20px;
}

.aside_Conbtn {
    display: inline-block;
    color: #fff;
    background-color: #3f5ca4;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 50px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.aside_Conbtn:hover {
    background-color: #3f5ca4db;
}

.productList {
    padding-top: 40px;
}

.productListBox {
    margin-bottom: 30px;
}

.proListBox {
    /* width: 95%;
    margin: 0 auto; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    /* background-color: #f1f1f1; */
}

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

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

.proListBox p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
}

.proListBox p a {
    transition: all 0.3s ease;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

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

.proListBox:hover .proList_img img {
    transform: scale(1.06);
}

.proListBox:hover p a {
    color: #3f5ca4;
}

.proListBox:hover p {
    background-color: #f1f1f1;
}

.prolistRec {
    margin-top: 60px;
}

.prolistRec_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.prolistRec_top div {
    display: flex;
    align-items: flex-end;
}

.prolistRec_top h2 {
    font-size: 22px;
    font-weight: bold;
    color: #3f5ca4;
    line-height: 1;
}

.prolistRec_top span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #666;
}

.prolistRec_top a {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    color: #333;
    transition: all ease 0.3s;
}

.prolistRec_top a:hover {
    color: #3f5ca4;
}

.prolistRec_bot {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.prolistRec_bot p {
    flex: 0 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prolistRec_bot p:nth-child(2n+1) {
    padding-right: 10px;
}

.prolistRec_bot p:nth-child(2n) {
    padding-left: 10px;
}

.prolistRec_bot p a i {
    color: #3f5ca4;
    font-size: 12px;
}

.prolistRec_bot p span {
    color: #333;
    font-size: 15px;
    transition: all ease 0.3s;
}

.prolistRec_bot p a:hover span {
    color: #3f5ca4;
}


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

.product_show_main {
    padding-top: 40px;
}

.product_show_main_describe {
    padding-top: 20px;
    padding-left: 30px;
}

.product_show_main_describe h6 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.product_show_main_describe h1 {
    color: #3f5ca4;
    font-size: 32px;
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.product_show_main_describe>p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.product_show_main_contact {
    display: flex;
    align-items: center;
    margin: 40px 0 30px;
}

.product_show_main_conbox {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.product_show_main_conbox div {
    display: flex;
    flex-direction: column;
}

.product_show_main_conbox i {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    color: #3f5ca4;
}

.product_show_main_conbox div span {
    color: #3f5ca4;
    font-size: 14px;
    font-weight: bold;
}

.product_show_main_conbox div a {
    color: #111;
    font-size: 20px;
    font-weight: bold;
}

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

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

.proShow_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
    margin-bottom: 20px;
}

.proShow_title h2 {
    font-size: 30px;
    line-height: 1;
    color: #333;
    padding-left: 15px;
    border-left: 4px solid #3f5ca4;
    font-weight: bold;
}

.proShow_title span {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #666;
}

.proShow_main img {
    width: 100%;
}

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

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

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

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

.product_inquiry_form textarea {
    width: 100%;
    padding: 10px 10px 50px;
    background: #fff;
    border: none;
    max-height: 160px;
    font-size: 16px;
    color: #333;
    resize: none;
}

.product_inquiry_form #form {
    position: relative;
}

.product_inquiry_form #form>p {
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 24px;
}

.product_inquiry_form .yandex-form>p{
    margin-top: -50px;
    position: relative;
}

.product_inquiry_form .yandex-form>p input:nth-child(1) {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    background-color: #3f5ca4;
    border: 1px solid #3f5ca4;
    padding: 10px 28px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 0;
    transition: all ease 0.3s;
    position: absolute;
    right: 20px;
}

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

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #3f5ca4 !important;
}

.product_inquiry_form_main .wpcf7 form>.wpcf7-response-output{
    margin-top: 50px;
    margin-bottom: 0;
}

.hot_product {
    margin-top: 50px;
}

.productshow_otherSwiper {
    padding: 20px 2px 60px;
}

.productshow_otherSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all ease 0.3s;
}

.productshow_otherSwiper .swiper-pagination-bullet-active {
    width: 50px;
    height: 10px;
    border-radius: 8px;
    background-color: #3f5ca4;
}


/* page_about */
.aboutHeadNav {
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}

.aboutHeadNav a {
    display: block;
    padding: 12px 60px;
    line-height: 20px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    transition: all ease 0.3s;
}

.aboutHeadNav a:hover,
.aboutHeadNav .current a {
    background-color: #3f5ca4;
    color: #fff;
}

.page_about {
    padding-bottom: 100px;
}

.aboutus_part1 {
    padding-top: 70px;
}

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

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

.aboutus_title span {
    margin-top: 12px;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: #3f5ca4;
}

.aboutus_part1 p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.aboutus_part2 {
    padding-top: 70px;
}

.aboutus_part2_li {
    margin-bottom: 30px;
}

.aboutus_part2Box {
    padding: 15px 20px 25px 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.aboutus_part2Box::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #3f5ca4;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
}

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

.aboutus_part2Box i {
    color: #3f5ca4;
    font-size: 52px;
    line-height: 1;
}

.aboutus_part2num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    margin-left: 20px;
}

.aboutus_part2Box h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.aboutus_part2Box p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.aboutus_part2Box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #3f5ca4;
    border-radius: 170px 0 10px 0;
    opacity: .1;
}

.aboutus_part2Box:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
}

.aboutus_part2Box:hover i,
.aboutus_part2Box:hover h3,
.aboutus_part2Box:hover p {
    color: #fff;
}


.aboutus_part3 {
    margin-top: 80px;
}

.aboutus_part3L {
    padding-right: 60px;
}

.aboutus_part3left {
    height: 100%;
    padding: 230px 80px;
    background-color: #3f5ca4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aboutus_part3left h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.aboutus_part3left p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

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

.aboutus_part3right .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.aboutus_part3right .swiper-slide {
    background-size: cover;
    background-position: center;
}

.aboutus_part3right .gallery-top {
    height: 80%;
    width: 100%;
}

.aboutus_part3right .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 0;
}

.aboutus_part3right .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
}

.aboutus_part3right .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.aboutus_part3right .swiper-button-next,
.aboutus_part3right .swiper-button-prev {
    color: #ddd;
}

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



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

.albumBox {
    margin-bottom: 30px;
}

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

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

.album_boxImg img {
    width: 100%;
    transform: scale(0.95);
    object-fit: contain;
    transition: 0.6s;
}

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

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

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

.album_box:hover .album_boxDes {
    background-color: #fff;
    color: #184879;
    transition: all ease .5s;
}


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


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

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

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

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

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

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


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

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

.contact_part1_bigLogo a {
    margin-left: 20px;
}

.contact_part1_bigLogo img {
    min-width: 200px;
}

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

.contact_part1_bigMain h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444;
}

.contact_part1_bigMain p {
    font-size: 16px;
    color: #444;
}

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

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


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

.pageWord_left {
    padding-right: 0;

}

.pageWordLeft {
    height: 100%;
    position: relative;
    background: url(../images/ia1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pageWordLeft::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.pageWord_box {
    position: relative;
    z-index: 99;
}

.pageWord_left h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}

.pageWord_left p {
    font-size: 20px;
    color: #fff;
}

.pageWord_right {
    padding-left: 0;
}

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

.pageWord_right .product_inquiry_form {
    padding: 60px;
}


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



.page_caseListRight li {
    position: relative;
}

.caseList_des {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.caseList_des h6 {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}

.caseList_des h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 20px;
}

.caseList_des h2:hover {
    color: #3f5ca4;
}

.caseList_des p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.caseList_img {
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    border-radius: 30px;
}

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

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

.caseList_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    margin-bottom: 10px;
}

.caseList_btn a {
    color: #3f5ca4;
    text-align: right;
    padding-right: 10px;
    display: flex;
    align-items: center;
    transition: all ease 0.3s;
}

.caseList_btn i {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    /* font-weight: bold; */
}

.caseList_btn a:hover {
    padding-right: 0;
    transition: all ease 0.3s;
}

.caseList_li .line {
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
}

.caseList_li .line2 {
    width: 00%;
    height: 5px;
    background-color: #3f5ca4;
    position: absolute;
    bottom: 0;
    transition: all ease 0.3s;
}

.caseList_li:hover .line2 {
    width: 100%;
    transition: all ease 0.3s;
}


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

.cont_newsinfo_left {
    width: 95%;
}

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

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

.cont_newsinfo_right {
    margin-bottom: 30px;
}

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

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

.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 70%;
    padding-left: 15px;
}

.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 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: centers;
    justify-content: space-between;
}

.cont_newsinfo_tit p {
    font-size: 20px;
    font-weight: bold;
    color: #333;

}

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

.cont_newsinfo_right a {
    display: flex;
    align-items: center;
    padding-right: 10px;
    transition: all ease 0.3s;
}

.cont_newsinfo_right a span,
.cont_newsinfo_right a i {
    font-size: 15px;
    color: #333;
    transition: all ease 0.3s;
}

.cont_newsinfo_right a:hover {
    padding-right: 0;
}

.cont_newsinfo_right a:hover i {
    padding-left: 10px;
    color: #3f5ca4;
}

.cont_newsinfo_right a:hover span {
    color: #3f5ca4;
}

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

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

.newsinfo_main {
    padding: 30px 0 5px;
}

.newsinfo_main p {
    color: #555;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    /*text-indent: 2em;*/
}

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



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

.newsList_main {
    padding-top: 40px;
}

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


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

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

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

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

.searchbox {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
    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;
        padding: 30px 30px 25px;
}

.searchboximg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 64%;
    background-color: #fff;
}

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

.searchboxtxt {
    padding: 0 30px 0 0;
}

.searchboxtxt h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
    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;
}

.searchboxtxt p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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;
}

.searchboxtxt_bottom {
    padding-top: 5px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.searchboxtxt_bottom span {
    font-size: 14px;
    color: #666;
    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;
}

.searchmore a {
    font-size: 14px;
    color: #3f5ca4;
    font-weight: bold;
    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;
}

.searchmore i {
    color: #3f5ca4;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    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;
}

.searchbox:hover {
    background: #3f5ca4;
    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;
}

.searchbox:hover .searchboximg img {
    transform: scale(1.2);
    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;
}

.searchbox:hover .searchboxtxt h3,
.searchbox:hover .searchboxtxt p {
    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;
}

.searchbox:hover .searchboxtxt_bottom span {
    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;
}

.searchbox:hover .searchmore a,
.searchbox:hover .searchmore i {
    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;
}

.searchmore:hover {
    margin-right: 30px;
    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;
}

.searchboxflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page_search .cont_newsinfo_tit {
    background-color: #3f5ca4;
    justify-content: center;
    padding: 10px 0;
}

.page_search .cont_newsinfo_tit p {
    text-align: center;
    color: #fff;
}

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

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

    .banner_con {
        margin-top: 66px;
    }

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

    .page_proListleft {
        display: none;
    }

    .aside_nav_left {
        width: 100%;
    }

    .aside_nav_top {
        padding: 10px 20px;
    }

    .aside_nav_top h3 {
        font-size: 22px;
    }

    .aside_navA {
        padding: 10px 20px;
    }

    .productList {
        padding-top: 30px;
    }

    .pagelist {
        margin-top: 0;
    }

    .prolistRec {
        display: none;
    }


    /* page_proShow */
    .page_proShow {
        padding: 10px 0 40px;
    }

    .product_show_main {
        padding-top: 30px;
    }

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

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

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

    .product_show_main_contact {
        display: flex;
        align-items: flex-start;
        margin: 25px 0 5px;
        flex-direction: column;
    }

    .product_show_main_conbox {
        margin-right: 0;
        margin-bottom: 15px;
    }

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

    .product_show_main_button a:hover {
        padding: 8px 50px;
    }

    .proShow_title {
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        border-left: 4px solid #3f5ca4;
        margin-top: 40px;
        flex-direction: column;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .proShow_title h2 {
        font-size: 26px;
        line-height: 1.3;
        padding-left: 0;
        border: none;
    }

    .proShow_title span {
        margin-left: 0;
        margin-top: 8px;
    }

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

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

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

    .product_inquiry_form input {
        padding: 10px;
    }

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


    .page_about {
        padding-bottom: 50px;
    }

    .aboutHeadNav {
        display: none;
    }

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

    .aboutus_title {
        margin-bottom: 20px;
    }

    .aboutus_part1 {
        padding-top: 35px;
    }

    .aboutus_part2 {
        padding-top: 35px;
    }

    .aboutus_part2Box h3 {
        font-size: 24px;
    }

    .aboutus_part2Box i {
        font-size: 48px;
    }

    .aboutus_part3 {
        margin-top: 30px;
    }

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

    .aboutus_part3left {
        padding: 30px;
    }

    .aboutus_part3left h2 {
        font-size: 32px;
    }

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

    .aboutus_part3right {
        margin-top: 30px;
        position: relative;
        height: 300px;
    }


    .page_album {
        padding: 40px 0;
    }


    .page_contact {
        padding: 40px 0;
    }

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

    .contact_part1_row>div:nth-last-child(2) {
        margin-bottom: 0px;
    }

    .contact_part1_box {
        padding: 50px 30px;
    }

    .contact_part1_img i {
        width: 52px;
        height: 52px;
        font-size: 42px;
    }

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

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

    .map {
        padding: 0;
    }

    #map {
        height: 300px;
    }


    .page_word {
        padding: 40px 0;
    }

    .pageWord_left,
    .pageWord_right {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .pageWordLeft {
        padding: 30px 15px;
        background-attachment: unset;
    }

    .pageWord_left h2 {
        font-size: 32px;
        margin-bottom: 5px;
        text-align: center;
    }

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

    .pageWord_right .product_inquiry_form {
        padding: 40px 20px;
    }


    .page_caseList {
        padding: 10px 0 40px;
    }

    .caseList_img {
        width: 100%;
    }

    .caseList_des {
        padding: 15px 5px 0;
    }

    .caseList_btn {
        margin-top: 15px;
        margin-bottom: 0;
    }

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


    .page_caseShow {
        padding: 30px 0;
    }

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

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        font-size: 14px;
    }

    .newsinfo_main {
        padding: 20px 0 5px;
    }

    .cont_newsinfo_right {
        display: none;
    }

    .page_newsList {
        padding: 10px 0 40px;
    }

    .newsList_main .row>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

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

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

    .result_attention {
        margin-bottom: 40px;
        padding-bottom: 15px;
    }

    .searchboxtxt {
        padding: 20px 15px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #3f5ca4;
    }

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

    .banner_con {
        margin-top: 66px;
    }

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

    .page_proListleft {
        display: none;
    }

    .aside_nav_left {
        width: 100%;
    }

    .aside_nav_top {
        padding: 10px 20px;
    }

    .aside_nav_top h3 {
        font-size: 22px;
    }

    .aside_navA {
        padding: 10px 20px;
    }

    .productList {
        padding-top: 30px;
    }

    .pagelist {
        margin-top: 0;
    }

    .prolistRec {
        display: none;
    }


    /* page_proShow */
    .page_proShow {
        padding: 10px 0 40px;
    }

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

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

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

    .product_show_main_contact {
        margin: 25px 0;
    }

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

    .product_show_main_button a:hover {
        padding: 8px 50px;
    }


    .proShow_title h2 {
        font-size: 26px;
        line-height: 1;
    }

    .proShow_title span {
        font-size: 14px;
    }

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

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

    .product_inquiry_form {
        padding: 30px 25px 40px;
    }

    .product_inquiry_form input {
        padding: 10px;
    }

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


    .page_about {
        padding-bottom: 50px;
    }

    .aboutHeadNav {
        display: none;
    }

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

    .aboutus_part1 {
        padding-top: 45px;
    }

    .aboutus_part2 {
        padding-top: 35px;
    }

    .aboutus_part2Box i {
        font-size: 48px;
    }

    .aboutus_part2Box h3 {
        font-size: 22px;
    }

    .aboutus_part3 {
        margin-top: 30px;
    }

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

    .aboutus_part3left {
        padding: 40px 30px;
    }

    .aboutus_part3left h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .aboutus_part3right {
        position: relative;
        height: 500px;
        margin-top: 30px;
    }


    .page_album {
        padding: 45px 0;
    }


    .page_contact {
        padding: 45px 0;
    }

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

    .contact_part1_box {
        padding: 50px 30px;
    }

    .contact_part1_img i {
        width: 52px;
        height: 52px;
        font-size: 42px;
    }

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

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

    .map {
        padding: 0;
    }

    #map {
        height: 350px;
    }


    .page_word {
        padding: 40px 0;
    }

    .pageWord_left,
    .pageWord_right {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .pageWordLeft {
        padding: 30px 15px;
        background-attachment: unset;
    }

    .pageWord_left h2 {
        font-size: 36px;
        margin-bottom: 8px;
        text-align: center;
    }

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

    .pageWord_right .product_inquiry_form {
        padding: 45px 25px;
    }


    .page_caseList {
        padding: 10px 0 45px;
    }

    .caseList_img {
        width: 100%;
        border-radius: 15px;
    }

    .caseList_des h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

    .caseList_btn {
        margin-top: 15px;
        margin-bottom: 0;
    }

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


    .page_caseShow {
        padding: 40px 0;
    }

    .page_caseShow .pageTitle h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        font-size: 14px;
    }

    .newsinfo_main {
        padding: 20px 0 5px;
    }

    .cont_newsinfo_right {
        display: none;
    }

    .page_newsList {
        padding: 10px 0 50px;
    }

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

    .page_search {
        padding: 10px 0 50px;
    }

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

    .result_attention {
        padding-bottom: 15px;
    }
}

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

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

    .banner_con {
        margin-top: 66px;
    }

    /* page_proList */
    .page_proList {
        padding: 10px 0 50px;
    }

    .page_proListleft {
        display: none;
    }

    .productList {
        padding-top: 40px;
    }

    .pagelist {
        margin-top: 0;
    }

    .prolistRec {
        display: none;
    }


    /* page_proShow */
    .page_proShow {
        padding: 10px 0 50px;
    }

    .product_show_main_describe {
        padding-left: 0;
        padding-top: 0;
    }

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

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

    .product_show_main_contact {
        margin: 20px 0 15px;
    }

    .product_show_main_conbox div a {
        color: #111;
        font-size: 18px;
    }

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

    .product_show_main_button a:hover {
        padding: 8px 50px;
    }

    .proShow_title {
        margin-top: 45px;
    }

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


    .page_about {
        padding-bottom: 65px;
    }

    .aboutHeadNav {
        display: none;
    }

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

    .aboutus_part1 {
        padding-top: 50px;
    }

    .aboutus_part2 {
        padding-top: 35px;
    }

    .aboutus_part3 {
        margin-top: 30px;
    }

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

    .aboutus_part3left {
        padding: 45px 30px;
    }

    .aboutus_part3left h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .aboutus_part3right {
        position: relative;
        height: 600px;
        margin-top: 30px;
    }

    .aboutus_part4 {
        padding: 50px 0;
    }

    .aboutus_part4_box span {
        font-size: 80px;
    }


    .page_album {
        padding: 50px 0;
    }


    .page_contact {
        padding: 50px 0;
    }

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

    .contact_part1_box {
        padding: 30px;
    }

    .contact_part1_big {
        padding: 50px 20px;
        background-color: #eee;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .contact_part1_bigLogo a {
        margin-left: 0;
    }

    .map {
        padding: 0;
    }

    #map {
        height: 300px;
    }

    .page_word {
        padding: 50px 0;
    }

    .pageWord_left,
    .pageWord_right {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .pageWordLeft {
        padding: 40px 20px;
        background-attachment: unset;
    }

    .pageWord_left h2 {
        font-size: 38px;
        margin-bottom: 8px;
        text-align: center;
    }

    .pageWord_right .product_inquiry_form {
        padding: 45px 30px;
    }

    .page_caseList {
        padding: 10px 0 50px;
    }

    .caseList_img {
        border-radius: 15px;
    }

    .caseList_btn {
        margin-top: 15px;
        margin-bottom: 0;
    }

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


    .page_caseShow {
        padding: 50px 0;
    }

    .page_caseShow .pageTitle h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        font-size: 14px;
    }

    .newsinfo_main {
        padding: 20px 0 5px;
    }

    .cont_newsinfo_right {
        display: none;
    }

    .page_newsList {
        padding: 10px 0 50px;
    }

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

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

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

    .result_attention {
        padding-bottom: 15px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #3f5ca4;
    }

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

    .banner_con {
        margin-top: 66px;
    }

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

    .aside_nav_left {
        width: 100%;
    }

    .aside_nav_top h3 {
        font-size: 22px;
    }

    .aside_navA {
        padding: 12px;
    }

    .aside_navCon {
        padding: 12px 10px;
    }

    .aside_navCon p {
        flex-direction: column;
    }

    .aside_ConA {
        margin-left: 0;
    }

    .productList {
        padding-top: 40px;
    }

    .pagelist {
        margin-top: 0;
    }

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

    .product_show_main_describe {
        padding-left: 0;
        padding-top: 0;
    }

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

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

    .product_show_main_contact {
        margin: 20px 0 10px;
        flex-wrap: wrap;
    }

    .product_show_main_conbox {
        margin-bottom: 10px;
    }

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

    .product_show_main_button a:hover {
        padding: 8px 50px;
    }

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

    .proShow_title span {
        font-size: 16px;
    }

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


    .page_about {
        padding-bottom: 70px;
    }

    .aboutHeadNav a {
        padding: 12px 39px;
    }

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

    .aboutus_part1 {
        padding-top: 50px;
    }

    .aboutus_part2 {
        padding-top: 35px;
    }

    .aboutus_part2Box h3 {
        font-size: 24px;
    }

    .aboutus_part2Box i {
        font-size: 42px;
    }

    .aboutus_part3 {
        margin-top: 30px;
    }

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

    .aboutus_part3left {
        padding: 40px 30px;
    }

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

    .aboutus_part3right {
        position: relative;
        height: 600px;
    }


    .page_album {
        padding: 60px 0;
    }

    .page_contact {
        padding: 60px 0;
    }

    .contact_part1_box {
        padding: 30px 15px;
    }

    .contact_part1_big {
        padding: 50px 20px;
        background-color: #eee;
    }

    .contact_part1_img i {
        width: 54px;
        height: 54px;
        font-size: 42px;
    }

    .contact_part1_bigLogo a {
        margin-left: 0;
    }

    .map {
        padding: 0;
    }

    .page_word {
        padding: 60px 0;
    }

    .pageWordLeft {
        padding: 40px 20px;
    }

    .pageWord_left h2 {
        font-size: 38px;
        margin-bottom: 8px;
        text-align: center;
    }

    .pageWord_right .product_inquiry_form {
        padding: 40px 30px;
    }

    .page_caseList {
        padding: 60px 0 60px;
    }

    .caseList_img {
        width: 100%;
        border-radius: 15px;
    }

    .caseList_des h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

    .caseList_btn {
        margin-top: 15px;
        margin-bottom: 0;
    }

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

    .cont_newsinfo_shows_tit h2 {
        -webkit-line-clamp: 1;
    }



    .page_newsList {
        padding: 60px 0;
    }

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

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

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

    .result_attention {
        padding-bottom: 15px;
    }
}

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

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

    .aside_nav_left {
        width: 100%;
    }

    .aside_navCon p {
        flex-direction: column;
    }

    .aside_ConA {
        margin-left: 0;
    }


    .aboutHeadNav a {
        padding: 12px 54px;
    }

    .aboutus_part1 {
        padding-top: 60px;
    }

    .aboutus_part2Box p {
        margin-top: 15px;
    }

    .aboutus_part2 {
        padding-top: 50px;
    }

    .aboutus_part2num {
        margin-left: 10px;
    }

    .aboutus_part2Box h3 {
        font-size: 26px;
    }

    .aboutus_part3 {
        margin-top: 40px;
    }

    .aboutus_part3L {
        padding-right: 20px;
    }

    .aboutus_part3left {
        padding: 80px 50px;
    }

    .contact_part1_box {
        padding: 50px 30px;
    }

    .caseList_des h2 {
        margin-bottom: 15px;
    }

    .caseList_btn {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .page_newsList {
        padding: 60px 0;
    }

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

.rank-math-breadcrumb p{
    display: flex;
}