@charset 'utf-8';
body{background: #fafbfc;}

.age-verification-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
        }

        .age-verification-modal {
            background: #3D005F;
            border-radius: 12px;
            max-width: 500px;
            width: 100%;
            padding: 48px;
            text-align: center;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }

        .age-verification-modal h2 {
            color: #fff;
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: 700;
        }

        .age-verification-modal p {
            color: #fff;
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.5;
        }

        .age-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .age-btn {
            padding: 12px 30px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .age-btn.confirm {
            background: #EF0793;
            color: white;
        }

        .age-btn.confirm:hover {
            background: #d10680;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }

        .age-btn.deny {
            background: #E300FB;
            color: white;
        }

        .age-btn.deny:hover {
            background: #c900e0;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }

        @media (max-width: 480px) {
            .age-verification-modal {
                padding: 20px;
            }
            .age-buttons {
                flex-direction: column;
            }
            .age-btn {
                width: 100%;
                padding: 12px 0;
            }
        }




.bannerSwiper{position: relative; overflow: hidden; }
.bannerSwiper .picture{overflow: hidden;}
.bannerSwiper .picture img{position: relative; left: 50%; transform: translateX(-50%);}
.bannerSwiper .content{width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%); transition: all 0.5s;}
.bannerSwiper .swiper-slide-active .content{top: 50%;}
.bannerSwiper .content h2{font-size: 38px; line-height: 60px;}
.bannerSwiper .content h4{font-size: 20px; line-height: 30px; margin-top: 20px;}
.bannerSwiper .content p{font-size: 16px; line-height: 30px; margin-top: 30px;}
.bannerSwiper .content a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #6d09a3; color: #fff; transition: all 0.5s; margin-top: 60px;}
.bannerSwiper .content a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow.png") center no-repeat #ffab85; border-radius: 50%;}
.bannerSwiper .content1 h2{color: #001c47;}
.bannerSwiper .content1 h4{max-width: 630px;}
.bannerSwiper .content1 p{max-width: 600px;}
.bannerSwiper .content2 h2{font-family: 'Poppins'; color: #165183;}
.bannerSwiper .content2 h4{max-width: 620px; font-weight: normal; font-family: 'Poppins'; color: #165183;}
.bannerSwiper .content2 p{max-width: 640px; font-family: 'Poppins'; color: #222;}
.bannerSwiper .content3 h2{font-family: 'Poppins'; color: #021a46;}
.bannerSwiper .content3 h4{max-width: 600px; font-weight: normal; font-family: 'Poppins'; color: #021a46;}
.bannerSwiper .content3 p{max-width: 600px; font-family: 'Poppins'; color: #222;}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet{width: 46px; height: 4px; margin: 0 10px !important; border-radius: 0; background: #fff; opacity: 1; cursor: pointer;}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #6d09a3;}

.slogan{margin: 30px auto;}
.slogan h2{
	font-size: 38px; font-weight: 900;text-transform: uppercase;line-height: 1.5em;color:#333; font-family: "Encode Sans", Sans-serif; text-align: center;
}

.why{margin: 60px 0;}
.databox{
	margin: 30px 0;
}
.databox ul li{ float: left; width: calc(25% - 24px); padding: 0 12px; text-align: center;}
.databox ul li strong{font-size: 48px; color:#3d005e;    font-family: "Poppins", Sans-serif; padding-bottom: 15px;}
.databox ul li h4{font-size: 18px; color:#000000; padding: 10px 0;}
.databox ul li p{font-size: 16px; color:#666; line-height: 24px;}





.index_product{padding: 40px 0; }
.index_product .com_title p{font-size: 16px; color: #3d005e;text-transform: uppercase;}
.index_product .com_title h2{color: #000; position: relative; font-size: 45px;font-family: "poppin", Sans-serif;}
.index_product .com_title i{margin: 40px auto;display: block;height: 8px;border-top: 5px dashed #000;width: 116px;height: 3px;}
.index_product .product_tab{text-align: center; margin-top: 30px;}
.index_product .product_tab li{display: inline-block;font-size: 17px;background: #fff;padding: 6px 37px;margin-right: 16px;}
.index_product .product_tab li a{display: block;}
.index_product .product_tab li.current{color: #fff;background: #3d005e;}
.index_product .product_tab li.current a{color: #fff;}
.index_product .product_content{margin-top: 40px;}
.index_product .product_content .product_list{display: none;}
.index_product .product_content .product_list.show{display: block;}
.index_product .product_content .product_list::after{content: ''; display: table; clear: both;}
.index_product .product_content .list{width: 23%; float: left; margin: 0 2% 30px 0;}
.index_product .product_content .list:nth-child(4n){margin-right: 0;}
.index_product .product_content .list .picture{overflow: hidden; }
.index_product .product_content .list .picture img{width: 100%; transition: all 0.5s;}
.index_product .product_content .list:hover .picture img{transform: scale(1.1);}
.index_product .product_content .list .title{text-align: center; margin-top: 16px;}
.index_product .product_content .list .title a{display: block;font-size: 16px;color: #000000;text-overflow: ellipsis;}
.index_product .product_content .list .button{text-align: center;margin-top: 16px;width: 100%;background: #3d005e;}
.index_product .product_content .list .button a{display: block;font-size: 14px;line-height: 32px;width: 100%;padding: 8px 0;color: #fff;}
.index_product .product_content .list:hover .button a{color: #fff;background: #3d005e;}



.index_aboutus{padding: 10px 0 50px;}
.index_aboutus .aboutus_content{width: 48%; float: right; margin-top: 40px;}
.index_aboutus .aboutus_content .title{line-height:40px; color: #000;}
.index_aboutus .aboutus_content .title h3{font-size: 38px; margin: 2px 0;font-weight: 900; font-family: "poppin", Sans-serif; text-transform: uppercase;letter-spacing: 1px;}
.index_aboutus .aboutus_content .title p{font-size: 15px; margin-bottom: 20px;}
.index_aboutus .aboutus_content .title p span{display: inline-block; width: 60px; border-top: 4px dashed #000; margin-right: 12px;height: 3px;}
.index_aboutus .aboutus_content .text{margin-top: 20px;}
.index_aboutus .aboutus_content .text p{padding: 10px 0; font-size: 16px; line-height: 28px;color: #666;}
.index_aboutus .aboutus_content .button {
    margin-top: 10px;
	float: left;
	width: 47%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-right: 3%;
	background: #3d005e;
	background-size: 5%;
}
.index_aboutus .aboutus_content .button:last-child{
	background:#ff69b4
}

.index_aboutus .aboutus_content .button a {
    display: inline-block;
    font-family: 'Poppins SemiBold';
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}

 .index_aboutus .aboutus_content .button:hover{background:#ff69b4}
 

.aboutus_content .abcontentlist ul{float: left; width: 50%; margin-top: 10px;}
.aboutus_content .abcontentlist ul li{margin-bottom: 16px; color:#666; font-size: 16px; padding-left: 30px; background: url(../images/ss7.png) no-repeat center left; background-size: 6%; }
 


.index_aboutus .aboutus_img{width: 44%; float: left; position: relative; margin-top: 40px;padding: 2.5% 4% 2.5% 2%;}
.index_aboutus .aboutus_img .img_picture{overflow: hidden;}
.index_aboutus .aboutus_img .img_picture img{width: 100%;}
.index_aboutus .aboutus_img .video_play{width: 102px; height: 102px; content: ''; position: absolute; left: calc(50% - 51px); top: calc(50% - 51px); background: url("../images/play.png"); cursor: pointer;}
.index_aboutus .aboutus_img .video_windows{width: 100%; height: calc(100% - 150px); background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 150px; z-index: 12; display: none;}
.index_aboutus .aboutus_img .video_windows .video_close{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.index_aboutus .aboutus_img .video_windows .video_box{width: 90%; max-width: 90%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.index_aboutus .aboutus_img .video_windows .video_box video{max-width: 100%; max-height: 100%; vertical-align: middle;}

.index_aboutus .aboutus_img .zsbox{border: 2px solid #000; position: absolute; top: 0; left: 0; width: 220px; height: 220px;border-bottom:none; border-right:none ;}
.index_aboutus .aboutus_img .zsbox_bottom{
	background: #6d09a3 url(../images/jiang.png)no-repeat 94% 18%;
	background-size: 8%;
	width: 446px;
	padding: 35px 34px;
	color: #fff;
	position: absolute;
	bottom: -122px;
	right: 30px;
}
.index_aboutus .aboutus_img .zsbox_bottom h2{
	font-size: 22px;
	font-weight: bold;
}
.index_aboutus .aboutus_img .zsbox_bottom p{
	width: 400px;
	font-size: 15px;
}

.index_aboutus .core_content{margin-top: 50px;}
.index_aboutus .core_content ul{display: flex; justify-content: space-between;}
.index_aboutus .core_content ul li{width: 18%; text-align: center;}
.index_aboutus .core_content ul li h3{font-size: 48px; color: #165183; line-height: 66px;}
.index_aboutus .core_content ul li p{font-size: 18px; color: #959595;}


.index_company{
	padding: 130px 0 50px;
}
.index_company .index_companybg{background: #3d005e;}
.index_company .company-content{padding: 110px 50px 80px;width: 47%;float: left;}
.index_company .company-content .company-txt{width: 100%;color: #fff;font-size: 15px;}
.index_company .company-content .companytop{color: #ff69b4; font-size: 14px; text-transform: uppercase;}
.index_company .company-content .companytop span{display: inline-block; border-top: 5px #ff69b4 dashed; width: 70px; height: 4px; margin-right: 10px;}
.index_company .company-content h2{color: #fff; font-size: 46px; text-transform: uppercase;padding: 20px 0;}
.index_company .company-content .company-bt{width: 250px; height: 50px;background-color: #ff69b4; text-align: center; line-height: 50px;margin-top: 30px; }
.index_company .company-content .company-bt a{color: #fff; font-size: 16px;}

.index_company .company-content .company-bt:hover{background-color: #fff;}
.index_company .company-content .company-bt:hover a{color: #ff69b4; font-size: 16px;}

.index_company .video_right{width: 40%;float: right;position: relative;margin-top: -82px;padding: 0; margin-right: 45px;}
.index_company .video_right .video_picture{overflow: hidden;height: 546px;border: 20px solid #fff;}
.index_company .video_right .video_picture img{width: auto;height: 100%;}
.index_company .video_right .video_play{width: 102px; height: 102px; content: ''; position: absolute; left: calc(50% - 51px); top: calc(50% - 51px); background: url("../images/play.png"); cursor: pointer;}
.index_company .video_right .video_windows{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 0px; z-index: 12; display: none;}
.index_company .video_right .video_windows .video_close{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.index_company .video_right .video_windows .video_box{width: 90%; max-width: 90%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.index_company .video_right .video_windows .video_box video{max-width: 100%; max-height: 100%; vertical-align: middle;}



.index_detail{padding: 90px 0; background: #f9fbfc;}
.index_detail .picture{width: 35%; float: right;}
.index_detail .picture img{width: 100%; border-radius: 18px;}
.index_detail .content{width: 60%; float: left;}
.index_detail .content .title{font-size: 50px; font-weight: bold; color: #222;}
.index_detail .content .list{margin-top: 30px;}
.index_detail .content .list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_detail .content .list li{width: 48%; background: #fff; box-sizing: border-box; padding: 20px 30px 30px; border-radius: 18px; box-shadow: 5px 5px 10px #eee; margin-bottom: 36px;}
.index_detail .content .list li h3{font-size: 18px; color: #222; margin-top: 20px;}
.index_detail .content .list li p{font-size: 16px; line-height: 28px; color: #444; margin-top: 15px;}

.index_application{padding: 80px 0 90px;}
.index_application .picture{width: 65%; float: left; overflow: hidden;}
.index_application .picture .list{display: none; overflow: hidden; border-radius: 18px;}
.index_application .picture .list.show{display: block;}
.index_application .picture .list img{width: 100%;}
.index_application .tabmenu{width: 30%; float: right;}
.index_application .tabmenu ul li{font-size: 16px; font-weight: bold; line-height: 32px; color: #165183; padding: 24px 26px; border: dashed #999 1px; margin-top: 20px; border-radius: 40px; cursor: pointer;}
.index_application .tabmenu ul li:first-child{margin-top: 0;}
.index_application .tabmenu ul li span{color: #021d4a;}
.index_application .tabmenu ul li.current{background: #165183; color: #fff; border-color: #165183;}
.index_application .tabmenu ul li.current span{color: #fff;}

.index_customised{padding: 90px 0; background: url("../images/customised.jpg") center no-repeat; background-size: auto 100%;}
.index_customised .com_title h2{color: #fff;}
.index_customised .text{max-width: 980px; margin: 60px auto; text-align: center;}
.index_customised .text h3{font-size: 20px; font-weight: normal; font-family: 'Poppins Bold'; color: #fff;}
.index_customised .text p{padding: 23px 0;}
.index_customised .text p span{display: inline-block; font-size: 20px; color: #fff; border-bottom: solid #fff 1px; font-family: 'Poppins-Light';}
.index_customised .text p b{display: inline-block; font-size: 18px; font-family: 'Poppins Bold'; line-height: 60px; padding: 0 36px; background: #165183; color: #fff; border-radius: 30px;}
.index_customised .content{margin-top: 60px;}
.index_customised .content ul{display: flex; flex-wrap: wrap;}
.index_customised .content li{display: inline-block; width: 180px; text-align: center; background: #fff; box-sizing: border-box; padding: 22px 22px; margin: 10px;}
.index_customised .content li p{padding: 5px 0; font-size: 16px; line-height: 24px;}

.index_advantages{padding-top: 80px;}
.index_advantages .com_title{text-align: left;}
.index_advantages .advantages_content{position: relative;}
.index_advantages .advantages_content .advantagesSwiper{overflow: hidden; margin-top: 50px;}
.index_advantages .advantages_content .advantagesSwiper .picture{width: 42%; float: right; border-radius: 18px; overflow: hidden;}
.index_advantages .advantages_content .advantagesSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_advantages .advantages_content .advantagesSwiper .picture:hover img{transform: scale(1.1);}}
.index_advantages .advantages_content .advantagesSwiper .content{width: 52%; float: left; margin-top: 60px;}
.index_advantages .advantages_content .advantagesSwiper .content .title{max-width: 480px; font-size: 24px; line-height: 38px; font-family: 'Poppins Bold'; color: #222;}
.index_advantages .advantages_content .advantagesSwiper .content .text{margin-top: 20px;}
.index_advantages .advantages_content .advantagesSwiper .content .text p{font-size: 16px; line-height: 28px; color: #222; background: url("../images/tick.png") left 10px no-repeat; padding: 8px 0 8px 30px;}
.index_advantages .advantages_content .advantagesSwiper .button{margin-top: 20px;}
.index_advantages .advantages_content .advantagesSwiper .button a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #165183; color: #fff; transition: all 0.5s;}
.index_advantages .advantages_content .advantagesSwiper .button a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow_wh.png") center no-repeat #e89215; border-radius: 50%;}
.index_advantages .advantages_content .swiper-button{width: 160px; position: absolute; right: 0; top: 2px;}
.index_advantages .advantages_content .swiper-button .swiper-button-prev,
.index_advantages .advantages_content .swiper-button .swiper-button-next{width: 54px; height: 54px; border: solid #165183 1px; background: center no-repeat; border-radius: 50%; margin: 0;}
.index_advantages .advantages_content .swiper-button .swiper-button-prev{left: 0; background-image: url("../images/arrow_prev.png");}
.index_advantages .advantages_content .swiper-button .swiper-button-next{right: 0; background-image: url("../images/arrow_next.png");}
.index_advantages .advantages_content .swiper-button .swiper-button-prev:hover{background-image: url("../images/arrow_prev_hover.png"); background-color: #e89215;border: solid #e89215 1px; }
.index_advantages .advantages_content .swiper-button .swiper-button-next:hover{background-image: url("../images/arrow_next_hover.png"); background-color: #e89215;border: solid #e89215 1px; }

.index_machining{padding: 80px 0 60px; background: #f9fbfc;}
.index_machining .machiningSwiper{position: relative; overflow: hidden; margin-top: 50px; padding-bottom: 90px;}
.index_machining .machiningSwiper .picture{overflow: hidden;border-radius: 10px;}
.index_machining .machiningSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_machining .machiningSwiper .picture:hover img{transform: scale(1.1);}
.index_machining .machiningSwiper .title{text-align: center; font-size: 16px; line-height: 28px; color: #444; margin-top: 10px;}
.index_machining .machiningSwiper .swiper-button{width: 800px; height: 56px; position: absolute; left: calc(50% - 400px); bottom: 0;}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev,
.index_machining .machiningSwiper .swiper-button .swiper-button-next{width: 54px; height: 54px; border: solid #165183 1px; background: center no-repeat; border-radius: 50%; top: 0; margin: 0;}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev{left: 0; background-image: url("../images/arrow_prev.png");}
.index_machining .machiningSwiper .swiper-button .swiper-button-next{right: 0; background-image: url("../images/arrow_next.png");}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev:hover{border: solid #e89215 1px; background-image: url("../images/arrow_prev_hover.png"); background-color: #e89215;}
.index_machining .machiningSwiper .swiper-button .swiper-button-next:hover{border: solid #e89215 1px; background-image: url("../images/arrow_next_hover.png"); background-color: #e89215;}
.index_machining .machiningSwiper .swiper-button .swiper-pagination{width: 600px; height: 5px; background: #e89215; left: 100px; top: 25px; border-radius: 3px;}
.index_machining .machiningSwiper .swiper-button .swiper-pagination-progressbar-fill{background: #165183; border-radius: 3px;}

.index_strength{padding: 80px 0; background: #f9fbfc;}
.index_strength .strengthSwiper{margin-top: 50px; padding-bottom: 50px; position: relative; overflow: hidden;}
.index_strength .strengthSwiper .swiper-slide{display: flex; justify-content: space-between; align-items: center;}
.index_strength .strengthSwiper .picture{width: 38%; float: left; border-radius: 18px; overflow: hidden;}
.index_strength .strengthSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_strength .strengthSwiper .picture:hover img{transform: scale(1.1);}
.index_strength .strengthSwiper .content{width: 58%; float: right;}
.index_strength .strengthSwiper .content .instro{font-size: 24px; color: #222;}
.index_strength .strengthSwiper .content .title{font-size: 18px; font-family: 'Poppins Bold'; color: #165183; margin-top: 20px;}
.index_strength .strengthSwiper .content .text{margin-top: 20px;}
.index_strength .strengthSwiper .content .text p{font-size: 14px; line-height: 28px; color: #444; padding: 5px 0;}
.index_strength .strengthSwiper .swiper-pagination{bottom: 0;}
.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet{width: 90px; height: 5px; margin: 0 20px !important; border-radius: 0; background: #021d4a; opacity: 1; cursor: pointer;}
.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #165183;}

.index_solutions{padding: 80px 0;}
.index_solutions .solutions_label{text-align: center;}
.index_solutions .solutions_label p{display: inline-block; font-size: 18px; color: #222; line-height: 46px; padding: 0 35px; border: dashed #222 1px; border-radius: 24px;}
.index_solutions .solutions_title{max-width: 1200px; margin: 20px auto 0; text-align: center;}
.index_solutions .solutions_title h2{font-size: 50px; line-height: 65px; font-family: 'Poppins Bold'; color: #222;}
.index_solutions .solutions_title p{display: inline-block; font-size: 18px; font-family: 'Poppins Bold'; line-height: 60px; padding: 0 28px; background: #021d4a; color: #fff; border-radius: 30px; margin-top: 30px;}
.index_solutions .solutions_content{margin-top: 60px; display: flex; justify-content: space-between;}
.index_solutions .solutions_content .list{width: 32%; box-sizing: border-box; padding: 36px; background: #f9fbfc; border-radius: 18px;}
.index_solutions .solutions_content .list .text{line-height: 28px;}
.index_solutions .solutions_content .list .text p{padding: 5px 0; font-size: 16px; color: #222;}
.index_solutions .solutions_content .list .button{margin-top: 40px;}
.index_solutions .solutions_content .list .button a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #165183; color: #fff; transition: all 0.5s;}
.index_solutions .solutions_content .list .button a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow.png") center no-repeat #ffab85; border-radius: 50%;}


.index_partner {padding: 60px 0 60px; }
.index_partner .partnerbg{padding: 180px 0 60px; background: url(../images/Partnersbg.jpg) no-repeat; background-size: 100%; background-attachment: fixed; }
.index_partner .com_title h2{color: #fff; font-size: 45px; font-family: "poppin", Sans-serif;}
.index_partner .com_title i{margin: 40px auto;height: 3px; width: 116px;  display: block; border-top: 5px dashed #fff;}

.index_partner .partnerbox{padding: 0 30px;}
.index_partner .partnerbox ul li{float: left;width: 27.2%;margin-right: 2%;background: #3d005e;color: #fff;padding: 25px;}


.index_partner .partner-wrapper .picture{float: left; width: 18%; margin-right: 1.8%; margin-bottom: 20px;overflow: hidden; border: 1px solid #cccccc;}
.index_partner .partner-wrapper .picture img{width: 100%; transition: all 0.5s;}
.index_partner .partner-wrapper .picture img:hover{transform: scale(1.1);}

.partnerbox .partnerbox-bottom{margin-top: 40px;}
.partnerbox .partnerbox-img{border-radius: 100%;width: 48px;height: 48px;overflow: hidden;float: left;margin-right: 20px;margin-top: 5px;}
.partnerbox .partnerbox-img img{width: 100%; height: 100%;}
 
 
.index_news{padding: 50px 0 60px;background: #f9fbfc;}
.index_news .com_title{text-align: center;}
.index_news .com_title i{display: inline-block; width: 60px; border-top: 4px dashed #000; margin-right: 12px;height: 3px;}
.index_news .tlist{width: 24%;float: left;margin-top: 50px;margin-right: 1%;background: #fff;}
.index_news .tlist .picture{height: 204px;overflow: hidden;}
.index_news .tlist .picture img{width: 100%;transition: all 0.5s;height: 100%;}
.index_news .tlist:hover .picture img{transform: scale(1.1);}
.index_news .tlist .text{font-size: 14px; font-family: 'Poppins Light'; color: #5b5b5b; padding: 10px;}
.index_news .tlist .title{margin-top: 10px;padding: 10px;}
.index_news .tlist .title a{font-size: 16px; font-weight: bold; line-height: 24px;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.index_news .tlist .date{float: left;font-size: 15px;color: #999;margin: 10px 14px;}
.index_news .tlist .button{float: right;margin: 10px 14px;}
.index_news .tlist .button a{font-size: 15px;font-family: 'Poppins SemiBold';color: #3d005e;}
.index_news .rlist{width: 48%; float: right; margin-top: 50px;}
.index_news .rlist .list{border-bottom: solid #eaeaea 1px; padding: 20px 0;}
.index_news .rlist .list:first-child{padding-top: 0;}
.index_news .rlist .list::after{content: ''; display: table; clear: both;}
.index_news .rlist .list .picture{width: 150px; float: right; overflow: hidden;}
.index_news .rlist .list .picture img{width: 100%; transition: all 0.5s;}
.index_news .rlist .list:hover .picture img{transform: scale(1.1);}
.index_news .rlist .list .content{width: calc(100% - 180px); float: left;}
.index_news .rlist .list .text{font-size: 16px; font-family: 'Poppins Light'; color: #5b5b5b; line-height: 24px;}
.index_news .rlist .list .title{margin-top: 10px;}
.index_news .rlist .list .title a{font-size: 24px; height: 64px; line-height: 32px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.index_news .rlist .list .date{float: left; font-size: 18px; color: #636363; margin-top: 20px;}
.index_news .rlist .list .button{float: right; margin-top: 20px;}
.index_news .rlist .list .button a{font-size: 18px; font-family: 'Poppins SemiBold'; color: #3d005e;}
 
 
 .subscription{margin: 30px 0;} 
 .subscription .container{ background:url(../images/DM_20251023171357_001.jpg) no-repeat; background-size: 100%; border-radius: 30px; overflow: hidden;}
 .subscription .container .subscription_box{
	 padding: 95px;
	 text-align: center;
 }
 .subscription .container .subscription_box form{
	 padding: 30px 0;
 }
  .subscription .container .subscription_box h2{
	  color: #fff;
	  font-size: 36px;
	  padding-bottom: 20px;
  }
  .subscription .container .subscription_box p{
  	  color: #fff;
  	  font-size: 16px;
  }
.subscription .container .subscription_box .subform-list{
	margin: 0 auto;
	width: 480px;
}
.subscription .container .subscription_box .input_list,.subscription .container .subscription_box .button_list{
	float: left;
}
.subscription .container .subscription_box .input_list input{
	  background: #fff;
	  border-radius: 20px 0 0 20px;
	  width: 280px;
	  height: 40px;
	  border: none;
	  padding: 0 18px;

  }
.subscription .container .subscription_box .button_list input{
	  background: #3d005e;
	  border-radius: 0 20px 20px 0;
	  width: 145px;
	  height: 40px;
	  border: none;
	  padding: 0 18px;
	  color: #fff;
	  cursor:pointer;
	  
  }  
  .subscription .container .subscription_box .button_list input:hover{background:#6d09a3}
 
.index_album{padding: 60px 0;}
.index_album .album_tab{text-align: center;}
.index_album .album_tab li{display: inline-block; font-size: 18px; font-family: 'Poppins SemiBold'; color: #222; cursor: pointer; margin: 0 50px;}
.index_album .album_tab li.current{color: #165183; border-bottom: solid #165183 1px;}
.index_album .album_list{margin-top: 50px;}
.index_album .album_list .albumSwiper{height: 0; position: relative; overflow: hidden;}
.index_album .album_list .albumSwiper.show{height: auto; padding-bottom: 60px;}
.index_album .album_list .albumSwiper .picture{overflow: hidden;}
.index_album .album_list .albumSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_album .album_list .albumSwiper .picture:hover img{transform: scale(1.1);}
.index_album .album_list .albumSwiper .title{text-align: center; font-size: 16px; color: #444; margin-top: 20px;}
.index_album .album_list .albumSwiper .swiper-pagination{bottom: 0;}
.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 10px !important; background: none; border: solid #4c4c4c 1px; opacity: 1; cursor: pointer;}
.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #165183; border-color: #165183;}
 

@media (max-width:960px) {
	.bannerSwiper{margin-top: 20px;}
	.bannerSwiper .picture{overflow: hidden;}
	.bannerSwiper .picture img{width: auto; height: 220px; transform: translateX(-55%);}
	.bannerSwiper .content{box-sizing: border-box; padding: 0 15px;}
	.bannerSwiper .content h2{font-size: 22px; line-height: 36px;}
	.bannerSwiper .content h4{display: none;}
	.bannerSwiper .content p{display: none;}
	.bannerSwiper .content a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; margin-top: 20px; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.bannerSwiper .content a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	.bannerSwiper .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 6px !important; border-radius: 50%;}
	.slogan{margin: 30px 20px;}
	.slogan h2{font-size: 24px;}
	.databox ul li{width: 94%; float: left;padding:0 3%; margin: 0 auto 30px;}
	.databox ul li strong{font-size: 48px;}
	.databox ul li strong span{font-size: 22px;}
	.databox ul li h4{font-size: 20px;}
	.databox ul li p{line-height: 22px;}
	
	.index_aboutus .aboutus_img .zsbox_bottom,.index_aboutus .aboutus_img .zsbox{display: none;}
	.index_aboutus .aboutus_img{width: 88%;margin-top:0;padding:0 6% 2.5% 6%;}
	.why{padding: 60px 0 0; margin: 0;}
	
	.index_aboutus .aboutus_content .title p{     font-weight: bold; font-size: 28px;margin: 0 20px 0; }
	.index_aboutus .aboutus_content .title p span{display: none;}
	.index_aboutus .aboutus_content .title h3{display: none;}
	
	.aboutus_content .abcontentlist ul{ width: 96%; margin: 0 4%;}
	.aboutus_content .abcontentlist ul li{background-size: 5%;}
	.aboutus_content .abcontentlist{margin-bottom: 20px;}
	
	.index_company{padding: 0px 0 50px;  width: 90%; margin: 0 5%;}
	.index_company .video_right .video_picture{border:none}
	.index_company .video_right{width: 100%; margin: 0 auto;}
	
	.index_company .company-content h2{font-size: 30px;}
	.index_company .company-content{width: 90%;  padding: 66px 5% 80px;}
	.index_company .company-content .company-txt{ width: 100%;}
	.index_company .company-content .company-bt{width: 100%;}
	
	.index_product .com_title h2{font-size: 32px;}
	.index_product .com_title i{margin: 28px auto;}
	
	
	.index_product{padding: 30px 15px;}
	.index_product .product_tab{margin-top: 10px;}
	.index_product .product_tab li{font-size: 14px; margin: 6px 2%; padding: 10px 0px; width: 46%; float: left;}
	.index_product .product_tab li a{font-size: 16px;}
	.index_product .product_content{margin-top: 20px;}
	.index_product .product_content .list{width: 49%; margin-bottom: 30px;}
	.index_product .product_content .list:nth-child(2n){margin-right: 0;}
	.index_product .product_content .list .title{max-height: 80px;overflow: hidden;}
	.index_product .product_content .list .title a{font-size: 18px; line-height: 26px;}
	.index_product .product_content .list .button{margin-top: 10px;}
	.index_product .product_content .list .button a{font-size: 14px; line-height: 30px; padding: 8px 0; border-radius: 15px;}
	
	.index_partner .partnerbg{background-attachment:inherit}
	.index_partner{display: none;}
	.index_partner .com_title{position: absolute; top: -50px;}
	.index_partner .partnerbox{padding: 0 4%;}
	.index_partner .partnerbox ul li{width: 87%; margin: 0 auto 30px;}
	
	
	
	.index_aboutus{padding-top: 0px;}
	.index_aboutus .aboutus_content{width: 100%; box-sizing: border-box; padding: 0 10px; margin-top: 20px;}
	.index_aboutus .aboutus_content .title h3{font-size: 15px; line-height: 23px;font-weight: 300;}
	.index_aboutus .aboutus_content .text{margin-top: 0px;}
	.index_aboutus .aboutus_content .text p{padding: 10px 20px; font-size: 14px; line-height: 20px;}
	.index_aboutus .aboutus_content .button{width: 92%; margin: 0 4% 20px;}
	.index_aboutus .aboutus_content .button a{line-height: 20px; font-size: 16px; font-family: 'Poppins'; }
	.index_aboutus .aboutus_content .button a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	.index_aboutus .aboutus_video{width: 100%; box-sizing: border-box; padding: 0 10px; margin-top: 20px;}
	.index_aboutus .aboutus_video .video_windows .video_box{width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 10px;}
	
	.index_aboutus .core_content{margin-top: 50px;}
	.index_aboutus .core_content ul{display: flex; justify-content: space-between;}
	.index_aboutus .core_content ul li{width: 18%; text-align: center;}
	.index_aboutus .core_content ul li h3{font-size: 66px; color: #fff; line-height: 66px;}
	.index_aboutus .core_content ul li p{font-size: 18px; color: #fff;}
	
	
	.index_detail{padding: 30px 10px 20px;}
	.index_detail .picture{display: none;}
	.index_detail .content{width: 100%;}
	.index_detail .content .title{font-size: 20px; text-align: center;}
	.index_detail .content .list{margin-top: 20px;}
	.index_detail .content .list ul{display: block;}
	.index_detail .content .list li{width: 100%; padding: 20px; text-align: center; border-radius: 8px; box-shadow: 5px 5px 5px #eee; margin-bottom: 10px;}
	.index_detail .content .list li img{display: block; margin: 0 auto;}
	.index_detail .content .list li h3{font-size: 16px; margin-top: 10px;}
	.index_detail .content .list li p{font-size: 14px; line-height: 22px; text-align: left; margin-top: 10px;}
	
	.index_application{padding: 20px 10px;}
	.index_application .picture{width: 100%;}
	.index_application .picture .list{border-radius: 8px;}
	.index_application .tabmenu{width: 100%; margin-top: 10px;}
	.index_application .tabmenu ul li{font-size: 14px; line-height: 28px; padding: 5px 10px; margin-top: 8px; border-radius: 19px;}
	
	.index_customised{padding: 30px 10px;}
	.index_customised .text{max-width: 100%; margin: 30px auto;}
	.index_customised .text h3{font-size: 14px; text-align: left; line-height: 24px;}
	.index_customised .text p{padding: 10px 0;}
	.index_customised .text p span{font-size: 14px; text-align: left; line-height: 24px; padding-bottom: 6px;}
	.index_customised .text p b{font-size: 12px; font-family: 'Poppins'; line-height: 24px; font-weight: normal; padding: 10px 16px; border-radius: 30px;}
	.index_customised .content{margin-top: 10px;}
	.index_customised .content ul{justify-content: space-between;}
	.index_customised .content li{width: 48%; padding: 16px; margin: 10px 0;}
	.index_customised .content li p{font-size: 14px; line-height: 20px;}
	
	.index_advantages{padding: 30px 10px 0;}
	.index_advantages .com_title{text-align: center;}
	.index_advantages .advantages_content{position: relative; padding-bottom: 50px;}
	.index_advantages .advantages_content .advantagesSwiper{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .picture{width: 100%; float: none; border-radius: 8px;}
	.index_advantages .advantages_content .advantagesSwiper .content{width: 100%; margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .content .title{max-width: 100%; font-size: 16px; line-height: 24px;}
	.index_advantages .advantages_content .advantagesSwiper .content .text{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .content .text p{font-size: 14px; line-height: 22px; background-size: 10px; padding: 6px 0 6px 18px;}
	.index_advantages .advantages_content .advantagesSwiper .button{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .button a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.index_advantages .advantages_content .advantagesSwiper .button a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_advantages .advantages_content .swiper-button{width: 100px; height: 32px; right: calc(50% - 50px); top: auto; bottom: 0;}
	.index_advantages .advantages_content .swiper-button .swiper-button-prev,
	.index_advantages .advantages_content .swiper-button .swiper-button-next{width: 30px; height: 30px; top: 0; background-size: 8px;}
	
	.index_machining{padding: 30px 10px;}
	.index_machining .machiningSwiper{margin-top: 20px; padding-bottom: 50px;}
	.index_machining .machiningSwiper .title{font-size: 14px; line-height: 28px; color: #444; margin-top: 10px;}
	.index_machining .machiningSwiper .swiper-button{width: 80%; height: 32px; left: 10%; bottom: 0;}
	.index_machining .machiningSwiper .swiper-button .swiper-button-prev,
	.index_machining .machiningSwiper .swiper-button .swiper-button-next{width: 30px; height: 30px; background-size: 8px;}
	.index_machining .machiningSwiper .swiper-button .swiper-pagination{width: 60%; height: 3px; left: 20%; top: 15px;}
	
	.index_strength{padding: 30px 10px;}
	.index_strength .strengthSwiper{margin-top: 20px; padding-bottom: 50px;}
	.index_strength .strengthSwiper .swiper-slide{display: block;}
	.index_strength .strengthSwiper .picture{width: 100%; border-radius: 8px;}
	.index_strength .strengthSwiper .content{width: 100%; margin-top: 20px;}
	.index_strength .strengthSwiper .content .instro{font-size: 16px;}
	.index_strength .strengthSwiper .content .title{font-size: 16px; margin-top: 10px;}
	.index_strength .strengthSwiper .content .text{margin-top: 10px;}
	.index_strength .strengthSwiper .content .text p{font-size: 14px; line-height: 26px;}
	.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 10px !important; border-radius: 50%;}
	
	.index_solutions{padding: 30px 10px;}
	.index_solutions .solutions_label p{font-size: 16px; line-height: 42px; padding: 0 30px; border-radius: 21px;}
	.index_solutions .solutions_title{max-width: 100%; margin: 20px auto 0;}
	.index_solutions .solutions_title h2{font-size: 18px; line-height: 28px;}
	.index_solutions .solutions_title p{font-size: 16px; font-family: 'Poppins'; line-height: 22px; padding: 10px 28px; border-radius: 34px; margin-top: 20px;}
	.index_solutions .solutions_content{margin-top: 30px; display: block;}
	.index_solutions .solutions_content .list{width: 100%; padding: 20px; border-radius: 8px; margin-top: 20px;}
	.index_solutions .solutions_content .list .text{line-height: 22px;}
	.index_solutions .solutions_content .list .text p{padding: 0; font-size: 14px;}
	.index_solutions .solutions_content .list .button{margin-top: 20px;}
	.index_solutions .solutions_content .list .button a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.index_solutions .solutions_content .list .button a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_introduce{padding: 30px 10px; background-size: auto 100%;}
	.index_introduce .introduce_label p{font-size: 16px; line-height: 42px; padding: 0 30px; border-radius: 21px;}
	.index_introduce .introduce_title{max-width: 100%; margin: 20px auto 0;}
	.index_introduce .introduce_title h2{font-size: 18px; line-height: 28px;}
	.index_introduce .introduce_title p{font-size: 16px; font-family: 'Poppins'; line-height: 22px; padding: 10px 28px; border-radius: 34px; margin-top: 20px;}
	.index_introduce .introduce_content{margin-top: 30px;}
	.index_introduce .introduce_content .picture{width: 100%; border-radius: 8px;}
	.index_introduce .introduce_content .content{width: 100%; margin-top: 20px;}
	.index_introduce .introduce_content .content h3{font-size: 16px; font-family: 'Poppins';}
	.index_introduce .introduce_content .content p{font-size: 14px; line-height: 22px; margin-top: 20px;}
	.index_introduce .introduce_content .content a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px; margin-top: 20px;}
	.index_introduce .introduce_content .content a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_album{padding: 30px 10px 0;}
	.index_album .album_tab li{font-size: 14px; font-family: 'Poppins'; margin: 0 10px;}
	.index_album .album_list{margin-top: 20px;}
	.index_album .album_list .albumSwiper.show{padding-bottom: 40px;}
	.index_album .album_list .albumSwiper .title{text-align: center; font-size: 16px; color: #444; margin-top: 20px;}
	.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 6px !important;}
	
	.index_news{padding: 30px 15px;}
	.index_news .tlist{width: 100%; margin: 20px 0;  padding-bottom: 10px;}
	.index_news .tlist .picture{height: 300px;}
	.index_news .tlist .picture img{position: relative; top: 50%; transform: translateY(-50%);}
	.index_news .tlist .text{font-size: 14px; margin-top: 0px;}
	.index_news .tlist .title{margin-top: 10px;}
	.index_news .tlist .title a{font-size: 16px; height: 48px; line-height: 24px;}
	.index_news .tlist .title a:hover{color: #3d005e;}
	.index_news .tlist .date{font-size: 14px; margin-top: 10px;}
	.index_news .tlist .button{float: right; margin-top: 10px;}
	.index_news .tlist .button a{font-size: 14px;}
	.index_news .rlist{width: 100%; float: right; margin-top: 20px;}
	.index_news .rlist .list{border-bottom: solid #eaeaea 1px; padding: 20px 0 10px;}
	.index_news .rlist .list .picture{width: 100%; height: 150px;}
	.index_news .rlist .list .picture img{position: relative; top: 50%; transform: translateY(-50%);}
	.index_news .rlist .list .content{width: 100%;}
	.index_news .rlist .list .text{font-size: 14px; margin-top: 10px;}
	.index_news .rlist .list .title{margin-top: 10px;}
	.index_news .rlist .list .title a{font-size: 16px; height: 48px; line-height: 24px;}
	.index_news .rlist .list .date{font-size: 14px; margin-top: 10px;}
	.index_news .rlist .list .button{margin-top: 10px;}
	.index_news .rlist .list .button a{font-size: 14px;}
	
	.subscription .container .subscription_box{padding: 25px;}
	.subscription .container{background-size: 158%;}
	.subscription .container .subscription_box h2{font-size: 22px; padding-bottom: 0px;}
	.subscription .container .subscription_box p{font-size: 12px;}
	.subscription .container .subscription_box form{padding: 20px 0px 50px;}
	.subscription .container .subscription_box .subform-list{width: 300px;}
	.subscription .container .subscription_box .input_list input{width: 160px;}
	.subscription .container .subscription_box .button_list input{width: 100px;}
}