@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/responsive.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--clr-white);
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #787878;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
img {
    max-width: 100%;
    width: 100%;
}

.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    color: var(--elitecons-white);
    text-transform: capitalize;
    padding: 16px 30px 14px;
    letter-spacing: 0.32px;
    background-color: var(--elitecons-base);
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 12px;
    z-index: 1;
}
.thm-btn::after {
    content: "";
    background-color: var(--elitecons-black);
    position: absolute;
    transition: all 0.3s ease-in;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

section.banner {
    margin-top: -90px;
    position: relative;
}
section.banner .swiper-slide {
    position: relative;
}
section.banner .banner-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform-origin: top center;
    transform: scale(1);
    transition: 7000ms ease;
}
section.banner .banner-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b0b0b;
    opacity: 0.4;
    content: "";
}
section.banner .banner-img .container {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 480px;
    padding-bottom: 300px;
}
section.banner .banner-img h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: var(--elitecons-white);
}
section.banner .banner-img h3 {
    margin-top: 30px;
    font-size: 55px;
    color: var(--elitecons-white);
}
section.banner .banner-img.one {
    background-image: url(https://cdn.024fuwu.com/wangzhan/sythfc/banner-one.jpg);
}
section.banner .banner-img.two {
    background-image: url(https://cdn.024fuwu.com/wangzhan/sythfc/banner-two.jpg);
}
section.banner .banner-img.three {
    background-image: url(https://cdn.024fuwu.com/wangzhan/sythfc/banner-three.jpg);
}

.one-box {
    position: relative;
    display: block;
    margin-top: -135px;
    padding: 0 0 90px;
    z-index: 99;
}
.one-box .box {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border: 1px solid var(--elitecons-bdr-color);
    padding: 41px 29px 35px;
    padding-right: 40px;
    margin-bottom: 30px;
    height: 100%;
}
.one-box .box .icon {
    position: relative;
    display: inline-block;
}
.one-box .box .icon i {
    position: relative;
    display: inline-block;
    font-size: 61px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.one-box .box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    border-top: 1px solid var(--elitecons-bdr-color);
    padding-top: 23px;
    margin-top: 24px;
}
.icon_box{
    display: flex !important;
    align-items: center;
}
.one-box .box h2{
    font-size: 24px;
    font-weight: 700;
    /* line-height: 36px; */
    /* border-top: 1px solid var(--elitecons-bdr-color); */
    /* padding-top: 23px; */
    /* margin-top: 24px; */
}

.about {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}
.about .left {
    position: relative;
    display: block;
    margin-right: 30px;
}
.about .right .top {
    margin-bottom: 25px;
}
.about .right .top span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: var(--elitecons-base);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.about .right .top h4 {
    font-size: 32px;
    color: var(--elitecons-black);
}
.about_list{
    padding: 0;
}
.btn-box {
    position: relative;
    display: block;
}
.btn-box a {
    border: 1px solid var(--elitecons-black);
    padding: 15px 29px 13px;
    color: var(--elitecons-black);
    background-color: transparent;
}
.btn-box a:hover {
    border: 1px solid var(--elitecons-base);
}

.btn-box a::after {
    background-color: var(--elitecons-base);
}
.btn-box a:hover::after {
    height: 100%;
    width: 135%;
}

section.advantage {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 120px 0 0;
    z-index: 1;
}
section.advantage::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: var(--elitecons-black);
    z-index: -1;
}
.advantage_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}
.advantage .advantage_left .top span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--elitecons-white);
}
.advantage .advantage_left .top h3 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin: 12px 0 0;
    color: var(--elitecons-white);
}
.advantage .advantage_left .choice {
    margin: 20px 0 100px;
}
.advantage .advantage_left .choice li {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}
.advantage .advantage_left .choice li .icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--elitecons-white);
}
.advantage .advantage_left .choice li .icon i {
    font-size: 26px;
    color: var(--elitecons-base);
}
.advantage .advantage_left .choice li .content {
    width: calc(100% - 70px);
}
.advantage .advantage_left .choice li .content h5 {
    font-size: 18px;
    color: var(--elitecons-white);
    margin-bottom: 5px;
}
.advantage .advantage_left .choice li .content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #eeeeee;
}
.advantage .phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: -77px;
}
.advantage .advantage_bg {
    background-image: url(https://cdn.024fuwu.com/wangzhan/sythfc/advantage.jpg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}
.advantage .phone li {
    position: relative;
    display: flex;
    align-items: center;
}
.advantage .phone li .icon {
    position: relative;
    display: inline-block;
}
.advantage .phone li .icon > i {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: rgba(var(--elitecons-white-rgb), 0.3);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    z-index: 2;
}
.advantage .phone li .content {
    position: relative;
    display: block;
    margin-left: 15px;
}
.advantage .phone li .content > h6 {
    font-size: 16px;
    color: var(--elitecons-white);
    line-height: 26px;
}
.advantage .phone li .content > span {
    font-weight: 700;
    color: var(--elitecons-white);
}
.advantage .phone li + li {
    margin-left: 160px;
}

.index-title {
    text-align: center;
    margin-bottom: 45px;
}
.index-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: var(--elitecons-base);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.index-title h4 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}
.index-title.white h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.index-title.white h4 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.num {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 162px 0 119px;
}
.num .counter-three__inner {
    position: relative;
    display: block;
}
.num .counter-three__inner .counter-three__count-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.num .counter-three__inner .counter-three__count-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.num .counter-three__inner .counter-three__count-list li .big {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -20px;
    left: 0;
}
.num .counter-three__inner .counter-three__count-list li .big > h3 {
    font-size: 140px;
    font-weight: 900;
    line-height: 140px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--elitecons-white-rgb), 0.2);
}
.num .counter-three__inner .counter-three__count-list li .big > span {
    font-size: 140px;
    font-weight: 900;
    line-height: 140px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--elitecons-white-rgb), 0.2);
}
.num .counter-three__inner .counter-three__count-list li .small {
    position: relative;
    display: flex;
    align-items: center;
}
.num .counter-three__inner .counter-three__count-list li .small > h3 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    color: var(--elitecons-white);
}
.num .counter-three__inner .counter-three__count-list li .small > span {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    color: var(--elitecons-white);
}
.num .counter-three__inner .counter-three__count-list li p {
    font-size: 22px;
    color: var(--elitecons-white);
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 5px;
}

.application {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
}
.application .application-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 138px;
    background-color: var(--elitecons-primary);
    z-index: -1;
}
.application .right .box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px 30px 30px;
    margin-top: 30px;
}
.application .right .box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: var(--elitecons-primary);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 500ms ease;
}
.application .right .box .icon i {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--elitecons-base);
    transition: all 500ms ease;
}
.application .right .box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 8px;
}
.application .right .box p {
    color: #787878;
}


.about_application{
    margin-bottom: 80px;
    padding: 0;
    background-color: var(--elitecons-black)
}
.about_application .right .box{
    margin-bottom: 30px;
}
.application .left{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    padding-top: 30px;
}
.application .left .top{
    /*background: red;*/
    width: 100%;
    height: 100%;
    background-image: url(/skin/img/application_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.case {
    position: relative;
    display: block;
    padding: 237px 0 90px;
    margin-top: -138px;
    z-index: 1;
}
.case .case-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background-color: var(--elitecons-black);
    z-index: -1;
}
.case .box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.case .box .img {
    position: relative;
    display: block;
    overflow: hidden;
}
.case .box .img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}
.case .box:hover .img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.case .box .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(var(--elitecons-black-rgb), 0.3);
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.case .box:hover .img::before {
    transform: scaleY(1);
}
.case .box .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px 25px;
    padding-right: 30px;
}
.case .box .content .left h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1px;
}
.case .box .content .left h4 a {
    color: var(--elitecons-black);
}
.case .box .content .left h6 {
    margin: 0;
    color: #787878;
    font-size: 16px;
}
.case .box .content .right {
    position: relative;
    display: block;
    z-index: 2;
}
.case .box .content .right .cover {
    position: relative;
    display: block;
}
.case .box .content .right .cover a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--elitecons-bdr-color);
    font-size: 20px;
    color: var(--elitecons-base);
}

.product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.product .box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.product .box .img {
    position: relative;
    display: block;
    overflow: hidden;
}
.product .box .img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}
.product .box:hover .img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.product .box .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(var(--elitecons-black-rgb), 0.3);
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.product .box:hover .img::before {
    transform: scaleY(1);
}
.product .box .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px 25px;
    padding-right: 30px;
}
.product .box .content .left h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1px;
}
.product .box .content .left h4 a {
    color: var(--elitecons-black);
}
.product .box .content .left h4 a:hover {
    color: var(--elitecons-base);
}
.product .box .content .left h6 {
    margin: 0;
    color: #787878;
    font-size: 16px;
}
.product .box .content .right {
    position: relative;
    display: block;
    z-index: 2;
}
.product .box .content .right .cover {
    position: relative;
    display: block;
}
.product .box .content .right .cover a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--elitecons-bdr-color);
    font-size: 20px;
    color: var(--elitecons-base);
}
.product .box .content .right .cover a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

.news {
    padding: 0 0 80px;
}
.news .box{
    margin-bottom: 20px;
}
.news .box .img {
    position: relative;
}
.news .box .img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}
.news .box:hover .img::before {
    opacity: 0.5;
}
.news .box .content {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    padding: 41px 30px 30px;
    z-index: 2;
}
.news .box .content .time {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--elitecons-base);
    display: flex;
    align-items: center;
    width: 92px;
    height: 40px;
    justify-content: center;
    top: -20px;
    left: 30px;
    transition: all 500ms ease;
}
.news .box .content .time > span {
    color: var(--elitecons-white);
    transition: all 500ms ease;
}
.news .box .content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px;
}
.news .box .content h4 a {
    font-size: 22px;
    color: #333333;
}
.news .box .content p {
    margin-bottom: 8px;
}
.more a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.32px;
    gap: 12px;
    color: var(--elitecons-black);
}
.more a > span {
    font-size: 14px;
}

.list-case .box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.list-case .box .img {
    position: relative;
    display: block;
    overflow: hidden;
}
.list-case .box .img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}
.prlist-caseoduct .box:hover .img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.list-case .box .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(var(--elitecons-black-rgb), 0.3);
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.list-case .box:hover .img::before {
    transform: scaleY(1);
}
.list-case .box .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px 25px;
    padding-right: 30px;
}
.list-case .box .content .left h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1px;
}
.list-case .box .content .left h4 a {
    color: var(--elitecons-black);
}
.list-case .box .content .left h4 a:hover {
    color: var(--elitecons-base);
}
.list-case .box .content .left h6 {
    margin: 0;
    color: #787878;
    font-size: 16px;
}
.list-case .box .content .right {
    position: relative;
    display: block;
    z-index: 2;
}
.list-case .box .content .right .cover {
    position: relative;
    display: block;
}
.list-case .box .content .right .cover a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--elitecons-bdr-color);
    font-size: 20px;
    color: var(--elitecons-base);
}
.list-case .box .content .right .cover a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}



.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 8px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--elitecons-white);
    color: var(--elitecons-black);
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid var(--elitecons-black);
}
.pagination li a.active {
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
}
.pagination li.active {
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
}
.pagination li a:hover {
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
}
.next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: var(--clr-def);
}

.page-header {
    position: relative;
    display: block;
    padding: 249px 0 166px;
    background-color: var(--elitecons-black);
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
}

.page-header__inner h2 {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    color: var(--elitecons-white);
    margin-bottom: 17px;
}
.main-menu-three__main-menu-box{
    position:static;
}
.main-menu-three__wrapper-inner{
    position: relative;
    flex-wrap: nowrap;
}
.open{
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    transition: 0.5s;
    top: 100%;
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:nth-child(2) {
    color: var(--elitecons-primary);
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--elitecons-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--elitecons-base);
}

.thm-breadcrumb li span {
    position: relative;
    font-size: 12px;
}

.list {
    padding: 80px 0;
}
#mapDiv img {
    width: auto !important;
}
.list-contact .map {
    border-radius: 8px;
    overflow: hidden;
}

.list-contact .left h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 30px;
    color: var(--elitecons-black);
}
.list-contact .left ul li {
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: start;
}
.list-contact .left ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: rgba(var(--elitecons-base-rgb), 0.1);
    border-radius: 10px;
}
.list-contact .left ul li .icon i {
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: var(--elitecons-base);
}
.list-contact .left ul li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.list-contact .left ul li .content > h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}
.list-contact .left ul li .content > p {
    color: var(--elitecons-gray);
    margin-bottom: 0;
    font-size: 25px;
}
.list-contact .left ul li:last-child {
    margin-bottom: 0;
}


.list-news .box{
    margin-bottom: 20px;
}
.list-news .box .img {
    position: relative;
}
.list-news .box .img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}
.list-news .box:hover .img::before {
    opacity: 0.5;
}
.list-news .box .content {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    padding: 41px 30px 30px;
    z-index: 2;
}
.list-news .box .content .time {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--elitecons-base);
    display: flex;
    align-items: center;
    width: 92px;
    height: 40px;
    justify-content: center;
    top: -20px;
    left: 30px;
    transition: all 500ms ease;
}
.list-news .box .content .time > span {
    color: var(--elitecons-white);
    transition: all 500ms ease;
}
.list-news .box .content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px;
}
.list-news .box .content h4 a {
    font-size: 22px;
    color: #333333;
}
.list-news .box .content p {
    margin-bottom: 8px;
}



footer {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    z-index: 1;
}
footer .footer-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
    margin-bottom: 20px;
}
footer .footer-top {
    position: relative;
    display: block;
    padding: 80px 0 75px;
}
footer .footer-top .footer-logo .content{
    color: #eee;
}
footer .footer-contact ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .footer-contact ul li:last-child {
    margin-bottom: 0;
}
footer .footer-contact ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #09316f;
    border-radius: 50%;
    transition: all 500ms ease;
}
footer .footer-contact ul li .icon i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-white);
    transition: all 500ms ease;
}
footer .footer-contact ul li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}
footer .footer-contact ul li .content > h4 {
    color: var(--elitecons-white);
    font-size: 16px;
}
footer .footer-contact ul li .content > p {
    color: var(--elitecons-white);
    font-weight: 700;
    margin-top: 3px;
}

footer .footer-link.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .footer-link.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
footer .swiper-slide a {
    color: #eeeeee;
    padding: 0;
    font-size: 16px;
    transition: all 0.4s ease;
}

.footer_phone{
    display: none;
}
.siteInfoSection{
    background: #0b0b0b;
    color: #fff;
    padding: 5px;
}
.siteInfoSection * {
    color: #cfcece;
}
.siteInfoSection P{
    margin: 0;
    padding-top: 5px;
}
.siteInfoSection a:hover{
    color: #fff;
}
@media (max-width: 1200px){
    .main-menu-three__right{
        display: none;
    }
    .one-box .box h3{
        font-size: 18px;
    }
    .num .counter-three__inner .counter-three__count-list li {
        display: block;
    }
    .num .counter-three__inner .counter-three__count-list li .big > h3{
        font-size: 80px;
    }
    .num .counter-three__inner .counter-three__count-list li .big{
        bottom: 20px;
    }
    .advantage .advantage_left .top h3{
        font-size: 34px;
    }
    .stricky-header{
        display: none;
    }
    .main-header-three{
        background-color: var(--elitecons-white);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        transition: all 500ms ease;
        z-index: 999;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    }
    .main-menu-three__wrapper-inner{
        box-shadow: none;
    }
    .advantage .phone li + li{
        margin-left: 0px;
    }
    .advantage .phone{
        justify-content: space-between;
        width: 100%;
    }
    .main-menu .main-menu__list>li, .stricky-header .main-menu__list>li{
        margin: 0 !important;
        padding: 10px;
    }
    .main-menu .main-menu__list>li a{
        justify-content: center !important;
    }
}

@media (max-width: 992px){
    #mapDiv{
    
        height: 300px !important;
    }
    .advantage .advantage_bg{
        display: none;
    }
    .main-menu-three__wrapper-inner{
        padding: 0 10px;
    }
    .main-menu-three__logo{
        max-width: 75%;
    }
    .about .right{
        margin-top: 30px;
    }
    .num .counter-three__inner .counter-three__count-list{
        columns: 2;
        display: block;
    }
    .num .counter-three__inner .counter-three__count-list li{
        margin-bottom: 25px;
    }
    .num .counter-three__inner .counter-three__count-list li .big{
        display: none;
    }
    .num{
        padding: 50px 0;
    }
    .about .left{
        margin-right: 0;
    }
    .footer-top,.siteInfoSection{
        display: none !important;
    }
    section.banner .banner-img .container{
            padding-top: 230px;
            padding-bottom: 180px;
    }
    section.banner .banner-img h5{
        font-size: 16px;
    }
    section.banner .banner-img h3{
        font-size: 24px;
    }
    .main-menu .mobile-nav__toggler{
        color: var(--elitecons-black);
    }
    .btn_open{
        color: var(--elitecons-base) !important;
    }
    .page-header{
        padding: 200px 0 130px;
    }
    .page-header__inner h2{
        font-size: 40px;
    }
    .footer_phone{
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .footer_phone a{
        width: 50%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        color: #fff;
        font-size: 16px;
    }
    .phone_on{
        background-color: var(--elitecons-base);
    }
    .phone_to{
        background-color: var(--elitecons-black);
    }
}