@font-face {
    font-family: "Muli-Bold";
    src: url("/u_file/photo/products_detail/font/MULI-BOLD.TTF") format("truetype");
}
@font-face {
    font-family: "Muli-Regular";
    src: url("/u_file/photo/products_detail/font/MULI-REGULAR.TTF") format("truetype");
}
@font-face {
    font-family: "Muli-SemiBold";
    src: url("/u_file/photo/products_detail/font/MULI-SEMIBOLD.TTF") format("truetype");
}
@font-face {
    font-family: "Muli-Black";
    src: url("/u_file/photo/products_detail/font/MULI-BLACK.TTF") format("truetype");
}
@font-face {
    font-family: "AvantGarde";
    src: url("/u_file/photo/products_detail/font/3957FE_1.OTF") format("truetype");
}

.v30-p{
    width:100%;
    background: #fff;
    font-family: "Muli-Regular";
    position: relative;
    overflow: hidden;
}
.relative{
    width:100%;
    position: relative;
    margin:0 auto;
    font-family: "Muli-Regular";
    overflow: hidden;
}
.v30-1520{
    width:100%;
    max-width: min(1520px, 95vw);
	margin: 0 auto;
	box-sizing: border-box;
}
.v30-cw{
    width:100%;
    max-width: min(1200px, 90vw);
	margin: 0 auto;
}
.v30-cw1{
    width:580px;
	left: 0;
}
.v30-cw2{
    width:700px;
	left: 0;
}
.v30-tit{
    width:50%;
	text-align: left;
	box-sizing: border-box;
}
.absolute{
    width:100%;
	max-width: min(1200px, 90vw);
    position: absolute;
    left:50%;
    transform: translateX(-50%);
	margin: 0 auto;
}
.m-b{
	font-family: "Muli-Bold";
}
.m-r{
    font-family: "Muli-Regular";
}
.a-g{
	font-family: "AvantGarde";
    color:#ff4d00;
}
.t0{
	font-size:80px;
    line-height:90px;
}
.tit{
    font-size:54px;
    line-height:70px;
}
.t1{
    font-size:42px;
    line-height:60px;
	margin-top: 20px;
}
.t2{
    font-size:24px;
    line-height: 36px;
	margin-top: 20px;
}
.t3{
    font-size:36px;
    line-height:42px;
}
.t4{
    font-size:20px;
    line-height: 30px;
	margin-top: 20px;
}
.t5{
    font-size:16px;
    line-height: 20px;
}
.fr{
	float: right;
}
.fl{
	float: left;
}

.v30-p .v30-clear-both{
    zoom: 1;
}
.v30-p .v30-clear-both:before,.v30-p .v30-clear-both:after{
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
    height:0;
}
.gradient-box {
	border-radius: 0 20px 0 20px;
    background: linear-gradient(to right, #ff4d00, #ff9500);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: inline;
}
/*s1*/
.v30-p .v30-s1{
    width: 100%;
}
.v30-p .v30-s1 .s1-text{
    position: absolute;
    color:#333;
	top: 30%;
	text-align: left;
}
/*s2*/
.v30-p .v30-s2{
    width: 100%;
	height: 840px;
}
.v30-p .v30-s2 .s2-param{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 720px;
	margin-top: 60px;
	color: #333;
}
.v30-p .v30-s2 .s2-param .param1 {
	display: flex;
	flex-direction: column;
	gap:20px;
}
.v30-p .v30-s2 .s2-param .param1 .param01{
	position: relative;
	display: flex;
	justify-content: center;
}
.v30-p .v30-s2 .s2-param .param1 .param01 p{
	position: absolute;
	top: 4%;
	color: #333;
}
.v30-p .v30-s2 .s2-param .param1 .param02{
	position: relative;
	display: flex;
	justify-content: center;
}
.v30-p .v30-s2 .s2-param .param1 .param02 p{
	bottom:4%;
	position: absolute;
	color: #333;
}
.v30-p .v30-s2 .s2-param .param2{
	position: relative;
	display: flex;
	justify-content: center;
}
.v30-p .v30-s2 .s2-param .param2 p{
	position: absolute;
	top: 3%;
	color: #333;
}
.v30-p .v30-s2 .s2-param .param1 .param03{
	position: relative;
}
.v30-p .v30-s2 .s2-param .param1 .param03 p{
	position: absolute;
	bottom: 4%;
	margin-left: 5%;
	color: #333;
}
.v30-p .v30-s2 .s2-param .param1 .param04{
	position: relative;
}
.v30-p .v30-s2 .s2-param .param1 .param04 p{
	top:5%;
	position: absolute;
	margin-left: 5%;
	color: #333;
}

/*nav*/
.v30-p .v30-nav{
    width: 100%;
    height: 700px;
    background: #000;
}
.v30-p .v30-nav img{
	width: 1520px;
    position: absolute;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.v30-p .v30-nav .nav-text{
    color: #fff;
	text-align: center;
	top:30%;
}

/*s3*/
.v30-p .v30-s3{
	background: #000;
	width: 100%;
	height: 910px;
}
.v30-p .v30-s3 .s3-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 80px;
}
.v30-p .v30-s3 .s3-content .s3-text{
	margin-top: 200px;
	color: #fff;
}

/*s4*/
.v30-p .v30-s4{
	width: 100%;
	height: 910px;
}
.v30-p .v30-s4 .s4-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 80px;
}
.v30-p .v30-s4 .s4-content .s4-text{
	margin-top: 200px;
}
.v30-p .v30-s4 .s4-content .s4-text h2{
	color: #333;
}
.v30-p .v30-s4 .s4-content .s4-text p{
	color: #333;
}
.v30-p .v30-s4 .s4-content .s4-text .icon{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 60px;
}
.v30-p .v30-s4 .s4-content .s4-text .icon img{
	width: 80px;
	height: 80px;
}
.v30-p .v30-s4 .s4-content .s4-text .tips{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 10px;
	text-align: center;
}

/*s5*/
.v30-p .v30-s5{
	background: #000;
	width: 100%;
	height: 900px;
}
.v30-p .v30-s5 .s5-text{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0 30px 0;
	align-items: flex-end;
	color: #fff;
}
.v30-p .v30-s5 .s5-text .s5-subtitle{
	padding-bottom: 10px;
}
.v30-p .v30-s5 .slider-container {
    overflow: hidden;
    position: relative;
	border-radius: 20px;
}    
.v30-p .v30-s5 .slider-wrapper {
    display: flex;
    width: 500%; /* 5 */
    height: 100%;
    transition: transform 0.5s ease;
}    
.v30-p .v30-s5 .slide {
    width: 1520px;
    height: 100%;
    display: flex;
}    
.v30-p .v30-s5 .image-container {
    width: 760px;
    height: 560px;
    overflow: hidden;
}     
.v30-p .v30-s5 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
.v30-p .v30-s5 .content-container {
    width: 760px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333; 
	border-radius: 0 20px 20px 0;
	padding: 0 50px;
}

/*s6*/
.v30-p .v30-s6{
	width: 100%;
	height: 960px;
}
.v30-p .v30-s6 .s6-text{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0 30px 0;
	align-items: flex-end;
	color: #333;
}
.v30-p .v30-s6 .s6-text .s6-subtitle{
	padding-bottom: 10px;
}
.v30-p .v30-s7{
	width: 100%;
	height: 960px;
	background: #000;
}
/*s8*/
.v30-p .v30-s8{
	width: 100%;
	height: 960px;
	background: #000;
}
.v30-p .v30-s8 .s8-text{
	padding-top: 80px;
	color: #fff;
	text-align: center;
}
.v30-p .v30-s8 .s8-text .s8-title{
	margin-bottom: 30px;
}
.v30-p .v30-s8 .s8-text .s8-subtitle{
	padding-top: 10px;
}
/*s9*/
.v30-p .v30-s9{
	width: 100%;
	height: 980px;
	background: #fff;
}
.v30-p .v30-s9 .s9-text{
	padding-top: 80px;
	color: #333;
	text-align: center;
}
.v30-p .v30-s9 .s9-text .s9-title{
	margin-bottom: 30px;
}
.v30-p .v30-s9 .s9-text .s9-subtitle{
	padding-top: 25px;
}

        .top_image {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .top_image .text {
			position: absolute;
            color: #fff;
            text-align: center;
			margin-top: 10px;
        }
        .pic1 {
            left: 15%;
            top: 25%;
        }    
        .pic2 {
            left: 15%;
            top: 60%;
        }
        .pic3 {
            right: 8%;
            top: 40%;
        }

/*s10*/
.v30-p .v30-s10{
	width: 100%;
	height: 1100px;
	background: #000;
}
.v30-p .v30-s10 .s10-title{
	padding: 80px 0 30px 0;
	color: #fff;
	text-align: center;
}
.v30-p .v30-s10 .s10-subtitle{
	padding-top: 25px;
	color: #fff;
	text-align: center;
}
.s10-list{
    width: 100%;
	height: 680px;
    box-sizing: border-box;
}
.s10-list .li-c{
    width: 1200px;
    height: 590px;
}
.s10-list .li-t{
    width: 1200px;
    height: 50px;
    line-height: 52px;
    color: #fff;
	margin-top: 20px;
}
.s10-list .li-t .li-title{
    width: 400px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #959595;
    cursor: pointer;
}
.s10-list .li-t .li-title.active{
    border-bottom: 3px solid #fff;
}
.s10-list .li-content{
    height: 590px;
    display: none;
}

/*spe*/
.v30-p .v30-s16{
    width: 100%;
}
.v30-p .v30-s16 .s16-text{
	position: absolute;
	text-align: left;
	top:45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.v30-p .v30-s16 .s16-text .v30-title{
	width: 600px;
	border-bottom:1px dashed #333;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.v30-p .v30-s16 .s16-param{
    width:800px;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}
.v30-p .v30-s16 .s16-param p{
    width:400px;
    line-height: 30px;
    font-size: 18px;
	font-family: "Muli-Regular";
}
.v30-p .v30-s16 .s16-param span{
	line-height: 40px;
    font-size: 30px;
	font-family: "Muli-Bold";
}

