body {
    font: 16px "Condensed";
    color: #212121;
}

* {

    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: "Condensed";
    src: url("../font/Helvetica Condensed.ttf");
}

@font-face {
    font-family: "Bold";
    src: url("../font/Helvetica Condensed Bold.ttf");
}

@font-face {
    font-family: "GELITTE";
    src: url("../font/GELITTE.OTF");
}

.layui-menu li:hover {
    background: #000;
}

.layui-menu li:hover>.layui-menu-body-title * {
    color: #fff;
}

.index {
    --main: 1400px;
}

.bold {
    font-family: 'Bold';
}

.button-next .img1,
.button-prev .img1 {
    display: none;
}

.button-next .img1,
.button-prev .img1 {
    display: none;
}

.button-next:hover .img2,
.button-prev:hover .img2 {

    display: none;
}

.button-next:hover .img1,
.button-prev:hover .img1 {

    display: block;
}

footer {
    background: #101010;
    padding: 60px 0;
    color: #fff;
}

.header_nav {
    color: #fff;
}

.header_nav.layui-nav .layui-nav-item>a {
    font-family: 'Bold';
    line-height: 1.5em;
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
}

.header_nav.layui-nav .layui-nav-more {
    display: none;
}

.contact_main section {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.form1 .layui-input,
.form1 .layui-textarea {
    background: #F4F4F4;

}

.language {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact_box hr {
    border-bottom: 1px solid #fff;
    width: 186px;
}

.contact_box {

    height: 100%;
    display: grid;
    /*align-content: center;*/
}

h1.title {
    color: var(--ftc);
    font-size: 48px;
    font-weight: bold;
}

.ln_ul .item {}

.ln_ul .box {
    display: grid;
    grid-template-columns: 680px 1fr;
    gap: 120px;
    transition: all 0.5s;
    align-items: center;
    position: relative;
    bottom: 0;
}

.ln_ul .more_btn {
    transition: .5s;
}

.ln_ul .more_btn:hover {
    color: var(--ftc);
}

.ln_ul .box .img1 {

    aspect-ratio: 680 / 425;
}

.ln_ul .item:hover .box {
    bottom: 20px;
}

.ln_ul .item:hover {
    /*bottom: 20px;*/
    /*padding: 40px 0;*/
    /*margin-left: 0;*/
}

.new_line {
    transition: all 0.5s;
    width: 100%;
    height: 2px;
    background: rgba(158, 158, 158, 0.29);
    position: relative;
    margin: 7px 0;
    bottom: 0;
}

/*.new_line::before{*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    width: 85px;*/
/*height: 6px;*/
/*   top: 50%;*/
/*background: var(--ftc);*/
/*}*/
/*.new_line::after{*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*   right: 0;*/
/*   top: 50%;*/
/*    transform: translateY(-50%);*/
/*width: 14px;*/
/*height: 14px;*/
/*background: var(--ftc);*/
/*}*/
.more_btn img {
    margin-left: 20px;
    transition: all 0.5s;
}

.more_btn:hover img {
    margin-left: 0;

}

.swiper_cooper .img1 {
    aspect-ratio: 66/46;
}

.about_our {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;

}

.about_our .item {
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.22);
    /*padding: 100px 20px  40px;*/
    aspect-ratio: 1/1;
}

.about_our .item .num {
    font-family: 'GELITTE';
    color: var(--ftc);
    font-size: 75px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.about_commper .item {
    aspect-ratio: 520/339;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_why li {
    position: rrelative;
}

.index_why li:hover {

    background: var(--ftc);
    backdrop-filter: blur(10px);

}

.index_why i:after,
.index_why i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.index_why i:before {
    border-left: none;
    border-top: none
}

.index_why i:after {
    border-right: none;
    border-bottom: none;
}

.index_why li:hover {
    background: var(--ftc);
    -webkit-transition: 1.5s .9s;
    -moz-transition: 1.5s .9s;
    -ms-transition: 1.5s .9s;
    -o-transition: 1.5s .9s;
    transition: 1.5s .9s
}

.index_why li:hover i:after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: var(--ftc);
}

.index_why li:hover i:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: var(--ftc);
}

@-webkit-keyframes wh {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100%;
        height: 0
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-o-keyframes wh {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-moz-keyframes wh {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes wh {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes hw {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-o-keyframes hw {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-moz-keyframes hw {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes hw {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

.button-next:hover,
.button-prev:hover {
    cursor: pointer;
}


.index_doliz_box *,
.swiper_news *,
.swiper_product *,
.index_why *,
.index_cate * {
    transition: all 0.5s;
}

.swiper_news .swiper-slide:hover img,
.swiper_product .swiper-slide:hover img {
    transform: scale(1.2);
}

.item-p:hover .img_100 img {
    transform: scale(1.2);

}


.index_doliz_box {
    transition: all 0.5s;
}

.index_doliz_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 590px;
    height: 590px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    aspect-ratio: 1/1;
    max-width: 100%;
}

.index_doliz_box i:after,
.index_doliz_box i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s box-sizing: border-box;
}

.index_doliz_box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #fff;
    box-sizing: border-box;
}

.btn i:before {
    border-left: none;
    border-top: none
}

.btn i:after {
    border-right: none;
    border-bottom: none
}

.btn:hover {
    background: initial;
    -webkit-transition: 1.5s .9s;
    -moz-transition: 1.5s .9s;
    -ms-transition: 1.5s .9s;
    -o-transition: 1.5s .9s;
    transition: 1.5s .9s
}

.btn:hover i:after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: var(--ftc);
}

.btn:hover i:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: var(--ftc);
}

.index_doliz_box i:before,
.index_doliz_box i:after {
    border-width: 6px;
    z-index: 1;
    box-sizing: border-box;
}

.index_doliz_box>span {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.index_doliz_box>span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #fff;
    box-sizing: border-box;
}

.index_doliz_box:hover>span {
    left: 0;
    top: 0;
    -webkit-transition: 1s .9s;
    -moz-transition: 1s .9s;
    -ms-transition: 1s .9s;
    -o-transition: 1s .9s;
    transition: 1s .9s
}

.item-p:hover .index_cate_btn {

    background: var(--ftc);
    color: rgba(255, 255, 255, 0.7);

}

.about_commper .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e4002b;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}

.about_commper .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about_commper .item .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about_commper .item:hover .text {

    opacity: 1;
}

.about_commper .item:hover:before {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.about_commper .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about_commper .item:hover .icon {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

.about_commper .item:hover:after {}

.about_company_right {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.product_box {
    display: grid;
    grid-template-columns: minmax(200px, 468px) 1fr;
    gap: 60px;
}

.product_ul .item {
    border: 1px solid #D3D3D3;
}

.product_ul .img1 {
    overflow: visible;
    aspect-ratio: 1/1;
}

.product_form {
    display: flex;
    border: 1px solid #E3E3E3;
    padding: 10px 20px 10px;
    margin-bottom: 20px;
}

.product_form input {
    flex: 1;
}

.product_form button {
    background: initial;
}

.product_nav ul .title {
    font-size: 36px;
    color: var(--ftc);
    font-weight: bold;
    ;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
    display: block;
}

.product_nav a {
    transition: all 0.5s;
}

.product_nav a:hover {
    color: var(--ftc);
}

.product_img {
    aspect-ratio: 1/1;
}

.product_details_info {
    align-content: center;
}

.product_details_content {
    font-size: 24px;
    color: #666;
}

.product_details_content table {
    width: 100%;
    border: 1px solid #E3E3E3
}

.product_details_content table td {
    padding: 10px 20px;
}

.product_details_content table tr:nth-child(even) {
    background: #EEEEEE;
}

.header_search {
    width: 150px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px 20px;
}

.header_search button {
    background: initial;
    font-size: 16px;
    cursor: pointer;
}

.index_news {
    background: #1D2228;
}

.index_product {
    background: #101010;
}

.index_news a .img1 {
    border: 8px solid#fff;
    aspect-ratio: 560/390;
}

.index_title {
    font-size: 65px;

}

.index_title::after {
    display: block;
    content: '';
    width: 87px;
    height: 6px;
    background: #EA002A;
}

.index_company {
    min-height: 800px;
}

.index_why {
    align-content: center;
    min-height: 100vh;
}

.swiper_product .img1 {
    background: #fff;
    height: 425px;
}

.index_cate {
    background: #333;
}

.index_cate_btn {
    background: none;
    color: var(--ftc);
    border: 1px solid var(--ftc);
    cursor: pointer;
    font-weight: bold;
    font-size: 48px;
    padding: 0 10px;
}

/*.index_cate_btn:hover{*/
/*    color: #fff;*/
/*}*/
.index_doliz {
    min-height: 100vh;
    background: #000;
    justify-items: center;
}

.index_more {
    display: flex;
    align-items: center;
    gap: 10px;
}

.index_more:hover {
    color: var(--ftc);
}


.header2_box {
    position: relative;
}

.head2 {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    right: 0;
}

.header_banner {
    padding: 100px 20px;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 108px);
}

.index_banner_btn {
    width: 175px;
    height: 52px;
    line-height: 46px;
    margin-top: 40px;
    border-radius: 23px;
    border: 3px solid #FFFFFF;
    background: initial;
}

.index_banner_btn:hover {
    border: 1px solid var(--bgc);
    background: var(--bgc);
}

.home_nav a {
    position: relative;
}

.home_nav a:hover img {

    position: absolute;
    left: 100px;
    -webkit-filter: drop-shadow(-100px 0 0 var(--ftc));
}

.ln_ul .item {
    position: relative;
}

.ln_ul .item::after,
.ln_ul .item::before {
    display: block;
    content: '';
    width: 45px;
    background: var(--ftc);
    height: 3px;
    position: absolute;
    right: 0;
}

.ln_ul .item::after {
    top: -8px;
}

.ln_ul .item::before {
    bottom: 8px;
}

.index-logo {
    max-width: 50vw;
}

.video_dialog {
    background: #000;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    video {
        width: 800px;
        max-width: 100%;
    }
}

.index_swiper {
    position: rrelative;
}

.index_swiper .swiper-slide {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_swiper .block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.layui-dropdown {
    border: none;
}

.layui-dropdown .layui-menu {
    margin: 0;
    border-bottom: 4px solid var(--bgc);
}

.layui-menu-body-panel {

    padding: 0;
    border: 0;
    top: 0;
    margin-left: 1px;
    border-bottom: 4px solid var(--bgc);
}

@media only screen and (max-width: 1400px) {
    .head1 .w80 {
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 768px) {
	.product_box {
		display: flex;
		flex-direction: column;
	}
	.product_nav ul{
		display: flex;
    	flex-wrap: wrap;
    	width: 100%;
        justify-content: space-around;
	}
	.product_nav ul .title{
		font-size: 16px;
		padding: 5px 0;
		text-align: center;
	}
	.product_nav ul .ft24{
		font-size: 12px
	}
	.product_nav ul .gap20{
		gap:0px;
	}
	.head2 .img_box1{
		max-width: 160px;
	} 
	.index_banner_btn{
		width: 145px;
		margin-top: 15px;
	}
    .contact_main section {
        padding: 40px 0;
    }

    .ln_ul .box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 120px;
        align-items: center;
    }

    .about_our .item .num {
        color: var(--ftc);
        font-size: 30px;
    }

    .about_our .item {
        padding: 40px 20px;
        aspect-ratio: auto;
    }

    .index_title {
        font-size: 28px;

    }

    .button-prev,
    .button-next {
        width: 20px;
    }

    .header_banner,
    .index_doliz,
    .index_why,
    .index_company {
        min-height: unset;
    }

    .index_cate_btn {

        font-size: 12px;
    }

    .ft24 {
        font-size: 16px;
    }

    body {
        overflow: hidden;
        overflow-y: auto;
    }

    .index_why {
        grid-template-columns: 1fr !important;
    }

    .index_why li {
        padding: 0;
    }

    .index_why .img_box {
        width: 40px;
    }

    .button-prev,
    .button-next {
        width: 47px;
    }

    .index_doliz_img {
        width: 100%;
        overflow: hidden;
        height: 500px;
    }

    .index_doliz_box {

        width: 80%;
        height: 92%;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}