@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: "Montserrat", "Roboto", Tahoma, sans-serif;*/
    font-family: 'poppins',Segoe UI symbol;
}

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: 'poppins';
	src: url('https://www.jenbacher.com/templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.eot');
	src: url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.eot?#iefix') format('embedded-opentype'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.woff2') format('woff2'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.woff') format('woff'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.ttf') format('truetype'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins_bold.svg#poppins_bold') format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'poppins';
	src: url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.eot');
	src: url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.eot?#iefix') format('embedded-opentype'), 
	url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.woff2') format('woff2'),
	url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.woff') format('woff'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.ttf') format('truetype'), url('https://www.jenbacher.com//templates/octo/output/sites/innio/css/fonts/poppins/poppins-regular.svg#poppins-regular') format('svg');
	font-weight: 400;
	font-style: normal
}


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

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

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

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

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

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

.public_ad_header_social_media {
    display: flex;
}

.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_social_media a:nth-child(2) i,
.public_ad_header_social_media a:nth-child(3) i {
    margin-right: 12px;
}

.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: #1d528d;
    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: #1d528d;
    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: #1d528d;
    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;
    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: 37px 0;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 15px;
}

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

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

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

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

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

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

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

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

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

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

.nav_wrap .head_nav>li.nav-current>a {
    background-color: #1d528d;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav>li.nav-current>a:after,
.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav:hover>li:hover>a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
    width: 110%;
    left: -5%;
}

.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover>li>a:before {
    width: 0%;
    left: 50%;
}

.nav_wrap .head_nav li ul {
    width: 250px;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10%) scale(0.9);
    -ms-transform: translateY(10%) scale(0.9);
    -o-transform: translateY(10%) scale(0.9);
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

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

.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: 36px 0;
}

.fixed-nav .nav_wrap .head_nav>li {
    line-height: 45px;
}

.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: 0.9;*/
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

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

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

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


.headernav_box {
    position: relative;
    /* margin-left: 70px; */
}

.headernav_box button {
    background: #1d528d;
    padding: 2px 9px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

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

/* .toSearchBox {
    position: absolute;
    top: 20px;
    right: 0;
    padding-top: 6px;
    transform: translateX(-50%);
    width: 100px;
    z-index: 999999999;
} */

.search {
    padding: 30px 0;
    float: right;
}

.search form {
    position: relative;
    width: 120px;
    margin: 0 auto;
    margin-left: auto;
    margin-left: 15px;
}

.d6 form {
    height: 30px;
}

.d6 input {
    height: 100%;
    width: 0;
    padding: 0 42px 0 15px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid transparent;
    outline: none;
    background: transparent;
    transition: .4s cubic-bezier(0, 0.8, 0, 1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.fixed-nav .d6 input::placeholder {
    color: #fff;
  }

/* .d6 button {
    background: #fff;
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
} */

.d6 button {
    position: absolute;
    top: 0;
    right: 0;
    background: #1d528d;
    padding: 2px 9px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

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

.d6 input:focus {
    width: 138px;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.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: #1d528d;
    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: 7px;
    height: 7px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background-color: #f8fbfd;
    border-radius: 0 !important;
    margin: 0 3px;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active {
    width: 56px;
}

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

/* neiye */
.bannercontent {
    /*margin-top: -121px;*/
}

.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 {
    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: #1d528d;
}

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

.mobile .d-flex .btn-success:hover {
    background-color: #AF2427;
    border-color: #AF2427;
}

/* Pagination */
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 10px;
}
.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 #1d528d;
    margin: 10px 5px;
    font-size: 16px;
}

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

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

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

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

.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_productlist */
.page_productlist {
    padding: 60px 0;
}

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

.accordion .link {
    cursor: pointer;
    display: block;
    /* padding-bottom: 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 .link_title {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-top: 10px;
}

.accordion li:nth-last-child(1) {
    margin-bottom: 0;
}

.link_title span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.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 .link_title:hover span,
.accordion li .link_title:hover i {
    color: #1d528d;
}

/* 
.accordion li.openaside .link {
    color: #1d528d;
    background-color: #eee;
    margin-bottom: 10px;
}

.accordion li.openaside i {
    color: #1d528d;
}

.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: #1d528d;
} */

.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: #1d528d;
    color: #fff;
}

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

.page_productlist .indexproduct_box {
    margin-bottom: 30px;
}


.product_left_hotproduct {
    margin-top: 30px;
}

.product_left_hotproduct #s2,
.product_left_hotproduct #s3 {
    height: 680px;
}

.product_left_hotproduct .scrollDiv {
    height: 360px;
    line-height: 25px;
    border: #ccc 1px solid;
    overflow: hidden;
}

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

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

.product_lhpro_img {
    padding: 10px 0 10px 10px;
    position: relative;
}

.product_lhpro_des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
}

.product_left_hotproduct .scrollDiv li h4 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    transition: all ease 0.3s;
}

.product_lhpro_des p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.product_lhproduct_img {
    position: relative;
}

.product_lhproduct_img::before {
    content: "";
    position: absolute;
    top: -35%;
    left: 35%;
    bottom: auto;
    right: auto;
    background: url(../images/video-play.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 99;
    transition: all ease-in-out 0.3s;
}

.product_lhproduct_video {
    position: absolute;
    top: -13px;
    left: 10PX;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    opacity: 0;
    height: 100%;
}

.product_lhproduct_video video {
    width: 100%;
    height: 100%;
}

.product_lhpro_img:hover .product_lhproduct_img {
    opacity: 0;
    z-index: 9;
}

.product_lhpro_img:hover .product_lhproduct_video {
    opacity: 1;
    z-index: 999;
}

.product_left_hotproduct li {
    border-bottom: 1px solid #eee;
}

.product_left_hotproduct .scrollDiv li .product_lhpro_des h4:hover {
    color: #1d528d;
    text-decoration: underline;
}

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

.product_show_main_describe h1 {
    word-wrap: break-word;
    font-size: 28px;
    color: #275199;
    font-weight: bold;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 38px;
}

.product_show_main_describe h4 {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 12px;
}

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

.product_show_main_media {
    margin-top: 10px;
}

.product_show_main_media a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_show_main_media a i {
    font-size: 26px;
}

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

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

.product_show_main_button a:hover {
    background-color: #275199;
    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: #275199;
    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: #AF2427;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

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

}

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

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

.productshow_tab .productshow_tab_active {
    background-color: #AF2427;
    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: #AF2427;
    text-decoration: underline !important;
    border: 1px solid #AF2427;
}

.product_show_main #accordionExample {
    margin: 20px 0 30px;
}

.product_show_main #accordionExample .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: rgba(39, 81, 153, 0.85) !important;
}

.product_show_main #accordionExample .accordion-button:not(.collapsed)::after {
    background-image: -webkit-repeating-linear-gradient !important;
}

.productshow_tab_main .accordion-body {
    padding: 0;
}

.table_wrap {
    overflow-x: auto;
}

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

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

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

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

.productshow_tab_main .table_wrap img {
    width: 50px;
    margin: 10px 5px;
    display: inline-block;
    cursor: pointer;
}

/* 放大图片 */
#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: 0;
    right: -35px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}


.productshow_video {
    height: 628px;
    margin-bottom: 50px;
}

.productshow_video iframe {
    height: 628px;
}

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

.page_productshow .indexcon_table input,
.page_productshow .indexcon_table textarea {
    border: none;
    margin-bottom: 20px;
}

.hot_product {
    margin-top: 40px;
}

.hot_product_title {
    margin-bottom: 20px;
}

.hot_product_title h3 {
    font-size: 30px;
    color: #333;
    padding-left: 15px;
    border-left: 4px solid #275199;
    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: 412px !important;
    overflow: hidden;
    transition: all ease 0.3s;
}

.indexproduct_boxaa:hover {
    top: -20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.hot_product .indexproductTop:hover .indexproduct_img {
    opacity: 1 !important;
}

.hot_product .indexproductTop:hover .indexpro_video {
    opacity: 0 !important;
    z-index: 0;
}

.hot_product .indexproduct_img::before {
    display: none;
}

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

.page_profile .pageTitle h3 {
    margin-bottom: 20px;
}

.profileTopimg {
    padding-right: 30px;
}

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

.profileImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 5px;
}

.pageTitle h3 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 45px;
    text-align: center;
}

.profileTopdes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.profileTopdes h3 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 40px;
    color: #333;
}

.profileTopdes p {
    font-size: 24px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 10px;
}

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

.profileTopmain_top h3 {
    font-size: 26px;
    font-weight: bold;
}

.profileTopmain_pdf {
    text-align: right;
    padding-right: 8%;
}

.profileTopmain_pdf a {
    text-decoration: underline;
    color: #1d528d;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #fff;
    transition: all ease 0.3s;
}

.profileTopmain_pdf a:hover {
    background-color: #1d528d;
    color: #fff;
}

.profileTopmain table tr {
    background-color: #fff;
}

.profileTopmain table tr td:nth-child(1) {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
}

.profileTopmain table .profileMaintd h6 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.profileTopmain table .profileMaintd p {
    margin: 4px 0 15px;
    font-weight: bold;
    font-size: 18px;
}

.profileTopmain table .profileMaintd .profileImgtobig {
    margin: 0;
}

.profileMaintupian {
    position: relative;
}

.profileImgtobig img {
    width: 80px;
}

/* .profileImgtobig::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #7797bbB5;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
} */

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

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

.profileMaintupian:hover .profilei_look {
    opacity: 1;
    z-index: 99;
}

/* .profileMaintupian:hover .profileImgtobig::before {
    opacity: 1;
  } */

.page_profile #popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_profile img.enlarged {
    width: 80%;
}

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

.content_contact_wrap {
    position: relative;
    padding-bottom: 30px;
}

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

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

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

.contact_box p {
    font-size: 20px;
}

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

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

.page_contacts .indexcon_table input {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 20px;
}

.page_contacts .indexcon_table button {
    padding: 12px 0;
}

.page_contacts .indexcon_table button span {
    font-size: 20px;
}

.page_contacts .indexcon_table button i {
    margin-left: 10px;
    font-size: 18px;
}

.footer_map {
    padding-top: 40px;
}

#indexmap {
    height: 400px;
}

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

.casestydy_selectBox {
    padding-bottom: 20px;
}

.page_caseStudy .casestudy_select .casestudy_selectTop {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.casestudy_select_input input,
.casestydy_selectBox select {
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    background-color: #fff;
    padding: 12px 20px;
    line-height: 24px;
    font-size: 18px;
    transition: all ease 0.3s;
    color: #333;
}

.casestudy_select_input input::placeholder {
    color: #333;
    font-size: 18px;
}

.casestudy_select_input input:hover,
.casestydy_selectBox select:hover {
    border-bottom: 2px solid #1d528d;
}

.casestudy_result {
    padding-top: 20px;
}

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

.casestudy_result .casestudy_resultTop {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
}

.casestudy_resultTop span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1d528d;
    border-radius: 50%;
    color: #fff;
}

.casestudy_resultSort select {
    border: none;
    background-color: #fff;
    padding: 12px 20px;
    line-height: 24px;
    font-size: 18px;
    transition: all ease 0.3s;
    color: #333;
    text-align: right;
}

.casestudy_resultMain {
    padding-left: 50px;
    padding-top: 20px;
    position: relative;
}

.casestudy_resultMain::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    width: 1px;
    background: #ddd;
    left: 20px;
}

.casestudy_resultBox {
    padding-bottom: 30px;
}

.csboxflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #F7F7F7;
}

.csboxflexImg {
    /* background-color: #fff; */
    padding: 10px 10px;
}

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

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

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

.csboxtxt h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 34px;
    transition: all 0.35s ease-in-out;
}

.csboxtxt p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

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

.csboxtxt_bottom span {
    font-size: 16px;
    color: #666;
    transition: all 0.35s ease-in-out;
}

.csboxmore a {
    font-size: 16px;
    color: #1d528d;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
}

.csboxmore i {
    color: #1d528d;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
}

.csboxflex:hover .csboximg img {
    transform: scale(1.2);
    transition: all 0.35s ease-in-out;
}

.csboxtxtDiv {
    display: flex;
    margin-bottom: 5px;
}

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

.csboxtxtDiv p:nth-child(1) {
    font-weight: bold;
    color: #333;
    flex: 0 30%;
}

.csboxtxtDiv p:nth-child(2) {
    flex: 0 70%;
}

.csboxtxtDiv p:nth-last-child(1) {
    color: #666;
}

.csboxtxtDiv p:nth-last-child(1) {
    display: flex;
    align-items: center;
}

.csboxtxtDiv p:nth-last-child(1) i {
    font-size: 12px;
    margin-right: 5px;
}

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

.caseshow_mainTop {
    padding: 0 100px 40px;
}

.caseshow_mainBox {
    transition: all ease 0.3s;
    margin-bottom: 30px;
}

.caseshow_main h4 {
    font-size: 32px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 15px;
    border-left: 4px solid #275199;
    transition: all ease 0.3s;
}

.caseshow_main p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.caseshow_mainBox:hover {
    padding-left: 20px;
    transition: all ease 0.3s;
}

.caseshow_comments .swiper-slide {
    height: auto !important;
}

.caseshow_comments {
    padding-top: 10px;
}

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

.index_comments_content {
    padding-top: 30px;
    margin-bottom: 40px;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

.index_comments_top {
    padding: 45px 40px 30px;
    border-radius: 30px;
    background-color: #f5f4f8;
    z-index: 10;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

.index_comments_top p {
    font-size: 14px;
    color: #111;
    opacity: 0.6;
    line-height: 28px;
}

.index_comments_fixed1 {
    position: absolute;
    top: -30px;
    right: 60px;
    width: 60px;
    height: 60px;
    background-color: #AF2427;
    border-radius: 15px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.index_comments_fixed1 i {
    font-size: 24px;
    color: #fff;
}

.index_comments_fixed2 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -12px;
    left: 40px;
    background-color: #f5f4f8;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    z-index: 30;
}

.index_comments_bot {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-top: 15px;
    padding-left: 12px;
    display: flex;
}

.index_comments_bot .row {
    align-items: center;
    width: 100%;
}

.comments_bot_img {
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #f5f4f8;
    margin-right: 10px;
}

.comments_bot_img img {
    border-radius: 50%;
}

.comments_bot_info h5 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all;
}

.comments_bot_info p {
    font-size: 14px;
    line-height: 28px;
    color: #111;
    opacity: 0.6;
    word-wrap: break-word;
    word-break: break-all;
}

.index_stay {
    padding: 30px 0;
}

.caseshow_comments .commentsSwiper {
    padding-bottom: 80px;
}

.caseshow_comments .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    text-align: center;
    background-color: #275199;
    z-index: 9999;
}

.caseshow_comments .swiper-button-next {
    bottom: 0;
    top: auto;
    left: 90px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    text-align: center;
    background-color: #1d528d;
    z-index: 9999;
}

.caseshow_comments .swiper-button-next:after,
.caseshow_comments .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.caseshow_comments .swiper-button-next:hover,
.caseshow_comments .swiper-button-prev:hover {
    background-color: #275199;
}

.caseshow_comments .swiper-horizontal>.swiper-pagination-bullets,
.caseshow_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 0 !important;
    left: auto;
    width: 10%;
}

/* page_promotion */
.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;

    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: #1d528d;
    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: #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;
}

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

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

.page_standardPower .solution_tab h4 {
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.page_standardPower .solution_tab_main .table_wrap {
    padding-top: 30px;
}

.page_standardPower .index_steps_top {
    margin-bottom: 40px;
}

.page_standardPower .index_steps_top h3 {
    font-size: 40px;
    color: #1d528d;
    font-weight: bold;
    margin-bottom: 15px;
}

.page_standardPower .index_steps_top h3::before {
    display: none;
}

.page_standardPower .index_steps_top h3 span {
    display: inline-block;
    color: #AF2427;
    margin-right: 15px;
}

.page_standardPower .index_steps_top p {
    font-size: 20px;
    color: #333;
}

.page_standardPower .istep_itemsTop {
    /* position: relative; */
}

.page_standardPower .istep_itemsTop1 {
    position: relative;
}

.page_standardPower .istep_itemsTop i {
    position: absolute;
    left: 0;
    top: 25%;
    font-size: 55px;
    color: #AF2427;
}

.page_standardPower .istep_itemsTop span {
    padding-left: 30px;
    color: #1d528d;
    /* font-weight: 800; */
    font-size: 100px;
}

.page_standardPower .istep_itemsBot h4 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: break-all;
}

.page_standardPower .istep_itemsBot p {
    font-size: 18px;
    color: #333;
    word-wrap: break-word;
    /* word-break: break-all; */
}

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

.page_standardPower .index_steps_connect {
    margin-top: 40px;
    padding: 30px 40px 30px 0;
    width: 80%;
    background: #85A2C2;
}

.page_standardPower .index_steps_connect .row {
    align-items: center;
}

.page_standardPower .index_steps_connect h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-left: 10%;
}

.page_standardPower .index_steps_connect p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding-left: 10%;
}

.page_standardPower .index_steps_btn {
    display: flex;
}

.page_standardPower .index_steps_btn a {
    padding: 18px 50px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: #AF2427;
    color: #fff;
    position: relative;
    height: auto;
    transition: all ease 0.7s;
    border-radius: 30px;
    box-shadow: inset 0px 0px 0px 2px #AF2427;
    margin: 0 auto;
}

.page_standardPower .index_steps_btn a:hover {
    background: #fff;
    color: #111;
}

.genuineParts {
    padding: 20px 0 0;
}

.genuinePartsBox {
    margin-bottom: 30px;
}

.genuineParts_div {
    height: 100%;
    padding: 18px 15px 5px;
    position: relative;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

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

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

.genuinePartsBox:hover .genuineParts_img img {
    transform: scale(1.2);
}

.genuineParts_txt {
    padding: 20px 15px 10px 15px;
}

.genuineParts_txt h5 {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 30px;
    font-weight: bold;
    font-size: 23px;
    color: #1d528d;
    text-align: center;
}

.genuineParts_txt p {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 17px;
    color: #666;
    line-height: 25px;
}

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

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

.page_mission .pageTitle {
    padding-bottom: 20px;
}

.missionMain {
    margin-bottom: 30px;
}

.missionMain h3 {
    margin: 25px 0 15px;
    font-size: 30px;
    color: #333;
    padding-left: 15px;
    border-left: 4px solid #275199;
    font-weight: bold;
}

.missionMain p {
    font-size: 20px;
    color: #666;
    line-height: 40px;
}

.indexAdvantages_items {
    padding: 0 10px;
}

.indexAdvantages_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page_mission .indexAdvantages_left {
    position: absolute;
    top: 25px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.indexAdvantages_left i {
    font-size: 50px;
    color: #16529B;
    transition: all ease 0.5s;
}

.indexAdvantages_items:hover i {
    transform: rotateY(180deg);
}

.indexAdvantages_right {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-top: 110px;
}

.page_mission .indexAdvantages_right h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1d528d;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.page_mission .indexAdvantages_right p {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.indexAdvantages_right {
    padding-top: 100px;
}

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

.page_newslist .pageTitle h3 {
    margin-bottom: 25px;
}

.indexnews_flex {
    position: relative;
    /* margin-top: 50px; */
}

.indexnews_left {
    height: 100%;
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.indexnews_right {
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

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

.indexnews_tit h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #1d528d;
    border-bottom: 1px #eee solid;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 20px;
}

.indexnews_tit h2 a {
    color: #1d528d;
}

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

.indexnews_tit p a {
    color: #666
}

.indexnews_tit .indexnews_time {
    text-align: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.indexnews_box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 25px 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    border-bottom: 1px #eee solid;
}

.indexnews_box:hover {
    background-color: #1d528d;
    transition: all ease 0.3s;
}

.indexnews_box:hover a {
    color: #fff;
}

.indexnews_box:hover .indexnews_title,
.indexnews_box:hover .indexnews_times {
    color: #fff;

}

.indexnews_box:hover .indexnews_title span {
    color: #fff
}

.indexnews_times {
    text-align: center;
    border-right: 1px #ddd solid;
    flex: 0 10%;
}

.indexnews_times h2 {
    font-size: 20px;
}

.indexnews_title {
    flex: 0 90%;
    padding: 0 10px;
}

.indexnews_title h2 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.indexnews_title span {
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.indexnews_title p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}


.content_news_lists {
    margin-top: 50px;
}

.blogbox {
    height: 100%;
    position: relative;
    background-color: #fff;
}

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

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

.blog_txt {
    padding: 20px 15px 30px 15px;
}

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

.blog_txt p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

.blogmore {
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #1d528d;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogline {
    width: 0%;
    height: 3px;
    background: #1d528d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogli:hover .blogline {
    width: 100%;
}

.blogli:hover .blogmore {
    background-color: #1d528d;
    border: 1px solid #1d528d;
    color: #fff;
}

.blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: #1d528d;
}

.blogli:hover .blog_img img {
    transform: scale(1.2);
}

.blogli {
    margin-bottom: 30px;
}

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

.cont_newsinfo_left {
    width: 95%;
}

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

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

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

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

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

}

.cont_newsinfo_shows_tit {
    flex: 0 60%;
    padding-left: 10px;
}

.cont_newsinfo_shows_tit h2 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont_newsinfo_tit {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cont_newsinfo_shows_tit p {
    color: #1d528d;
    margin-top: 10px;
    font-style: italic;
}

.cont_newsinfo_more {
    font-size: 16px;
    color: #fff;
    background: #1d528d;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
}

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

.newsinfo_time {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #eee solid;
}

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

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

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

.newsinfo_main p {
    font-size: 18px;
    margin-bottom: 10px;
}

.newsshowImg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

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

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

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


.content_serveice_main {
    padding-top: 30px;
}

.content_support {
    padding: 50px 0;
    background: #f0f0f0;
}

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

.content_support_wrap {
    display: block;
}

.content_support_title {
    padding-left: 0;
    padding-top: 20px;
}

.content_support_right {
    padding: 30PX 20PX;
}

.content_support_wrap {
    display: flex;
    justify-content: flex-start;
}

.content_support_wrap .content_support_icon span {
    /* background: #1d528d; */
    padding-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    display: inline-block;
}

.content_support_wrap .content_support_icon i {
    font-size: 50px;
    color: #1d528d;
}

.content_support_title {
    padding-left: 20px;
}

.content_support_title h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content_support_title p {
    color: #666;
}

.content_support_wrap {
    margin-bottom: 20px;
}

.content_support_right {
    background: #fff;
    border-radius: 35px;
    padding: 20px 50px;
}

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

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

.maintenanceBot {
    padding: 0 3% 30px;
}

.maintenanceBot h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}

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

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

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

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

.solution_tab .solution_tab_active {
    background-color: #1d528d;
    color: #fff;
}

.solution_tab .solution_tab_active i {
    transform: rotate(90deg);
    display: inline-block;
}

.solution_tab_main.active {
    display: none;
}

.solution_tab_main h3 {
    font-size: 40px;
    line-height: 52px;
    position: relative;
    margin-bottom: 20px;
}

.solution_tab_main h3::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1d528d;
    left: 0;
    bottom: -3px;
}

.solution_tab_main p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.solution_tab_main .accordion {
    margin-top: 30px;
}

.solution_tab_main .accordion-button:focus {
    z-index: 3;
    border-color: #eee;
    outline: 0;
    box-shadow: none;
}

.solution_tab_main .accordion-button:not(.collapsed) {
    color: #333;
    background-color: #eee;
}

.solution_tab_main .accordion-body,
.solution_tab_main .accordion-body p {
    font-size: 16px;
    color: #333;
}

.solution_tab_main .accordion-body h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.solution_tab_main .accordion-body .solution_colImg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.solution_tab_main .accordion-body .solution_colImg img {
    width: 70%;
    padding-bottom: 30px 0;
}

.solution_tocon {
    display: flex;
    justify-content: flex-end;
}

.solution_tocon a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    background-color: #1d528d;
    color: #fff;
    margin-top: 20px;
    transition: all ease 0.3s;
}

.solution_tocon a:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* 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: #1d528d;
    border: 1px solid #1d528d;
    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 #1d528d;
    width: 15%;
  }
  
  .search_result_box button:hover i {
    color: #1d528d;
  }
  
  .result_attention {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid #1d528d;
    flex-wrap: wrap;
  }
  
  .result_attention p {
    font-size: 26px;
    color: #1d528d;
    font-weight: bold;
  }
  
  .result_attention span {
    font-size: 26px;
    color: #AF2427;
    font-weight: bold;
    display: block;
    margin: 0 5px;
  }
  
  .search_result_list {
    margin-top: 40px;
  }
  
  .resultcard {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .resultcard h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .resultcard p {
    font-size: 18px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .resultcard:hover h3 {
    color: #1d528d;
  }
  
  .resultcard:hover {
    border: 1px solid #1d528d;
  }
.banner_text{
    position:absolute;
    top: 20%;
    left: 20%;
    z-index: 99;
}  

.banner_text h1{
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.banner_text h1:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    height: 6px;
}
.banner_text p{
    padding: 32px 0 56px;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}
.main_zks{
    /*background-color: #00000099;*/
    width: 80%;
    padding: 30px;
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
 .main_zks p{
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
}

.main_zks a{
    font-family: 'poppins';
       color: #ffffff;
    display: inline-block;
     font-size: 30px;
}
.main_zks h3{
    font-family: 'poppins';
    font-size: 80px;
    line-height: 85px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight:bold;
}
.wysiwyg {
    position: relative;
    padding: 32px 0 56px;
}
.main_zks h3:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    height: 6px;
}

.main_zks a{
    font-family: 'poppins';
    padding: 10px 30px;
    transition: all ease 0.3s;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
}


.main_zks a:hover{
    background: #1d528d;
    color: #fff;
    transition: all ease 0.3s;
    border: 1px solid #1d528d;
}

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

    .navbar-toggler {
        background-color: #1d528d;
    }

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

    .pagelist {
        margin-top: 0;
    }

    .pagelist a {
        display: block;
        padding: 2px 8px;
        border: 1px solid #1d528d;
        margin: 5px 4px;
        font-size: 14px;
    }

    /*  page_productlist  */
    .bannercontent {
        margin-top: 60px;
    }

    .page_productlist {
        padding: 30px 0;
    }

    .aside_nav h3 {
        padding: 14px 15px;
        font-size: 24px;
    }

    .product_left_hotproduct {
        margin-top: 10px;
    }

    .product_left_hotproduct #s2,
    .product_left_hotproduct #s3 {
        height: 200px;
    }

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

    .page_psRight {
        padding-top: 20px;
    }

    .product_show_main_describe h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    .product_show_main_button a {
        padding: 8px 19px;
        margin: 6px 10px 6px 0;
    }

    .productshow_tab {
        margin: 20px 0 20px;
    }

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

    .productshow_tab_main .productshow_tabp {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .productshow_video {
        height: 200px;
        margin: 20px 0;
    }

    .productshow_video iframe {
        height: 200px;
    }

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

    .product_inquiry_form {
        padding: 20px;
    }

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

    .hot_product {
        margin-top: 20px;
    }

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

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

    .pageTitle h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .profileTopimg {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 10px;
        padding-bottom: 20px;
    }

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

    .profileTopdes p {
        font-size: 18px;
        line-height: 28px;
    }

    .profileTopmain {
        padding: 20px 0 10px;
        overflow: auto;
    }

    .profileTopmain table {
        width: max-content;
    }

    .profileTopmain table tr td:nth-child(1) {
        width: 100px;
    }

    .profileTopmain table tr td:nth-child(2) {
        width: 400px;
    }

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

    .contact_box {
        padding: 30px;
    }

    .content_contact_wrap>div {
        margin-top: 20px;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 220px;
    }

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

    .page_caseStudy .casestudy_select .casestudy_selectTop {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin: 10px 0;
    }

    .casestydy_selectBox {
        padding-bottom: 12px;
    }

    .casestudy_resultTitle {
        flex-direction: column;
    }

    .casestudy_resultSort select {
        text-align: center;
    }

    .casestudy_resultMain::before {
        display: none;
    }

    .casestudy_resultMain {
        padding: 15px 4% 0;
    }

    .csboxtxt {
        padding: 0;
    }

    .csboxtxt_bottom {
        padding-top: 14px;
        padding-bottom: 14px;
        margin-top: 14px;
    }

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

    .caseshow_mainTop {
        padding: 10px 0 15px;
    }

    .caseshow_main h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .index_comments_content {
        padding-top: 0;
    }

    .caseshow_comments h3 {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }

    .comments_bot_info h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .comments_bot_info p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }

    .index_comments_bot {
        padding-left: 0px;
        align-items: center;
    }

    .caseshow_comments .swiper-button-prev,
    .caseshow_comments .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .caseshow_comments .swiper-button-next {
        left: 60px;
    }

    .caseshow_comments .swiper-horizontal>.swiper-pagination-bullets,
    .caseshow_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 50%;
    }

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

    .videolistflex {
        padding-top: 12px;
    }

    .videoli {
        margin-bottom: 25px;
    }

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

    .solution_tab {
        margin: 15px 0;
    }

    .page_standardPower .solution_tab h4 {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 12px;
    }

    .page_standardPower .solution_tab h4:nth-last-child(1) {
        margin-bottom: 0;
    }

    .solution_tab_main h3 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 14px;
    }

    .page_standardPower .solution_tab_main .table_wrap {
        padding-top: 20px;
    }

    .page_standardPower .index_steps_connect {
        margin-top: 20px;
        padding: 30px;
        width: 100%;
    }

    .page_standardPower .index_steps_connect h4 {
        font-size: 34px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .page_standardPower .index_steps_connect p {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .page_standardPower .index_steps_btn a {
        padding: 15px 42px;
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .page_standardPower .index_steps_top h3 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .page_standardPower .index_steps_top {
        margin-bottom: 10px;
    }

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

    .page_standardPower .istep_itemsTop i {
        top: 15%;
        font-size: 45px;
    }

    .page_standardPower .istep_itemsTop span {
        line-height: 80px;
        font-size: 65px;
    }

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

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

    .solution_tab h4 {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 12px;
    }

    .solution_tab h4:nth-last-child(1) {
        margin-bottom: 0;
    }

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

    .missionMain h3 {
        margin: 15px 0 10px;
        font-size: 26px;
    }

    .page_mission .pageTitle {
        padding-bottom: 0;
    }

    .missionMain {
        margin-bottom: 10px;
    }

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

    .page_newslist .pageTitle h3 {
        margin-bottom: 10px;
    }

    .indexnews_left {
        padding: 10px 10px 15px;
    }

    .content_news_lists {
        margin-top: 25px;
    }

    .blog_txt {
        padding: 15px 12px 20px 12px;
    }

    .indexnews_tit h2 {
        margin-top: 14px;
    }

    .indexnews_tit .indexnews_time {
        margin-top: 6px;
    }

    .blogmorebtn {
        justify-content: center;
    }

    .blogmore {
        margin-top: 14px;
        padding: 6px 30px;
    }

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

    .content_support_wrap {
        flex-direction: column;
        align-items: center;
    }

    .content_support_title {
        padding-left: 0;
        padding-top: 4px;
        text-align: center;
    }

    .content_support_right {
        background: #fff;
        border-radius: 35px;
        padding: 20px 10px;
    }

    .content_support_wrap .content_support_icon span {
        padding-top: 0;
        height: 80px;
    }

    .content_serveice_main {
        padding-top: 10px;
    }

    .maintenanceBot h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 6px;
    }

    .maintenanceBot {
        padding: 0 3% 10px;
    }

    .content_support_wrap {
        margin-bottom: 12px;
    }

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

    .content_support_title p {
        font-size: 18px;
    }
}
.banner img{
    width: 100%;
}
@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: 200px !important;
    }

    .navbar-toggler {
        background-color: #1d528d;
    }

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

    .pagelist {
        margin-top: 0;
    }

    /*  page_productlist  */
    .bannercontent {
        margin-top: 60px;
    }

    .page_productlist {
        padding: 35px 0;
    }

    .aside_nav h3 {
        padding: 14px 15px;
        font-size: 24px;
    }

    .product_left_hotproduct {
        display: none;
    }

    .page_productlist .productlist_left {
        margin-bottom: 25px;
    }


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

    .page_psRight {
        padding-top: 30px;
    }

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

    .productshow_tab {
        margin: 20px 0;
    }

    .productshow_tab_main .productshow_tabp {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .productshow_video {
        height: 400px;
        margin: 20px 0;
    }

    .productshow_video iframe {
        height: 400px;
    }

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

    .product_inquiry_form {
        padding: 20px;
    }

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

    .hot_product {
        margin-top: 20px;
    }

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

    .pageTitle h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .profileTopimg {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 10px;
        padding-bottom: 20px;
    }

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

    .profileTopdes p {
        font-size: 18px;
        line-height: 28px;
    }

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

    .contact_box {
        padding: 30px;
    }

    .content_contact_wrap>div {
        margin-top: 20px;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 220px;
    }

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

    .page_caseStudy .casestudy_select .casestudy_selectTop {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin: 10px 0;
    }

    .casestydy_selectBox {
        padding-bottom: 12px;
    }

    .csboxtxt {
        padding: 0;
    }

    .csboxtxt_bottom {
        padding-top: 14px;
        padding-bottom: 14px;
        margin-top: 14px;
    }


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

    .caseshow_mainTop {
        padding: 10px 0 15px;
    }

    .caseshow_main h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .index_comments_content {
        padding-top: 0;
    }

    .caseshow_comments h3 {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }

    .index_comments_bot {
        padding-left: 0px;
        align-items: center;
    }

    .comments_bot_info h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .comments_bot_info p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }

    .caseshow_comments .swiper-horizontal>.swiper-pagination-bullets,
    .caseshow_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 50%;
        text-align: right;
    }

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

    .videolistflex {
        padding-top: 12px;
    }

    .videoli {
        margin-bottom: 25px;
    }

    .video_txt {
        padding: 12px 15px 14px 15px;
    }

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

    .solution_tab {
        margin: 15px 0;
    }

    .page_standardPower .solution_tab h4 {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 16px;
    }

    .page_standardPower .solution_tab h4:nth-last-child(1) {
        margin-bottom: 0;
    }

    .solution_tab_main h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 14px;
    }

    .page_standardPower .solution_tab_main .table_wrap {
        padding-top: 20px;
    }

    .page_standardPower .index_steps_connect {
        margin-top: 20px;
        padding: 30px;
        width: 100%;
    }

    .page_standardPower .index_steps_connect h4 {
        font-size: 34px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .page_standardPower .index_steps_connect p {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .page_standardPower .index_steps_btn a {
        padding: 15px 34px;
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .page_standardPower .index_steps_top h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .page_standardPower .index_steps_top {
        margin-bottom: 10px;
    }

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

    .page_standardPower .istep_itemsTop i {
        top: 15%;
        font-size: 45px;
    }

    .page_standardPower .istep_itemsTop span {
        line-height: 80px;
        font-size: 65px;
    }

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

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

    .solution_tab h4 {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 12px;
    }

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

    .missionMain h3 {
        margin: 15px 0 10px;
        font-size: 26px;
    }

    .page_mission .pageTitle {
        padding-bottom: 0;
    }

    .missionMain {
        margin-bottom: 10px;
    }

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

    .page_newslist .pageTitle h3 {
        margin-bottom: 10px;
    }

    .indexnews_left {
        padding: 10px 10px 15px;
    }

    .content_news_lists {
        margin-top: 25px;
    }

    .blogli {
        margin-bottom: 10px;
    }

    .blog_txt {
        padding: 15px 12px 20px 12px;
    }

    .indexnews_tit h2 {
        margin-top: 14px;
    }

    .indexnews_tit .indexnews_time {
        margin-top: 6px;
    }

    .blogmore {
        margin-top: 14px;
        padding: 6px 30px;
    }

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

    .content_support_right {
        background: #fff;
        border-radius: 35px;
        padding: 20px 10px;
    }

    .content_serveice_main {
        padding-top: 10px;
    }

    .maintenanceBot h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }

    .maintenanceBot {
        padding: 0 3% 10px;
    }

    .content_support_wrap {
        margin-bottom: 10px;
    }

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

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

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

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

    .pagelist {
        margin-top: 0;
    }

    /*  page_productlist  */
    .bannercontent {
        margin-top: 60px;
    }

    .page_productlist {
        padding: 40px 0;
    }

    .aside_nav h3 {
        padding: 14px 15px;
        font-size: 24px;
    }

    .product_left_hotproduct {
        display: none;
    }

    .productlist_left {
        margin-bottom: 30px;
    }

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

    .page_psRight {
        padding-top: 30px;
    }

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

    .productshow_tab {
        margin: 20px 0;
    }

    .productshow_tab_main .productshow_tabp {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .productshow_video {
        height: 500px;
        margin: 20px 0;
    }

    .productshow_video iframe {
        height: 500px;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .product_inquiry_form h2 {
        margin-bottom: 18px;
    }

    .hot_product {
        margin-top: 20px;
    }

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

    .pageTitle h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    .profileTopimg {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 10px;
        padding-bottom: 20px;
    }

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

    .profileTopdes p {
        font-size: 20px;
        line-height: 30px;
    }

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

    .contact_box {
        padding: 30px 10px;
    }

    .content_contact_wrap>div {
        margin-top: 20px;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 280px;
    }

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

    .page_caseStudy .casestudy_select .casestudy_selectTop {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin: 10px 0;
    }

    .casestydy_selectBox {
        padding-bottom: 12px;
    }

    .csboxtxt_bottom {
        padding-top: 14px;
        padding-bottom: 14px;
        margin-top: 14px;
    }

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

    .caseshow_main h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .index_comments_content {
        padding-top: 0;
    }

    .caseshow_comments h3 {
        font-size: 40px;
        line-height: 60px;
        text-align: center;
    }

    .index_comments_bot {
        padding-left: 0px;
        align-items: center;
    }

    .comments_bot_info h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .comments_bot_info p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }

    .caseshow_comments .swiper-horizontal>.swiper-pagination-bullets,
    .caseshow_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 50%;
        text-align: right;
    }

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

    .videolistflex {
        padding-top: 12px;
    }

    .videoli {
        margin-bottom: 25px;
    }

    .video_txt {
        padding: 14px 15px 16px 15px;
    }


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

    .solution_tab {
        margin: 15px 0;
    }

    .page_standardPower .solution_tab h4:nth-last-child(1) {
        margin-bottom: 0;
    }

    .solution_tab_main h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 14px;
    }

    .page_standardPower .solution_tab_main .table_wrap {
        padding-top: 20px;
    }

    .page_standardPower .index_steps_connect {
        margin-top: 20px;
        padding: 30px;
        width: 100%;
    }

    .page_standardPower .index_steps_connect h4 {
        font-size: 34px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .page_standardPower .index_steps_connect p {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .page_standardPower .index_steps_btn a {
        padding: 15px 34px;
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .page_standardPower .index_steps_top h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .page_standardPower .index_steps_top {
        margin-bottom: 10px;
    }

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

    .page_standardPower .istep_itemsTop i {
        top: 15%;
        font-size: 45px;
    }

    .page_standardPower .istep_itemsTop span {
        line-height: 80px;
        font-size: 65px;
    }

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

    .genuinePartsBox:nth-child(n+7) {
        display: none;
    }

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

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

    .page_mission .pageTitle {
        padding-bottom: 0;
    }

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

    .blogli {
        margin-bottom: 10px;
    }

    .blog_txt {
        padding: 15px 12px 20px 12px;
    }

    .indexnews_tit h2 {
        margin-top: 14px;
    }

    .indexnews_tit .indexnews_time {
        margin-top: 6px;
    }

    .blogmore {
        margin-top: 14px;
        padding: 8px 45px;
    }

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

    .content_support_right {
        background: #fff;
        border-radius: 35px;
        padding: 20px 10px;
    }

    .content_serveice_main {
        padding-top: 10px;
    }

    .maintenanceBot h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }

    .maintenanceBot {
        padding: 0 3% 10px;
    }

    .content_support_wrap {
        margin-bottom: 10px;
    }

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

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

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #1d528d;
    }

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

    .pagelist {
        margin-top: 0;
    }

    /*  page_productlist  */
    .bannercontent {
        margin-top: 60px;
    }

    .page_productlist {
        padding: 45px 0;
    }

    .aside_nav h3 {
        padding: 14px 15px;
        font-size: 24px;
    }

    .productlist_left {
        margin-bottom: 30px;
    }

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

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

    .productshow_tab {
        margin: 20px 0;
    }

    .productshow_tab_main .productshow_tabp {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .productshow_video {
        height: 500px;
        margin: 20px 0;
    }

    .productshow_video iframe {
        height: 500px;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .product_inquiry_form h2 {
        margin-bottom: 18px;
    }

    .hot_product {
        margin-top: 20px;
    }

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

    .pageTitle h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .profileTopimg {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 15px;
        padding-bottom: 20px;
    }

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

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

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

    .page_caseStudy .casestudy_select .casestudy_selectTop {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin: 10px 0;
    }

    .casestydy_selectBox {
        padding-bottom: 12px;
    }

    .csboxtxt {
        padding: 0;
    }

    .csboxtxt_bottom {
        padding-top: 14px;
        padding-bottom: 14px;
        margin-top: 14px;
    }

    .csboximg {
        padding-top: 100%;
    }

    .csboximg img {
        top: 0;
    }


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

    .caseshow_main h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .index_comments_content {
        padding-top: 0;
    }

    .caseshow_comments h3 {
        margin-bottom: 0px;
    }

    .caseshow_comments .swiper-horizontal>.swiper-pagination-bullets,
    .caseshow_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 50%;
        text-align: right;
    }

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

    .videolistflex {
        padding-top: 12px;
    }

    .videoli {
        margin-bottom: 25px;
    }

    .video_txt {
        padding: 14px 15px 16px 15px;
    }


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

    .genuinePartsBox:nth-child(n+7) {
        display: none;
    }

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

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

    .page_mission .pageTitle {
        padding-bottom: 0;
    }

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

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

    .blogli {
        margin-bottom: 20px;
    }

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

    .content_support_right {
        background: #fff;
        border-radius: 35px;
        padding: 20px 10px;
    }

    .content_serveice_main {
        padding-top: 10px;
    }

    .maintenanceBot h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }

    .maintenanceBot {
        padding: 0 3% 10px;
    }

    .content_support_wrap {
        margin-bottom: 10px;
    }

    .content_support_wrap .content_support_icon i {
        font-size: 60px;
    }

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

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

@media (min-width:1200px) and (max-width:1400px) {

    .lang-sub {
        left: 0;
    }

    .pagelist {
        margin-top: 0;
    }

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

    .aside_nav h3 {
        padding: 14px 15px;
        font-size: 24px;
    }

    .productlist_left {
        margin-bottom: 30px;
    }

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

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

    .productshow_tab {
        margin: 20px 0;
    }

    .productshow_tab_main .productshow_tabp {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .productshow_video {
        height: 500px;
        margin: 20px 0;
    }

    .productshow_video iframe {
        height: 500px;
    }

    .product_inquiry_form {
        padding: 20px;
    }

    .product_inquiry_form h2 {
        margin-bottom: 18px;
    }

    .hot_product {
        margin-top: 20px;
    }

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

    .pageTitle h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .profileTopimg {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 15px;
        padding-bottom: 20px;
    }

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

    .profileImg {
        padding-top: 80%;
    }

    .profileTopdes p {
        font-size: 22px;
        line-height: 30px;
        color: #666666;
        margin-bottom: 0px;
    }

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

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

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

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

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

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

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

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

    .page_mission .pageTitle {
        padding-bottom: 0;
    }

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

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

    .blogli {
        margin-bottom: 20px;
    }

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

    .content_support_right {
        background: #fff;
        border-radius: 35px;
        padding: 20px 10px;
    }
}




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

.index_agdLeft,
.index_agdRight {
  height: 100%;
  display: flex;
  align-items: center;
}

.index_agdLeft h2 {
  font-size: 40px;
  line-height: 58px;
  font-weight: bolder;
}

.index_agdRight p {
  font-size: 18px;
  line-height: 28px;
}

.index_asort {
  margin-top: 80px;
}

.index_asbox {
  position: relative;
  height: 100%;
  background: #f7f7f7;
  box-shadow: 0 0 9px rgba(0, 0, 0, .15);
}

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

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

.index_asDes {
  padding: 25px 64px 60px 16px;
}

.index_asDes h3 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bolder;
}

.index_asDes p {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.index_asbox i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 22px;
  color: #1d528d;
  margin-right: 16px;
  transition: margin-right 0.4s ease-in;
  transform: rotateZ(90deg);
}

.index_asbox:hover i {
  margin-right: 0px;
}

.index_asbox a {
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  padding-right: 16px;
  box-sizing: border-box;
  color: transparent;
}


/* index_add2 */
.index_add2 {
  padding: 160px 0;
  z-index: 5;
  position: relative;
  background: url(../images/a3.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.index_add2 .container {
  position: relative;
  z-index: 10;
}

.index_acontact h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: bolder;
  color: #fff;
}

.index_acontact p {
  margin: 30px 0 40px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.index_aconBtn a {
  display: inline-block;
  text-transform: uppercase;
  line-height: 26px;
  padding: 5px 24px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 20px;
  transition: all ease 0.3s;
}

.index_aconBtn a:hover {
  color: #fff;
  background: #1d528d;
  border-color: #1d528d;
  transition: all ease 0.3s;
}


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

.index_agoodli:nth-child(odd) {
  background-color: #f8f8f8;
}

.index_agoodbox {
  height: 100%;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.35s ease-in-out;
}

.index_agoodbox i {
  text-align: center;
  font-size: 60px;
  color: #000;
  transition: all 0.35s ease-in-out;
}

.index_agoodbox h4 {
  word-break: break-all;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 15px auto 15px auto;
  transition: all 0.35s ease-in-out;
}

.index_agoodbox p {
  word-break: break-all;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: center;
  transition: all 0.35s ease-in-out;
}

.index_agoodli:hover {
  background-color: #1d528d;
  transition: all 0.35s ease-in-out;
}

.index_agoodli:hover .index_agoodbox h4,
.index_agoodli:hover .index_agoodbox i,
.index_agoodli:hover .index_agoodbox p {
  color: #fff;
  transition: all 0.35s ease-in-out;
}


/* index_add4 */
.index_add4 {
  padding: 160px 0;
  z-index: 5;
  position: relative;
  background: url(../images/a4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.index_add4 .container {
  position: relative;
  z-index: 10;
}


.index_aboutus_video {
  position: relative;
  width: 100%;
  height: 100%;
}

.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 {
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

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

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

.index_aboutus_right h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: bolder;
}

.index_aboutus_right p {
  margin: 15px 0 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.index_aboutus_right a {
  display: inline-block;
  text-transform: uppercase;
  line-height: 26px;
  padding: 5px 24px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all ease 0.3s;
}

.index_aboutus_right a:hover {
  color: #1d528d;
  background: #fff;
  transition: all ease 0.3s;
}


.index_add5 {
  padding: 80px 0;
}

.index_anewsTitle {
  font-size: 56px;
  line-height: 1.2;
  font-weight: bolder;
  color: #000;
}

.index_add5 .index_asort {
  margin-top: 40px;
}

.index_add5 .index_asDes h6 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.index_add5 .index_asImg {
  padding-top: 70%;
}

.index_add5 .index_asDes {
    padding: 20px 64px 60px 16px;
}

@media (max-width: 575px) {

  .index_add1,
  .index_add3,
  .index_add5 {
    padding: 30px 0;
  }

  .index_agdLeft h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .index_asort {
    margin-top: 40px;
  }

  .index_asli {
    margin-bottom: 30px;
  }

  .index_asli:nth-last-child(1) {
    margin-bottom: 20px;
  }

  .index_asDes {
    padding: 18px 55px 50px 16px;
  }

  .index_asDes h3 {
    margin-bottom: 15px;
  }

  .index_add2 {
    padding: 60px 0;
  }

  .index_acontact h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .index_acontact p {
    margin: 20px 0 30px;
  }

  .index_aconBtn a {
    line-height: 24px;
    padding: 4px 20px;
    font-size: 12px;
    margin-right: 5px;
  }

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

  .index_add4 {
    padding: 40px 0 60px;
  }

  .index_aboutus_video {
    height: 150px;
  }

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

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }

    .index_anewsTitle {
        font-size: 34px;
    }
    
    .index_add5 .index_asort {
        margin-top: 25px;
    }

}

@media (min-width: 576px) and (max-width: 768px) {

  .index_add1,
  .index_add3,
  .index_add5 {
    padding: 40px 0;
  }

  .index_agdLeft h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .index_asort {
    margin-top: 40px;
  }

  .index_asli {
    margin-bottom: 30px;
  }

  .index_add2 {
    padding: 70px 0;
  }

  .index_acontact h2 {
    font-size: 44px;
    line-height: 56px;
  }

  .index_agoodli:nth-last-child(2) {
    background-color: #fff;
  }

  .index_agoodli:nth-last-child(1) {
    background-color: #f8f8f8;
  }

  .index_agoodli:hover {
    background-color: #1d528d;
    transition: all 0.35s ease-in-out;
  }

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

  .index_add4 {
    padding: 50px 0 70px;
  }

  .index_aboutus_video {
    height: 150px;
  }

  .index_aboutus_right h2 {
    font-size: 36px;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }
  
    .index_anewsTitle {
        font-size: 38px;
    }
    
    .index_add5 .index_asort {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

  .index_add1,
  .index_add3,
  .index_add5 {
    padding: 60px 0;
  }

  .index_agdLeft h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .index_asort {
    margin-top: 50px;
  }

  .index_asli {
    margin-bottom: 30px;
  }

  .index_add2 {
    padding: 100px 0;
  }

  .index_acontact h2 {
    font-size: 44px;
    line-height: 56px;
  }

  .index_agoodli:nth-last-child(2) {
    background-color: #fff;
  }

  .index_agoodli:nth-last-child(1) {
    background-color: #f8f8f8;
  }

  .index_agoodli:hover {
    background-color: #1d528d;
    transition: all 0.35s ease-in-out;
  }

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

  .index_add4 {
    padding: 60px 0 80px;
  }

  .index_aboutus_video {
    height: 150px;
  }

  .index_aboutus_right h2 {
    font-size: 42px;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }
  
    .index_anewsTitle {
        font-size: 40px;
    }
    
    .index_add5 .index_asort {
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
  .index_add4 {
    padding: 80px 0;
  }

  .index_aboutus_right h2 {
    font-size: 42px;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .index_add4 {
    padding: 100px 0;
  }

  .index_aboutus_right h2 {
    font-size: 46px;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .videobox {
    width: 88%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }

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


@media (max-width:575px){
    .main_zks {
        /* background-color: #00000099; */
        width: 100%;
        padding: 10px 10px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        display: flex ;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .banner .main_zks h3{
        font-size: 20px;
        line-height: 26px;
    }
    
    .banner .main_zks p {
        font-size: 16px;
        line-height: 18px;
    }
    
    .banner .wysiwyg {
        position: relative;
        padding: 10px 0 5px;
    }
    
    .banner .main_zks a {
        padding: 5px 20px;
    }
    
    .banner .main_zks h3:after {
        height: 2px;
    }
}

@media (min-width:450px) and (max-width:575px){
    .banner .main_zks h3{
        font-size: 25px;
        line-height: 30px;
    }
    
    .banner .main_zks p {
        font-size: 18px;
        line-height: 20px;
    }
    
    .banner .wysiwyg {
        position: relative;
        padding: 10px 0 8px;
    }
    
}

@media (min-width:576px) and (max-width:767px) {
    .main_zks {
        /* background-color: #00000099; */
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        display: flex ;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .banner .main_zks h3{
        font-size: 30px;
        line-height: 36px;
    }
    
    .banner .main_zks p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .banner .wysiwyg {
        position: relative;
        padding: 15px 0 10px;
    }
    
    .banner .main_zks a {
        padding: 7px 20px;
    }
    
    .banner .main_zks h3:after {
        height: 2px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .main_zks {
        /* background-color: #00000099; */
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        display: flex ;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .banner .main_zks h3{
        font-size: 40px;
        line-height: 40px;
    }
    
    .banner .main_zks p {
        font-size: 22px;
        line-height: 26px;
    }
    
    .banner .wysiwyg {
        position: relative;
        padding: 15px 0 20px;
    }
    
    .banner .main_zks a {
        padding: 8px 20px;
    }
    
    .banner .main_zks h3:after {
        height: 2px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .main_zks {
        /* background-color: #00000099; */
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        display: flex ;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .banner .main_zks h3{
        font-size: 46px;
        line-height: 50px;
    }
    
    .banner .main_zks p {
        font-size: 26px;
        line-height: 30px;
    }
    
    .banner .wysiwyg {
        position: relative;
        padding: 15px 0 20px;
    }
    
    .banner .main_zks a {
        padding: 8px 20px;
    }
    
    .banner .main_zks h3:after {
        height: 2px;
    }
}

.aboutus h1,
.aboutus h2,
.aboutus h3,
.aboutus h4,
.aboutus h5,
.aboutus h6{
    /*font-size: revert !important;*/
}