@charset "utf-8";

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

i {
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

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

em {
    font-style: normal !important;
}

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

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

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

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

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

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

.public_ad_header {
    background: #1f1f1f;
    padding: 10px 0;
    color: #fff
}

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

footer .public_ad_header_social_media{
    margin-top: 30px;
}

.public_ad_header_social_media {
    display: flex;
}

.public_ad_header_social_media a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.public_ad_header_social_media i {
    /* margin-right: 20px; */
    font-size: 18px;
}

.public_ad_header_con a {
    color: #fff
}

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

.public_ad_header_contact ul li {
    float: left;
    padding-left: 20px;

}

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



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

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

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

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

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

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

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

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

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

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1875ac;
    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: #fff;
    border-color: transparent;
}

.btn-success i{
    color: #1875ac;
}


/*-------------------------------*/
/*     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: #1875ac;
    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: #1875ac;
}

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

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

.nav_wrap em {
    font-style: normal;
}

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

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

.nav_wrap .head_nav {
    padding: 25px 0;
    display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 15px;
    transition: all ease 0.3s;
}

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

.nav_wrap .head_nav>li>ul>li>a:hover {
    text-decoration: underline;
    /* border-bottom: 2px solid #e60122; */
        /*background: #fff;*/
    color: #333;
}

.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 {
    background: #fff;
}

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

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

.nav_wrap .head_nav>li:hover>a {
    /* border-bottom: 2px solid #e60122; */
    /* color: #e60122; */
}

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

.nav_wrap .head_nav>li.nav-current>a {
    /* color: #e60122; */
    /* padding: 0 10px; */
    border-bottom: 2px solid #e60122;
}

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

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

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

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

.head_layer_right {
    display: flex;
    align-items: center;
    flex: 0 0 75%;
  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;
}

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

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

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

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

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

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

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

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

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

.fixed-nav .head_layer .logo-fixed a:nth-child(1) {
    /*display: none;*/
}

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

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

.fixed-nav .nav_wrap .head_nav {
    margin-bottom: 0 !important;
    /* float: right; */
    padding: 30px 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.current-menu-item,
.nav_wrap .head_nav>li.current-menu-item{
     border-bottom: 2px solid #fff; 
}

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

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

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

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

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

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

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

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

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

.headernav_box input {
    background: transparent;
    color: #fff;
    border: none;
    width: 160px;
    font-size: 18px;
    line-height: 26px;
    transition: all ease 0.3s;
}

.headernav_box input::placeholder{
    color: #fff !important;
    opacity: 1 !important;
}

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

.headernav_box button i {
    color: #fff;
    font-size: 21px;
    transition: all ease 0.3s;
}

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

.lang_xs {
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

.lang-sub .sub a:hover {
    color: #1875ac;
    text-decoration: none !important
}


.banner {
  max-height: 1080px;
  overflow: hidden;
  position: relative;
}




.banner .swiper-container {
  width: 100%;
}

.banner .swiper-container {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

.bannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}

.bannerSwiper .slide-inner {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.bannerSwiper .bannerImg {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bannerSwiper .swiper-slide img {
  transition: all ease 2s;
  /*transform: scale(1.2);*/
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.bannerSwiper .bannerDes {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 94%;
  max-width: 1600px;
  padding-right: 0%;
  padding-left: 0%;
  z-index: 22;
  transform: translate(-50%, -50%);
}

.bannerDesss {
  width: 70%;
  text-align: left;
  max-width: fit-content;
  padding: 30px;
  position: relative;
}


.bannerDesTitle {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  margin-top: 35px;
  transition: all ease 2s .3s;
  opacity: 0;
  transform: translateY(40px);
}

.bannerDesss p {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  /* margin-right: auto; */
  margin-left: 0;
  margin-top: 20px;
  transition: all ease 2s .4s;
  opacity: 0;
  transform: translateY(40px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.bannerDesss p.expanded {
    -webkit-line-clamp: unset;
    display: block; 
}

.bannerDesbtn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  border: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 14px;
  margin-left: 0;
  margin-right: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 2s .4s;
}

.bannerDesbtn a span{
    font-weight: bold;
  transition: all ease 0.3s;
  color: #333;
}


.bannerDes .bannerDesbtn a:hover span {
  color: #e60212;
}

.bannerSwiper .swiper-slide-active .bannerDesLogo,
.bannerSwiper .swiper-slide-active .bannerDesTitle,
.bannerSwiper .swiper-slide-active .bannerDesss p,
.bannerSwiper .swiper-slide-active .bannerDesbtn a {
  opacity: 1;
  transform: translateY(0px);
}

.bannerSwiper .swiper-slide-active img, .bannerSwiper .swiper-slide-active video {
  transition: all ease 2s;
  transform: scale(1);
}



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

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

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


/* .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: #1875ac;
    transform: rotate(90deg);
}

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

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

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

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

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

.head-search form {
    position: relative;
}

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

 .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: #1875ac;
  }
  
  .bannercontent_title span {
    color: #1875ac;
    font-size: 20px;
  }
  
  .bannercontent_title p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 60%;
  }
  
  .bannercontentcover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
  } 

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

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

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

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

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

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

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

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

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

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

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

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

.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_about */
.page_about {
    padding: 80px 0;
}

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

.pageTitle h2,.pageTitle h1 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.titleline {
    width: 60px;
    height: 6px;
    background: #1875ac;
}

.page_aboutmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page_aboutmain p {
    line-height: 1.6;
    font-size: 18px;
    color: #111;
    font-weight: lighter;
}

.page_aboutmain img {
    width: 100%;
    margin-top: 15px;
}


/* page_adva */
.page_advaTop {
    padding: 60px 0;
}

.page_advaCard {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

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

.page_advaBox {
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 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;
}

.page_advaBoxtop {
    display: flex;
    align-items: center;
    gap: 25px;
}

.page_advaBox i {
    display: block;
    font-size: 60px;
    color: #1875ac;
    font-family: "impact";
    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_advaBox h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
    /* margin-bottom: 20px; */
    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_advaBox p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    word-wrap: break-word;
    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_advaBox:hover {
    background-color: #1875ac;
}

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

.page_advaBot {
    padding: 60px 0;
    background-color: #f6f6f6;
}

.advSwiper {
    padding-bottom: 50px;
}

.advSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advSwiper img {
    width: 90%;
}

.advSwiper .swiper-pagination-bullet-active {
    background-color: #1875ac;
}


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

.page_proCateBox {
    background-color: rgba(248, 248, 248, 1);
    margin-bottom: 25px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .05);
    transition: all .5s ease;
}

.page_proCateBox:hover {
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
}

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

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

.page_proCateBox:hover .pc_boximg img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.pc_boxtxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5%;
}

.pc_boxtxt h3 {
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
    transition: all .5s ease;
}

.page_proCateBox:hover .pc_boxtxt h3 {
    color: #1875ac;
    transition: all .5s ease;
}

.pc_boxtxt>div p:nth-child(n+3){
    display: none;
}

.pc_boxtxt p {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin: 20px 0 35px;
}

.pc_boxmore a {
    display: inline-block;
    text-align: center;
    padding: 6px 30px;
    background-color: #1875ac;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #1875ac;
    border-radius: 60px;
    color: #fff;
    transition: all .5s ease;
}

.pc_boxmore a:hover {
    background-color: #e60122;
    border-color: #e60122;
    transition: all .5s ease;
}

.page_proCateBox:nth-child(2n+1) .pc_boxLeft {
    order: 1;
}

.page_proCateBox:nth-child(2n+1) .pc_boxRight {
    order: 2;
}

.page_proCateBox:nth-child(2n) .pc_boxLeft {
    order: 2;
}

.page_proCateBox:nth-child(2n) .pc_boxRight {
    order: 1;
}


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

.page_proTitle {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 60px;
}

.page_proTitle h2,
.page_proTitle h1{
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
}

.page_proTitle p {
    font-size: 18px;
    line-height: 1.5;
}

.prolist_main .indexPro_box {
    /*margin-bottom: 30px;*/
    width: 100%;
}

.prolist_main .indexPro_des h2 {
    font-size: 26px;
}


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

.product_show_main_describe {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.product_show_main_describe h5 {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    margin-bottom: -10px;
}

.product_show_main_describe h1 {
    color: #1875ac;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: -5px;
}

.product_show_main_describe p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

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

.product_show_main_button a:hover {
    padding: 10px 60px;
    background-color: #1875ac;
    color: #fff;
}

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

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

.public_ad_header_social_media a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #1875ac;
    background-color: #1875ac;
    color: #fff;
    transition: all ease 0.3s;
}

.public_ad_header_social_media a:hover {
    background-color: #fff;
    color: #1875ac;
}

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

.proShow_main table {
    text-align: center;
    font-size: 16px;
}

.proShow_main table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

.proShow_main table tr:nth-child(2n+1) {
    background-color: #f1f1f1;
}

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

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

.product_inquiry_form .yandex-form #form #submit {
    background-color: #1875ac;
}

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

.productshow_otherSwiper  .swiper-slide {
    height: auto;
}

.productshow_otherSwiper .swiper-pagination-bullet-active {
    background-color: #1875ac;
}

.productshow_otherSwiper .indexPro_box {
    width: 100%;
}

.productshow_otherSwiper .indexPro_des h2 {
    font-size: 24px;
}

.productshow_otherSwiper .indexPro_des p {
    margin-bottom: 15px;
}

.asidenav1 {
    display: flex;
    justify-content: flex-end;
    /* border-left: 1px solid #f0f0f0; */
}

.asidenav2 {
    width: 90%;
    border: 1px solid #eee;
    margin-bottom: 48px;
}

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

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


.aside_navCon {
    padding: 15px 20px;
}

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

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

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

.aside_navCon p a.aside_ConA:hover {
    color: #1875ac;
}

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

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

.aside_Conbtn:hover {
    background-color: #1875acdb;
    color: #fff;
}


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

.pageTitle p {
    width: 76%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
}

.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_item {
    position: relative;
    padding-bottom: 68%;
    height: 0;
    overflow: hidden;
}

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

.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;
    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_txt p {
    color: #1d608f;
    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 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.page_video .pagelist {
    padding-bottom: 0;
}


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

.news_li {
    background-color: #fff;
    padding: 60px 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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

.news_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

.news_content h3 {
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_content h3 a {
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
    /*white-space: normal;*/
    /*word-break: break-all;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.news_li:hover {
    background-color: #f4f4f4;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_li:hover .news_img img {
    transform: scale(1.1);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_li:hover .news_content h3 {
    color: var(--primary-color);
    text-decoration: underline;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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



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

.page_videoShow .pageTitle h2,
.page_videoShow .pageTitle h1{
    font-size: 28px;
}

.page_videoShow .pageTitle {
    margin-bottom: 50px;
}

.newsinfo_main {
    margin: 30px 0 60px;
}

.videoshow_if {
    width: 80%;
    margin: auto;
}

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

.videoshow_if iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_videoShow .asidenav1 {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.page_videoShow .asidenav2:nth-child(1) .aside_navCon p:nth-last-child(1) {
    padding-top: 8px;
}


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

.turnkey_top {
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 35px;
    margin: 30px 0;
}

.turnkey_top h4 {
        height: -webkit-fill-available;
    cursor: pointer;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 18px;
    color: #252525;
    padding: 10px 5px;
    text-align: center;
    transition: all 0.35s ease;
    font-weight: normal;
    border-radius: 25px;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #fff;

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

.turnkey_top h4 i {
    font-size: 16px;
    transition: all ease 0.3s;
    transform: rotate(0deg);
}

.turnkey_top h4:hover i,
.turnkey_top .active i {
    transform: rotate(90deg);
    display: inline-block;
    transition: all ease 0.3s;
}

.turnkey_top h4:hover,
.turnkey_top .active {
    background-color: #1875ac;
    color: #fff;
}

.turnkeyTab_main {
    display: none;
}

.turnkeyTab_main.active {
    display: block;
}

.turnkeyTab_main {
    background-color: #f0f0f0;
    padding: 30px 30px 40px;
    border-radius: 25px;
}

.turnkeyTab_main li {
    padding: 15px 0 15px 16px;
    position: relative;
    border-bottom: 1px dashed #aaa;
    transition: all ease 0.3s;
}

.turnkeyTab_main li:hover {
    background: linear-gradient(to bottom, transparent, #fff 70%);
}

.turnkeyTab_main li::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: 15px;
    bottom: 0px;
    width: 4px;
    height: 58px;
    background-color: #1875ac;
}

.turnkeyTab_li {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

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

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

.turnkeyTab_li a:hover {
    color: #1875ac;
}


/* page_turnShow */
.newsinfo_main img {
    margin: 10px 10% 30px;
    width: 80%;
}


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

.page_contact .pageTitle {
    margin-bottom: 60px;
}

.page_contact .pageTitle p {
    width: 90%;
    margin: auto;
    color: #666;
    margin-top: 13px;
}

.page_conTop {
    margin-bottom: 40px;
}

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

.contacts2_part1_box {
    text-align: center;
    background: #fff;
    border: 1px #ddd solid;
    padding: 50px 50px;
    position: relative;
    height: 100%;
    transition: all ease 0.3s;
    cursor: pointer;
}

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

.contacts2_part1_img {
    border: 1px #1875ac solid;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
}

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

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

.contacts2_part1_tit span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts2_part1_tit p {
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-all;
}

.contacts2_part2_box h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    /* text-align: left; */
}

.contacts2_part2s {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.contacts2_part2s div {
    display: flex;
    align-items: center;
    margin-right: 10px;
    gap: 8px;
}

.contacts2_part2s div i {
    font-size: 20px;
    line-height: 30px;
    color: #1875ac;
}

.contacts2_part2s div span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.contacts2_part2s p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}


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

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

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

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

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

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

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



.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 200px;
  right: 0;
  z-index: 9999999999;
}

.show_btn {
  width: 0;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(../images/show_btnss.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.side_content {
  width: 180px;
  height: auto;
  overflow: hidden;
  float: left;
}

.side_content .side_list {
  width: 170px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
}

.side_content .side_list .hd img {
  width: 100%;
}

.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}

.side_content .side_list .cont li i {
  margin-right: 5px;
  font-size: 18px;
  color: #2490c3;
}

.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}

.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.side_content .side_list .cont li .email i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #2490c3;
    font-size: 12px;
    color: #fff;
}

.side_content .side_list .cont li .skype i{
    display: inline-flex;
    color: #25d366;
    height: 20px;
    width: 20px;
}

.ww {
  margin-left: -30px;
}

.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}

.side_content .side_list .t-code img {
  width: 100%;
}

.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
  background: url("../images/close.png") no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
  display: none;
}

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

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .bannercontent {
        margin-top: 69px;
    }

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

    .pageTitle h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .pageTitle {
        margin-bottom: 20px;
    }

    .page_aboutmain {
        gap: 10px;
    }

    /* page_adva */
    .page_advaTop {
        padding: 30px 0;
    }

    .page_advaCard {
        padding-top: 0;
    }

    .page_advaCardli:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .page_advaBox {
        padding: 25px;
    }

    .page_advaBoxtop {
        gap: 15px;
    }

    .page_advaBox i {
        font-size: 40px;
    }

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

    .page_advaBot {
        padding: 30px 0;
    }

    .advSwiper img {
        width: 100%;
    }

    .advSwiper {
        padding-bottom: 40px;
    }


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

    .pc_boxtxt {
        padding: 8% 5%;
    }

    .pc_boxtxt p {
        margin: 5px 0 15px;
        -webkit-line-clamp: 2;
    }

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

    .page_proCateBox .pc_boxLeft {
        order: 1 !important;
    }

    .page_proCateBox .pc_boxRight {
        order: 2 !important;
    }


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

    .page_proTitle h2, .page_proTitle h1{
        font-size: 28px;
    }

    .page_proTitle {
        margin: 0 0 30px;
        gap: 8px;
    }

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

    .pagelist a {
        margin: 10px 3px;
    }


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

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

    .product_show_main_describe h5 {
        font-size: 18px;
        margin-bottom: -8px;
    }

    .product_show_main_describe h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: -5px;
    }

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

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

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

    .proShow_title {
        margin-top: 40px;
        margin-bottom: 15px;
    }

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

    .product_inquiry_form {
        padding: 30px 20px;
    }

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

    .productshow_otherSwiper {
        padding: 20px 5px 20px;
    }

    .productshow_otherSwiper .indexPro_btn a:hover {
        letter-spacing: 0;
    }

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

    .productlist_left {
        display: none;
    }


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

    .pageTitle p {
        width: 100%;
        margin: 12px auto 0;
    }

    .videoli:nth-last-child(1) {
        margin-bottom: 25px;
    }

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


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

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

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

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

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

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

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

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

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

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


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

    .page_videoShow .pageTitle h2,
.page_videoShow .pageTitle h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .page_videoShow .pageTitle {
        margin-bottom: 20px;
    }

    .newsinfo_main {
        margin: 30px 0 40px;
    }

    .videoshow_if {
        width: 100%;
    }

    .page_ctrl_box {
        padding: 25px 0;
    }


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

    .turnkey_top {
        margin: 20px 0;
        gap: 10px;
        border-radius: 26px;
    }

    .turnkey_top h4 {
        font-size: 15px;
        border-radius: 20px;
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
    }

    .turnkeyTab_main {
        padding: 20px 20px 30px;
    }


    .newsinfo_main img {
        margin: 10px 0 20px;
        width: 100%;
    }


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

    .page_contact .pageTitle {
        margin-bottom: 40px;
    }

    .page_contact .pageTitle p {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
    }

    .contacts2_part1_box {
        padding: 35px 30px;
    }

    .contacts2_part1_img i {
        width: 45px;
        height: 45px;
        font-size: 42px;
    }

    .contacts2_part1_tit span {
        margin-bottom: 6px;
    }

    .contacts2_part2s {
        flex-wrap: wrap;
    }

    .page_conTop {
        margin-bottom: 10px;
    }


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

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

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

    .search_result_list {
        margin-top: 30px;
    }

    .resultcard {
        padding: 12px 25px;
    }
    
    .bannerDesss {
        width: 100%;
        padding: 20px;
    }
    
    .bannerDesTitle {
        font-size: 20px;
        margin-top: 18px;
        display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
    }
    
    .bannerDesss p {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 0px;
        display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-wrap: break-word;
          word-break: break-all;
    }
    
    .bannerDesbtn a {
        margin-top: 5px;
        border-radius: 10px;
        padding: 5px 16px;
        font-size: 12px;
    }
    
    

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

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

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

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

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

    .pageTitle h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .pageTitle {
        margin-bottom: 20px;
    }

    .page_aboutmain {
        gap: 15px;
    }

    /* page_adva */
    .page_advaTop {
        padding: 40px 0;
    }

    .page_advaCard {
        padding-top: 0;
    }

    .page_advaCardli {
        margin-bottom: 20px;
    }

    .page_advaCardli:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .page_advaBox {
        padding: 25px;
    }

    .page_advaBoxtop {
        gap: 15px;
    }

    .page_advaBox i {
        font-size: 45px;
    }

    .page_advaBot {
        padding: 40px 0;
    }

    .advSwiper img {
        width: 95%;
    }

    .advSwiper {
        padding-bottom: 40px;
    }


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

    .pc_boxtxt {
        padding: 30px 20px;
    }

    .pc_boxtxt p {
        margin: 5px 0 15px;
        -webkit-line-clamp: 2;
        line-height: 1.5;
    }

    .page_proCate .container {
        display: flex;
        flex-wrap: wrap;
    }

    .page_proCateBox {
        width: 46%;
        margin: 0 auto 30px;
    }

    .pc_boxtxt h3 {
        font-size: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }


    .page_proCateBox .pc_boxLeft {
        order: 1 !important;
    }

    .page_proCateBox .pc_boxRight {
        order: 2 !important;
    }


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

    .page_proTitle h2, .page_proTitle h1{
        font-size: 30px;
    }

    .page_proTitle {
        margin: 0 0 35px;
        gap: 15px;
    }

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

    .prolist_main .indexPro_box {
        flex-direction: column;
    }


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

    .product_show_main_describe {
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .product_show_main_describe h5 {
        font-size: 18px;
        margin-bottom: -8px;
    }

    .product_show_main_describe h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: -5px;
    }

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

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

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

    .proShow_title {
        margin-top: 40px;
        margin-bottom: 15px;
    }

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

    .product_inquiry_form {
        padding: 30px 20px;
    }

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

    .productshow_otherSwiper {
        padding: 20px 5px 20px;
    }

    .productshow_otherSwiper .indexPro_box {
        flex-direction: column;
    }

    .productlist_left {
        display: none;
    }


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

    .pageTitle p {
        width: 100%;
        margin: 12px auto 15px;
    }

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


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

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

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

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

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

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

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

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

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

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


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

    .page_videoShow .pageTitle {
        margin-bottom: 30px;
    }

    .newsinfo_main {
        margin: 30px 0 40px;
    }

    .videoshow_if {
        width: 90%;
    }

    .page_ctrl_box {
        padding: 26px 0;
    }


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

    .turnkey_top {
        margin: 20px 0;
        padding: 10px 4px;
        border-radius: 26px;
    }

    .turnkey_top h4 {
        font-size: 14px;
        border-radius: 20px;
        width: 48%;
        margin-bottom: 12px;
    }

    .turnkey_top h4 i {
        font-size: 13px;
    }

    .turnkeyTab_main {
        padding: 25px 25px 35px;
    }


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

    .page_contact .pageTitle {
        margin-bottom: 40px;
    }

    .page_contact .pageTitle p {
        width: 100%;
        font-size: 18px;
    }

    .contacts2_part1_box {
        padding: 35px 30px;
    }

    .contacts2_part1_img i {
        width: 45px;
        height: 45px;
        font-size: 42px;
    }

    .contacts2_part1_tit span {
        margin-bottom: 6px;
    }

    .contacts2_part2s {
        flex-wrap: wrap;
    }

    .page_conTop {
        margin-bottom: 10px;
    }


    /* search_result */
    .search_result {
        padding-bottom: 35px;
    }

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

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

    .search_result_list {
        margin-top: 30px;
    }
    
    
    
    
    .bannerDesss {
        width: 100%;
        /*text-align: center;*/
    }
    
    .bannerDesTitle {
        /*text-align: center;*/
        font-size: 26px;
        margin-top: 30px;
        display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
    }
    
    .bannerDesss p {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 10px;
        display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-wrap: break-word;
          word-break: break-all;
    }
    
    .bannerDesbtn a {
        margin-top: 15px;
        border-radius: 10px;
        padding: 6px 20px;
    }
}

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

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

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


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

    .pageTitle h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .pageTitle {
        margin-bottom: 20px;
    }


    /* page_adva */
    .page_advaTop {
        padding: 50px 0 40px;
    }

    .page_advaCard {
        padding-top: 0;
    }

    .page_advaCardli {
        margin-bottom: 20px;
    }

    .page_advaBox {
        padding: 25px;
    }

    .page_advaBox i {
        font-size: 45px;
    }

    .page_advaBot {
        padding: 50px 0;
    }

    .advSwiper img {
        width: 95%;
    }

    .advSwiper {
        padding-bottom: 40px;
    }

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

    .pc_boxtxt p {
        margin: 15px 0;
        line-height: 1.5;
    }

    .pc_boxmore a {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 1.5;
    }


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

    .page_proTitle h2, .page_proTitle h1{
        font-size: 32px;
    }

    .page_proTitle {
        margin: 0 0 40px;
        gap: 15px;
    }

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


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

    .product_show_main_describe {
        padding-top: 20px;
    }

    .productlist_left {
        display: none;
    }


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

    .pageTitle p {
        width: 90%;
        margin: 12px auto 15px;
    }

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


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

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

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

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

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

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

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

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

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

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


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

    .page_videoShow .pageTitle {
        margin-bottom: 40px;
    }

    .videoshow_if {
        width: 85%;
    }

    .page_ctrl_box {
        padding: 26px 0;
    }


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

    .turnkey_top {
        padding: 12px 5px;
        border-radius: 26px;
    }

    .turnkey_top h4 {
        width: 48%;
        margin-bottom: 12px;
    }


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

    .page_contact .pageTitle {
        margin-bottom: 50px;
    }

    .page_contact .pageTitle p {
        width: 95%;
        font-size: 18px;
    }

    .contacts2_part1_box {
        padding: 35px 30px;
    }

    .contacts2_part1_img i {
        width: 50px;
        height: 50px;
        font-size: 46px;
    }

    .contacts2_part1_tit span {
        margin-bottom: 6px;
    }

    .page_conTop {
        margin-bottom: 20px;
    }


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

    .result_attention {
        margin-top: 10px;
        padding-bottom: 30px;
    }
    
    
    .bannerDesss {
        width: 70%;
    }
    
    .bannerDesTitle {
        font-size: 32px;
        display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
    }
    
    .bannerDesss p {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 10px;
        display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-wrap: break-word;
          word-break: break-all;
    }
    
    .bannerDesbtn a {
        margin-top: 25px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    /*.web_head {*/
    /*    display: none;*/
    /*}*/

    /*.mobile {*/
    /*    position: fixed;*/
    /*    top: 0px;*/
    /*    left: 0px;*/
    /*    background-color: rgb(255, 255, 255);*/
    /*    padding: 0 20px;*/
    /*    display: block;*/
    /*}*/
    .head_layer .logo-fixed img {
        max-width: 160px;
    }
    
    .head_layer_right {
        flex: 0 0 82%;
    }
    
    .headernav_box input {
        width: 120px;
        font-size: 16px;
    }
    
    .nav_wrap .head_nav>li {
        font-size: 15px;
        margin: 0 2px
    }
    .headernav_box {
        margin-left: 30px;
    }

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

    .navbar-toggler {
        background-color: transparent;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

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

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


    /* page_adva */
    .page_advaTop {
        padding: 50px 0 40px;
    }

    .page_advaCard {
        padding-top: 0;
    }

    .page_advaCardli {
        margin-bottom: 20px;
    }

    .page_advaBox {
        padding: 25px;
    }

    .page_advaBox i {
        font-size: 50px;
    }

    .page_advaBot {
        padding: 50px 0;
    }

    .advSwiper {
        padding-bottom: 40px;
    }

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

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

    .page_proTitle h2, .page_proTitle h1{
        font-size: 34px;
    }

    .page_proTitle {
        margin: 0 0 45px;
        gap: 15px;
    }

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

    .prolist_main .row>div:nth-child(n+7) {
        display: none;
    }


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

    .proShow_title {
        margin-top: 40px;
    }

    .productlist_left {
        display: none;
    }


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

    .pageTitle p {
        width: 90%;
        margin: 12px auto 15px;
    }


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

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

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

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

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

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

    .news_date {
        font-size: 18px;
    }

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

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

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


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

    .page_videoShow .pageTitle {
        margin-bottom: 40px;
    }

    .videoshow_if {
        width: 85%;
    }


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

    .turnkey_top {
        padding: 12px 5px;
    }

    .turnkey_top h4 {
        /* width: 48%;
        margin-bottom: 12px; */
    }


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

    .page_contact .pageTitle {
        margin-bottom: 50px;
    }

    .page_contact .pageTitle p {
        width: 95%;
        font-size: 18px;
    }

    .contacts2_part1_box {
        padding: 35px 30px;
    }

    .contacts2_part1_img i {
        width: 50px;
        height: 50px;
        font-size: 46px;
    }

    .contacts2_part1_tit span {
        margin-bottom: 6px;
    }

    .page_conTop {
        margin-bottom: 20px;
    }


    /* search_result */
    .search_result {
        padding-bottom: 45px;
    }

    .result_attention {
        margin-top: 15px;
        padding-bottom: 30px;
    }
    
    .bannerDesTitle {
    color: #fff;
    font-size: 40px;}
}

@media (min-width:1200px) and (max-width:1200px) {
    .productlist_left {
        display: block;
    }
}

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

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

    .proShow_title {
        margin-top: 40px;
    }


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

    .turnkey_top h4 {
        font-size: 16px;
        padding: 10px 3px;
        /*width: 24.4%;
        margin-right: 0.3%;
        margin-left: 0.3%;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .turnkey_top h4 i {
        font-size: 12px;
    }

}


@media (min-width:1401px) {
    .product_show_main_describe{
        padding-left: 50px;
    }
}


.web_head {
   content-visibility: visible !important;
  will-change: auto;
}



.yandex-form #form {
  /*background-color: #fff;
  padding:15px 22px 22px 22px;*/
  
}
.yandex-form #form .list {
  margin-bottom: 15px;
}
/*#form #output.p-3{ padding:5px 22px 10px 22px!important}
#form #output.mt-4{ margin-top:10px!important;}*/
.yandex-form #form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
.yandex-form #form .list p span {
  color: #FF4236;
}
.yandex-form #form .list input {
  width: 100%;
  padding:10px 5px 10px 10px;
  box-sizing: border-box;
  border:solid #ddd 1px;
}
.yandex-form #form .list input::placeholder {
  font-size: 16px;
}
.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border:solid #ddd 1px;
}
.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}
.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #135fca;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}