/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: SourceHanSansSC;
    src: url("./../font/SourceHanSansSC-Regular-2.otf");
}

body {
    color: #444;
    --mian-color: #2071e6;
    /*--bgColor: #fafafa;*/
    --bgColor: #FFF;
}

a {
    color: #2071e6;
    font-family: SourceHanSansSC, sans-serif;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: SourceHanSansSC, sans-serif;
}

p {
    font-family: SourceHanSansSC, sans-serif;
}

div {
    font-family: SourceHanSansSC, sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: var(--mian-color);
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: var(--mian-color);
    transition: background 0.2s ease-in-out;
}

.page-nav-inner {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    right: 3%;
    bottom: 0;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.page-nav-inner .page-nav-list {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.page-nav-title {
    display: none;
}


.page-nav-item {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -webkit-transition: flex-grow 333ms, -webkit-box-flex 333ms;
    transition: flex-grow 333ms, -webkit-box-flex 333ms;
    transition: flex-grow 333ms;
    transition: flex-grow 333ms, -webkit-box-flex 333ms, -ms-flex-positive 333ms;
    width: 35px;
    z-index: 1
}

/*todo*/
.page-nav-item:after, .page-nav-item:before {
    background-color: #b7b7b7;
    content: '';
    left: 50%;
    margin-left: -2px;
    position: absolute;
    -webkit-transition: background-color 333ms, height 333ms, opacity 333ms, -webkit-transform .316s;
    transition: background-color 333ms, height 333ms, opacity 333ms, -webkit-transform .316s;
    transition: background-color 333ms, height 333ms, opacity 333ms, transform .316s;
    transition: background-color 333ms, height 333ms, opacity 333ms, transform .316s, -webkit-transform .316s;
    width: 2px
}

.page-nav-item:before {
    bottom: 50%;
    height: 55%;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.page-nav-item:after {
    height: 55%;
    top: 50%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.page-nav-item:first-child:before, .page-nav-item:last-child:after {
    display: none
}

.page-nav-item.current {
    z-index: 5
}

.page-nav-item.current.has-sub-links {
    -webkit-box-flex: 2.5;
    -ms-flex-positive: 2.5;
    flex-grow: 2.5
}

.page-nav-item.current.has-sub-links:after, .page-nav-item.current.has-sub-links:before {
    height: 0%;
    opacity: 0
}

.page-nav-item:hover:after, .page-nav-item:hover:before, .page-nav-item.current:after, .page-nav-item.current:before {
    -webkit-transition: background-color 333ms, height 333ms, opacity 333ms, -webkit-transform .283s;
    transition: background-color 333ms, height 333ms, opacity 333ms, -webkit-transform .283s;
    transition: background-color 333ms, height 333ms, opacity 333ms, transform .283s;
    transition: background-color 333ms, height 333ms, opacity 333ms, transform .283s, -webkit-transform .283s
}

.page-nav-item:hover:before, .page-nav-item.current:before {
    -webkit-transform: translate3d(0, -8px, 0) scaleY(.77);
    transform: translate3d(0, -8px, 0) scaleY(.77)
}

.page-nav-item:hover:after, .page-nav-item.current:after {
    -webkit-transform: translate3d(0, 8px, 0) scaleY(.77);
    transform: translate3d(0, 8px, 0) scaleY(.77)
}

.has-sub-nav-open .page-nav-item.current:before, .has-sub-nav-open .page-nav-item:hover:before {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.64);
    transform: translate3d(0, -5px, 0) scaleY(.64)
}

.has-sub-nav-open .page-nav-item.current:after, .has-sub-nav-open .page-nav-item:hover:after {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.64);
    transform: translate3d(0, 5px, 0) scaleY(.64)
}

/*todo*/
.page-nav-ring {
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    display: block;
    height: 7px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms, -webkit-transform 333ms;
    width: 7px;
    z-index: 5
}


.page-nav-item.current.has-sub-links .page-nav-ring {
    opacity: 0 !important;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) !important;
    transform: translate3d(-50%, -50%, 0) scale(1) !important
}

/*todo*/
.page-nav-item:hover .page-nav-ring, .page-nav-item.current .page-nav-ring {
    border-color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.4);
    transform: translate3d(-50%, -50%, 0) scale(.4)
}

.page-nav-item-scrolled:hover .page-nav-ring, .page-nav-item.current .page-nav-ring {
    border: 2px solid var(--mian-color) !important;
}

/*todo*/
.page-nav-ring-color {
    border: 2px solid #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 31px;
    left: 50%;
    margin-left: -1px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.3);
    transform: translate3d(-50%, -50%, 0) scale(.3);
    -webkit-transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms, -webkit-transform 333ms;
    width: 31px;
    z-index: 5
}

.page-nav-item-scrolled .page-nav-ring-color {
    border: 2px solid var(--mian-color) !important;
}

.page-nav-item.current.has-sub-links .page-nav-ring-color {
    opacity: 0 !important;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.3) !important;
    transform: translate3d(-50%, -50%, 0) scale(.3) !important
}

.page-nav-item:hover .page-nav-ring-color, .page-nav-item.current .page-nav-ring-color {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1)
}


.page-nav-item.current .page-nav-puff {
    -webkit-animation: page-nav-puff 1332ms cubic-bezier(.19, 1, .22, 1) forwards;
    animation: page-nav-puff 1332ms cubic-bezier(.19, 1, .22, 1) forwards
}

@-webkit-keyframes page-nav-puff {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.45);
        transform: translate3d(-50%, -50%, 0) scale(.45)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1)
    }
}

@keyframes page-nav-puff {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.45);
        transform: translate3d(-50%, -50%, 0) scale(.45)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1)
    }
}

.page-nav-label {
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 38px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate3d(-36px, -50%, 0);
    transform: translate3d(-36px, -50%, 0);
    -webkit-transition: color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: color 333ms, opacity 333ms, transform 333ms;
    transition: color 333ms, opacity 333ms, transform 333ms, -webkit-transform 333ms;
    white-space: nowrap;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.page-nav-item.current.has-sub-links .page-nav-label {
    opacity: 0 !important;
    -webkit-transform: translate3d(-36px, -50%, 0) !important;
    transform: translate3d(-36px, -50%, 0) !important
}

.page-nav-item:hover .page-nav-label, .page-nav-item.current-temporary .page-nav-label {
    opacity: 1;
    -webkit-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0)
}

.page-nav-title {
    background-color: var(--mian-color);
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    position: relative;
    -webkit-transition: background-color 333ms;
    transition: background-color 333ms
}

.page-nav-title {
    background-color: rgba(27, 67, 92, .5)
}


.page-nav-sub-ring {
    border: 2px solid transparent;
    border-radius: 50%;
    height: 31px;
    left: 50%;
    margin-left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, -webkit-transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms;
    transition: border-color 333ms, opacity 333ms, transform 333ms, -webkit-transform 333ms;
    width: 31px
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-sticky-wrapper {
    position: absolute;
    width: 100%;
}


#header {
    height: 70px;
    width: 100%;
    transition: all 0.5s;
    transition: all 0.5s;
    /*padding: 10px 0;*/
    z-index: 997;
    background: #00000000;
}

#header li {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header a {
    color: #FFFFFF;
}

a:hover {
    color: var(--mian-color);
    text-decoration: none;
}

#header.header-scrolled {
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
    background: #FFF;
}

#header .text-light {
    height: 70px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .logoImg {
    height: 60px;
    width: 200px;
    background-image: url('../img/logo-light.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.header-scrolled .logoImg {
    background-image: url('../img/logo-dark.png') !important;
}


.header-scrolled a, .header-scrolled span {
    color: #000 !important;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: var(--mian-color);
    text-decoration: none;
}

#header li::before {
    content: ''; /* 必须设置content属性，否则伪元素不会显示 */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #FFFFFF;
    transition: width 0.3s ease; /* 添加过渡效果，时间为0.3秒，过渡方式为ease（缓入缓出） */
}


#header li {
    padding-bottom: 3px; /* 添加一定的下内边距，为伪元素留出空间 */
}

#header li:hover::before {
    width: 100%; /* 从左侧移出，宽度从0到100%逐渐增加 */
}

.header-scrolled li:hover::before {
    border-bottom: 3px solid var(--mian-color) !important;
    width: 100%; /* 从左侧移出，宽度从0到100%逐渐增加 */
}


#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #5c768d;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 14px;
}

.nav-menu .active > a {
    /*color: var(--mian-color) ;*/
    font-weight: bold;
    text-decoration: none ;
}

#header .active::before {
    width: 100%; /* 从左侧移出，宽度从0到100%逐渐增加 */
}

.header-scrolled .active::before {
    border-bottom: 3px solid var(--mian-color) !important;
    width: 100%; /* 从左侧移出，宽度从0到100%逐渐增加 */
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: var(--mian-color);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: var(--mian-color);
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: var(--mian-color);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #e3f0fc;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: var(--mian-color);
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: var(--mian-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: calc(100vh - 114px);*/
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    /*height: calc(100vh - 114px);*/
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 992px) {

    #hero .carousel-content.container {
        padding: 0 50px;
    }
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    white-space: nowrap;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: var(--mian-color);
}

#hero .btn-get-started:hover {
    background: var(--mian-color);
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
    #hero p {
        width: 80%;
        white-space: pre-line;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--mian-color);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding-bottom: 30px;
    height: calc(100vh - 70px);
    background: var(--bgColor);
}

.about .container {
    /*box-shadow: 0px 25px 25px 15px rgba(227, 227, 227, 0.6);*/
    height: 100%;
    text-transform: uppercase;
}

.about .container .title {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about .container .title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--mian-color);
}

.about .container .about-card {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.about .container .about-card .about-item {
    margin: 5%;
    width: 30%;
    min-height: 80%;
    /*border-radius: 0px 50px 0px 50px;*/
    /*box-shadow: 0px 0px 10px 10px rgba(214, 215, 216, 0.6);*/
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
}

.about .container .about-card .about-item .label {
    width: 100%;
    height: 50%;
    border-radius: 0px 50px 0px 0px;
}

.about-item .label h1 {
    font-style: italic;
    font-size: 35px;
    font-weight: bold;
    margin: 5%;
}

.about-item .label h2 {
    /*font-style: italic;*/
    color: red;
    font-size: 25px;
    font-weight: 600;
    margin: 5%;
}

.about-item .label p {
    min-height: 80px;
    color: #000000;
    margin: 5%;
}


.about .container .about-card .about-item .img {
    width: 100%;
    height: 50%;
    /*border-radius: 0px 0px 0px 50px;*/
}

.about-item .img img {
    width: 100%;
    height: 100%;
    /*border-radius: 0px 0px 0px 50px;*/
}

/* 响应式样式 */
.about-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-item {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .about-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .about-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* 可根据需要添加更多媒体查询，以适应更大屏幕尺寸 */


@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 30px;
    height: calc(100vh - 70px);
    background-color: var(--bgColor);
}

.services .container {
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* 底部白色到顶部透明的渐变 */
    /*box-shadow: 25px 25px 25px 0 rgba(227, 227, 227, 0.6);*/
    /*background-position: center center;*/
    background-size: cover;
    object-fit: cover;
    cursor: pointer;
}


.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: flex;
    justify-content: center;
}

.services .icon i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: var(--mian-color);
    font-size: 40px;
    overflow: hidden;
    padding-top: 20px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.services .title a {
    color: #444;
    transition: 0.3s;
}

.services .title a:hover {
    color: var(--mian-color);
}

.services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--mian-color);
    bottom: 0;
    left: calc(50% - 25px);
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

.services .container {
    height: 100%;
}

/* 给<h2>标题前后加上横线 */
.section-title h2 {
    position: relative;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: var(--mian-color); /* 你可以在这里调整横线的颜色 */
}

.section-title h2::before {
    left: 350px;
}

.section-title h2::after {
    right: 350px;
}

/* 可选：调整横线的位置 */
/* 你可以修改"top"的值来上下移动横线 */
.section-title h2::before,
.section-title h2::after {
    transform: translateY(-50%);
}


.services .container .row {
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.services .container .row .label {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.label-container {
    width: 70%;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.label-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.label-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}


.services .container .row .tiles {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.services .container .row .tiles .hexagon-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -20px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
}

/*--------------------------------------------------------------
# 底部半个八边形
--------------------------------------------------------------*/

.hexagon-end {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -20px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
}

.hexagon-end .Masking {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: #FFFFFF;
}

.hexagon-end .hexagon-box {
    width: 155px;
    height: 155px; /* 与宽度保持相同 */
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, var(--mian-color) 10%, var(--mian-color) 100%);
    margin: 5px;
}

.hexagon-end .hexagon {
    width: 140px;
    height: 140px; /* 与宽度保持相同 */
    background-color: #FFFFFF;
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
# 八边形
--------------------------------------------------------------*/
.hexagon-row .hexagon-box {
    width: 155px;
    height: 155px; /* 与宽度保持相同 */
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    margin: 5px;
}

/* 设置正八边形的样式 */
.hexagon-row .hexagon {
    width: 150px;
    height: 150px; /* 与宽度保持相同 */
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 5px;*/
}


/* 为不同颜色的八边形设置背景色 */
.hexagon-red {
    background-image: linear-gradient(135deg, #ABDCFF 10%, #0396FF 100%);
    color: #ffffff;
}

.hexagon-blue {
    background-image: linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    color: #ffffff;
}

.hexagon-green {
    background-image: linear-gradient(135deg, #2AFADF 10%, #4C83FF 100%);
    color: #ffffff;
}

.hexagon-orange {
    background-image: linear-gradient(135deg, #52E5E7 10%, #130CB7 100%);
    color: #ffffff;
}

.hexagon-purple {
    background-image: linear-gradient(135deg, #5EFCE8 10%, #736EFE 100%);
    color: #ffffff;
}

.hexagon-yellow {
    background-image: linear-gradient(135deg, #C2FFD8 10%, #465EFB 100%);
    color: #ffffff;
}


/* 可根据需要添加更多媒体查询，以适应更大屏幕尺寸 */


/* 可根据需要添加更多媒体查询，以适应更大屏幕尺寸 */


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
    padding-bottom: 30px;
    height: calc(100vh - 70px);
    background-color: var(--bgColor);
}

.portfolio .container {
    width: 100%;
    height: 100%;
}

.portfolio .container .row {
    width: 100%;
}

.portfolio .container .portfolio-container {
    width: 100%;
    height: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.portfolio .portfolio-item {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.portfolio .portfolio-item .img {
    width: 60%;
}

.portfolio .portfolio-item .label {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: var(--mian-color);
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
    background: rgba(31, 53, 72, 0.6);
    padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
    color: var(--mian-color);
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
    background: var(--mian-color);
    color: #fff;
}

.portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding-bottom: 30px;
    height: calc(100vh - 70px);
    /*background-image: url("./../img/slide/banner2c.png");*/
    background-color: var(--bgColor);
}

/*.faq .section-title h2{*/
/*    color: #FFFFFF;*/
/*}*/

.faq .container {
    height: 100%;
    width: 100%;
    margin: auto;
}

/*.faq .section-title h2::before,*/
/*.faq .section-title h2::after {*/
/*    background-color: #FFFFFF; !* 你可以在这里调整横线的颜色 *!*/
/*}*/

.faq .container .row {
    height: 80%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url("./../img/animation/icon9.png");*/
    background-position: center center;
    background-size: cover;
}

.faq .container .row .center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.row .btm-box {
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btm-box .wenzi {
    display: block;
    font-size: 30px;
    color: var(--mian-color);
    text-align: center;
    font-weight: 700;
}

.btm-box div {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.btm-box > .pic1 {
    width: 75%;
    height: 75%;
    background-image: url("./../img/animation/circular1.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d 3s linear infinite;
}

.btm-box > .pic2 {
    width: 80%;
    height: 80%;
    background-image: url("./../img/animation/circular2.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d 5s linear infinite;
}

.btm-box > .pic3 {
    width: 85%;
    height: 85%;
    background-image: url("./../img/animation/circular3.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d1 5s linear infinite;
}

.btm-box > .pic4 {
    width: 90%;
    height: 90%;
    background-image: url("./../img/animation/circular4.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d1 5s linear infinite;
}

.btm-box > .pic5 {
    width: 95%;
    height: 95%;
    background-image: url("./../img/animation/circular5.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d 5s linear infinite;
}

.btm-box > .pic6 {
    width: 100%;
    height: 100%;
    background-image: url("./../img/animation/circular6.png");
    background-position: center center;
    background-size: cover;
    animation: turn-d1 5s linear infinite;
}

.row .line {
    height: 300px;
    width: 100px;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-image: url("./../img/animation/icon8.png");
    background-position: center center;
    background-size: cover;
}

.item img {
    width: 50%;
    height: 50%;
}

.row .left-line {
    background-image: url("./../img/animation/icon15.png");
    align-items: start;
}

.row .left-line .item1 {
    margin: 20%;
}


.row .left-line .item2 {
    margin: -20%;
}

.row .left-line .item3 {
    margin: 20%;
}


.row .right-line {
    background-image: url("./../img/animation/icon16.png");
    align-items: end;
}

.row .right-line .item1 {
    margin: 20%;
}

.row .right-line .item2 {
    margin: -20%;
}

.row .right-line .item3 {
    margin: 20%;
}

.row .content {
    height: 350px;
    width: 220px;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 40px;
}

.row .content .single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 2%;
    background-position: center center;
    background-size: cover;
}

.row .content .single .title {
    width: 60%;
    height: 30px;
    color: #FFFFFF;
    background-image: url("./../img/animation/icon7.png");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
}

.row .content .single .label {
    color: #000000;
}

.row .left-content .single {
    align-items: end;
}

.row .left-content .single1 {
    margin-right: -30%;
}

.row .left-content .single3 {
    margin-right: -30%;
}

.row .right-content .single {
    align-items: start;
}

.row .right-content .single1 {
    margin-left: -30%;
}

.row .right-content .single3 {
    margin-left: -30%;
}


@keyframes turn-d {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes turn-d1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/*--------------------------------------------------------------
# prods
---------------------------------------------------------------*/

.prods {
}

.reason .container {
    padding: 0;
}


.prods .icon-box {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 30px;
    height: 300px;
}

.prods .icon-box:hover {
    box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.06);
}

.prods .icon-box:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background: rgba(4, 135, 250, 0);
    border-radius: 0px 0px 0px 200px;
    transition: all 0.5s ease 0s;
}

.prods .icon-box:before {
    display: none;
}

.prods .icon-box:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    right: 0px;
    left: auto;
    z-index: -1;
    background: var(--mian-color);
}

.prods .icon {
    display: flex;
    justify-content: center;
}


.prods .title {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 20px;
}

.prods .description {
    line-height: 24px;
    font-size: 16px;
}

.prods .icon-box:hover .title {
    color: #FFFFFF;
}

.prods .icon-box:hover .description {
    color: #FFFFFF;
}

.prods .icon-box:hover img {
    filter: brightness(100);
}


.faq .faq-item {
    margin-bottom: 40px;
}

.faq .faq-item h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f3548;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
}

.contact .info-box i {
    font-size: 32px;
    color: var(--mian-color);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    background-color: var(--mian-color);
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: var(--mian-color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer {
    background: #587187;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #5c768d;
    border-top: 1px solid #768fa6;
    border-bottom: 1px solid #67839c;
    padding: 60px 0 30px 0;
}

#footer .footer-top .container {
    width: 100%;
}

#footer .footer-top .container .row {
    width: 100%;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #768fa6;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: var(--mian-color);
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #9eccf4;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--mian-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #5295ce;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #9eccf4;
}

#footer .footer-top .container .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#footer .footer-top .container .row .title {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

#footer .footer-top .container .row .input {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-info .info-box {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}


.footer-input .form {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-input input, .footer-input textarea {
    width: 100%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #00000000;
    padding: 3% 4%;
    border-radius: 3px;
}

.footer-input .left {
    width: 50%;
    height: 100%;
    margin-right: 1%;
}

.footer-input .left input {
    width: 100%;
    margin: 1%;
}

.footer-input .right {
    width: 50%;
    height: 100%;
    margin-left: 1%;
}

.footer-input .right input, .footer-input .right textarea {
    width: 100%;
    margin: 1%;
}

#desc {
    height: 45%;
    max-height: 80%;
}

.footer-input .code-input {
    width: 100%;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-input .code-input input {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-input .code-input #captchaCanvas {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    height: 40px;
    width: 30%;
}

.footer-input input::placeholder, .footer-input textarea::placeholder {
    color: #FFFFFF;
}


.footer-input input:focus,
.footer-input textarea:focus {
    border: 1px solid var(--mian-color);
    outline: none; /* 去掉聚焦时的外发光效果 */
}

#btn {
    background-color: var(--mian-color);
    color: #FFFFFF;
    border: 1px solid var(--mian-color);
    border-radius: 3px;
    padding: 2% 4%;
    font-size: 1.2em;
    transition: 0.3s;
}

.left .error {
    color: #cd5b5b;
}

/*--------------------------------------------------------------
# team-tool
--------------------------------------------------------------*/
.about-tool {
    margin-top: 100px;
}

.about-tool .icon-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.about-tool .icon {
    display: inline-block;
    text-align: center;
}

.about-tool .icon img {
    width: 100%;
}

.about-tool .icon-box p {
    margin: 0;
    line-height: 50px;
    font-size: 20px;
    text-indent: 2em;
    text-align: left;

}

.about-tool .bordertop {
    margin-top: 25px;
    font-family: SourceHanSansSC, sans-serif;
}

.about-tool .borderline {
    margin-top: 30px;
    border-bottom: 1px dashed #dddddd;
    width: 100%;
}

.about-tool .video-box {
    display: flex;
    align-items: center;
}

.about-tool .video-box img {
    /* padding-top: 15px;
     padding-bottom: 15px;*/
}


.about-tool .contact {
    padding: 10px 10px 10px 0;
}


.about-tool .contact .title {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
}

.about-tool .contact .description {
    margin: 0;
    line-height: 26px;
    font-size: 16px;

}


.about-tool .counters spans {
    font-size: 20px;
    display: block;
    color: #D10A2F;
}

.about-tool .counters spans i {
    font-size: 28px;
    display: block;
    color: #D10A2F;
}

.about-tool .counters p {
    padding: 0;
    margin: 5px 0 20px 0;
    font-size: 14px;
}


.about-map {
    padding: 0 0 20px 0;
}

.about-map .icon-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.about-map .icon {
    display: inline-block;
    text-align: center;
}

.about-map .icon img {
    width: 35%;
}

/*--------------------------------------------------
响应式
---------------------------------------------------*/

@media (max-width: 768px) {

    #hero .carousel-item {
        background-size: cover;
    }


    .section-title h2 {
        font-size: 20px;
    }

    .section-title h2::before,
    .section-title h2::after {
        width: 30px;
    }

    .section-title h2::before {
        left: 20%;
    }

    .section-title h2::after {
        right: 20%;
    }


    #hero {
        height: 100vh;
    }

    .carousel-item {
        height: 100vh;
    }

    .about {
        height: auto;
    }

    .about .container .title h2 {
        font-size: 20px;
    }

    .about-item {
        flex: 0 0 85%;
        /*max-width: 33.33%;*/
    }

    .page-nav-inner {
        display: none;
    }

    .services {
        height: auto;
    }

    .services .container .row {
        flex-direction: column;
    }

    .services .container .row .label {
        width: 100%;
    }

    .services .container .row .tiles {
        margin: 5% 0 10% 0;
        width: 100%;
    }

    .services .container .row .tiles .hexagon-row {
        margin: -10px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
    }

    .services .container .row .tiles .hexagon-end {
        margin: -10px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
    }

    .hexagon-row .hexagon-box {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
        margin: 5px;
    }

    /* 设置正八边形的样式 */
    .hexagon-row .hexagon {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
    }

    .hexagon-end .hexagon-box {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
        margin: 5px;
    }

    .hexagon-end .hexagon {
        width: 70px;
        height: 70px; /* 与宽度保持相同 */
    }

    #roll .cpgnDetail {
        width: 24%;
    }

    .faq {
        padding-bottom: 30px;
        height: auto;
    }


    .faq .container .row .center {
        margin: 0 0 20% 0;
        order: 1;
    }

    .faq .container .row .left-content {
        order: 2;
    }

    .faq .container .row .right-content {
        order: 3;
    }

    .row .btm-box {
        height: 200px;
        width: 200px;
    }

    .btm-box .wenzi {
        font-size: 20px;
    }

    .row .line {
        height: 200px;
        width: 70px;

    }

    .item {
        width: 35px;
        height: 35px;
    }

    .faq .container .row .center {
        width: 100%;
    }

    .faq .container .row .content {
        width: 100%;
    }
    .row .content .single .label {
        text-align: center;
    }
    .row .content .single .title {
        width: 50%;
        height: 30px;
    }

    .row .left-content .single {
        align-items: center;
    }

    .row .left-content .single1 {
        margin-right: 0;
    }

    .row .left-content .single3 {
        margin-right: 0;
    }

    .row .right-content .single {
        align-items: center;
    }

    .row .right-content .single1 {
        margin-left: 0;
    }

    .row .right-content .single3 {
        margin-left: 0;
    }

    .portfolio .portfolio-item {
        flex-direction: column;
    }

    .portfolio .portfolio-item .img {
        order: 2;
        width: 100%;
    }


    .portfolio .portfolio-item .label {
        order: 1;
        width: 100%;
        font-size: 10px;
        background: none;
        box-shadow: none;
    }
    .portfolio .portfolio-item .label h2{
        font-size: 20px;
    }

    #footer .footer-top .container .row .input {
        flex-direction: column;
    }

    #footer .footer-top .container .row .input .info-box{
        margin: 5% 2%;
    }


    .footer-input .form {
        height: auto;
        width: 100%;
        flex-direction: column;
    }

    .footer-input .left {
        width: 100%;
        margin: 0;
    }

    .footer-input .right {
        width: 100%;
        margin: 0;
    }





}


@media (max-width: 992px) {

    #hero .carousel-item {
        background-size: cover;
    }


    .section-title h2 {
        font-size: 20px;
    }

    .section-title h2::before,
    .section-title h2::after {
        width: 30px;
    }

    .section-title h2::before {
        left: 20%;
    }

    .section-title h2::after {
        right: 20%;
    }


    #hero {
        height: 100vh;
    }

    .carousel-item {
        height: 100vh;
    }

    .about {
        height: auto;
    }

    .about .container .title h2 {
        font-size: 20px;
    }

    .about-item {
        flex: 0 0 85%;
        /*max-width: 33.33%;*/
    }

    .page-nav-inner {
        display: none;
    }

    .services {
        height: auto;
    }

    .services .container .row {
        flex-direction: column;
    }

    .services .container .row .label {
        width: 100%;
    }

    .services .container .row .tiles {
        margin: 5% 0 10% 0;
        width: 100%;
    }

    .services .container .row .tiles .hexagon-row {
        margin: -10px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
    }

    .services .container .row .tiles .hexagon-end {
        margin: -10px; /* 调整每一行八边形的间距，你可以根据需要调整这个值 */
    }

    .hexagon-row .hexagon-box {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
        margin: 5px;
    }

    /* 设置正八边形的样式 */
    .hexagon-row .hexagon {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
    }

    .hexagon-end .hexagon-box {
        width: 80px;
        height: 80px; /* 与宽度保持相同 */
        margin: 5px;
    }

    .hexagon-end .hexagon {
        width: 70px;
        height: 70px; /* 与宽度保持相同 */
    }

    #roll .cpgnDetail {
        width: 24%;
    }

    .faq {
        padding-bottom: 30px;
        height: auto;
    }


    .faq .container .row .center {
        margin: 0 0 20% 0;
        order: 1;
    }

    .faq .container .row .left-content {
        order: 2;
    }

    .faq .container .row .right-content {
        order: 3;
    }

    .row .btm-box {
        height: 200px;
        width: 200px;
    }

    .btm-box .wenzi {
        font-size: 20px;
    }

    .row .line {
        height: 200px;
        width: 70px;

    }

    .item {
        width: 35px;
        height: 35px;
    }

    .faq .container .row .center {
        width: 100%;
    }

    .faq .container .row .content {
        width: 100%;
    }
    .row .content .single .label {
        text-align: center;
    }
    .row .content .single .title {
        width: 50%;
        height: 30px;
    }

    .row .left-content .single {
        align-items: center;
    }

    .row .left-content .single1 {
        margin-right: 0;
    }

    .row .left-content .single3 {
        margin-right: 0;
    }

    .row .right-content .single {
        align-items: center;
    }

    .row .right-content .single1 {
        margin-left: 0;
    }

    .row .right-content .single3 {
        margin-left: 0;
    }


    .portfolio .portfolio-item {
        flex-direction: column;
    }

    .portfolio .portfolio-item .img {
        order: 2;
        width: 100%;
    }


    .portfolio .portfolio-item .label {
        order: 1;
        width: 100%;
    }


    #footer .footer-top .container .row .input {
        flex-direction: column;
    }

    #footer .footer-top .container .row .input .info-box{
        margin: 5% 2%;
    }


    .footer-input .form {
        height: auto;
        width: 100%;
        flex-direction: column;
    }

    .footer-input .left {
        width: 100%;
        margin: 0;
    }

    .footer-input .right {
        width: 100%;
        margin: 0;
    }


}