@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: #120f0f;
    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: #fff;
    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: #01b7ed;
    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;
}

.index-title {
    margin-bottom: 45px;
    text-align: center;
}
.index-title h4 {
    font-size: 14px;
    color: #01b7ed;
    margin-bottom: 8px;
}
.index-title h5 {
    font-size: 30px;
    margin-bottom: 0;
}

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

section.about {
    padding: 100px 0;
}
section.about img{
    border-radius: 8px;
    width: auto;
    margin-left: 50px;
}
section.about .about-title span {
    position: relative;
    display: inline-block;
    color: #01b7ed;
    font-weight: bold;
    margin-bottom: 15px;
}
section.about .about-title span::after {
    width: 45px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
    content: "";
    background-color: #01b7ed;
}
section.about .about-title span::before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    content: "";
    background-color: #01b7ed;
    border-radius: 50%;
}
section.about .about-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

section.list-cover .about {
    padding: 0 0 100px;
}
section.list-cover .news {
    padding: 100px 0 0;
}

section.case .box {
    margin-bottom: 20px;
}

section.news {
    padding: 100px 0 90px;
}
section.news .box {
    margin-bottom: 20px;
}
section.news .box .img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
section.news .box .img span {
    position: absolute;
    bottom: 20px;
    left: 40px;
    padding: 8px 18px;
    background-color: #fff;
    font-weight: 600;
    color: #01b7ed;
    line-height: 19px;
    border-radius: 18px;
}
section.news .box .content {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 25px 40px;
    border-radius: 5px;
    box-shadow: 0 15px 40px 0 rgba(255, 122, 118, 0.1);
    border: 2px solid #fff;
    transition: all 0.3s ease-out 0s;
}
section.news .box .content h4 {
    margin-bottom: 15px;
}
section.news .box .content h4 a {
    font-size: 22px;
    color: #333333;
}
section.news .box .content p {
    font-size: 16px;
    color: #787878;
    margin-bottom: 0;
}

section.resume {
    background-image: url(/skin/img/more-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}
section.resume .box {
    text-align: center;
}
section.resume .box .icon i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}
section.resume .box .number {
    position: relative;
}
section.resume .box .number span {
    font-size: 35px;
    color: #01b7ed;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}
section.resume .box .number small {
    font-size: 35px;
    font-weight: bold;
    color: #01b7ed;
    line-height: 1;
    position: relative;
}
section.resume .box p {
    font-size: 16px;
    color: #fff;
}
section.resume .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #01b7ed;
    margin-bottom: -5px;
    margin-top: 10px;
}

section.product .index-title h5 {
    color: #fff;
}
section.product {
    background-color: #22223c;
    margin-bottom: 120px;
}
section.product .box .content {
    padding: 20px;
    background-color: #f1f1f1;
}
section.product .box .content h4 a {
    color: #333333;
}
section.product .bottom {
    transform: translateY(100px);
}

section.case {
    padding: 100px 0;
}
section.case .box .content {
    padding: 20px;
    background-color: #f1f1f1;
}
section.case .box .content h4 a {
    color: #333333;
}

section.advantage {
    padding: 100px 0;
}
section.advantage .box {
    margin-bottom: 20px;
    padding: 30px 15px;
    border: 0;
    border-radius: 10px;
    transition: all 0.4s ease;
}
section.advantage .box .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #01b7ed;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
section.advantage .box .icon i {
    font-size: 30px;
    color: #fff;
    transition: all 0.4s ease;
}
section.advantage .box .content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}
section.advantage .box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #787878;
    transition: all 0.4s ease;
}
section.advantage .box:hover {
    background-color: #01b7ed;
}
section.advantage .box:hover .icon {
    background-color: #fff;
}
section.advantage .box:hover .icon i {
    color: #01b7ed;
}
section.advantage .box:hover .content h4 {
    color: #fff;
}
section.advantage .box:hover .content p {
    color: #fff;
}

section.contact {
    background-image: url(/skin/img/more-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}
section.contact h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
section.contact h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
section.contact h6 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

footer {
    position: relative;
    padding: 90px 0 0;
}
footer::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #22223c;
}
footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
footer .widget {
    position: relative;
    margin: 0;
    padding: 0;
}
footer .footer-logo {
    position: relative;
    margin: 0 0 28px;
}
footer .content {
    color: #bbbdc4;
    margin: 0 0 29px;
    font-size: 14px;
}
footer .a_widget ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
    margin-bottom: 8px;
    color: #fff;
    letter-spacing: 2px;
}
footer .a_widget ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    color: #e3e3e3;
    font-size: 18px;
    transform: translateY(-50%);
}
footer .a_widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .widget h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 17px 0 35px;
}
footer .widget .addresscontent {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 17px 0 35px;
}
footer .widget .cover {
    position: relative;
    padding: 0 0 0 31px;
    font-size: 16px;
    line-height: 24px;
    color: #bbbdc4;
    margin: 0 0 16px;
}
footer .widget .cover i {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .widget.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .widget.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
footer .swiper-slide a {
    color: #bbbdc4;
    padding: 0;
    font-size: 16px;
    transition: all 0.4s ease;
}
footer .foot-row {
    padding: 55px 0 36px;
}
footer .footsocial {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footerbar {
    height: 1px;
    width: 100%;
    position: relative;
    background: #22223c;
}
.footer-news li {
    margin-bottom: 15px;
}
.footer-news li img {
    border-radius: 6px;
}
.footer-news a {
    display: flex;
    align-items: center;
    color: #e3e3e3;
}
.footer-news a h6 {
    color: #fff;
    font-size: 18px;
}
.footer-news a img {
    width: 30%;
}
.footer-news a .text {
    padding-left: 20px;
}
.siteInfoSection {
    background: #000;
}
.siteInfoSection .siteInfo {
    color: #bbbdc4;
    padding: 15px 0 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteInfoSection .siteInfo .left a {
    color: #bbbdc4;
}
.siteInfoSection .banquan {
    padding: 0px 0 15px 0;
    color: #bbbdc4;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.siteInfoSection .siteInfo a:hover {
    color: #fff;
}
.siteInfoSection .map {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.siteInfoSection .map ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
}
.siteInfoSection .map ul li {
    margin: 0 20px 0 35px;
}
.siteInfoSection .map ul li:last-child {
    margin: 0;
}
.siteInfoSection .map a {
    display: block;
    color: #bbbdc4;
}
.menuToggler {
    display: none;
}
.siteInfoSection .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.foot_phone {
    display: none;
}

.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: #fff;
    color: #01b7ed;
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid #01b7ed;
}
.pagination li a.active {
    background-color: #01b7ed;
    color: #fff;
}
.pagination li.active {
    background-color: #01b7ed;
    color: #fff;
}
.pagination li a:hover {
    background-color: #01b7ed;
    color: #fff;
}

.list-cover {
    padding: 100px 0 !important;
}
.list-contact .content li {
    display: flex;
    justify-content: left;
    align-items: start;
    margin-bottom: 25px;
}
.list-contact .content li i {
    color: #01b7ed;
    font-size: 40px;
    margin-right: 30px;
}
.list-contact .content li .text h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
.list-contact .content li .text p {
    margin-bottom: 0;
    font-size: 18px;
    color: #787878;
}
#mapDiv {
    border-radius: 8px;
}
#mapDiv img {
    width: auto;
}
.news_details .margin_bottom h3 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 10px;
}
.news_details {
    padding: 70px 0;
}
.news_details_content p {
    margin-bottom: 0;
}
.news_details .miao p {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.news_details .miao a {
    color: #787878;
    margin-right: 10px;
}
.news_details img {
    width: auto;
}
.next {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.next p a {
    color: #787878;
}

section.index-middle {
    padding-bottom: 100px;
}
section.index-middle .img {
    margin-top: 100px;
}
section.index-middle img {
    border-radius: 8px;
}
section.index-middle .right {
    padding-left: 50px;
}
section.index-middle .top h4 {
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #999;
}
section.index-middle .swiper h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
section.index-middle .swiper p {
    color: #787878;
    margin-bottom: 0;
    font-size: 18px;
}
section.index-middle .swiper .swiper-wrapper {
    padding-bottom: 45px;
}
section.index-middle .swiper .swiper-pagination {
    text-align: left;
}
section.index-middle .swiper .swiper-pagination-bullet {
    width: 45px;
    border-radius: 5px;
}

.list-banner {
    background-image: url(/skin/img/list-banner.jpg);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}
.list-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    content: "";
}
.list-banner .container {
    position: relative;
    z-index: 9;
}
.list-banner h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
}
.list-banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-banner ul li {
    margin-right: 8px;
    font-weight: bold;
    color: #fff;
}
.list-banner ul li:last-child {
    margin-right: 0;
}
.list-banner ul li a {
    color: #01b7ed;
}

section.banner {
    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: 450px;
    padding-bottom: 450px;
    z-index: 9;
}
section.banner .banner-img h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 45px;
    color: #fff;
}
section.banner .banner-img h3 {
    margin-top: 45px;
    font-size: 60px;
    color: #fff;
}
section.banner .banner-img.one {
    background-image: url(/skin/img/banner-one.jpg);
}
section.banner .banner-img.two {
    background-image: url(/skin/img/banner-two.jpg);
}

section.antworten{
    padding: 100px 0 0;
}


section.antworten .box {
    padding: 20px;
    border-radius: 8px;
    background-color: #e9faff;
    margin-bottom: 20px;
}
section.antworten .box span i {
    font-size: 14px;
    margin-right: 8px;
    color: #01b7ed;
}
section.antworten .box span {
    color: #787878;
    font-size: 14px;
}
section.antworten .box .content h4 a {
    color: #333333;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 22px;
}
section.antworten .box .content p {
    margin-bottom: 10px;
    font-size: 15px;
}
section.antworten .box .bottom a {
    color: #01b7ed;
    font-size: 14px;
    font-weight: bold;
}

.footer-logo img {
    max-width: 300px;
}

@media (max-width: 767px) {
    section.index-middle .right {
        padding-left: 0;
    }
    section.index-middle .top h4 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 20px;
        padding-top: 10px;
    }
    section.index-middle .img {
        margin-top: 0;
    }
    section.index-middle {
        padding-bottom: 50px;
    }
    .foot_phone {
        display: block;
        height: 50px;
    }
    .foot_phone .cover {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .foot_phone a {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        height: 50px;
        width: 100%;
        line-height: 50px;
        background: #01b7ed;
        color: #fff;
    }
    .foot_phone .cover a:first-child {
        border-right: 1px solid #fff;
    }
    .foot_phone .cover a:last-child {
        border-left: 1px solid #fff;
    }
    footer {
        display: none;
    }
    .siteInfoSection {
        display: none;
    }
    section.about .about-title h2 {
        font-size: 22px;
    }
    .index-title {
        margin-bottom: 20px;
    }
    .index-title h4 {
        font-size: 18px;
    }
    .index-title h5 {
        font-size: 20px;
    }
    section.advantage .box {
        margin-bottom: 0;
    }
    section.advantage {
        padding: 50px 0;
    }
    section.product .box {
        margin-bottom: 20px;
    }
    section.product {
        margin-bottom: 100px;
    }
    section.case {
        padding: 50px 0;
    }
    section.contact h3 {
        font-size: 20px;
    }
    section.contact h5 {
        font-size: 16px;
    }
    section.contact h6 {
        font-size: 16px;
    }
    section.news {
        padding: 50px 0 20px;
    }
    section.about {
        padding: 50px 0;
    }
    section.resume .line {
        display: none;
    }
    section.resume {
        padding: 50px 0;
    }
    .list-cover {
        padding: 50px 0;
    }
    section.list-cover .news {
        padding: 50px 0 0;
    }
    section.banner .banner-img h5 {
        font-size: 18px;
    }
    section.banner .banner-img h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    section.banner .banner-img .container {
        padding: 100px 0;
    }
    section.banner .banner-img::before {
        opacity: 0.6;
    }
}
