@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-pr{
    width:100%;
    background: #fff;
    font-family: "Muli-Regular";
    position: relative;
    overflow: hidden;
}
.relative{
    width:100%;
    position: relative;
    margin:0 auto;
    color:#333;
    font-family: "Muli-Regular";
    overflow: hidden;
}
.absolute{
    width:90%;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
	text-align: center;
}
.v30-cw{
    width:95%;
	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:70px;
    line-height:90px;
}
.t1{
    font-size:42px;
    line-height:50px;
	margin-top: 5%;
}
.tit{
    font-size:54px;
    line-height:60px;
}
.t2{
    font-size:30px;
    line-height: 36px;
	margin-top: 20px;
}
.t3{
    font-size:36px;
    line-height:42px;
}
.t4{
    font-size:26px;
    line-height: 36px;
	margin-top: 20px;
}
.t5{
    font-size:42px;
    line-height: 54px;
}
.t6{
    font-size:22px;
    line-height: 30px;
}
.v30-pr img{
    width:100%;
    display: block;
    border:0;
    vertical-align: middle;
}
.v30-pr .v30-clear-both{
    zoom: 1;
}
.v30-pr .v30-clear-both:before,.v30-pr .v30-clear-both:after{
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
    height:0;
}

/*s1*/
.v30-s1{
    width: 100%;
}
.s1-text{
	top:5%;
    color:#333;
}
/*s2*/
.v30-s2{
    width: 100%;
	margin: 60px 0;
}
.v30-s2 .s2-items1 p{
	top:1%;
    color:#333;
}
.v30-s2 .s2-items{
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap:20px;
	margin-top: 20px;
}
.v30-s2 .s2-items2 p{
	top:1%;
    color:#333;
}
.nav {
	width: 100%;
	height: 500px;
	background: #000;
	text-align: center;
	color: #fff;
	padding-top: 20%;
}
.nav p{
	width: 70%;
	margin: 0 auto;
	margin-top: 5%;
}
.gradient-box {
	border-radius: 0 30px 0 30px;
    background: linear-gradient(to right, #ff4d00, #ff9500);
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: inline;
}
.v30-s3 .s3-text{
	top:8%;
	color:#fff;
}
.v30-s3 .s4-text{
	top:8%;
	color:#333;
}
.v30-s3 .icon{
	bottom: 2%;
	display: flex;
	flex-direction: row;
	color: #fff;
	justify-content: space-between;
}
.v30-s5 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 10% 0 5% 0;
}
.v30-s5 .s5-text {
	top:8%;
	color:#333;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}

.v30-s5 .slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}    

.v30-s5 .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
	width: 100%;
}    

.v30-s5 .slide {
    flex: 0 0 100%; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2.5%;
    box-sizing: border-box;
}    

.v30-s5 .image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}     

.v30-s5 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}    

.v30-s5 .content-container {
    width: 100%;
    height: 280px;
    padding: 40px 30px 30px 30px;
    background-color: #f5f5f5;
    color: #333; 
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
}

.v30-s5 .content-container h2 {
    margin-bottom: 10px;
}

.v30-s5 .slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.v30-s5 .indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.v30-s5 .indicator.active {
    background-color: #333;
}

.v30-s6 {
	width: 100%;
	margin: 10% 0 5% 0;
	text-align: center;
}
.v30-s6 .s6-text {
	top:8%;
	color:#333;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.v30-s6 img{
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
}

.v30-s7 {
	width: 100%;
	padding: 10% 0 5% 0;
	text-align: center;
	background: #000;
}
.v30-s7 .s7-text {
	top:8%;
	color:#fff;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.v30-s7 img{
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
}
.v30-s7 .tips{
	top:19%;
	color: #fff;
}
.v30-s7 .tips .p2{
	margin-top: 40%;
}
.v30-s7 .tips .p3{
	margin-top: 9%;
}

.v30-s8 {
	width: 100%;
	margin: 10% 0 5% 0;
	text-align: center;
}
.v30-s8 .s8-text {
	top:8%;
	color:#333;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.s8-list {
    width: 100%;
    height: auto; 
    box-sizing: border-box;
    position: relative;
}

.s8-list .li-c {
    height: 590px; 
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.s8-list .li-content {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    transition: opacity 0.5s ease; 
    display: block !important; 
}

.s8-list .li-content.active {
    opacity: 1; 
    z-index: 1;
}

.s8-list .li-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.s8-list .li-t {
    width: 90%;
    height: 100px;
    line-height: 150px;
    color: #333;
    margin: 20px auto 0; 
    overflow: hidden; 
}

.s8-list .li-t .li-title {
    width: 33.3333%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #959595;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.s8-list .li-t .li-title.active {
    border-bottom: 2px solid #ff4d00;
    color: #ff4d00;
    font-weight: bold;
}

/*spe*/
.v30-s16{
    width: 100%;
}
.v30-s16 .v30-title{
	top:2%;
	width: 90%;
	text-align: center;
	border-bottom:1px dashed #333;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.v30-s16 .s16-text{
	top:58%;
	text-align: left;
}
.v30-s16 .s16-param{
	display: flex;
	flex-direction: row;
	gap:15%;
	margin-top: 3%;
}
.v30-s16 .s16-param p{
    line-height: 36px;
    font-size: 26px;
	font-family: "Muli-Regular";
}
.v30-s16 .s16-param span{
	line-height: 42px;
    font-size: 36px;
	font-family: "Muli-Bold";
}




