body{
	background-color: #F0F2F5;
}
.color-white{
	color: #fff !important;
}
.color-1c{
	color: #1c1c1c !important;
}
.top-company-name{
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	justify-content: center;
	align-items: center;
	display: flex;
}
.compnay-top-name{
	top:330px;
}
.company-top-en{
	top:380px;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 16px;
	font-style: normal;
	text-transform: none;
}
.top-menu{
	display: flex;
	position: fixed;
	top: 0;
	z-index: 100;
	justify-content: center;
	width: inherit;
}
.menu-center{
	width: 840px;
	display: flex;
	justify-content: space-between;
	padding-top: 36px;
}
.menu-item,.menu-item:hover,.menu-item:link,.menu-item a{
	font-weight: 400;
	font-size: 16px;
	color: #1C1C1C;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.service-block{
	background: url('/assets/img/index/service-bg.jpg') no-repeat;
	width: 100vw;
	height: 100vh;
}
.service-top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 135px;
	padding-bottom: 16px;
	width: 100%;
}
.service-title{
	font-weight: 700;
	font-size: 40px;
	color:#1B1972;
	font-style: normal;
	text-transform: none;
	padding-bottom: 16px;
}
.service-title-en{

	font-weight: 300;
	font-size: 15px;
	color: rgba(28,28,28,0.5);
	letter-spacing: 13px;
	font-style: normal;
	text-transform: none;
	padding-bottom: 99px;
}
.service-img{
	display: flex;
	justify-content: center;
	text-align: center;
	width: 80px;
}
.service-img a img{
	width: 71px;
	height: 71px;
}
.service-name{
	font-size: 20px;
	color: #1C1C1C;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.service-list{
	display: flex;
	justify-content: space-around;
	padding: 0px 200px 0px 200px;
}
.swiper-img{
	
}
.foot-bg{
	display: flex;
	justify-content: center;
	height: 268px;
	position: absolute;
	top: 650px;
	width: inherit;
}
.foot-company-name{
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-bottom: 40px;
}
.foot-line{
	width: 1712px;
	height: 0px;
	border-top: 1px solid rgba(255,255,255,1);
}
.qrcode{
	width: 97px;
	height: 97px;
}

/* 新footer样式设计 */
.footer {
    width: 100vw;
    background: linear-gradient(135deg, #3ebdaa 0%, #1b8f9e 100%);
    padding: 40px 0 0 0;
    color: #fff;
    position: relative;
    min-height: 260px;
    box-sizing: border-box;
}
.footer-company-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    letter-spacing: 2px;
}
.footer-divider {
    width: 96%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    margin: 0 auto 32px auto;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 96%;
    margin: 0 auto 10px auto;
    flex-wrap: wrap;
	padding-top: 20px;
}
.footer-contact {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
}
.footer-contact .footer-phone {
    margin-bottom: 6px;
font-weight: 400;
font-size: 24px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
}
.footer-contact .footer-address {
    font-size: 16px;
    color: #fff;
	font-weight: 400;
}
.footer-nav {
    min-width: 320px;
}
.footer-nav-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-nav-list {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
	width: 300px;
}
.footer-nav-list a {
    color: #fff;
    font-size: 16px;
	font-weight: 400;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.2s;
	margin-left: 0px;
}
.footer-nav-list a:hover {
    color: #ffe082;
}
.footer-qrcodes {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-end;
}
.footer-qrcode-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.footer-qrcode-block img {
    width: 90px;
    height: 90px;
    background: #fff;
    object-fit: cover;
}
.footer-qrcode-label {
    font-size: 14px;
    color: #e0f7fa;
}
.footer-bottom {
    width:1712px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 12px 0px;
    /* border-top: 1px solid #FFFFFF; */
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.footer-bottom .footer-email {
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-bottom .footer-email i {
    font-style: normal;
    font-size: 15px;
}
@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .footer-qrcodes {
        justify-content: center;
        margin-top: 12px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

.news-cards-panel .news-card:not(:last-child){
    border-right: 1px solid #e0e0e0;
}
.news-card{
	border-right: 1px solid #e0e0e0;
}

.product-page-bg {
    min-height: 100vh;
    background: #18186a url('/assets/img/index/product-bg.png') no-repeat left top;
    background-size: 100% 100%;
    padding: 0;
}
.product-main-panel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    padding-top: 136px;
	padding-left: 200px;
    max-width: 1400px;
}
.product-img-panel {
	margin-right: 100px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-main-img-wrap {
    width: 508px;
    height: 508px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
	padding: 20px;
}
.product-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-main-img {
    width: 480px;
    height: 320px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 24px;
}
.product-thumbs-wrap{
	margin-top: 34px;
}
.product-thumbs {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}
.product-thumbs img {
    width: 117px;
    height: 117px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    transition: border 0.2s;
}
/* .product-thumbs img.active,
.product-thumbs img:hover {
    border: 1px solid #1b8f9e;
} */
.product-info-panel {
    color: #fff;
    max-width: 600px;
    font-size: 18px;
}
.product-cctv {
    font-size: 20px;
    font-weight: bold;
	margin-top: -24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}
.product-item{
	margin-bottom: 65px;
}
.product-desc {
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
    margin-bottom: 18px;
	white-space: nowrap;

}
.product-feature-list {
    margin-bottom: 18px;
	padding-top: 30px;
}
.product-feature {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-desc{
	width: 780px;
height: 40px;
font-weight: 300;
font-size: 16px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
}
.feature-label {
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
}
.feature-tag {
    background: linear-gradient( 90deg, #E5BA82 0%, #EEDEC1 100%);
	padding: 4px 8px;
border-radius: 4px 4px 4px 4px;
font-weight: bold;
font-size: 16px;
color: #1B1972;
text-align: left;
font-style: normal;
text-transform: none;
}
.product-detail {
    font-size: 15px;
    color: #fff;
    margin-top: 18px;
    line-height: 1.8;
}

.video-section-bg {
    min-height: 100vh;
    background: #18186a url('/assets/img/index/product-bg.png') no-repeat left top;
    background-size: 100% 100%;
    padding: 0;
}
.video-main-panel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
    padding-top: 250px;
    /* max-width: 1500px; */
    padding-left: 200px;
}
.video-info-panel {
    flex: 1.2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 36px;
    line-height: 1.3;
}
.video-feature-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.video-feature {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.video-feature-icon {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 6px;
    color: #ffe082;
}
.video-feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.video-feature-desc {
    font-size: 15px;
    color: #fff;
    opacity: 0.92;
    line-height: 1.8;
    margin-left: 0;
}
.video-cover-panel {
    flex: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-cover-wrap {
    position: relative;
    width: 778px;
    height: 438px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    background: #000;
}
.video-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s;
}
.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}
.sub-header{
	height: 90px;
	width: inherit;
	background-color: #fff;
}
.video-swiper .swiper-button-next,
.video-swiper .swiper-button-prev {
    position: absolute;
	background-color: #D0D2D4;
    top: 35%;
	width: 40px;
	height: 92px;
	color:#fff;
	border-radius: 10px;
}
.video-swiper .swiper-button-next{
	right:10%;
}
.video-swiper .swiper-button-prev{
	left:10%;
}