@charset "utf-8";

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

i {
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

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

em {
    font-style: normal !important;
}

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

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

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

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

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



.public_ad_header {
    background: #f6f6f6;
    padding: 28px 0;
    color: #222;
    border-bottom: 1px solid #eee;
}

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

.public_ad_header_con a {
    color: #222
}

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

.public_ad_firm_name {
    padding-left: 28px;
}

.public_ad_firm_name h2 {
    font-size: 30px;
    color: #448ec5;
    padding: 3px 0;
}

.public_ad_firm_name p {
    color: #999999;
    font-size: 14px;
    text-align: left;
}

.public_ad_header_contact {
    display: flex;
}

.public_ad_header_email {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
}

.public_ad_header_email i {
    color: #448ec5;
    margin-right: 14px;
}

.public_ad_header_email a {
    color: #666;
}

.public_ad_header_contact ul {
    display: flex;
    padding-left: 16px;
}

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

.public_ad_header_contact ul li {
    padding: 0 12px;
    border-right: 1px #ddd solid;
    display: flex;
    align-items: center;
}

.public_ad_header_contact ul li:nth-last-child(1) {
    border-right: none;
}

.public_ad_header_contact ul li img {
    margin-right: 12px;
}

.public_ad_header_contact ul li a {
    font-size: 16px;
    color: #222;
    transition: all ease 0.3s;
}

.public_ad_header_contact ul li a:hover {
    text-decoration: underline !important;
}



/* mobile */
.mobile {
    width: 100%;
    z-index: 99999999;
    display: none;
    height: 60px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.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: #ed7121;
    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: #ed7121;
    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: #ed7121;
    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;
    width: 100%;
    position: relative;
}



.head_layer {
    background: #fff;
}

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

.nav_wrap {
    position: relative;
}

.nav_wrap em {
    font-style: normal;
}

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

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

.nav_wrap .head_nav {
    padding: 0;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 25px;
    border: 1px solid transparent;
    transition: all ease 0.3s;
}

.nav_wrap .head_nav>li:nth-child(1) {
    margin-left: 0;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 30px 16px;
    line-height: 18px;
    font-size: 18px;
}

.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: normal;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 16px;
}

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

.nav_wrap .head_nav>li li a {
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    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: #ed7121;
    color: #fff !important;
}

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

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

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

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

.nav_wrap .head_nav>li:hover {
    border: 1px solid #ed7121;
}

.nav_wrap .head_nav>li:hover>a {
    background-color: #ed7121;
    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: #ed7121;
    border: 1px solid #ed7121;
    color: #fff;
}

.nav_wrap .head_nav>li.nav-current>a {
    background-color: #ed7121;
    color: #fff;
    padding: 30px 16px;
    line-height: 18px;
}

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

/* .head_layer .logo-fixed a {
    display: none;
}

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

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

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

.headernav_box {
    border: 1px #dcdcdc solid;
    padding-left: 16px;
    background: #fff;
    position: relative;
}

.headernav_box input {
    width: 140px;
    border: none;
    padding: 4px 0;
    font-size: 14px;
}

/* .headernav_box a {
    display: inline-block;
    background: #e35919;
    padding: 2px 10px;
    border: none;
    color: #fff;
} */

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

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

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

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

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

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

.fixed-nav .head_layer .logo-fixed a {
    display: block;
}

.fixed-nav .logo-fixed img {
    -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: 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 #ed7121;
}

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

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

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

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

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

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

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


.headernav_box {
    position: relative;
}

.headernav_box button {
    background: #f6f6f6;
    padding: 2px 9px;
    border: none;
    color: #448ec5;
    font-size: 16px;
}

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

.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: #ed7121;
    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: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background: transparent;
    background-color: transparent;
    margin: 0 5px !important;
    transition: all ease 0.3s;
    line-height: 36px;
    border-radius: 0;
    border: 1px solid #ed7141;
}

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

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

.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: #ed7121;
    transform: rotate(90deg);
}

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

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

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

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

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

.head-search form {
    position: relative;
}

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

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

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

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

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

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

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

}

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

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

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

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

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

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

/* banner_content */
.bannercontent {
    padding: 20px 35px !important;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page_ctrl_box .prev:hover {
    padding-left: 28px;
    transition: all ease 0.3s;
}

.page_ctrl_box .next:hover {
    padding-right: 28px;
    transition: all ease 0.3s;
}

.page_ctrl_box .list-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.page_ctrl_box .next {
    float: right;
    /* padding-right: 28px; */
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
    font-size: 18px;
    line-height: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all 0.3s;
}

.page_ctrl_box .prev i {
    margin-right: 10px;
}

.page_ctrl_box .next i {
    margin-left: 10px;
}

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

.pageAboutus_content p {
    line-height: 36px;
    font-size: 18px;
    color: #111;
    font-weight: lighter;
    text-indent: 2em;
}

.pageAboutus_vr {
    padding: 40px 0 20px;
}


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

.pageplist_main {
    margin-top: 30px;
}

.page_plhover_active .pageplist_box {
    box-shadow: rgb(229, 229, 229) 0px 10px 50px;
}

.page_plhover_active img {
    transform: scale(1.1);
}

.page_plhover_active .pageplist_tit h2 {
    color: #448ec5;
}

.pageplist_main2 .displayn {
    display: none;
}

.pageplist_main2 .disshow {
    display: flex;
}

.page_pl1hover {
    padding: 0 1.5%;
}

.page_pl1hover .pageplist_box {
    position: relative;
    /* margin-bottom: 30px; */
    padding: 0 18%;
    top: 0;
    transition: all ease 0.3s;
    border: 1px solid #e5e5e5;
}

.pageplist_box:hover {
    /* top: -20px; */
    /* box-shadow: #e5e5e5 0px 10px 50px; */
    /* border: 1px solid transparent; */
}

.pageplist_box:hover img {
    /* transform: scale(1.1); */
}

.pageplist_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    transition: all ease 0.3s;
}

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

.pageplist_tit {
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    z-index: 99;
}

.pageplist_tit h2 {
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111;
    font-family: "PingFang Bold";
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.3s ease;
}

.pageplist_tit:hover h2 {
    color: #448ec5;
}

.pageplist_main2 .indextitle {
    padding-top: 50px;
}

.page_plhover {
    position: relative;
    padding-bottom: calc(var(--bs-gutter-x)*2);
    padding-left: calc(var(--bs-gutter-x)*1);
    padding-right: calc(var(--bs-gutter-x)*1);
}

.page_plhover .pageplist_box {
    position: relative;
    /* margin-bottom: 40px; */
    top: 0;
    transition: all ease 0.3s;
    border: 1px solid #e5e5e5;
}

.page_plhover:hover .pageplist_box {
    /* top: -20px; */
    /* box-shadow: #e5e5e5 0px 10px 50px; */
    /* border: 1px solid transparent; */
}

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

.page_plhover .pageplist_tit a {
    transition: all ease 0.3s;
}

.page_plhover:hover .pageplist_tit a {
    color: #448ec5;
}

.page_plhover .pageplist_tit {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding-bottom: 0;
    width: 100%;
}

/* page_productshow */
.accordion {
    width: 100%;
    background: #fff;
    margin: 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    margin-top: 10px;
}

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

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

.accordion li i {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.openaside .link {
    color: #ed7121;
    background-color: #eee;
    margin-bottom: 10px;
}

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

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

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

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

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

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

.submenu a:hover {
    background: #ed7121;
    color: #fff;
}

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


.page_productshow {
    padding: 60px 0;
}

.product_show_main_describe {
    padding-top: 20px;
}

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

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

.product_show_main_describe p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
}

.product_show_contact {
    padding: 10px 0;
}

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

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

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

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

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

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

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

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


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

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

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

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

    overflow: hidden;
    font-size: 20px;
    color: #fff;
    background-color: #448ec5;
    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: #ed7121;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

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

}

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

}

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

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

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

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

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

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

.product_inquiry_form h2 {
    font-size: 36px;
    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: 36px;
    color: #333;
    padding-left: 15px;
    border-left: 4px solid #ed7121;
    font-weight: bold;
}

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

.productshow_otherSwiper {
    padding-bottom: 40px;
}

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

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

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

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

.indexcon_table {
    padding-left: 20px;
    position: relative;
}

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

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

.page_productshow .indexcon_table form .row{
    position: relative;
}
.page_productshow .indexcon_table form .row>div:nth-last-child(1) input:nth-child(1){
    width: 100px;
    background-color: #ed7121;
    padding: 8px 0;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    transition: all ease 0.3s;
    position: absolute;
        bottom: 12px;
    right: 24px;
}


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

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

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

.indexcon_table button:hover {
    background-color: #448ec5;
}

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

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


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

.pagealbum_main {
    padding-top: 20px;
}

.pagealbum_main1,
.pagealbum_main2 {
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.pagealbum_main1 .swiper-container,
.pagealbum_main2 .swiper-container {
    height: 100%;
}

.pagealbum_main1 .swiper-wrapper_al1,
.pagealbum_main2 .swiper-wrapper_al2 {
    width: auto;
    height: 100%;
}

.pagealbum1_box,
.pagealbum2_box {
    height: 100%;
}

.pagealbum1_Img,
.pagealbum2_Img {
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    display: block;
    /* height: auto;
    width: 100%; */
    width: auto;
    height: 100%;
}

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

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

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


.pagealbum_main1:hover .pagealbum1_Img::before,
.pagealbum_main2:hover .pagealbum2_Img::before {
    opacity: 1;
}

.pagealbum_main1:hover .ser_look,
.pagealbum_main2:hover .ser_look {
    opacity: 1;
    z-index: 99;
}

.pagealbum_main1:hover img,
.pagealbum_main2: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;
}

.album1Swiper .swiper-pagination-bullet-active,
.album2Swiper .swiper-pagination-bullet-active {
    background: #ed7121;
}


.album3Box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    background-image: url(../images/indexaboutus.jpg);
    background-size: cover;
}

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

.album3Box:hover::before,
.album4_video:hover::before {
    opacity: 1;
}

.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain,
.videomain1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.videobox,
.zs_iframe_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.videobox video .zs_iframe_div video {
    width: 100%;
    height: 100%;
}

.videobox iframe,
.zs_iframe_div iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

.videobox video {
    width: 100%;
}

.album4Swiper .swiper-pagination-bullet-active {
    background: #ed7121;
}

.album1tit h2 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    transition: all ease 0.3s;
}

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

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


.pagealbum_main1:hover .album1tit h2,
.pagealbum_main2:hover .album1tit h2,
.pagealbum_main3:hover .album1tit h2,
.pagealbum_main4:hover .album1tit h2 {
    color: #448ec5;
}

.album4Video {
    padding: 10px 10% 0;
}

.page_promotion {
    padding: 60px 0;
}


.videolistflex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.video_item {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.video_item iframe,
.video_item object,
.video_item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoli {
    margin-bottom: 40px;
    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;
}

.video_box {
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    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;
    top: 0;
    position: relative;
}

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

.video_hd img,
.video_hd video {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

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

.video_txt p {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    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;
}

.videoli:hover .video_box {
    top: -10px;
    position: relative;
    /* background-color: #448ec5; */
    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;
}

/* .videoli .video_txt{
    transition: all 0.35s ease-in-out;
}
.videoli:hover .video_txt{
    background-color: #448ec5;
    transition: all 0.35s ease-in-out;
} */

.videoli:hover .video_txt p {
    color: #448ec5;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.page_promotion .pagelist {
    margin-top: 0;
}

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

.page_equipment .pagealbum1_box {
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
    padding-bottom: 20px;
}


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

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

}

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

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


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

.pagecon_title {
    font-size: 26px;
    line-height: 50px;
    color: #448ec5;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
}

.pagecon_box {
    border: 1px solid #eee;
    padding: 20px 10px;
    transition: all 0.3s linear;
    margin-bottom: 20px;
}

.pagecon_box:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.pagecon_des {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pagecon_des h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.pagecon_des h3 span{
    font-size: 22px;
  margin-right: 5px;
}

.pagecon_des p span {
    font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.search_result_list {
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

    .pageAboutus_vr {
        height: 550px !important;
        padding: 20px 0 10px;
    }

    .pageAboutus_vr iframe {
        height: 520px !important;
    }

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

    .pageplist_main {
        margin-top: 18px;
    }

    .pageplist_box {
        margin-bottom: 12px;
    }

    .pageplist_box:hover {
        top: -5px;
        box-shadow: none;
    }

    .pageplist_tit {
        padding: 10px 0;
    }

    .pageplist_tit h2 {
        font-size: 15px;
        margin: 0;
        line-height: 18px;
    }

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

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

    .product_show_contact ul li {
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .productshow_tab {
        margin: 10px 0;
    }
    
    .bannercontent {
    padding: 0px 0px !important;
    }

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

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

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

    .indexcon_table {
        padding-left: 0;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .indexcon_table input {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 15px;
    }

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

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

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

    .pagealbum_main1,
    .pagealbum_main2 {
        margin-bottom: 20px;
    }

    .album3Box {
        height: 400px;
        margin-bottom: 20px;
    }

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

    #popup {
        width: 78%;
    }


    #indexmap {
        height: 250px;
    }

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

    /* search_result */
    .search_result {
        padding: 0 0 20px;
    }

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

    .result_attention span,
    .result_attention p {
        font-size: 26px;
    }
    
/*    .bread_crumbs .rank-math-breadcrumb > p {*/
/*    display: ruby;*/
/*}*/

/*.bread_crumbs {*/
/*    flex-wrap: nowrap;*/
/*}*/

}

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

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

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

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


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

    .pageAboutus_vr {
        height: 600px !important;
        padding: 20px 0 10px;
    }

    .pageAboutus_vr iframe {
        height: 570px !important;
    }

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

    .indexproducts {
        padding: 35px 0 20px;
    }

    .pageplist_box {
        margin-bottom: 0px;
    }

    .pageplist_tit {
        padding: 12px 0 16px;
    }

    .pageplist_tit h2 {
        margin: 0;
    }

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

    .product_show_contact ul li {
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .productshow_tab {
        margin: 10px 0;
    }

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

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

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

    .indexcon_table {
        padding-left: 0;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .indexcon_table input {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 15px;
    }

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

    .hot_product_title h3 {
        font-size: 28px;
    }

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

    .pagealbum_main1,
    .pagealbum_main2 {
        margin-bottom: 20px;
    }

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

    #popup {
        width: 73%;
    }

    #indexmap {
        height: 300px;
    }

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

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

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

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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

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

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

    .pageAboutus_vr {
        height: 530px !important;
        padding: 20px 0 10px;
    }

    .pageAboutus_vr iframe {
        height: 500px !important;
    }

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

    .indexproducts {
        padding: 40px 0 20px;
    }

    .pageplist_box {
        margin-bottom: 16px;
    }

    .pageplist_tit h2 {
        margin: 0;
        font-size: 20px;
    }

    .pageplist_tit {
        padding: 10px 0 16px;
    }

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

    .product_show_contact ul li {
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .productshow_tab {
        margin: 10px 0;
    }

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

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

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

    .indexcon_table {
        padding-left: 0;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .indexcon_table input {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 15px;
    }

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

    .hot_product_title h3 {
        font-size: 30px;
    }

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

    .pagealbum_main1,
    .pagealbum_main2 {
        margin-bottom: 20px;
    }

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

    #popup {
        width: 70%;
    }


    #indexmap {
        height: 300px;
    }

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

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

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

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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

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

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

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

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

    .product_show_main_describe {
        padding-top: 0;
    }

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

    .pagealbum_main1,
    .pagealbum_main2 {
        margin-bottom: 20px;
    }

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

    #popup {
        width: 60%;
    }

    #indexmap {
        height: 350px;
    }
}


@media (min-width:1400px) {
    .pageplist_main1 .col-xxl-3 {
        width: 20% !important;
    }
    .page_contact .col-xxl-4,
    .page_contact .col-xxl-12{
        padding: 0 2%;
    }
    
    #fullpage .section:nth-child(2n){
	background-color: #fff !important;
}

#fullpage .section:nth-child(2){
	background-color: #eee !important;
}

#fullpage .section:nth-child(2n+1){
	background-color: #f0f0f0 !important;
}
#fullpage .section:nth-child(1) {
    background-color: #f6f6f6 !important;
}
}


#headerhead {
    /* display: none; */
    position: absolute;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.headerheadFlex{
    display: block !important;
}

#refer{
    display: none;
}

@media (max-width:575px) {
.indexfooter_leftEmain p span {
  font-size: 14px !important;
}
    
}







/*header footer*/

@media (min-width:1200px) and (max-width:1249px) {
    
    .public_ad_header_left {
        flex: 0 57%;
    }
    
    .public_ad_header_contact{
        flex: 0 43%;
        justify-content: flex-end;
    }.public_ad_firm_name {
    padding-left: 14px;
}
    
    .public_ad_header_contact ul li {
    padding: 0px 8px;
}
    .public_ad_header_contact ul {
    padding-left: 8px;
}
    .public_ad_firm_name h2 {
        text-align: left;
        font-size: 22px;
    }

    .public_ad_logo img{
        max-width: 100px;
    }
    .public_ad_header_email {
    font-size: 14px;
    }
    
    .public_ad_header_contact ul li a {
    font-size: 14px;
    }
    .public_ad_header_email i {
        margin-right: 10px;
    }
    .public_ad_header_contact ul li img {
    margin-right: 5px;
    }
    
    .box2 {
        top: 106px !important;
    }
    
    .box2.fixed {
        position: fixed !important;
        top: 0px !important ;
    }
}

@media (min-width:1250px) and (max-width:1330px) {
    .public_ad_header_left {
        flex: 0 56%;
    }
    
    .public_ad_header_contact{
        flex: 0 44%;
        justify-content: flex-end;
    }
    
    .public_ad_header_contact ul li {
    padding: 0px 8px;
    }
    
    .public_ad_firm_name h2 {
        text-align: left;
        font-size: 22px;
    }

    .public_ad_logo img{
        max-width: 100px;
    }
    .public_ad_header_email i {
        margin-right: 10px;
    }
    .public_ad_header_contact ul li img {
    margin-right: 5px;
    }
    
    .public_ad_header_email {
    font-size: 14px;
    }
    
    .public_ad_header_contact ul li a {
    font-size: 14px;
    }
    
    .box2 {
        top: 106px !important;
    }
    
    .box2.fixed {
        position: fixed !important;
        top: 0px !important ;
    }
}

@media (min-width:1331px) and (max-width:1420px) {
    .public_ad_header_left {
        flex: 0 60%;
    }
    
    .public_ad_header_contact{
        flex: 0 40%;
        justify-content: flex-end;
    }
    
    .public_ad_header_contact ul li {
    padding: 0px 8px;
}
    
    .public_ad_firm_name h2 {
        text-align: left;
        font-size: 24px;
    }

    .public_ad_logo img{
        max-width: 120px;
    }
    .public_ad_header_email i {
        margin-right: 10px;
    }
    .public_ad_header_contact ul li img {
    margin-right: 5px;
}
    
    .box2 {
        top: 115px !important;
    }
    
    .box2.fixed {
        position: fixed !important;
        top: 0px !important ;
    }
    .public_ad_header_contact ul {
    padding-left: 8px;
}
.public_ad_header_email {
    font-size: 14px;
}.public_ad_header_contact ul li a {
    font-size: 14px;
}
}

@media (min-width:1421px) and (max-width:1590px) {
    .public_ad_header_left {
        flex: 0 58%;
    }
    
    .public_ad_header_contact{
        flex: 0 42%;
        justify-content: flex-end;
    }
    
    .public_ad_header_contact ul li {
    padding: 0px 8px;
}
    
    .public_ad_firm_name h2 {
        text-align: left;
        font-size: 26px;
    }

    .public_ad_logo img{
        max-width: 120px;
    }
    .public_ad_header_contact ul {
    padding-left: 8px;
}
.public_ad_header_email {
    font-size: 15px;
}
    .box2 {
        top: 115px !important;
    }
    
    .box2.fixed {
        position: fixed !important;
        top: 0px !important ;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .indexfooter_left {
        flex: 0 70%;
    }
        .index_footer .indexfooter_right {
        flex: 0 30%;
        }
    .indexfooter_left h2,
    .indexfooter_left p {
    text-align: left;
    }
    
    .indexfooter_leftEmain {
    padding-left: 0 !important;
    }
}

@media  (max-width:1199px) {
    #fullpage .section:nth-child(1){
    padding-top: 76px !important;
}
}

@media (min-width:1200px) and (max-width:1399px) {
    .indexfooter_left {
        flex: 0 75%;
    }
        .index_footer .indexfooter_right {
        flex: 0 25%;
        }
    .indexfooter_left h2 {
    font-size:24px;
    }
    
    .indexfooter_left11 {
    flex: 0 70%;
    }
    
    .indexfooter_left h2,
    .indexfooter_left p {
    text-align: left;
    }
    
    .indexfooter_leftEmain {
    flex: 0 30%;
    }
}

@media (min-width:1400px) and (max-width:1660px) {
    .indexfooter_left {
        flex: 0 70%;
    }
        .index_footer .indexfooter_right {
        flex: 0 25%;
        }
    .indexfooter_left h2 {
    font-size: 32px;
    }
    
    .indexfooter_left11 {
    flex: 0 75%;
    }
    
    .indexfooter_left h2,
    .indexfooter_left p {
    text-align: left;
    }
    
    .indexfooter_leftEmain {
    flex: 0 25%;
    }
    
    
    .nav_wrap .head_nav>li {
        margin: 0 15px !important;
    }
}

@media (min-width:1400px) and (max-width:1470px) {
    .indexfooter_left {
        flex: 0 75%;
    }
}


.page_productshow .public_social_media {
  padding: 15px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page_productshow .public_social_media i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 20px;
  margin-right: 25px;
}