﻿.MainNav{position:relative; z-index:1;}

.MobleBig { width: 100%; display: none;}
.MobleNav { background: #edf0f2; display: block; height: 65px;  }
.MobleNav .lltab {  padding: 15px 0;  }
.MobleNav .lltab h4 { font-size: 27px;  font-weight: 800; line-height: 35px; display: block; width: 20%; float: left; padding: 0 0 0 1%; }
.MobleNav .lltab h4 a { color: #333; text-decoration: none; }
.MobleNav .lltab h5 { display: block; font-size: 23px;  display: block; width: 150px; float: right; line-height: 35px;  }
.MobleNav .lltab h5 img { vertical-align: middle; }
.MobleNav .lltab h5 a { color: #7dc03b; text-decoration: none; }
.MobleNav .lltab .Huv { width: 35px; height: 35px; float: right; cursor: pointer; }
.Matter {  background: #202020; padding: 20px 0; display: none; position:absolute; top: 65px; z-index: 10; left: 0; width: 100%;  color: #fff; }
.Matter .close { width: 19px; height: 19px; float: right; margin: 0 5% 0 0; cursor: pointer;  }
.Matter ul { font-size: 23px; padding: 20px 5% 0 5%; }
.Matter ul li { list-style: none; border-bottom: 1px solid #4d4d4d; padding: 25px 0 15px; }
.Matter ul li:last-child { border:none;  }
.Matter ul li a { color: #fff; text-decoration: none; }
/* CSS Document */

.news{text-align:center; background:url(../img/index/bg.jpg) no-repeat 50% 0 / 100%, #F7F7F7; padding-bottom:60px;}
.news .detail{max-width:1240px; margin:0 auto; padding:0 5px; box-sizing:border-box;}
.news-title{font-size:clamp(33px, 8vw, 53px); line-height:1; position:relative; top:-22px; color:#000;}
.news-title::before{content:attr(content); display:block; font-size:min(30vw, 142px); color:transparent; background:linear-gradient(rgba(255, 255, 255, .53), transparent) no-repeat; background-clip:text; -webkit-background-clip:text; margin-bottom:-33px;}
.news-subtitle{font-size:25px; line-height:1; color:#1b1b1b;}
.news-crumb-nav{display:flex; font-size:19px; color:#151515; margin:70px 0 20px;}
.news-crumb-nav li{list-style:none;}
.news-crumb-nav li a{color:inherit;}
.news-crumb-nav li + li::before{content:'>'; margin:0 5px;}
.news-list-wrap{}
.news-list{background-color:#fff; list-style:none; text-align:left; padding:25px; border-radius:20px; margin:15px 0;}
.hide-after ~ .news-list{display:none;}
.news-list-title{font-size:21px; color:#000;}
.news-list-time{font-size:17px; color:#ff997f; margin:6px 0; display:block;}
.news-list-desc{font-size:16px; color:#555; line-height:1.5; margin-top:17px;}
.news-btn{font-size:17px; color:#343434; background-color:initial; border-radius:100vw; border:1px solid #d3d3d3; display:inline-flex; align-items:center; padding:6px 20px 6px 8px; cursor:pointer; margin-top:23px;}
.news-btn::before{content:'+'; display:grid; place-items:center; font-family:Arial; line-height:1; font-size:25px; color:#fff; width:30px; height:30px; border-radius:50%; background-color:#494949; margin-right:15px; flex:none;}
.news-btn.active::before{content:''; background-image:linear-gradient(#fff, #fff); background-repeat:no-repeat; background-size:12px 2px; background-position:center;}
/* CSS Document */

.devices{padding:33px 0; background-color:#F7F7F7;}
.devices .detail{max-width:1240px; margin:0 auto; padding:0 5px; box-sizing:border-box;}
.devices-title-x{display:flex; align-items:center; justify-content:space-between; gap:5px; margin-bottom:28px;}
.devices-title{font-size:27px; line-height:1; color:#000;}
.devices-desc{font-size:15px;}
.devices-icons{display:flex; justify-content:space-evenly; flex-flow:wrap;}
.devices-icon{list-style:none; width:130px; height:130px; background:linear-gradient(#ececec, transparent) no-repeat; display:grid; place-items:center; border-radius:20px; margin:4px 2px;}
.devices-svg{fill:#525252; color:#525252;}
/* CSS Document */

@media (max-width: 1280px) {
	body{min-width:100%;}
}

@media (max-width: 979px) {
    .detail.detail{ width:100%; margin:0 auto;padding: 0 10px;box-sizing: border-box;}
    .MainNav{display: none;}

    .devices-icons{justify-content:center;}
}

@media (max-width: 767px) {
	.news-subtitle{font-size:19px;}
	.devices-title-x{flex-flow:wrap;}
}

@media (max-width: 479px) {
	.news-list{padding:15px; border-radius:10px;}
}