@charset "utf-8";

/* Basic public styles  */

*{
        text-transform: initial !important;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

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

em {
    font-style: normal !important;
}

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

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

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

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


:root {
    --primary-color: #ed2d3a;
    --dark-bg: #181617;
    --light-grey: #b0b4bd;
    --heavy-grey: #3a465e;
    --little-title:
}

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

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

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

.public_ad_header {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

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

.public_ad_header_social_media {
    display: flex;
    gap: 25px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.public_ad_header_social_media a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all ease 0.3s;
}

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

.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_social_media a:hover {
    color: var(--primary-color);
}

.public_ad_header_contact ul li:nth-child(1) {
    border-right: 1px #ddd solid;
    padding-right: 20px;
}

.public_ad_header_contact a {
    display: block;
    color: #fefefe;
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    background: var(--primary-color);
    border-radius: 15px;
    transition: all ease 0.3s;
}

.public_ad_header_contact a:hover {
    background: var(--heavy-grey);
    color: #fff;
}

.public_ad_header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

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

.public_ad_header_right ul li {
    padding: 0 28px;
    border-right: 1px solid #ddd;
}

.public_ad_header_right ul li i {
    font-size: 18px;
    color: var(--primary-color);
}

.public_ad_header_right ul li a,
.public_ad_header_right ul li a span {
    color: #333;
    font-size: 16px;
    transition: all ease 0.3s;
}

.public_ad_header_right ul li a span {
    font-weight: bold;
}


.public_ad_header_right ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.public_ad_header_right ul li a:hover span{
    color: var(--primary-color);
}

/* mobile */
.mobile {
    width: 100%;
    z-index: 99999999;
    display: none;
    height: 58px;
}

.navbar-brand img,
.offcanvas-title img {
    max-height: 50px;
    vertical-align: middle;
    max-width: initial;
}

.offcanvas-body .btn {
    padding: 6px 12px;
    margin-top: 0;
}

.dropdown_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.dropdown_title span {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: var(--primary-color);
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    width: 100%;
}

.btn-success {
    background-color: var(--primary-color);
    border-color: transparent;
}


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

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

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

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

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

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

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

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

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

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

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

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 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: var(--primary-color);
    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;
    width: calc(100% - 80px);
}

.nav_wrap em {
    font-style: normal;
}

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

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

.nav_wrap .head_nav {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    /* margin: 0 20px; */
    border-radius: 6px;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    text-transform: uppercase;
}

.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: var(--primary-color);
    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: 100%;
    top: -1px;
}

.nav_wrap .head_nav>li:hover>a {
    background-color: var(--primary-color);
    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: var(--primary-color);
    color: #fff;
}

.nav_wrap .head_nav>li.nav-current>a {
    background-color: var(--primary-color);
    color: #fff;
}

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


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

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

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.utill {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 32px;
    z-index: 99999
}

.lang_xs {
    margin-top: 20px;
}

.lang_xs a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.utill .lang {
    display: inline-block;
    color: #333;
    z-index: 99999;
    position: relative;
    top: 0px;
    font-size: 14px;
}

.utill .lang i {
    font-size: 14px !important;
    padding-right: 5px;
    margin-top: 5px
}

.utill .lang:hover {
    color: #1f1f1f;
    text-decoration: none !important
}

.lang-sub {
    position: absolute;
    top: 20px;
    left: 45px;
    padding-top: 6px;
    transform: translateX(-50%);
    width: 100px;
    display: none;
    z-index: 999999999;
}

.lang-sub .sub {
    background-color: #1f1f1f;
    overflow: hidden;
    padding-bottom: 10px
}

.lang-sub .sub img {
    width: auto;
    padding-right: 5px
}

.lang-sub .sub a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
    letter-spacing: 2px;
    border-bottom: 1px #333 solid;
}

.lang-sub .sub a:hover {
    color: var(--primary-color);
    text-decoration: none !important
}

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

.bannerSwiper .swiper-slide 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
}

.bannerSwiper .bannerImg {
    position: relative;
}

/*.bannerSwiper .bannerImg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.2);*/
/*    z-index: 9;*/
/*}*/

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

.bannerDes {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    padding-bottom: 100px;
}

.bannerDes .bannerTitle {
    color: #fff;
    font-size: 62px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercases;
    line-height: 1.2;
    transition: all ease 2s;
    opacity: 0;
    transform: translateY(40px);
    word-break: keep-all !important;
}

.bannerDes p {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 35px;
    margin-bottom: 70px;
    font-style: italic;
    transform: translateY(40px);
    transition: all ease 2s;
    opacity: 0;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all !important; */
}

.bannerDes .indexBtn a {
    opacity: 0;
    transform: translateY(40px);
    transition: all ease 2s;

}

.bannerSwiper .swiper-slide-active .bannerTitle,
.bannerSwiper .swiper-slide-active .indexBtn a {
    opacity: 1;
    transform: translateY(0px);
}

.bannerSwiper .swiper-slide-active p {
    opacity: 0.6;
    transform: translateY(0px);
}

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

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

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

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

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

.web-search .btn--search-close:hover {
    background-color: var(--primary-color);
    transform: rotate(90deg);
}

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

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

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

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

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

.head-search form {
    position: relative;
}

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

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

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

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

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

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

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

}

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

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

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

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

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

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

.search {
    background: var(--primary-color);
    padding: 2px 9px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

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


.search_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999999999999999999999;
}

/* .searchin {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
.searchin {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: none;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 999999999999999999999999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.searchin i {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}

.searchin button {
    border: none;
    outline: none;
    background-color: #fff;
    width: 5%;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
    border-radius: 5px;
}

.searchin input {
    border: none;
    outline: none;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    width: 60%;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
}

.searchclose {
    position: absolute;
    top: 80px;
    right: 200px;
    cursor: pointer;
}

.searchclose img {
    width: 70px;
    height: 70px;
}

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

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

/* .bannercontent_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
  }
  
  .bannercontent_title a:hover {
    color: #fff;
  }
  
  .bannercontent_title h2 {
    font-size: 48px;
    font-weight: bold;
    z-index: 999;
    transition: all 0.35s ease;
    margin-bottom: 10px;
    color: #fff
  }
  
  .bannercontent_title span a {
    color: var(--primary-color);
  }
  
  .bannercontent_title span {
    color: var(--primary-color);
    font-size: 20px;
  }
  
  .bannercontent_title p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 60%;
  }
  
  .bannercontentcover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
  } */

  .bread_crumb_main{
    background: #f5f5f5;
  }

  .architect_bread .bread_crumb_main{
    background: #fff;
  }

  .rank-math-breadcrumb>p,
  .bread_crumbs{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      color: #222;
      border-bottom: 1px #ddd double;
      padding: 15px 0;
  }
  
  .rank-math-breadcrumb>p span,
  .bread_crumbs span {
      font-size: 18px;
      margin: 2px 10px 2px 10px;
  }
  
  .rank-math-breadcrumb>p i,
  .bread_crumbs span {
      color: #222;
      padding-right: 10px;
  }
  
  .rank-math-breadcrumb>p a,
  .rank-math-breadcrumb>p span,
  .bread_crumbs span,
  .bread_crumbs a {
      display: block;
      font-size: 18px;
      color: #222;
      margin: 2px 5px 2px 5px;
      word-break: break-all;
      word-wrap: break-word;
  }
  
  .rank-math-breadcrumb>p a:hover,
  .bread_crumbs a:hover {
      text-decoration: underline !important;
      color: var(--primary-color);
  }
  
  .rank-math-breadcrumb>p a:last-child::after {
      display: none;
  }

  .breadOnly .rank-math-breadcrumb>p,
  .bread_crumbs{
    border-bottom: none;
  }
/* Pagination */
.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagelist a {
    display: block;
    padding: 3px 10px;
    border: 1px solid var(--primary-color);
    margin: 10px 5px;
    font-size: 16px;
    transition: all ease 0.3s;
}

.pagelist span {
    display: block;
    padding: 3px 10px;
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
    font-size: 16px;
    transition: all ease 0.3s;
}

.pagelist a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.pagelist .current {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.pagelist a .current {
    background-color: var(--primary-color);
    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: var(--primary-color);
}

.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: 20px;
    line-height: 1.5;
    color: #333;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all 0.3s;
}

.page_ctrl_box .prev i,
.page_ctrl_box .next i,
.page_ctrl_box .list-btn i {
    font-size: 20px;
    line-height: 1.5;
}


/* bannercontentA */
.bannercontentA {
    position: relative;
}

.bannercontentA .bannerconAimg{
    /*padding-left: 42%;*/
}

.bannerconAimg img {
    width: 100%;
    object-fit: contain;
}

.bannerconALbox {
    width: 42%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    height: 100%;
}

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

.bannerconALdes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannerconALdes h1,
.bannerconCdes h1 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.bannerconCdes h2 {
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.bannerconALdes p,
.bannerconCdes p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    text-transform: uppercase;
}


/* endowner */
.innerTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.innerTitle h2,
.innerTitle h1 {
    font-size: 34px;
    font-weight: bold;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

.innerTitle p {
    margin-top: 42px;
    font-size: 20px;
    line-height: 1.8;
    color: #777;
    text-transform: uppercase;
}

.page_endowner {
    background: #f5f5f5;
}

.endowner_one,
.endowner_two,
.endowner_third,
.endowner_fore,
.endowner_five {
    padding: 90px 0;
}

.endowner_onebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

.endowner_onei {
    height: 35px;
    margin-bottom: 36px;
}

.endowner_onei i {
    font-size: 35px;
    line-height: 1;
    color: var(--primary-color);
}

.endowner_onedes h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 15px;
}

.endowner_onedes p {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

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

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

.page_commPro .endowner_twoimg{
    padding-top: 67%;
}
.page_commPro .endowner_twodes{
    justify-content: space-around;
}

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

.endowner_twodes h2 {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    color: #222;

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

.endowner_twodes p {
    font-size: 22px;
    line-height: 1.4;
    color: #444;

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

.endowner_twodes .indexBtn a {
    margin-top: 30px;
    padding: 22px 35px;
}

.endowner_thirdbox {
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
}

.endowner_thirdbox:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

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

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

.endowner_thirddes {
    padding: 35px 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.endowner_thirddes h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.endowner_thirdbox:hover .endowner_thirddes>a {
    text-decoration: underline !important;
    color: var(--primary-color);
}

.endowner_thirdbox:hover .endowner_thirddes>a h3 {
    color: var(--primary-color);
}

.endowner_thirddes p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
}

.arrowBtn a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.arrowBtn a:hover {
    padding-left: 20px;
    color: var(--primary-color);
}

.endowner_forebox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 40px 30px;
}

.endowner_foretop {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.endowner_star {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.endowner_star i {
    font-size: 24px;
    color: #fecc09;
}

.endowner_foretop h3 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.endowner_foretop p {
    font-size: 16px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
}

.endowner_forebot {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.endowner_forebot p {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fea100;
}

.endowner_forebot span {
    font-size: 16px;
    color: #aaa;
    text-transform: uppercase;
}

.endowner_fivebox {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
}

.endowner_fivedes {
    margin-bottom: 40px;
}

.endowner_fivedes h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.endowner_fivedes p {
    font-size: 16px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
}

.endowner_fivebox .borderBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.borderBtn a {
    text-align: center;
    padding: 24px 35px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    transition: all ease 0.3s;
}

.borderBtn a:hover {
    background: transparent;
    color: var(--primary-color);
}

.borderBtn.double a:nth-child(1) {
    width: 60%;
    background: transparent;
    color: var(--primary-color);
}

.borderBtn.double a:nth-child(1):hover {
    background: var(--primary-color);
    color: #fff;
}

.borderBtn.double a:nth-last-child(1) {
    width: 36%;
}

.endowner_five {
    padding-bottom: 140px;
}



/* page_profProject */
.page_profProject {
    background: #f5f5f5;
}

.profPro_one {
    margin-top: -70px;
    z-index: 9;
    position: relative;
}

.profPro_one .row {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profPro_one .row>div {
    padding: 0;
}

.profPro_onebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 10px 26px;
    transition: all ease 0.3s;
    height: 100%;
}

.profPro_onebox i {
    display: block;
    height: 40px;
    font-size: 42px;
    color: #4d4d4d;
    margin-bottom: 18px;
    line-height: 1;
    transition: all ease 0.3s;
}

.profPro_onebox p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    transition: all ease 0.3s;
    text-align: center;
}

.profPro_onebox span {
    margin-top: 12px;
    display: inline-block;
    width: 48px;
    height: 5px;
    background: transparent;
    opacity: 0;
    transition: all ease 0.3s;
}

/* .profPro_onebox:hover {
    background: var(--primary-color);
    transition: all ease 0.3s;
} */

.profPro_onebox:hover i,
.profPro_onebox:hover p {
    color: var(--primary-color);
}

.profPro_onebox:hover span {
    background: var(--primary-color);
    opacity: 1;
}

.profPro_two {
    padding: 120px 0;
}

.profPro_three,
.profPro_fore {
    padding-bottom: 150px;
}

.profPro_six,
.profPro_seven {
    padding: 150px 0;
}

.profPro_six {
    background: #fff;
}

.profPro_twobox {
    background: #fff;
    transition: all ease 0.3s;
    height: 100%;
}

.profPro_twobox:hover {
    transform: translateY(-10px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.profPro_twodes {
    padding: 40px 20px 60px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

.profPro_twodes p {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}

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

.page_profProject .endowner_twoimg {
    padding-top: 60%;
}


/* page_contractor */
.bannercontentA .indexBtn a {
    text-transform: uppercase;
    padding: 22px 35px;
    font-size: 20px;
}

.page_contractor {
    background: #f5f5f5;
}

.contractor_one {
    padding: 120px 0 120px;
}

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

.contractor_onebox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.contractor_onebox .endowner_onei i {
    font-size: 50px;
    height: 50px;
    line-height: 1;
    color: #273447;
}

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

.arrowBtn.center a {
    color: var(--primary-color);
}

.arrowBtn.center a:hover {
    gap: 30px;
    padding: 0;
}

.contractor_two {
    padding: 100px 0;
    background: #fff;
}

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

.contractor_twoLeft .innerTitle {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contractor_twoLeft .innerTitle p {
    margin-top: 25px;
}

.contractor_twobox h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contractor_twobox li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
}

.contractor_twobox li i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    display: block;

}

.contractor_twobox li span {
    font-size: 20px;
    line-height: 1.3;
    color: #666;
    text-transform: uppercase;
}

.contractor_twoRight {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contractor_twoRight .indexAbout_r {
    width: 100%;
}


.contractor_twoRight .iAbout_img {
    /*padding-top: 120%;*/
}

.contractor_twoRight .iAbout_img::before,
.page_video .iAbout_img::before,
.page_videolist .iAbout_img::before {
    background-color: rgba(55, 61, 83, 0.42);
    opacity: 1;

}

.contractor_twoRight .index_aboutus_video:hover .iAbout_img::before,
.page_video .index_aboutus_video:hover .iAbout_img::before,
.page_videolist .index_aboutus_video:hover .iAbout_img::before {
    background-color: rgba(0, 0, 0, 0.42);
}

.contractor_twoRight .indexaboutus_mask::after,
.page_video .indexaboutus_mask::after,
.page_videolist .indexaboutus_mask::after {
    background: #fff;
    border-color: #fff;
    z-index: 10;
}

.contractor_twoRight .indexaboutus_mask i,
.page_video .indexaboutus_mask i,
.page_videolist .indexaboutus_mask i {
    color: #8a9aaa;
}

.contractor_twoRight .index_aboutus_video:hover .indexaboutus_mask i,
.page_video .index_aboutus_video:hover .indexaboutus_mask i,
.page_videolist .index_aboutus_video:hover .indexaboutus_mask i {
    color: #fff;
}

.contractor_three {
    padding: 150px 0;
}

.contractor_three .borderBtn a {
    width: 100%;
}

.contractor_fore,
.contractor_five {
    padding-bottom: 150px;
}


.page_archCom {
    background: #f5f5f5;
}

.archCom_one {
    padding: 150px 0;
}

.archCom_two {
    padding: 100px 0;
    background: #fff;
}

.archCom_twotop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.archCom_twotop .endowner_twodes {
    align-items: flex-start;
}

.archCom_twotop .innerTitle {
    margin-bottom: 0;
}

.archCom_twotop .indexBtn a {
    margin-top: 0;
}

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

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

.archCom_twoleft>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archCom_twodes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.archCom_twodes h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.archCom_twodes p {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
}

.archCom_twobot,
.commPro_threebot {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.archCom_twobot .row:nth-child(2n) .archCom_twoleft,
.commPro_threebot .row:nth-child(2n)>div:nth-child(1) {
    order: 2;
}

.archCom_twobot .row:nth-child(2n) .archCom_tworight,
.commPro_threebot .row:nth-child(2n)>div:nth-child(2) {
    order: 1;
}

.archCom_twobot .row:nth-child(2n+1) .archCom_twoleft,
.commPro_threebot .row:nth-child(2n+1)>div:nth-child(1) {
    order: 1;
}

.archCom_twobot .row:nth-child(2n+1) .archCom_tworight,
.commPro_threebot .row:nth-child(2n+1)>div:nth-child(2) {
    order: 2;
}

.archCom_three {
    padding: 150px 0;
}

.archCom_fore,
.archCom_five,
.archCom_six {
    padding-bottom: 150px;
}

.archCom_three .borderBtn a {
    width: 100%;
}



.architect_one {
    padding: 100px 0 0px;
}

.architect_one .endowner_twodes {
    gap: 30px;
    justify-content: center;
}

.architect_one .endowner_twodes h2 {
    font-style: italic;
}

.architect_one .endowner_twoimg {
    padding-top: 67%;
}

.architect_two {
    padding: 150px 0;
}

.architect_two .borderBtn a {
    width: 100%;
}

.architect_two .endowner_fivebox {
    background: #f5f5f5;
}

.architect_three {
    background: #f5f5f5;
    padding: 100px 0;
}

.architect_three .innerTitle {
    align-items: flex-start;
    margin-bottom: 50px;
}

.architect_three .innerTitle p {
    margin-top: 20px;
    text-align: left;
}

.architect_thright {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.architect_thbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
}

.architect_thboxs h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.architect_thboxs ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.architect_thboxs li {
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
}

.architect_fore {
    padding: 150px 0;
}

.architect_fore .endowner_twodes h2 {
    font-style: italic;
    margin-bottom: 30px;
}

.architect_fore .endowner_twoimg {
    padding-top: 40%;
}

.architect_fore .indexBtn a {
    padding: 22px 70px;
}

.architect_forer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.architect_five,
.architect_six {
    background: #f5f5f5;
    padding: 100px 0;
    margin-bottom: 100px;
}


.page_commPro {
    background: #f5f5f5;
}

.commPro_one,
.commPro_three {
    padding: 150px 0;
}

.commPro_two {
    padding: 100px 0;
    background: #fff;
}

.commPro_fore {
    padding-bottom: 120px;
}

.commPro_two .innerTitle {
    margin-bottom: 30px;
}

.commPro_twoimg {
    margin: 0 auto 50px;

    max-width: 420px;
}


.commPro_twobox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
}

.commPro_twobox h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.commPro_twobox p {
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #666;
}



.bannercontentC,
.bannercontentD {
    position: relative;
    overflow: hidden;
}

.bannerconC_main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.page_join {
    background: #f5f5f5;
}

.join_one {
    padding: 140px 0;
}

.join_one .row>div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_one .endowner_twoimg {
    padding-top: 90%;
}

.endowner_twodes h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    color: #39465c;
}

.join_one .endowner_twodes p {
    display: block;
}

.join_two {
    background: url(../images/img23.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.join_twobox {
    height: 100%;
    padding: 40px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.join_twobox h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.join_twobox ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.join_twobox li {
    font-size: 20px;
    line-height: 1.4;
    color: #eee;
}

.join_three {
    padding: 120px 0;
}

.join_threebox {
    padding: 90px 50px ;
    background: #fff;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.join_threeNum {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 45px 45px;
}

.join_threeNum span {
    position: relative;
    z-index: 100;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.join_threeNum::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 170px;
    background-color: var(--primary-color);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 9;
}

.join_threeNum::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 10;
}

.join_threebox h3 {
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    padding-right: 30px;
}

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

.join_three .row>div:not(:nth-child(n+4)) {
    margin-bottom: 30px;
}



.proList_one {
    padding: 100px 0;
}

.proList_one .innerTitle {
    margin-bottom: 0;
}

.proList_one .innerTitle h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proList_one .innerTitle i {
    font-size: 30px;
    display: block;
    height: 30px;
    line-height: 1;
}

.proList_two {
    padding: 100px 0;
    background: #f5f5f5;
}

.proList_two .row>div {
    margin-bottom: 40px;
}


.page_proCate {
    padding: 100px 0;
    background: #f5f5f5;
}

.page_proCate .row>div {
    margin-bottom: 40px;
}



.page_proShow {
    padding: 100px 0;
}

.product_show_main_describe h2 {
    word-wrap: break-word;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: bold;
    /* background-color: var(--primary-color); */
    padding: 0px;

    margin-bottom: 15px;
}

.product_show_main_describe p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

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

.product_show_main_button a {
    transition: all ease 0.3s;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    display: block;
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.product_show_main_button a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

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

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

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

    overflow: hidden;
    font-size: 20px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 0;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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

}

.productshow_tab_main p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;

}

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

.productshow_tab h4:hover {
    background-color: var(--heavy-grey);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.productshow_tab .productshow_tab_active {
    background-color: var(--heavy-grey);
}

.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: var(--primary-color);
    text-decoration: underline !important;
    border: 1px solid var(--primary-color);
}

.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: var(--primary-color);
    padding-left: 15px;
    border-left: 4px solid var(--primary-color);
    font-weight: bold;
}

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

.productshow_otherSwiper {
    padding-bottom: 40px;
}

.productshow_otherSwiper .endowner_thirdbox {
    background: #f5f5f5;
}

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

.product_inquiry_form_main .yandex-form #form #submit {
    background: var(--primary-color);
}

table {
    overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #000;
    font-size: 16px;
}

table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

table tr:nth-child(odd) {
    background-color: #f8f8f8;
}



.page_aboutus {
    background: #f5f5f5;
    padding: 180px 0 0;
}

.aboutus_one {
    background: linear-gradient(to bottom right, #fff, #f5f5f5 30%);
    position: relative;
    padding: 170px 0 150px;
}

.aboutus_one .innerTitle {
    margin-bottom: 60px;
    align-items: flex-start;
    position: relative;
    z-index: 9;
}

.aboutus_one .innerTitle h2 {
    color: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    -webkit-text-stroke: 1px #555;
    line-height: 120%;
    text-transform: uppercase;
}

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

.aboutus_onedes::before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 30%;
    background: url(../images/abi1.jpg);
    width: 3px;
    height: 110px;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutus_onedes h3 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.aboutus_onedes p {
    font-size: 20px;
    line-height: 1.4;
    color: var(--heavy-grey);
}

.aboutus_onebox {
    padding: 60px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    font-size: 24px;
    font-weight: bold;
}

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

.page_aboutus .row>div:nth-child(2) .aboutus_onebox {
    background: var(--heavy-grey);
}

.page_aboutus .row>div:nth-child(3) .aboutus_onebox {
    background: var(--primary-color);
}

.aboutus_onetop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

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

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

.aboutus_onefixed1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 230px;
    opacity: 0.5;
    z-index: 1;
}

.aboutus_onefixed2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 630px;
    opacity: 0.8;
    z-index: 1;
}

.aboutus_one>.container {
    z-index: 2;
    position: relative;
}

.aboutus_two {
    padding: 150px 0;
}

.aboutus_three {
    padding: 150px 0;
    background: #fff;
    margin-bottom: 100px;
}

.aboutus_three .profPro_twobox {
    background: #f5f5f5;
}

.aboutus_fore {
    padding: 80px 0 40px;
    background: #fff;
}

.aboutus_foreworld {
    position: relative;
}

.aboutus_foreimg img {
    width: 100%;
    object-fit: cover;
}


.aboutus_five .iHonor_main {
    padding: 0 8%;
}


.indexHonor.aboutus_five {
    padding-bottom: 90px;
}

.aboutus_five .innerTitle {
    margin-bottom: 50px;
}

.aboutus_five .innerTitle p {
    margin-top: 30px;
    font-size: 15px;
    color: #333;
}


.aboutus_foredes {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.aboutus_foredes>div,
.aboutus_foredes>div>div {
    height: 100%;
}

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

.aboutus_foremain {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    gap: 30px;
}

.aboutus_foremain span {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.aboutus_foredes .row>div:nth-child(1) .aboutus_foremain {
    bottom: 29%;
}

.aboutus_foredes .row>div:nth-child(2) .aboutus_foremain {
    bottom: 43%;
}

.aboutus_foredes .row>div:nth-child(3) .aboutus_foremain {
    bottom: 58%;
}

.aboutus_foredes .row>div:nth-child(4) .aboutus_foremain {
    bottom: 60%;
}

.aboutus_fotxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transform: translateY(20px);
    transition: all ease 0.5s;
}

.aboutus_foremain>span {
    order: 2;
}

.aboutus_foremain>.aboutus_fotxt {
    order: 1;
}

.aboutus_foremain>span:hover+.aboutus_fotxt {
    opacity: 1;
    transform: translateY(0);
}

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

.aboutus_fotxt p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}

.showPC {
    display: block;
}

.showMobile {
    display: none;
}

.aboutus_foretab .aboutus_fotxt {
    display: none;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 40px;
}

.aboutus_foretab .aboutus_fotxt.active {
    display: block;
}




.contact_one {
    padding: 100px 0 150px;
}

.contact_oneleft {
    padding-right: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.contact_oneright {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.contact_oneright h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}

.contact_onebox {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_onebox p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_onebox p i {
    font-size: 22px;
    color: var(--primary-color);
    line-height: 1.3;
}

.contact_onebox p span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--heavy-grey);
}

.contact_onenum {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}

.contact_onenum i {
    color: var(--heavy-grey);
    font-size: 16px;
    margin-right: 5px;
    line-height: 22px;
}

.contact_onenum span,
.contact_onenum a,
.contact_onenum p {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    transition: all ease 0.3s;
    position: relative;
}

.contact_onenum a,
.contact_onenum p {
    font-size: 15px;
}

.contact_onenum a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 1;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform 0.3s ease-out;
}

.contact_onenum a:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
}

.contact_onenum a:hover {
    color: var(--primary-color);
}

.contact_oneright ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_two {
    padding-bottom: 100px;
}


.bannercontentD .bannerconC_main {
    background: rgba(158, 157, 221, 0.15);
}

.bannercontentD .bannerconCdes {
    align-items: flex-start;
    max-width: 1000px;
}

.bannercontentD .bannerconCdes h1,
.bannercontentD .bannerconCdes p {
    color: #000;
    text-align: left;
}

.bannerconDBtn {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.bannerconDBtn a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    line-height: 1.2;
    padding: 22px 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transition: all ease .3s;
}

.bannerconDBtn a:hover,
.bannerconDBtn a:nth-child(2) {
    background: #fff;
    color: #000;
}

.bannerconDBtn a:nth-child(2):hover {
    background: var(--primary-color);
    color: #fff;
}



.page_video,
.page_videolist {
    background: #f5f5f5;
}

.profPro_onebox {
    padding: 60px 10px 40px;
}

.video_one .row>div:nth-child(1) .profPro_onebox p {
    color: var(--primary-color);
}

.video_one .row>div:nth-child(1) .profPro_onebox span {
    background: var(--primary-color);
    opacity: 1;
}

.video_twotop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.video_two {
    padding: 100px 0;
}

.video_twotop {
    margin-bottom: 35px;
}

.video_twotop .innerTitle {
    align-items: flex-start;
    text-align: left;

    flex: 0 0 calc(100% - 300px);
    margin-bottom: 0;
}

.video_twotop .innerTitle p {
    margin-top: 20px;
}

.video_twobot {
    margin-top: 80px;
    background: url(../images/icase2.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.video_twobot::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video_twobot h3 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.video_twobot p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #fff;
}

.video_twobot .arrowBtn {
    position: relative;
    z-index: 2;
}

.video_twobot .arrowBtn a {
    color: var(--primary-color);
}

.video_three,
.video_fore {
    padding-bottom: 150px;
}

.video_three .row>div,
.video_fore .row>div {
    margin-bottom: 30px;
}

.video_five {
    padding-bottom: 100px;
}

.video_five .iAbout_img {
    padding-top: 120%;
}

.page_videolist {
    padding: 100px 0;
}

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



.page_service {
    background: #f5f5f5;
}

.service_one {
    padding: 90px 0 0;
}

.service_one .iIntro_box {
    padding: 0 5% 90px;
    gap: 15px;
}

.service_one .iIntro_box i {
    color: #7b7b7b;
}

.service_one .iIntro_box h3 {
    font-size: 23px;
}


.service_two {
    padding: 90px 0 150px;
}

.service_two .innerTitle h2,
.service_fore .innerTitle h2,
.service_five .innerTitle h2,
.service_six .innerTitle h2,
.service_seven .innerTitle h2 {
    font-style: italic;
    text-transform: uppercase;
}

.service_twoimg {
    display: block;
    position: relative;
    margin-top: 16px;
}

.service_twoimg img {
    width: calc(100% - 16px);
    position: relative;
    object-fit: cover;
    transition: all 0.35s ease;
    transform: translate(0px, -16px);
    transition: all ease 0.5s;
    z-index: 999;
}

.service_twobg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: var(--heavy-grey);
}

.service_twobox .row:hover img {
    transition: all ease 0.5s;
    transform: translate(16px, 0);
}

.service_tworight {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    gap: 15px;
    padding-top: 16px;
}

.service_tworight h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4;
}

.service_tworight p {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    line-height: 1.4;
}

.service_twomain .service_twobox:not(:last-child) {
    margin-bottom: 50px;
}

.service_twomain .service_twobox:nth-child(2n+1) .row>div:nth-child(1) {
    order: 1;
}

.service_twomain .service_twobox:nth-child(2n+1) .row>div:nth-child(2) {
    order: 2;
}

.service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(1) {
    order: 2;
}

.service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(2) {
    order: 1;
}

.service_three .row {
    background: #fff;
}

.service_three .endowner_twodes {
    padding: 50px;
}

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

.service_threeimg img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.service_threeimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    z-index: 9;
}

.service_three .endowner_twodes h2 {
    font-size: 28px;
    display: block;
}

.endowner_twodes p {
    font-size: 18px;
    line-height: 1.4;
    color: #444;
    display: block;
}

.service_fore {
    padding: 150px 0 50px;
}

.service_fore .profPro_twoimg {
    padding-top: 45%;
}

.service_fore .profPro_twodes {
    gap: 15px;
}

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


.service_five {
    padding: 60px 0;
    background: #d9dade;
}

.service_five .row>div {
    padding: 0;
}

.service_five .row>div .service_fivebox {
    padding: 60px 0;
}

.service_five .row>div:nth-child(2n+1) .service_fivebox {
    padding-right: 70px;
}

.service_five .row>div:nth-child(2n) .service_fivebox {
    padding-left: 70px;
}

.service_five .row>div:nth-child(1) .service_fivebox {
    border-bottom: 1px solid #b8b9bd;
    border-right: 1px solid #b8b9bd;
}

.service_five .row>div:nth-child(2) .service_fivebox {
    border-bottom: 1px solid #b8b9bd;
    border-left: 1px solid #b8b9bd;
}

.service_five .row>div:nth-child(3) .service_fivebox {
    border-top: 1px solid #b8b9bd;
    border-right: 1px solid #b8b9bd;
}

.service_five .row>div:nth-child(4) .service_fivebox {
    border-top: 1px solid #b8b9bd;
    border-left: 1px solid #b8b9bd;
}

.service_fivebox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.service_fivebox h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.service_fivebox p {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.service_six {
    padding: 150px 0;
}

.service_siximg {
    height: 100%;
}

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

.service_sixright {
    padding-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.service_sixright h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.service_sixright ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service_sixright li {
    font-size: 19px;
    line-height: 1.7;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.service_sixright p {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.service_seven {
    padding-bottom: 80px;
}


.service_seven .endowner_twodes h2 {
    display: block;
    font-size: 24px;
}

.service_seven .endowner_twodes p {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.service_eight {
    padding: 150px 0 100px;
}

.service_eight .endowner_twodes>h3 {
    margin-bottom: 15px;
}

.service_eight .endowner_twodes ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service_eight .endowner_twodes li h3 {
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.service_eight .endowner_twodes li p {
    font-size: 19px;
    line-height: 1.5;
    text-transform: uppercase;
}

.service_ten {
    padding: 150px 0 120px;
}

.faq_main .accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    background: transparent !important;
    border: none;
    box-shadow: none !important;
    color: #1a1a1a;
    border-radius: 0;
}

.faq_main .accordion-button span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}

.faq_main .accordion-item {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    background: transparent;
    border-radius: 0;
}

.faq_main .accordion-item:nth-last-child(1),
.faq_main .accordion-item:nth-last-child(2) {
    margin-bottom: 0;
}

.faq_main .accordion-collapse {
    border: none !important;
}

.faq_main .accordion-body {
    font-size: 18px;
    color: #555;
    padding: 0 0 20px 0;
}

.faq_main .accordion-button::after {
    font-size: 30px;
    background-image: none;
    content: "+";
    width: auto;
    height: auto;
}

.faq_main .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "×";
    transform: none;
}

#faqAccordion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq_main .accordion-item {
    width: 49%;
    margin-bottom: 50px;
}



.page_faq,
.page_order {
    padding: 100px 0 60px;
}

.page_faq .innerTitle {
    align-items: flex-start;
    margin-bottom: 50px;
}

.page_faq .faq_main .accordion-item {
    width: 100%;
}

.page_faq .faq_main .accordion-button {
    padding: 50px 0;
}

.page_faq .faq_main .accordion-item {
    margin-bottom: 0;
}

.page_faq .faq_main .accordion-item:nth-last-child(1) {
    border-bottom: none;
}



.order_main {
    position: relative;
}

.order_main::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 0.5px);
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    z-index: 8;
    border-left: 1px dashed var(--primary-color);
}

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

.order_title i {
    font-size: 18px;
    color: var(--primary-color);
}

.order_title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.order_des p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #555;
}

.order_main .order_box .row>div {
    padding: 10px 30px;
}

.order_main .order_box:nth-child(2n+1) .row>div:nth-child(1) {
    order: 1;
}

.order_main .order_box:nth-child(2n+1) .row>div:nth-child(2) {
    order: 2;
    padding: 0;
}

.order_main .order_box:nth-child(2n) .row>div:nth-child(1) {
    order: 2;
}

.order_main .order_box:nth-child(2n) .row>div:nth-child(2) {
    order: 1;
    padding: 0;
}




.bannercontentE {
    position: relative;
}

.bannercontentE .bannerconC_main {
    background: rgba(255, 255, 255, 0.2);
}

.bannercontentE .bannerconC_main h1 {
    color: #71717d;
    font-size: 42px;
}

.page_innov {
    background: #f5f5f5;
}

.page_innov .arrowBtn a {
    color: var(--primary-color);
}

.page_innov .endowner_thirddes p {
    font-size: 18px;
    color: #444;
}

.innov_one {
    padding: 100px 0;
}

.innov_two {
    background: #fff;
    padding: 100px 0;
}

.innov_two .endowner_thirdbox {
    background: #f5f5f5;
}

.innov_three {
    padding: 100px 0;
}

.innov_threebox {
    padding: 50px 20px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.innov_threebox p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.innov_threebox .arrowBtn>a {
    color: #fff;
    font-weight: bold;
}

.arrowBtn a:hover {
    padding-left: 0px;
    gap: 30px;
}

.page_photo {
    padding: 100px 0 80px;
    background: #f5f5f5;
}

.page_photo .row>div {
    margin-bottom: 25px;
}

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

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

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

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

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

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


.photo_box:hover .photo_img::before {
    opacity: 1;
}

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

.photo_box:hover img {
    /* transform: scale(1.2); */
}


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

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

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

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

}

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


.page_caselist {
    background: #f5f5f5;
}

.caselist_one {
    padding: 100px 0 120px;

}

.caselist_one .endowner_thirddes {
    padding: 20px 20px 25px;
}

.caselist_one .endowner_thirddes h3 {
    font-size: 22px;
    font-weight: normal;
    -webkit-line-clamp: 2;
}

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

.caselist_two {
    padding-bottom: 150px;
}

.caselist_two .endowner_twodes {
    justify-content: center;
    gap: 30px;
}

.caselist_two .endowner_twodes h2,
.caselist_two .endowner_twodes p,
.caselist_three .endowner_thirddes h3,
.caselist_three .endowner_thirddes p {
    display: block;
}

.caselist_two .endowner_twoimg {
    padding-top: 46%;
}

.caselist_three {
    padding-bottom: 80px;
}

.caselist_three .endowner_thirddes {
    gap: 20px;
}

.caselist_three .endowner_thirddes h3 {
    font-size: 24px;
}


/* news_show */
.newshow {
    padding: 60px 0;
}

.newshow_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.newshow_title h1 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    word-wrap: break-word;
}

.newshow_title p {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: 20px;
}

.newshow_main {
    padding-top: 20px;
}

.newshow_main p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;

}

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

.newshow_main h2 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}

.newshow_main h3 {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
    font-weight: bold;
}

.newsinfo {
    border-bottom: 1px #ddd solid;
    padding: 50px 0 0;
}

.newsinfotit {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

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

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

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

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

.newsboxtxt h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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;
}

.newsboxtxt p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    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;
}

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

.newsboxtxt_bottom span {
    font-size: 16px;
    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;
}

.newsmore a {
    font-size: 16px;
    color: var(--primary-color);
    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;
}

.newsmore i {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    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;
}

.newsbox:hover {
    background: var(--primary-color);
    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;
}

.newsbox:hover .newsboximg 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;
}

.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt 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;
}

.newsbox:hover .newsboxtxt_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;
}

.newsbox:hover .newsmore a,
.newsbox:hover .newsmore 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;
}

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

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

.newsbox_hot {
    margin-top: 30px;
}

.newslist{
    padding: 80px 0;
}



.blogbox {
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .blog_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 67%;
  }
  
  .blog_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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .blog_txt {
    padding: 20px 15px 30px 15px;
  }
  
  .blog_txt h3 {
    word-wrap: break-word;
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .blog_txt p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 18px;
    color: #666;
    line-height: 1.3;
    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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .blogmorebtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .blogmore {
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #000;
    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;
  }
  
  .blogline {
    width: 0%;
    height: 3px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    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;
  }
  
  .blogli:hover .blogline {
    width: 100%;
  }
  
  .blogli:hover .blogmore {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
  }
  
  .blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: var(--primary-color);
  }
  
  .blogli:hover .blog_img img {
    transform: scale(1.2);
  }
  
  .blogli {
    margin-bottom: 30px;
  }


  
/* page_search */
.search_result {
    padding: 80px 0;
    background-color: #fff;
}

.search_result_top h1 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;

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

.search_title span {
    color: var(--primary-color);
    font-weight: bold;
    display: block;
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;;
}

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

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

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

.search_result_box button {
    display: block;
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    width: 15%;
}

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

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

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

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

.search_result_list {
    margin-top: 40px;
}

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

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

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

.resultcard:hover h3 {
    color: var(--primary-color);
}

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





        .historySwiper {
            position: relative;
        }

        .historySwiper::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background: var(--primary-color);
            top: 90px;
            left: 0;
            right: 0;
        }


        .historySwiper .swiper-button-prev {
            width: 38px;
            height: 38px;
            left: 0;
            line-height: 38px;
            border-radius: 50%;
            text-align: center;
            background-color: transparent;
            z-index: 9999;
            color:#666;
            transition: all ease 0.3s;
            border: 2px solid #666;
        }

        .historySwiper .swiper-button-next {
            width: 38px;
            right: 0;
            height: 38px;
            line-height: 38px;
            border-radius: 50%;
            text-align: center;
            background-color: transparent;
            z-index: 9999;
            color:#666;
            transition: all ease 0.3s;
            border: 2px solid #666;
        }

        .historySwiper .swiper-button-prev i,
        .historySwiper .swiper-button-next i {
            font-size: 20px;
            font-weight: bold;
            color: #666;
        }

        .historySwiper .swiper-button-prev::after,
        .historySwiper .swiper-button-next::after {
            display: none;
        }

        .historybox {
            padding: 30px 50px;
        }

        .history_date {
            position: relative;
            color: var(--primary-color);
            width: 100%;
            transition: all .3s ease-out 0s;
            margin-bottom: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .history_date i {
            font-size: 36px;
            font-weight: bold;
            color: var(--primary-color);
            line-height: 53px;
        }

        .history_date span {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--primary-color);
        }

        .history_des {
            transition: all ease 0.3s;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .history_des span {
            font-size: 40px;
            line-height: 1;
            font-weight: bold;
            color: var(--primary-color);
        }

        .history_des p {
            font-size: 16px;
            list-style: 1.8;
            color: #222;
            text-align: center;
        }
        
        
        .procate_top{
            margin-top: 50px;
        }
        
        .procate_imgs{
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
        }
        
        .procate_imgs .procateSwiper{
            width: 100%;
        }
        
        .procate_top .iAbout_left{
            padding-left: 5%;
        }
        
        .procate_top .iAbout_left p {
            font-size: 20px;
            display: block;
        }
        
        .procate_top .indexBtn a ,
        .proList_three .indexBtn a{
            margin: 20px 0 0;
            padding: 15px 35px;
        }
        
        
        .proList_three{
            padding: 100px 0;
        }
        
        .proList_three .contact_oneright{
            gap: 25px;
            padding-right: 6%;
        }
        
        .pl_thimg{
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .proList_threeimg{
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
            padding-top: 100%;
        }
        
        .proList_threeimg img {
            width: 100%;
            vertical-align: middle;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s ease;
        }
        
        .proList_fore{
            padding: 100px 0;
            background: var(--dark-bg);
        }
        
        .proList_fore .iAbout_left {
            gap: 10px;
        }
        
        .proList_fore .iAbout_left h2{
            color: #fff;
            margin-bottom: 20px;
        }
        
        .proList_fore .iAbout_left p{
            color: rgba(255,255,255,0.6);
            font-size: 20px;
        }
        
        .proList_fore .indexBtn a {
            padding: 20px 28px;
            font-size: 20px;
        }
        
        .proList_foreimg{
            height: 100%;
        }
        
        .proList_foreimg img{
            height: 100%;
            object-fit: cover;
        }
        
        .proList_six .service_ten {
            padding: 20px 0 120px;
        }
        
        
        
    
    .proList_seven{
        padding-bottom: 100px;
    }
@media (max-width:575px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

    .bannerDes {
        padding: 0;
        width: 90%;
        left: 5%;
        right: 5%;
    }

    .bannerDes .bannerTitle {
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes p{
        display: none;
    }
    .bannerDes .indexBtn a {
        padding:5px;
        margin-top: 15px;
        padding: 6px 12px;
        font-size: 13px;
    }

    .bannercontentA,
    .bannercontentB,
    .bannercontentE {
        margin-top: 58px;
    }

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

    .bannerconALdes {
        padding: 30px 20px;
        position: relative;
    }

    .bannerconALdes h1,
    .bannerconCdes h1,
    .bannercontentE .bannerconC_main h1 {
        font-size: 28px;
    }

    .bannerconALdes p,
    .bannerconCdes p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
        word-break: break-all;
    }

    .bannerconCdes h2 {
        margin-top: 15px;
        font-size: 20px;
    }

    .bannerconALbox img {
        position: absolute;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 40px 0 10px;
    }

    .endowner_five {
        padding-bottom: 40px;
    }

    .innerTitle {
        margin-bottom: 30px;
    }

    .innerTitle h2,
    .innerTitle h1 {
        font-size: 28px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .innerTitle p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .endowner_one .row>div:not(:last-child),
    .endowner_third .row>div:not(:last-child),
    .endowner_fore .row>div:not(:last-child),
    .endowner_five .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .endowner_onei {
        margin-bottom: 15px;
    }

    .endowner_onedes h3 {
        margin-bottom: 10px;
    }

    .endowner_twodes {
        padding-top: 30px;
    }

    .endowner_twodes h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

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

    .endowner_twodes .indexBtn a {
        padding: 16px 20px;
    }

    .endowner_thirddes {
        padding: 20px 16px 20px;
        gap: 14px;
    }

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

    .endowner_thirddes p {
        font-size: 15px;
    }

    .arrowBtn a {
        font-size: 14px;
    }

    .endowner_forebox {
        padding: 30px;
    }

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

    .endowner_foretop {
        gap: 12px;
        margin-bottom: 25px;
    }

    .borderBtn a {
        padding: 18px 12px;
        font-size: 16px;
    }

    .endowner_fivebox .borderBtn {
        flex-wrap: wrap;
    }

    .endowner_fivebox .borderBtn {
        gap: 15px;
    }

    .endowner_fivebox .borderBtn.double a:nth-child(1),
    .endowner_fivebox .borderBtn.double a:nth-last-child(1) {
        width: fit-content;
    }

    .endowner_fivebox .borderBtn.double a:nth-last-child(1) {
        padding: 18px 40px;
    }


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

    .profPro_onebox p {
        font-size: 15px;
    }

    .profPro_onebox {
        padding: 20px;
        border: 1px solid #f5f5f5;
    }

    .profPro_two {
        padding: 40px 0;
    }

    .profPro_twodes {
        padding: 25px 20px 25px;
        gap: 15px;
    }

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

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

    .profPro_three,
    .profPro_fore {
        padding-bottom: 50px;
    }

    .profPro_three .row>div:not(:last-child),
    .profPro_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 50px 0;
    }

    .profPro_six .row>div:nth-child(1) {
        order: 2;
    }

    .profPro_six .row>div:nth-child(2) {
        order: 1;
    }



    .bannercontentA .indexBtn a {
        padding: 18px 20px;
        font-size: 16px;
    }

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 40px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 50px;
    }

    .contractor_onebox .endowner_onei {
        height: 50px;
    }

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

    .contractor_onebox {
        gap: 15px;
    }

    .contractor_twoLeft .innerTitle {
        margin-bottom: 30px;
    }

    .contractor_twobox h3 {
        margin-bottom: 10px;
    }

    .contractor_twobox li span {
        font-size: 16px;
    }

    .contractor_three .row>div:not(:last-child),
    .contractor_fore .row>div:not(:last-child),
    .contractor_five .row>div:not(:last-child) {
        margin-bottom: 30px;
    }


    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 50px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 55px;
    }

    .archCom_twotop {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 35px;
    }

    .archCom_twobot .row .archCom_twoleft,
    .commPro_threebot .row>div:nth-child(1) {
        order: 1 !important;
    }

    .archCom_twobot .row .archCom_tworight,
    .commPro_threebot .row>div:nth-child(2) {
        order: 2 !important;
    }

    .archCom_twobot,
    .commPro_threebot {
        gap: 36px;
    }

    .archCom_twodes {
        padding-top: 20px;
        gap: 10px;
    }

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

    .archCom_three .row>div:not(:last-child),
    .archCom_five .row>div:not(:last-child),
    .archCom_six .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .archCom_fore .row>div:nth-child(1) {
        order: 2;
    }

    .archCom_fore .row>div:nth-last-child(1) {
        order: 1;
    }


    .architect_one {
        padding-top: 80px;
    }

    .architect_one .endowner_twodes {
        gap: 0;
        padding-bottom: 30px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 50px 0;
    }

    .architect_two .row>div:not(:last-child),
    .architect_five .row>div:not(:last-child),
    .architect_six .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .architect_three .innerTitle {
        margin-bottom: 35px;
    }


    .architect_thbox {
        gap: 20px;
    }

    .architect_thboxs li {
        font-size: 14px;
    }

    .architect_thright {
        padding-top: 30px;
    }

    .architect_fore .endowner_twodes {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 50px;
    }


    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 50px 0;
    }

    .commPro_fore {
        padding-bottom: 50px;
    }

    .commPro_one .row>div:not(:last-child),
    .commPro_two .row>div:not(:last-child),
    .commPro_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .commPro_twobox {
        gap: 10px;
    }

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



    .bannercontentC,
    .bannercontentD {
        margin-top: 58px;
    }

    .bannerconC_main {
        position: relative;
        padding: 30px 15px;
    }

    .join_one,
    .join_two,
    .join_three {
        padding: 50px 0;
    }

    .endowner_twodes h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .join_twobox {
        padding: 30px 20px;
        gap: 15px;
    }

    .join_twobox li {
        font-size: 18px;
    }

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

    .join_threebox {
        padding: 50px 30px ;
        gap: 10px;
    }

    .join_threebox h3 {
        font-size: 22px;
    }
    
    .join_threebox p {
    font-size: 16px;
    }

    .join_threeNum {
        width: 100px;
        height: 100px;
        padding: 0 0 30px 30px;
    }

    .join_threeNum::before {
        width: 100px;
        height: 100px;
    }

    .join_threeNum::after {
        width: 40px;
        height: 40px;
    }

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


    .proList_one,
    .proList_two {
        padding: 45px 0;
    }


    .page_proCate {
        padding: 45px 0;
    }



    .page_proShow {
        padding: 45px 0;
    }

    .product_show_main_describe {
        padding-top: 25px;
    }

    .product_show_main_describe h2 {
        font-size: 28px;
    }

    .product_show_main_button {
        margin-top: 14px;
    }

    .product_show_main_button a {
        padding: 8px 16px;
        margin: 5px 10px 5px 0;
    }

    .public_ad_header_social_media {
        display: flex;
        gap: 18px;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next,
    .page_ctrl_box .prev i,
    .page_ctrl_box .next i,
    .page_ctrl_box .list-btn i {
        font-size: 16px;
    }

    .page_ctrl_box .prev:hover {
        padding-left: 18px;
    }

    .page_ctrl_box .next:hover {
        padding-right: 18px;
    }




    .page_aboutus {
        padding-top: 40px;
    }

    .aboutus_onefixed1 {
        max-width: 150px;
        opacity: 0.5;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 50px 0;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 28px;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 30px;
    }

    .aboutus_onedes h3 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .aboutus_onedes p {
        font-size: 18px;
        line-height: 1.3;
    }


    .aboutus_onedes::before {
        left: -7px;
        bottom: 0;
        width: 3px;
        height: 80px;
    }

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

    .aboutus_onebox {
        padding: 30px 20px 20px;
        gap: 20px;
    }

    .aboutus_onebox p {
        font-size: 18px;
        word-break: keep-all;
    }

    .aboutus_onefixed2 {
        opacity: 0.5;
        max-width: 170px;
        z-index: 0;
    }

    .aboutus_one .row {
        z-index: 2;
        position: relative;
    }

    .aboutus_two .row>div:not(:last-child),
    .aboutus_three .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .aboutus_three {
        margin-bottom: 40px;
    }

    .aboutus_fore {
        padding: 50px 0 30px;
    }

    .aboutus_foremain span {
        width: 15px;
        height: 15px;
    }


    .showMobile {
        display: block;
    }

    .showPC {
        display: none;
    }

    .aboutus_five .iHonor_main {
        padding: 0;
    }

    .aboutus_five .innerTitle {
        margin-bottom: 30px;
    }

    .aboutus_five .innerTitle p {
        margin-top: 15px;
    }

    .indexHonor.aboutus_five {
        padding-bottom: 50px;
    }



    .contact_one {
        padding: 45px 0 50px;
    }

    .contact_two {
        padding-bottom: 30px;
    }

    .contact_oneleft {
        padding-right: 0;
    }

    .contact_oneright {
        gap: 25px;
        padding-top: 30px;
    }

    .contact_oneright h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .contact_onebox p span {
        font-size: 14px;
    }

    .contact_onebox {
        gap: 10px;
    }




    .bannerconDBtn {
        margin-top: 30px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .bannerconDBtn a {
        padding: 15px 28px;
        font-size: 18px;
    }

    .video_one .profPro_onebox {
        padding: 20px 20px 10px;
    }

    .video_twobot {
        margin-top: 50px;
        padding: 30px 40px;
        gap: 15px;
    }

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

    .video_two {
        padding: 40px 0;
    }

    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 45px;
    }

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

    .video_two .row>div:not(:last-child),
    .video_three .row>div:not(:last-child),
    .video_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .video_three .row>div:nth-last-child(1){
        margin-bottom: 0;
    }

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

    .page_video .indexAbout_r {
        padding-top: 0;
    }

    .page_videolist {
        padding: 50px 0;
    }

    .page_videolist .indexAbout_r {
        padding-top: 0;
    }


    .service_one {
        padding: 40px 0 0;
    }

    .service_one .iIntro_box {
        padding: 0 2% 40px;
    }

    .service_two {
        padding: 20px 0 50px;
    }

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

    .service_tworight {
        padding: 20px 0 0 16px;
    }

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(1) {
        order: 1;
    }

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(2) {
        order: 2;
    }

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

    .service_three .endowner_twodes,
    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 50px 0px;
    }

    .service_three .row {
        padding-bottom: 30px;
    }

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

    .service_five {
        padding: 50px 0;
    }

    .service_five .row>div .service_fivebox {
        padding: 20px 10px !important;
    }

    .service_five .row {
        width: 95%;
        margin: 0 auto;
    }

    .service_sixright {
        padding-top: 25px;
        padding-left: 0;
        gap: 10px;
    }

    .service_sixright li {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
    }

    .service_seven .endowner_twodes p {
        font-size: 17px;
        line-height: 1.5;
    }

    .service_seven {
        padding-bottom: 50px;
    }

    .service_eight .endowner_twodes li p {
        font-size: 17px;
    }

    .faq_main .accordion-item,
    .faq_main .accordion-item:nth-last-child(2) {
        width: 100%;
        margin-bottom: 10px;
    }

    .faq_main .accordion-button {
        padding: 10px 0;
    }

    .faq_main .accordion-button {
        font-size: 18px;
    }


    .page_faq,
    .page_order {
        padding: 100px 0 50px;
    }

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

    .page_faq .faq_main .accordion-button {
        padding: 12px 0;
    }

    .page_faq .faq_main .accordion-button {
        font-size: 16px;
    }


    .order_main::after {
        display: none;
    }

    .order_main .order_box .row>div {
        padding: 25px 15px;
    }

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

    .order_des p {
        font-size: 16px;
        line-height: 1.5;
    }



    .bannercontentE .bannerconC_main {
        background: rgba(0, 0, 0, 0.4);
    }

    .bannercontentE .bannerconC_main h1 {
        color: #fff;
        font-size: 24px;
        line-height: 1.3;
    }

    .innov_one,
    .innov_two,
    .innov_three {
        padding: 50px 0;
    }

    .innov_one .row>div:not(:last-child),
    .innov_two .row>div:not(:last-child) {
        margin-bottom: 30px;
    }



    .page_photo {
        padding: 50px 0;
    }

    #popup {
        width: 78%;
    }

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


    .caselist_one {
        padding: 40px 0;
    }

    .caselist_two .endowner_twodes {
        padding-top: 0;
        padding-bottom: 25px;
        gap: 15px;
    }

    .caselist_two {
        padding-bottom: 50px;
    }

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

    .caselist_three {
        padding-bottom: 50px;
    }


    .newshow {
        padding: 50px 0 20px;
    }

    .newsinfo {
        display: none;
    }

    .newshow_title h1 {
        font-size: 26px;
    }

    .newshow_title p {
        margin-top: 10px;
    }

    .newshow_main {
        padding-top: 0px;
    }

    .newslist {
        padding: 50px 0;
      }

      .search_result {
        padding: 50px 0;
      }

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

      .result_attention{
        padding-bottom: 16px;
      }

      .search_result_list{
        margin-top: 25px;
      }

      .rank-math-breadcrumb > p a, .rank-math-breadcrumb > p span, .bread_crumbs span, .bread_crumbs a {
        font-size: 16px;
      }
      
      .historybox {
        padding: 10px 45px;
    }
    
    .historySwiper::after {
        top: 70px;
    }
    
    .history_des span {
        font-size: 30px;
    }
    
    .history_des{
        gap: 15px;
    }




    .procate_top .iAbout_left {
        padding-left: 0;
        padding-top: 24px;
    }
    
    .procate_top .iAbout_left h2{
        font-size: 22px;
        margin-bottom: 5px;
    }
    
    .procate_top .iAbout_left p{
        font-size: 18px;
    }
    
    .proList_three {
        padding: 50px 0 20px;
    }
    
    .proList_three .contact_oneright {
        gap: 15px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .proList_fore{
        padding: 60px 0;
    }
    
    .proList_fore .iAbout_left{
        padding-bottom: 30px;
    }
    
    
    .proList_six .service_ten{
        padding: 20px 0 50px;
    }
    
    
    
    .proList_seven{
        padding-bottom: 50px;
    }
    
    
    
    .bannerconAimg{
        padding-left: 0;
    }
}

@media (min-width:450px) and (max-width:575px){
    
    .bannerDes .bannerTitle {
        font-size: 18px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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

    .bannerDes {
        padding: 0;
    }

    .bannerDes .bannerTitle {
        color: #fff;
        font-size: 20px;
        line-height: 1.6;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes p {
        color: #fff;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all !important;
    }

     
    .bannerDes .indexBtn a {
        margin-top: 20px;
        padding: 8px 15px;
        font-size: 16px;
    }



    .bannercontentA,
    .bannercontentB,
    .bannercontentE {
        margin-top: 58px;
    }

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

    .bannerconALdes {
        padding: 30px 20px;
        position: relative;
    }

    .bannerconALdes h1,
    .bannerconCdes h1,
    .bannercontentE .bannerconC_main h1 {
        font-size: 28px;
    }

    .bannerconCdes h2 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 1.2;
    }

    .bannerconALdes p,
    .bannerconCdes p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .bannerconALbox img {
        position: absolute;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 50px 0 20px;
    }

    .endowner_five {
        padding-bottom: 50px;
    }

    .innerTitle {
        margin-bottom: 30px;
    }

    .innerTitle h2,
    .innerTitle h1 {
        font-size: 30px;
    }

    .innerTitle p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .endowner_one .row>div:not(:last-child),
    .endowner_third .row>div:not(:last-child),
    .endowner_fore .row>div:not(:last-child),
    .endowner_five .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .endowner_onei {
        margin-bottom: 15px;
    }

    .endowner_onedes h3 {
        margin-bottom: 10px;
    }

    .endowner_twodes {
        padding-top: 30px;
    }

    .endowner_twodes h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

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

    .endowner_twodes .indexBtn a {
        padding: 16px 20px;
    }

    .endowner_thirddes {
        padding: 20px 16px 20px;
        gap: 14px;
    }

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

    .endowner_thirddes p {
        font-size: 15px;
    }

    .arrowBtn a {
        font-size: 14px;
    }

    .endowner_forebox {
        padding: 30px;
    }

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

    .endowner_foretop {
        gap: 12px;
        margin-bottom: 25px;
    }

    .borderBtn a {
        padding: 18px 12px;
        font-size: 16px;
    }

    .endowner_fivebox .borderBtn {
        flex-wrap: wrap;
    }


    .profPro_one {
        margin-top: 0;
        padding: 40px 15px 0;
    }

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

    .profPro_onebox {
        padding: 20px;
        border: 1px solid #f5f5f5;
    }

    .profPro_two {
        padding: 50px 0;
    }

    .profPro_twodes {
        padding: 25px 20px 25px;
        gap: 15px;
    }

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

    .profPro_three,
    .profPro_fore {
        padding-bottom: 60px;
    }

    .profPro_three .row>div:not(:last-child),
    .profPro_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 60px 0;
    }

    .profPro_six .row>div:nth-child(1) {
        order: 2;
    }

    .profPro_six .row>div:nth-child(2) {
        order: 1;
    }



    .bannercontentA .indexBtn a {
        padding: 18px 20px;
        font-size: 16px;
    }

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

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 50px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 60px;
    }

    .contractor_onebox .endowner_onei {
        height: 50px;
    }

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

    .contractor_onebox {
        gap: 15px;
    }

    .contractor_twoLeft .innerTitle {
        margin-bottom: 30px;
    }

    .contractor_twobox h3 {
        margin-bottom: 10px;
    }

    .contractor_twobox li span {
        font-size: 16px;
    }

    .contractor_three .row>div:not(:last-child),
    .contractor_fore .row>div:not(:last-child),
    .contractor_five .row>div:not(:last-child) {
        margin-bottom: 30px;
    }



    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 60px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 65px;
    }

    .archCom_twotop {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 35px;
    }

    .archCom_twobot .row .archCom_twoleft,
    .commPro_threebot .row>div:nth-child(1) {
        order: 1 !important;
    }

    .archCom_twobot .row .archCom_tworight,
    .commPro_threebot .row>div:nth-child(2) {
        order: 2 !important;
    }

    .archCom_twobot,
    .commPro_threebot {
        gap: 36px;
    }

    .archCom_twodes {
        padding-top: 20px;
        gap: 10px;
    }

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

    .archCom_three .row>div:not(:last-child),
    .archCom_five .row>div:not(:last-child),
    .archCom_six .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .archCom_fore .row>div:nth-child(1) {
        order: 2;
    }

    .archCom_fore .row>div:nth-last-child(1) {
        order: 1;
    }


    .architect_one {
        padding-top: 80px;
    }

    .architect_one .endowner_twodes {
        gap: 0;
        padding-bottom: 30px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 55px 0;
    }

    .architect_two .row>div:not(:last-child),
    .architect_five .row>div:not(:last-child),
    .architect_six .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .architect_three .innerTitle {
        margin-bottom: 35px;
    }

    .architect_thbox {
        gap: 20px;
    }

    .architect_thright {
        padding-top: 30px;
    }

    .architect_fore .endowner_twodes {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 55px;
    }



    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 55px 0;
    }

    .commPro_fore {
        padding-bottom: 60px;
    }

    .commPro_one .row>div:not(:last-child),
    .commPro_two .row>div:not(:last-child),
    .commPro_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .commPro_twobox {
        gap: 10px;
    }

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



    .bannercontentC,
    .bannercontentD {
        margin-top: 58px;
    }

    .bannerconC_main {
        position: relative;
        padding: 30px 15px;
    }

    .join_one,
    .join_two,
    .join_three {
        padding: 55px 0;
    }

    .endowner_twodes h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .join_twobox {
        padding: 30px 20px;
        gap: 15px;
    }

    .join_twobox li {
        font-size: 18px;
    }

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

    .join_threebox {
        padding: 55px 30px 50px;
    }

    .join_threebox h3 {
        font-size: 22px;
    }
    
    
    
    .join_threebox p {
    font-size: 16px;
    }

    .join_threeNum {
        width: 100px;
        height: 100px;
        padding: 0 0 30px 30px;
    }

    .join_threeNum::before {
        width: 100px;
        height: 100px;
    }

    .join_threeNum::after {
        width: 40px;
        height: 40px;
    }

    .join_three .row>div:not(:nth-child(n+5)) {
        margin-bottom: 30px;
    }


    .proList_one,
    .proList_two {
        padding: 55px 0;
    }


    .page_proCate {
        padding: 55px 0;
    }



    .page_proShow {
        padding: 55px 0;
    }

    .product_show_main_describe {
        padding-top: 25px;
    }

    .product_show_main_describe h2 {
        font-size: 28px;
    }

    .public_ad_header_social_media {
        gap: 20px;
    }




    .page_aboutus {
        padding-top: 40px;
    }

    .aboutus_onefixed1 {
        max-width: 150px;
        opacity: 0.5;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 55px 0;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 28px;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 30px;
    }

    .aboutus_onedes h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .aboutus_onedes p {
        font-size: 18px;
        line-height: 1.3;
    }


    .aboutus_onedes::before {
        left: -7px;
        bottom: 0;
        width: 3px;
        height: 80px;
    }

    .aboutus_onebox {
        padding: 30px 20px 20px;
        gap: 20px;
    }

    .aboutus_onebox p {
        font-size: 16px;
        word-break: keep-all;
    }

    .aboutus_onefixed2 {
        opacity: 0.5;
        max-width: 170px;
        z-index: 0;
    }

    .aboutus_one .row {
        z-index: 2;
        position: relative;
    }

    .aboutus_two .row>div:not(:last-child),
    .aboutus_three .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .aboutus_three {
        margin-bottom: 55px;
    }

    .aboutus_fore {
        padding: 50px 0 30px;
    }

    .aboutus_foremain span {
        width: 15px;
        height: 15px;
    }


    .showMobile {
        display: block;
    }

    .showPC {
        display: none;
    }

    .aboutus_five .iHonor_main {
        padding: 0;
    }

    .aboutus_five .innerTitle {
        margin-bottom: 30px;
    }

    .aboutus_five .innerTitle p {
        margin-top: 15px;
    }

    .indexHonor.aboutus_five {
        padding-bottom: 60px;
    }



    .contact_one {
        padding: 55px 0 60px;
    }

    .contact_two {
        padding-bottom: 40px;
    }

    .contact_oneleft {
        padding-right: 0;
    }

    .contact_oneright {
        gap: 25px;
        padding-top: 40px;
    }

    .contact_oneright h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .contact_onebox {
        gap: 10px;
    }




    .bannerconDBtn {
        margin-top: 30px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .bannerconDBtn a {
        padding: 15px 28px;
        font-size: 18px;
    }

    .video_one .profPro_onebox {
        padding: 20px 20px 10px;
    }

    .video_two .row>div:nth-child(n+3),
    .video_five .row>div:nth-child(n+3) {
        display: none;
    }

    .video_twobot {
        margin-top: 50px;
        padding: 30px 40px;
        gap: 15px;
    }

    .video_twobot h3 {
        font-size: 28px;
    }

    .video_two {
        padding: 55px 0;
    }

    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 60px;
    }

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

    .video_three .row>div:nth-child(n+5),
    .video_fore .row>div:nth-child(n+5) {
        margin-bottom: 0px;
    }

    .page_video .indexAbout_r {
        padding-top: 0;
    }



    .page_videolist {
        padding: 50px 0;
    }

    .page_videolist .indexAbout_r {
        padding-top: 0;
    }


    .service_one {
        padding: 40px 0 0;
    }

    .service_one .iIntro_box {
        padding: 0 2% 40px;
    }

    .service_two {
        padding: 20px 0 50px;
    }

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

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

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(1) {
        order: 1;
    }

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(2) {
        order: 2;
    }

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

    .service_three .endowner_twodes,
    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 60px 0px;
    }

    .service_three .row {
        padding-bottom: 50px;
    }

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

    .service_five .row>div .service_fivebox {
        padding: 30px 0;
    }

    .service_five .row>div:nth-child(2n+1) .service_fivebox {
        padding-right: 30px;
    }

    .service_five .row>div:nth-child(2n) .service_fivebox {
        padding-left: 30px;
    }

    .service_five .row {
        width: 95%;
        margin: 0 auto;
    }

    .service_sixright {
        padding-top: 25px;
        padding-left: 0;
        gap: 10px;
    }

    .service_sixright li {
        font-size: 17px;
        line-height: 1.5;
        font-weight: normal;
    }

    .service_seven .endowner_twodes p {
        font-size: 17px;
        line-height: 1.5;
    }

    .service_seven {
        padding-bottom: 50px;
    }

    .service_eight .endowner_twodes li p {
        font-size: 17px;
    }

    .faq_main .accordion-item,
    .faq_main .accordion-item:nth-last-child(2) {
        width: 100%;
        margin-bottom: 15px;
    }

    .faq_main .accordion-button {
        padding: 12px 0;
    }

    .faq_main .accordion-button {
        font-size: 18px;
    }



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

    .page_faq .faq_main .accordion-button {
        padding: 15px 0;
    }

    .page_faq .faq_main .accordion-button {
        font-size: 16px;
    }


    .order_main::after {
        display: none;
    }

    .order_main .order_box .row>div {
        padding: 25px 15px;
    }

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

    .order_des p {
        font-size: 16px;
        line-height: 1.5;
    }



    .bannercontentE .bannerconC_main {
        background: rgba(0, 0, 0, 0.4);
    }

    .bannercontentE .bannerconC_main h1 {
        color: #fff;
        font-size: 26px;
    }

    .innov_one,
    .innov_two,
    .innov_three {
        padding: 60px 0;
    }

    .innov_one .row>div:not(:last-child),
    .innov_two .row>div:not(:last-child) {
        margin-bottom: 30px;
    }



    .page_photo {
        padding: 60px 0;
    }

    #popup {
        width: 73%;
    }


    .caselist_one {
        padding: 50px 0;
    }

    .caselist_two .endowner_twodes {
        padding-top: 0;
        padding-bottom: 25px;
        gap: 15px;
    }

    .caselist_two {
        padding-bottom: 60px;
    }

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

    .caselist_three {
        padding-bottom: 60px;
    }


    .newshow {
        padding: 50px 0 30px;
    }

    .newsinfo {
        display: none;
    }

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

    .newshow_title p {
        margin-top: 10px;
    }

    .newshow_main {
        padding-top: 10px;
    }
    
    .newslist {
        padding: 50px 0 60px;
      }

      .blogmore {
        padding: 8px 50px;
        font-size: 16px;
      }


      .search_result {
        padding: 60px 0;
      }

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

      .result_attention{
        padding-bottom: 16px;
      }

      .search_result_list{
        margin-top: 25px;
      }
      
      .historybox {
        padding: 10px 45px;
    }
    
    .historySwiper::after {
        top: 70px;
    }
    
    .history_des span {
        font-size: 30px;
    }
    
    .history_des{
        gap: 15px;
    }




    .procate_top .iAbout_left {
        padding-left: 0;
        padding-top: 24px;
    }
    
    .procate_top .iAbout_left h2{
        font-size: 22px;
        margin-bottom: 5px;
    }
    
    .procate_top .iAbout_left p{
        font-size: 18px;
    }
    
    .proList_three {
        padding: 50px 0 20px;
    }
    
    .proList_three .contact_oneright {
        gap: 15px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .proList_fore{
        padding: 60px 0;
    }
    
    .proList_fore .iAbout_left{
        padding-bottom: 30px;
    }
    
    
    .proList_six .service_ten{
        padding: 20px 0 60px;
    }
    
    
    
    .proList_seven{
        padding-bottom: 60px;
    }
    
    .bannerconAimg{
        padding-left: 0;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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

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

    .bannerDes {
        padding: 0;
    }

    .bannerDes .bannerTitle {
        color: #fff;
        font-size: 28px;
        line-height: 1.5;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes p {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes .indexBtn a {
        font-size: 16px;
        padding: 10px 25px;
    }



    .bannercontentA,
    .bannercontentB,
    .bannercontentE {
        margin-top: 58px;
    }

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

    .bannerconALdes {
        padding: 30px 20px;
        position: relative;
    }

    .bannerconALdes h1,
    .bannerconCdes h1,
    .bannercontentE .bannerconC_main h1 {
        font-size: 28px;
    }

    .bannerconCdes h2 {
        font-size: 22px;
        display: none;
    }

    .bannerconALdes p,
    .bannerconCdes p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .bannerconALbox img {
        position: absolute;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 40px 0 20px;
    }

    .endowner_five {
        padding-bottom: 50px;
    }

    .innerTitle {
        margin-bottom: 30px;
    }

    .innerTitle h2,
    .innerTitle h1 {
        font-size: 30px;
    }

    .innerTitle p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .endowner_onei {
        margin-bottom: 15px;
    }

    .endowner_onedes h3 {
        margin-bottom: 10px;
    }

    .endowner_twodes h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .endowner_twodes p {
        font-size: 16px;
        -webkit-line-clamp: 3;
    }

    .endowner_twodes .indexBtn a {
        padding: 16px 20px;
        margin-top: 10px;
    }

    .endowner_thirddes {
        padding: 20px 16px 20px;
        gap: 14px;
    }

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

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

    .arrowBtn a {
        font-size: 14px;
    }

    .endowner_forebox {
        padding: 30px;
    }

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

    .endowner_foretop {
        gap: 12px;
        margin-bottom: 25px;
    }

    .borderBtn a {
        padding: 18px 12px;
        font-size: 16px;
    }


    .profPro_one {
        margin-top: 0;
        padding: 40px 15px 0;
    }

    .profPro_onebox p {
        font-size: 15px;
    }

    .profPro_two {
        padding: 60px 0;
    }

    .profPro_twodes {
        padding: 25px 14px 25px;
        gap: 15px;
    }

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

    .profPro_twodes p {
        font-size: 15px;
    }

    .profPro_three,
    .profPro_fore {
        padding-bottom: 60px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 60px 0;
    }



    .bannercontentA .indexBtn a {
        padding: 18px 20px;
        font-size: 16px;
    }

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 50px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 60px;
    }

    .contractor_onebox .endowner_onei {
        height: 50px;
    }


    .contractor_twoLeft .innerTitle {
        margin-bottom: 30px;
    }

    .contractor_twobox h3 {
        margin-bottom: 10px;
    }

    .contractor_twoRight {
        padding-top: 40px;
    }



    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 70px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 70px;
    }

    .archCom_twotop {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 35px;
    }

    .archCom_twobot .row .archCom_twoleft {
        order: 1 !important;
    }

    .archCom_twobot .row .archCom_tworight {
        order: 2 !important;
    }

    .archCom_twobot,
    .commPro_threebot {
        gap: 45px;
    }

    .archCom_twodes {
        padding-top: 30px;
    }

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


    .architect_one {
        padding-top: 120px;
    }

    .architect_one .endowner_twodes {
        gap: 15px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 60px 0;
    }

    .architect_three .innerTitle {
        margin-bottom: 35px;
    }

    .architect_thbox {
        gap: 20px;
    }

    .architect_thright {
        padding-top: 30px;
    }

    .architect_fore .endowner_twodes {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 60px;
    }




    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 60px 0;
    }

    .commPro_fore {
        padding-bottom: 65px;
    }

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

    .commPro_twobox {
        gap: 10px;
    }

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



    .bannercontentC,
    .bannercontentD {
        margin-top: 58px;
    }

    .bannerconC_main {
        padding: 10px 15px;
    }

    .join_one,
    .join_two,
    .join_three {
        padding: 65px 0;
    }

    .endowner_twodes h6 {
        font-size: 16px;
    }

    .join_twobox {
        padding: 30px 20px;
        gap: 15px;
    }

    .join_twobox li {
        font-size: 18px;
    }

    .join_threebox {
        padding: 55px 30px 50px;
    }

    .join_threebox h3 {
        font-size: 22px;
    }
    
    
    .join_threebox p {
    font-size: 16px;
    }

    .join_threeNum {
        width: 100px;
        height: 100px;
        padding: 0 0 30px 30px;
    }

    .join_threeNum::before {
        width: 100px;
        height: 100px;
    }

    .join_threeNum::after {
        width: 40px;
        height: 40px;
    }

    .join_three .row>div:not(:nth-child(n+5)) {
        margin-bottom: 30px;
    }


    .proList_one,
    .proList_two {
        padding: 65px 0;
    }



    .page_proCate {
        padding: 65px 0;
    }



    .page_proShow {
        padding: 65px 0;
    }

    .product_show_main_describe {
        padding-top: 25px;
    }




    .page_aboutus {
        padding-top: 50px;
    }

    .aboutus_onefixed1 {
        max-width: 180px;
        opacity: 0.5;
    }

    .aboutus_onedes {
        padding-bottom: 30px;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 65px 0;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 28px;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 30px;
    }

    .aboutus_onedes h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }


    .aboutus_onedes::before {
        left: -7px;
        bottom: 30px;
        width: 3px;
        height: 80px;
    }

    .aboutus_onebox {
        padding: 40px 20px 20px;
        gap: 30px;
    }

    .aboutus_onebox p {
        font-size: 16px;
        word-break: keep-all;
    }

    .aboutus_onefixed2 {
        opacity: 0.5;
        max-width: 200px;
        z-index: 0;
    }

    .aboutus_one .row {
        z-index: 2;
        position: relative;
    }

    .aboutus_three {
        margin-bottom: 65px;
    }

    .aboutus_fore {
        padding: 70px 0 60px;
    }

    .aboutus_foremain span {
        width: 25px;
        height: 25px;
    }


    .showMobile {
        display: block;
    }

    .showPC {
        display: none;
    }

    .aboutus_five .iHonor_main {
        padding: 0;
    }

    .aboutus_five .innerTitle {
        margin-bottom: 40px;
    }

    .indexHonor.aboutus_five {
        padding-bottom: 70px;
    }



    .contact_one {
        padding: 65px 0 70px;
    }

    .contact_two {
        padding-bottom: 60px;
    }

    .contact_oneleft {
        padding-right: 0;
    }

    .contact_oneright {
        gap: 25px;
        padding-top: 40px;
    }

    .contact_oneright h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .contact_onebox {
        gap: 10px;
    }



    .video_one .col-xxl-2 {
        width: 20%;
    }

    .bannerconDBtn {
        margin-top: 30px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .bannerconDBtn a {
        padding: 15px 28px;
        font-size: 18px;
    }

    .video_one .profPro_onebox {
        padding: 20px 20px 10px;
    }

    .video_twobot {
        margin-top: 50px;
        padding: 30px 40px;
        gap: 15px;
    }

    .video_twobot h3 {
        font-size: 28px;
    }

    .video_two {
        padding: 65px 0 55px;
    }

    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 65px;
    }

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


    .page_video .indexAbout_r {
        padding-top: 0;
    }



    .page_videolist {
        padding: 60px 0;
    }


    .service_one {
        padding: 40px 0 0;
    }

    .service_one .iIntro_box {
        padding: 0 2% 40px;
    }

    .service_two {
        padding: 20px 0 50px;
    }

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

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

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(1) {
        order: 1;
    }

    .service_twomain .service_twobox:nth-child(2n) .row>div:nth-child(2) {
        order: 2;
    }

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

    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 60px 0px;
    }

    .service_three .row {
        padding-bottom: 50px;
    }

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

    .service_five .row>div .service_fivebox {
        padding: 30px 0;
    }

    .service_five .row>div:nth-child(2n+1) .service_fivebox {
        padding-right: 30px;
    }

    .service_five .row>div:nth-child(2n) .service_fivebox {
        padding-left: 30px;
    }

    .service_five .row {
        width: 95%;
        margin: 0 auto;
    }

    .service_sixright {
        padding-top: 25px;
        padding-left: 0;
        gap: 10px;
    }

    .service_sixright li {
        font-size: 17px;
        line-height: 1.5;
        font-weight: normal;
    }

    .service_seven .endowner_twodes p {
        font-size: 17px;
        line-height: 1.5;
    }

    .service_seven {
        padding-bottom: 50px;
    }

    .service_eight .endowner_twodes li p {
        font-size: 17px;
    }

    .service_seven .endowner_twodes {
        padding-top: 30px;
    }

    .faq_main .accordion-item {
        margin-bottom: 15px;
    }

    .faq_main .accordion-button {
        padding: 12px 0;
    }

    .faq_main .accordion-button {
        font-size: 18px;
    }



    .page_faq .innerTitle {
        margin-bottom: 40px;
    }

    .page_faq .faq_main .accordion-button {
        padding: 16px 0;
    }

    .page_faq .faq_main .accordion-button {
        font-size: 16px;
    }



    .order_main .order_box .row>div {
        padding: 15px 20px;
    }

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

    .order_des p {
        font-size: 16px;
        line-height: 1.5;
    }



    .innov_one,
    .innov_two,
    .innov_three {
        padding: 70px 0;
    }



    .page_photo {
        padding: 70px 0;
    }

    #popup {
        width: 70%;
    }

    .caselist_one {
        padding: 60px 0;
    }

    .caselist_two .endowner_twodes {
        gap: 15px;
    }

    .caselist_two {
        padding-bottom: 60px;
    }

    .caselist_three {
        padding-bottom: 60px;
    }

    .caselist_two .row>div:nth-child(2) {
        display: flex;
        align-items: center;
    }


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

    .newsinfo {
        display: none;
    }

    .newshow_main {
        padding-top: 10px;
    }

    
    
    .newslist {
        padding: 50px 0 60px;
      }

      .blogmore {
        padding: 8px 50px;
        font-size: 16px;
      }


      .search_result {
        padding: 60px 0;
      }

      .search_result_top h1 {
        font-size: 30px;
      }
      .result_attention p,
      .result_attention span{
        font-size: 22px;
      }

      .result_attention{
        padding-bottom: 16px;
      }

      .search_result_list{
        margin-top: 25px;
      }




    .procate_top .iAbout_left {
        padding-left: 0;
        padding-top: 24px;
    }
    
    .procate_top .iAbout_left h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .procate_top .iAbout_left p{
        font-size: 18px;
    }
    
    .proList_three {
        padding: 50px 0 20px;
    }
    
    .proList_three .contact_oneright {
        gap: 15px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .proList_fore{
        padding: 70px 0;
    }
    
    .proList_fore .iAbout_left{
        padding-bottom: 30px;
    }
    
    
    .proList_six .service_ten{
        padding: 10px 0 70px;
    }
    
    
    
    .proList_seven{
        padding-bottom: 60px;
    }
    
    
    
    .bannerconAimg{
        padding-left: 0;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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



    .bannerDes {
        padding: 0;
    }

    .bannerDes .bannerTitle {
        color: #fff;
        font-size: 32px;
    }

    .bannerDes p {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes .indexBtn a {
        font-size: 18px;
        padding: 12px 25px;
    }



    .bannercontentA,
    .bannercontentB,
    .bannercontentE {
        margin-top: 58px;
    }

    .bannerconALbox {
        width: 38%;

    }

    .bannerconALdes {
        padding: 30px 20px;
    }

    .bannerconALdes h1,
    .bannerconCdes h1,
    .bannercontentE .bannerconC_main h1 {
        font-size: 28px;
    }

    .bannerconCdes h2 {
        font-size: 22px;
    }

    .bannerconALdes p,
    .bannerconCdes p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 50px 0 20px;
    }

    .endowner_five {
        padding-bottom: 60px;
    }

    .innerTitle {
        margin-bottom: 30px;
    }

    .innerTitle h2,
    .innerTitle h1 {
        font-size: 32px;
    }

    .innerTitle p {
        margin-top: 20px;
        font-size: 16px;
    }


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

    .endowner_twodes p {
        font-size: 20px;
        line-height: 1.2;
        -webkit-line-clamp: 4;
    }

    .endowner_twodes .indexBtn a {
        margin-top: 12px;
        padding: 16px 30px;
    }

    .endowner_thirddes {
        padding: 25px 20px 25px;
        gap: 20px;
    }

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

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

    .endowner_foretop {
        gap: 15px;
    }

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


    .page_profProject{
        padding-top: 30px;
    }

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

    .profPro_two {
        padding: 70px 0;
    }

    .profPro_twodes {
        padding: 30px 20px 35px;
        gap: 15px;
    }

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

    .profPro_three,
    .profPro_fore {
        padding-bottom: 70px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 70px 0;
    }


    .bannercontentA .indexBtn a {
        padding: 18px 20px;
        font-size: 16px;
    }

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 60px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 70px;
    }

    .contractor_onebox .endowner_onei {
        height: 50px;
    }


    .contractor_twoLeft .innerTitle {
        margin-bottom: 30px;
    }

    .contractor_twobox h3 {
        margin-bottom: 10px;
    }

    .contractor_twobox li span {
        font-size: 16px;
    }



    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 80px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 80px;
    }

    .archCom_twotop {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 35px;
    }

    .archCom_twobot {
        gap: 45px;
    }

    .archCom_twodes {
        padding-top: 15px;
    }

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


    .architect_one {
        padding-top: 150px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 80px 0;
    }

    .architect_three .innerTitle {
        margin-bottom: 35px;
    }

    .architect_thboxs li {
        font-size: 14px;
    }

    .architect_fore .endowner_twodes {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 80px;
    }



    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 70px 0;
    }

    .commPro_fore {
        padding-bottom: 80px;
    }



    .bannercontentC,
    .bannercontentD {
        margin-top: 58px;
    }

    .bannerconC_main {
        padding: 10px 15px;
    }

    .join_one,
    .join_two,
    .join_three {
        padding: 70px 0;
    }

    .endowner_twodes h6 {
        font-size: 14px;
    }

    .join_threebox {
        padding: 55px 30px;
    }

    .join_threebox h3 {
        font-size: 22px;
    }
    
    
    
    .join_threebox p {
    font-size: 16px;
    }

    .join_threeNum {
        width: 100px;
        height: 100px;
        padding: 0 0 30px 30px;
    }

    .join_threeNum::before {
        width: 100px;
        height: 100px;
    }

    .join_threeNum::after {
        width: 40px;
        height: 40px;
    }



    .proList_one,
    .proList_two {
        padding: 70px 0;
    }


    .page_proCate {
        padding: 70px 0;
    }



    .page_proShow {
        padding: 70px 0;
    }

    .product_show_main_describe {
        padding-top: 30px;
    }




    .page_aboutus {
        padding-top: 70px;
    }

    .aboutus_onefixed1 {
        max-width: 180px;
        opacity: 0.5;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 75px 0;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 28px;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 40px;
    }

    .aboutus_onedes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }


    .aboutus_onedes::before {
        left: -7px;
        bottom: 0px;
        width: 3px;
        height: 80px;
    }

    .aboutus_onebox {
        padding: 40px 20px 20px;
        gap: 30px;
    }

    .aboutus_onebox p {
        font-size: 16px;
        word-break: keep-all;
    }

    .aboutus_onefixed2 {
        opacity: 0.5;
        max-width: 300px;
        z-index: 0;
    }

    .aboutus_one .row {
        z-index: 2;
        position: relative;
    }

    .aboutus_three {
        margin-bottom: 65px;
    }

    .aboutus_fore {
        padding: 75px 0 65px;
    }

    .aboutus_foremain span {
        width: 25px;
        height: 25px;
    }


    .showMobile {
        display: block;
    }

    .showPC {
        display: none;
    }

    .aboutus_five .innerTitle {
        margin-bottom: 40px;
    }

    .indexHonor.aboutus_five {
        padding-bottom: 70px;
    }

    .showMobile .aboutus_fotxt {
        max-width: 80%;
        margin: 0 auto;
    }



    .contact_one {
        padding: 80px 0 80px;
    }

    .contact_two {
        padding-bottom: 70px;
    }

    .contact_oneleft {
        padding-right: 0;
    }

    .contact_oneright {
        gap: 15px;
    }

    .contact_oneright h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .contact_onebox p span {
        font-size: 14px;
    }



    .video_one .col-xxl-2 {
        width: 20%;
    }

    .bannerconDBtn {
        margin-top: 30px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .bannerconDBtn a {
        padding: 15px 28px;
    }

    .video_one .profPro_onebox {
        padding: 40px 20px 20px;
    }

    .video_twobot {
        padding: 40px 50px;
    }

    .video_twobot h3 {
        font-size: 28px;
    }

    .video_two {
        padding: 75px 0 65px;
    }

    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 75px;
    }

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



    .page_videolist {
        padding: 60px 0;
    }


    .service_one {
        padding: 40px 0 0;
    }

    .service_one .iIntro_box {
        padding: 0 2% 40px;
    }

    .service_two {
        padding: 30px 0 70px;
    }

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

    .service_tworight {
        padding-top: 0;
    }

    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 70px 0px;
    }

    .service_five .row>div .service_fivebox {
        padding: 30px 0;
    }

    .service_five .row>div:nth-child(2n+1) .service_fivebox {
        padding-right: 30px;
    }

    .service_five .row>div:nth-child(2n) .service_fivebox {
        padding-left: 30px;
    }

    .service_sixright {
        gap: 10px;
    }

    .service_sixright li {
        font-size: 17px;
        line-height: 1.5;
        font-weight: normal;
    }

    .service_seven .endowner_twodes p {
        font-size: 17px;
        line-height: 1.5;
    }

    .service_seven {
        padding-bottom: 50px;
    }

    .service_eight .endowner_twodes li p {
        font-size: 17px;
    }

    .faq_main .accordion-item {
        margin-bottom: 15px;
    }

    .faq_main .accordion-button {
        padding: 12px 0;
    }

    .faq_main .accordion-button {
        font-size: 18px;
    }


    .page_faq,
    .page_order {
        padding-top: 120px;
    }

    .page_faq .innerTitle {
        margin-bottom: 40px;
    }

    .page_faq .faq_main .accordion-button {
        padding: 20px 0;
    }



    .order_main .order_box .row>div {
        padding: 0px 30px;
    }

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

    .order_des p {
        font-size: 16px;
        line-height: 1.5;
    }




    .innov_one,
    .innov_two,
    .innov_three {
        padding: 80px 0;
    }



    .page_photo {
        padding: 80px 0;
    }

    #popup {
        width: 60%;
    }

    .caselist_one {
        padding: 70px 0 50PX;
    }

    .caselist_two .endowner_twodes {
        gap: 15px;
    }

    .caselist_two {
        padding-bottom: 70px;
    }


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

    .newsinfo {
        display: none;
    }
    

    
    .newslist {
        padding: 60px 0 70px;
      }

      .blogmore {
        padding: 8px 50px;
        font-size: 16px;
      }



      .search_result {
        padding: 70px 0;
      }

      .search_result_top h1 {
        font-size: 32px;
      }
      .result_attention p,
      .result_attention span{
        font-size: 24px;
      }
      
      
      .procate_top .iAbout_left p {
      
          font-size: 18px;
      }
      
      .proList_three{
          padding: 70px 0 30px;
      }
      
      .proList_three .service_one{
          padding: 60px 0 0;
      }
      
      .proList_six .service_ten {
        padding: 10px 0 90px;
    }
    
    
    
    .proList_seven{
        padding-bottom: 70px;
    }

}

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

    .bannerDes {
        padding: 0;
    }

    .bannerDes .bannerTitle {
        color: #fff;
        font-size: 40px;
    }

    .bannerDes p {
        margin-top: 30px;
        margin-bottom: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all !important;
    }

    .bannerDes .indexBtn a {
        font-size: 18px;
        padding: 12px 25px;
    }




    .bannerconALbox {
        width: 38%;

    }

    .bannerconALdes {
        padding: 30px 20px;
    }

    .bannerconALdes p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 70px 0 20px;
    }

    .endowner_five {
        padding-bottom: 80px;
    }

    .innerTitle {
        margin-bottom: 30px;
    }

    .innerTitle h2,
    .innerTitle h1 {
        font-size: 32px;
    }

    .innerTitle p {
        margin-top: 20px;
        font-size: 16px;
    }


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

    .endowner_twodes p {
        font-size: 20px;
        line-height: 1.2;
    }

    .endowner_twodes .indexBtn a {
        margin-top: 12px;
    }

    .endowner_thirddes {
        padding: 25px 20px 25px;
        gap: 20px;
    }

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

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

    .endowner_foretop {
        gap: 15px;
    }

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

    .borderBtn.double a:nth-child(1) {
        padding: 24px 10px;
    }


    .page_profProject{
        padding-top: 30px;
    }

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

    .profPro_two {
        padding: 90px 0;
    }

    .profPro_twodes {
        padding: 30px 20px 35px;
        gap: 15px;
    }

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

    .profPro_three,
    .profPro_fore {
        padding-bottom: 90px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 90px 0;
    }


    .bannercontentA .indexBtn a {
        padding: 18px 20px;
        font-size: 16px;
    }

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 90px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 90px;
    }



    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 90px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 90px;
    }

    .archCom_twotop {
        flex-wrap: wrap;
        gap: 15px;
    }

    .archCom_twobot {
        gap: 45px;
    }

    .archCom_twodes {
        padding-top: 15px;
    }

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


    .architect_one {
        padding-top: 50px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 90px 0;
    }

    .architect_three .innerTitle {
        margin-bottom: 45px;
    }

    .architect_thboxs li {
        font-size: 14px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 90px;
    }



    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 90px 0;
    }

    .commPro_fore {
        padding-bottom: 90px;
    }




    .join_one,
    .join_two,
    .join_three {
        padding: 90px 0;
    }

    .join_threebox {
        padding: 70px 40px 70px;
    }

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

    .join_threeNum {
        width: 120px;
        height: 120px;
        padding: 0 0 30px 30px;
    }

    .join_threeNum::before {
        width: 120px;
        height: 120px;
    }

    .join_threeNum::after {
        width: 50px;
        height: 50px;
    }


    .proList_one,
    .proList_two {
        padding: 90px 0;
    }


    .page_proCate {
        padding: 90px 0;
    }



    .page_proShow {
        padding: 90px 0;
    }




    .page_aboutus {
        padding-top: 85px;
    }

    .aboutus_onefixed1 {
        max-width: 200px;
        opacity: 0.5;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 85px 0;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 45px;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 36px;
    }

    .aboutus_onedes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .aboutus_onefixed2 {
        max-width: 300px;
    }

    .aboutus_fotxt {
        padding: 20px 5px;
        background: rgba(255, 255, 255, 0.9);
    }

    .aboutus_foredes .row>div:nth-child(4) .aboutus_foremain {
        bottom: 67%;
    }

    .aboutus_fore .innerTitle {
        padding-bottom: 30px;
    }

    .bannerconCdes h2 {
        font-size: 25px;
    }

    .contact_one {
        padding: 90px 0 110px;
    }

    .contact_oneright h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .contact_oneright {
        gap: 20px;
    }

    .contact_onebox {
        gap: 10px;
    }

    .contact_onebox p span {
        font-size: 14px;
    }

    .contact_oneright ul {
        gap: 10px;
    }

    .contact_onenum span,
    .contact_onenum a,
    .contact_onenum p {
        line-height: 1.3;
        font-size: 14px;
    }

    .contact_two {
        padding-bottom: 70px;
    }



    .video_one .col-xxl-2 {
        width: 20%;
    }

    .bannerconDBtn {
        margin-top: 40px;
    }

    .video_one .profPro_onebox {
        padding: 40px 20px 20px;
    }

    .video_two {
        padding: 90px 0 70px;
    }

    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 85px;
    }



    .page_videolist {
        padding: 70px 0;
    }


    .service_one {
        padding: 40px 0 0;
    }

    .service_one .iIntro_box {
        padding: 0 2% 40px;
    }

    .service_two {
        padding: 30px 0 90px;
    }

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

    .service_tworight {
        padding-top: 0;
    }

    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 90px 0px;
    }

    .service_five .row>div .service_fivebox {
        padding: 30px 0;
    }

    .service_five .row>div:nth-child(2n+1) .service_fivebox {
        padding-right: 30px;
    }

    .service_five .row>div:nth-child(2n) .service_fivebox {
        padding-left: 30px;
    }

    .service_sixright {
        gap: 10px;
    }

    .service_sixright li {
        font-size: 17px;
        line-height: 1.5;
        font-weight: normal;
    }

    .service_seven .endowner_twodes p {
        font-size: 17px;
        line-height: 1.5;
    }

    .service_seven {
        padding-bottom: 50px;
    }

    .service_eight .endowner_twodes li p {
        font-size: 17px;
    }

    .faq_main .accordion-item {
        margin-bottom: 35px;
    }

    .service_five .row {
        width: 98%;
        margin: 0 auto;
    }


    .page_faq,
    .page_order {
        padding-top: 60px;
    }

    .page_faq .innerTitle {
        margin-bottom: 40px;
    }

    .page_faq .faq_main .accordion-button {
        padding: 25px 0;
    }




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

    .order_des p {
        font-size: 18px;
        line-height: 1.5;
    }




    .innov_one,
    .innov_two,
    .innov_three {
        padding: 90px 0;
    }


    #popup {
        width: 50%;
    }

    .caselist_one {
        padding: 90px 0 70PX;
    }


    .caselist_two {
        padding-bottom: 90px;
    }

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



      .search_result {
        padding: 80px 0;
      }

      .search_result_top h1 {
        font-size: 32px;
      }
      .result_attention p,
      .result_attention span{
        font-size: 24px;
      }
      
      
      .proList_three{
          padding-bottom: 70px;
      }
      
        .proList_three  .service_one {
        padding: 80px 0 0;
    }
    
    .proList_seven{
        padding-bottom: 70px;
    }
}

@media (min-width:1401px) and (max-width:1780px) {

    .bannerDes {
        padding-bottom: 50px;
    }

    .bannerDes .bannerTitle {
        font-size: 50px;
    }

    .bannerDes p {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .bannerDes .indexBtn a {
        font-size: 18px;
        padding: 18px 30px;
    }

    .bannerconALdes {
        padding-left: 10%;
    }

    .endowner_one,
    .endowner_two,
    .endowner_third,
    .endowner_fore,
    .endowner_five {
        padding: 70px 0 30px;
    }

    .innerTitle p {
        margin-top: 30px;
        font-size: 18px;
    }

    .innerTitle {
        margin-bottom: 60px;
    }



    .profPro_one {
        padding: 0 15px 0;
    }

    .profPro_two {
        padding: 90px 0;
    }

    .profPro_twodes {
        padding: 30px 20px 35px;
        gap: 15px;
    }

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

    .profPro_three,
    .profPro_fore {
        padding-bottom: 110px;
    }

    .profPro_six,
    .profPro_seven {
        padding: 110px 0;
    }

    .contractor_one,
    .contractor_two,
    .contractor_three {
        padding: 110px 0;
    }

    .contractor_fore,
    .contractor_five {
        padding-bottom: 110px;
    }

    .archCom_one,
    .archCom_two,
    .archCom_three {
        padding: 110px 0;
    }

    .archCom_fore,
    .archCom_five,
    .archCom_six {
        padding-bottom: 110px;
    }


    .architect_one {
        padding-top: 70px;
    }

    .architect_two,
    .architect_three,
    .architect_fore,
    .architect_five,
    .architect_six {
        padding: 110px 0;
    }

    .architect_three .innerTitle {
        margin-bottom: 50px;
    }

    .architect_five,
    .architect_six {
        margin-bottom: 110px;
    }



    .commPro_one,
    .commPro_two,
    .commPro_three {
        padding: 110px 0;
    }

    .commPro_fore {
        padding-bottom: 110px;
    }




    .join_one,
    .join_two,
    .join_three {
        padding: 100px 0;
    }

    .join_threebox {
        padding: 80px 50px 80px;
    }

    .join_threebox h3 {
        font-size: 28px;
    }

    .join_threeNum {
        width: 150px;
        height: 150px;
        padding: 0 0 40px 40px;
    }

    .join_threeNum::before {
        width: 150px;
        height: 150px;
    }




    .page_aboutus {
        padding-top: 110px;
    }

    .aboutus_onefixed1 {
        opacity: 0.5;
    }

    .aboutus_one,
    .aboutus_two,
    .aboutus_three {
        padding: 85px 0;
    }

    .aboutus_one .innerTitle {
        margin-bottom: 45px;
    }

    .aboutus_one .innerTitle h2 {
        font-size: 36px;
    }

    .aboutus_onedes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .aboutus_onefixed2 {
        max-width: 300px;
    }

    .aboutus_fotxt {
        padding: 20px 5px;
        background: rgba(255, 255, 255, 0.9);
    }

    .aboutus_foredes .row>div:nth-child(4) .aboutus_foremain {
        bottom: 67%;
    }

    .aboutus_fore .innerTitle {
        padding-bottom: 30px;
    }



    .contact_oneright {
        gap: 30px;
    }

    .contact_onebox,
    .contact_oneright ul {
        gap: 10px;
    }



    .video_three,
    .video_fore,
    .video_five {
        padding-bottom: 100px;
    }



    .page_videolist {
        padding: 80px 0;
    }



    .service_one .iIntro_box {
        padding: 0 2% 60px;
    }

    .service_two {
        padding: 50px 0 90px;
    }

    .service_fore,
    .service_six,
    .service_eight,
    .service_ten {
        padding: 90px 0px;
    }

    .service_five .row {
        width: 98%;
        margin: 0 auto;
    }

    .service_five .row>div .service_fivebox {
        padding: 50px 0;
    }

    .service_five .row>div:nth-child(2n+1) .service_fivebox {
        padding-right: 50px;
    }

    .service_five .row>div:nth-child(2n) .service_fivebox {
        padding-left: 50px;
    }


    .page_faq,
    .page_order {
        padding-top: 80px;
    }

    .page_faq .faq_main .accordion-button {
        padding: 32px 0;
    }



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

    .order_des p {
        font-size: 18px;
        line-height: 1.5;
    }
}


@media (min-width:1401px) {
    .archCom_twoleft {
        width: 52%;
    }

    .archCom_tworight {
        width: 48%;
    }

    .video_one .col-xxl-2 {
        width: 20%;
    }

    .page_profProject,
    .page_video{
        padding-top: 30px;
    }

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

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

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