.warm{
	margin-top: 60px;
	width: 100%;
}
.banner{
	/*background-image: url("/image/index_banner.png");*/
	width: 100%;
	/*height: 760px;*/
	/*background-size: contain;
	background-repeat: no-repeat;*/
	position: relative;
}
.banner-box{
	position: absolute;
	width: 650px;
	height: 350px;
	top: 100px;
	left: 200px;
	background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding-top: 65px;
    color: #020202;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.banner-box .title{
	font-size: 62px;
	font-weight: 500;
	padding-left: 45px;
}
.banner-box .subtitle{
	margin-top: 15px;
	font-size: 24px;
	padding-left: 45px;
}
.banner-box .btn{
	margin-top: 40px;
	margin-left: 40px;
	background-color: #00b0f0;
	padding: 10px 20px;
}
.banner-box .btn a{
	color: #fff;
	font-size: 18px;
	text-decoration: none
}
.banner-box .btn:hover{
	background-color: #00b0f0;
	cursor: pointer
}
.banner img{
	width: 100%;
}
.product{
	max-width: 1340px;
	margin: 30px auto;
	z-index: 100;
}
.product .header{
	display: flex;
    justify-content: space-between;
}
.product .header .theme .title{
	font-size: 58.43px;
}
.product .header .theme .subtitle{
	font-size: 30px;
}
.product .header .more{
	margin-top: 35px;
}
/*.product .header .more a{
	text-decoration:none;
	color: #003399;
}*/
.product-banner{
	/*height: 400px;*/
	display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.product-banner .btn{
	width: 52px;
	height: 52px;
	background-size: contain;
	background-repeat: no-repeat;
	/*line-height: 400px;*/
	margin-top: 210px;
}
.product-banner .btn-left{
	background-image: url("/image/btn_left.png");
}
.product-banner .btn-right{
	background-image: url("/image/btn_right.png");
}
.product-banner .banner{
	/*padding: 30px;*/
	width: 320px;
	height: 408px;
}
.banner-item{
	margin-top: 56px;
	text-align: center;
}
.banner-item .title{
	font-size: 26px;
	margin-top: 41px;
	margin-bottom: 62px;
}
.product-banner .banner-left{
	box-shadow: -10px 6px 25px 0px rgba(24, 36, 67, 0.16)
}
.product-banner .banner-right{
	box-shadow: 10px 6px 25px 0px rgba(24, 36, 67, 0.16)
}
.product-banner .banner-center{
	/*margin: auto 5px;*/
	padding: 52px 0 0;
	text-align: center;
	border: 2px solid #00b0f0;
	width: 452px;
	height: 520px;
}
.banner-center .title{
	font-size: 30px;
	/*margin-top: 55px;*/
	margin-bottom: 30px;
}
.product-banner .img{
	width: 230px;
	height: 230px;
	padding-top: 83px;
}
.product-banner .img-center{
	width: 100%;
	/*height: 100%;*/
	width: 400px;
	height: 400px;
}
.banner-content{
	display: flex;
    justify-content: center;
}
.banner-content img{
	cursor:pointer;
}
.banner-line{
	background-image: url("/image/index_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 560px;
	position: absolute;
	top: 1100px;
	z-index: -99;
}
.banner-line2{
	background-image: url("/image/index_line2.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 50px;
	z-index: -99;
}
.about{
	/*background-image: url("/image/index_about.png");*/
	max-width: 1340px;
	margin: 0 auto;
	/*height: 796px;*/
	height: 520px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
}
.about .about-content{
	width: 450px;
	height: 100%;
	background-color: rgba(230, 230, 230, 0.8);
}
.about .title{
	padding: 20px 0 0 29px;
	font-size: 58.47px;
	font-weight: bold;
	color: #333333;
}
.about .subtitle{
	padding: 5px 0 0 29px;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
}
.about .line{
	border-top: 2px #999 solid;
	width: 40px;
	margin:20px 30px 0;
}
.about .content{
	padding: 15px 36px 0 29px;
	color: #999;
	font-size: 18px;
}
.more{
	/*padding-left:37px;
	padding-top: 79px;*/
}
.more a{
	border-bottom: 1px #00b0f0 solid;
	border-left: 1px #00b0f0 solid;
	border-right: 1px #00b0f0 solid;
	border-top: 2px #00b0f0 solid;
	padding: 15px 52px;
	text-decoration:none;
	font-size: 24px;
	color: #00b0f0;
}
.news-background{
	background-image: url("/image/index_line2.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -99;
	padding: 15px 0;
}
.news{
	max-width: 1340px;
	margin: 30px auto;
	z-index: 100;
	height: 550px;
}
.news .header{
	display: flex;
    justify-content: space-between;
}
.news .header .theme .title{
	font-size: 58px;
}
.news .header .theme .subtitle{
	font-size: 30px;
}
.news .header .more{
	margin-top: 35px;
}
.news-content{
	display: flex;
    justify-content: start;
    margin-top: 35px;
}
.news-content .news-banner{
	background-image: url("/image/index_news.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 594px;
	height: 416px;
}
.news-content .news-banner .news-banner-tips{
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-top: 368px;
	/*background-color: rgba(255, 255, 255, 0.8);*/
}
.news-content .news-list{
	padding-left:35px;
}
.news-content .news-item{
	margin-bottom: 20px;
	max-width: 800px;
}
.news-list .title{
	font-size: 18px;
	color:#333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
}
.news-list .timer{
	font-size: 16px;
	color: #999;
}

