.techolongy {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 5%;
}

.te-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.tet-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.tet-top span {
    width: 26px;
    height: 2px;
    float: left;
    background: #38cca1;
    margin-top: 11px;
}

.tet-top p {
    color: #38cca1;
    font-size: 17px;
    margin-left: 1%;
    display: inline-block;
}

.te-title h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 37px;
    margin-top: 1%;
    font-weight: bold;
}

.tec-box {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ffffff;
    border-top: 4px solid #0e63dc;
    box-shadow: 5px 4px 8px 7px #ececec;
    margin-top: 4%;
}

.about {
    width: 100%;
    height: auto;
    background: url(../images/about.jpg);
    padding-top: 5%;
    padding-bottom: 4%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.ab-left {
    width: 49%;
    float: left;
    z-index: 9999;
    /* position: absolute; */
}

.ab-left h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 34px;
    padding: 5% 0;
    color: #636363;
}

.ab-left ul {
    width: 153%;
    height: auto;
    display: inline-block;
    z-index: 99999;
    position: relative;
}

.ab-left li {
    width: 15%;
    float: left;
    text-align: center;
    margin-right: 2%;
    background: #ffffff;
    border-radius: 10px;
    border-top: 4px solid#0e63dc;
    padding: 0px 7px;
    padding-bottom: 18px;
    height: 117px;
}

.ab-left li h1 {
    padding: 18px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.ab-left li h1 img {
    width: 74%;
    text-align: center;
    margin: 0 auto;
}

.ab-left li p {
    font-size: 14px;
    color: #636363;
    line-height: 21px;
}

.ab-right {
    width: 49%;
    float: right;
}

.ab-right img {
    width: 100%;
    border-radius: 10px;
}

.product {
    width: 100%;
    height: auto;
    background: url(../images/pro.jpg);
    padding-top: 5%;
    padding-bottom: 4%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.title i {
    color: #38cca1;
    font-size: 17px;
    letter-spacing: 1px;
    font-style: normal;
}

.title h3 {
    color: #fff;
    font-size: 37px;
    letter-spacing: 1px;
    padding: 14px 0;
    font-weight: bold;
}

.title p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.product ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.product li {
    width: 48%;
    float: left;
    border-radius: 15px;
    position: relative;
    text-align: center;
    margin-right: 2%;
    overflow: hidden;
}

.product li img {
    width: 100%;
    height: auto;
}

.product li h3 {
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    padding: 143px 0;
    position: absolute;
    top: 0px;
    display: none;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    color: #fff;
}

.product li:hover h3 {
    display: block;
}

.column {
    width: 100%;
    height: auto;
    display: inline-block;
}

.column ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.column li {
    float: left;
    width: 50%;
    position: relative;
    height: 372px;
    overflow: hidden;
}

.column li img {
    width: 100%;
    float: left;
}

.madn {
    max-width: 100%;
    margin: 4rem auto;
    padding: 0 2%;
}

.carousel {
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    position: relative;
    padding-top: 20%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
}

.carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
}

.carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -40%, 70px);
    color: #fff;
    font-size: 2em;
    display: none;
}

.carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

.carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.carousel__navigation-list, .carousel__navigation-item {
    display: inline-block;
}

.carousel__navigation-button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
}

.carousel:before, .carousel:after, .carousel__prev, .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 7.5%;
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    font-size: 0;
    outline: 0;
}

.carousel::before, .carousel__prev {
    left: 1rem;
}

.carousel::after, .carousel__next {
    right: 1rem;
}

.carousel::before, .carousel::after {
    content: "";
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}

.carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel__slide img {
    /* width: 72%; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /* display: block; */
    /* border-radius: 15px; */
}

.carousel__slide h3 {
    text-align: center;
    padding: 25px;
    font-size: 18px;
    color: #15233C;
    letter-spacing: 1px;
}

.carousel__slide p {
    font-size: 15px;
    text-align: center;
}



.column li h3 {
    position: absolute;
    top: 0px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    width: 68%;
    line-height: 35px;
    left: 15%;
    top: 35%;
}


.focus {
    height: 300px;
    /* overflow: hidden; */
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 7%;
}
/* focus_s */
.focus_s {
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 13px;
    overflow: hidden;
    width: 110px;
    z-index: 9;
    margin: 0 0 0 -30px;
}

.focus_s li {
    float: left;
    cursor: pointer;
    height: 13px;
    width: 12px;
    overflow: hidden;
    margin-right: 10px;
    background: url(../images/dian.png) no-repeat;
}

.focus_s li.active {
    background-position: -12px 0;
}
/* focus_m */
.focus_m ul {
    opacity: 1;
    filter: alpha(opacity=100);
}

.focus_m li {
    width: 100%;
    height: 435px;
    position: absolute;
    top: 0;
    left: 0;
}
/* focus_l focus_r */
.focus_l,.focus_r {
    position: absolute;
    display: block;
    width: 50px;
    height: 75px;
    overflow: hidden;
    z-index: 2;
    top: 104px;
}

.focus_l {
    left: -76px;
}

.focus_r {
    right: -85px;
}

.focus_l b,.focus_r b {
    position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 75px;
    overflow: hidden;
    cursor: pointer;
}

.focus_l span,.focus_r span {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 22px;
    height: 33px;
    top: 21px;
    cursor: pointer;
    margin-right: 28px;
}

.focus_l span {
    left: 12px;
    background-image: url(../images/l.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/l.png');
}

.focus_r span {
    left: 16px;
    background: url(../images/r.png) 0 0 no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/r.png');
}

.focus_l:hover b,.focus_r:hover b {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.tec-box {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ffffff;
    border-top: 4px solid #0e63dc;
    box-shadow: 5px 4px 8px 7px #ececec;
    margin-top: 4%;
}
.madn-left {
    width: 30%;
    float: left;
}
.madn-left img {
    width: 100%;
}
.madn-right {
    width: 68%;
    float: left;
    margin-left: 2%;
}
.madn-right h3 {
    font-size: 29px;
    color: #15233C;
    letter-spacing: 1px;
    padding-top: 11px;
    width: 100%;
    display: inline-block;
    margin-bottom: 2%;
}
.madn-right h3 img {
    float: left;
    width: 6%;
    margin-right: 2%;
}
.madn-right h3 span{
    float: left;
    font-size: 32px;
    margin-top: 1%;
}
.madn-right p {
    font-size: 15px;
    text-align: left;
    color: #636363;
    line-height: 36px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .te-title h3 {
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 25px;
        margin-top: 1%;
        font-weight: bold;
    }
    .tec-box {
        width: 100%;
        height: auto;
        display: inline-block;
        background: #ffffff;
        border-top: 4px solid #0e63dc;
        box-shadow: 5px 4px 8px 7px #ececec;
        margin-top: 14%;
    }
    .madn-left {
        width: 100%;
        float: left;
    }
    .focus {
        height: 500px;
        /* overflow: hidden; */
        position: relative;
        width: 80%;
        margin: 0 auto;
        margin-top: 7%;
    }
    .madn-right {
        width: 100%;
        float: left;
        margin-left: 2%;
        overflow: hidden;
        height: 300px;
    }
    .madn-right h3 span {
        float: left;
        font-size: 23px;
        margin-top: 1%;
    }
    .madn-right h3 img{
        display: none;
    }
    .ab-left {
        width: 100%;
        float: left;
        z-index: 9999;
        /* position: absolute; */
    }
    .ab-left ul {
        width: 100%;
        height: auto;
        display: inline-block;
        z-index: 99999;
        position: relative;
    }
    .ab-left li {
        width: 100%;
        float: left;
        text-align: center;
        margin-right: 2%;
        background: #ffffff;
        border-radius: 10px;
        border-top: 4px solid #0e63dc;
        padding: 0px 7px;
        padding-bottom: 18px;
        height: auto;
        margin-bottom: 8%;
    }
    .ab-left li h1 img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .ab-right {
        display: none;
    }
    .title h3 {
        color: #fff;
        font-size: 22px;
        letter-spacing: 1px;
        padding: 14px 0;
        font-weight: bold;
    }
    .title p {
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        display: none;
    }
    .product li {
        width: 100%;
        float: left;
        border-radius: 10px;
        position: relative;
        text-align: center;
        margin-right: 0%;
        overflow: hidden;
        margin-bottom: 6%;
    }
    .product li h3 {
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        padding: 86px 0;
        position: absolute;
        top: 0px;
        display: block;
        background: rgba(0, 0, 0, .3);
        width: 100%;
        color: #fff;
    }
    .column li {
        float: left;
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .column li h3 {
        position: absolute;
        color: #fff;
        text-align: center;
        font-size: 16px;
        width: 66%;
        line-height: 20px;
        left: 15%;
        top: 19%;
    }
    .focus_r {
        right: -53px;
    }
    .focus_l {
        left: -40px;
    }
}