/*-- banner --*/
.banner-wrapper{
max-height: 350px;
/*height: auto;*/}
.swiper-wrapper{max-height: 160px;}
.swiper-slide{position: relative;height: auto;}
.swiper-slide h2{display: block;font-size: 4.2rem;color: #fff;letter-spacing: 15px;text-align: center;}
.swiper-slide .banner-title-wraper{width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index: 1;justify-content: center;}


.product-detail-wrap{max-width: 1200px;margin: 60px auto 100px;width: 90%;flex-wrap: wrap;}
.product-detail-wrap img{width: 37%;}
.product-detail-wrap .information {flex-wrap: wrap;flex: 1;align-items: flex-start;/*background:url(../images/radar.jpg) no-repeat;background-size: 450px 450px;background-position: center;*/}
.product-detail-wrap .information dl{width:310px;

/*height: 300px;--*/
margin:25px;}
.product-detail-wrap .information dl dt{font-size: 2rem;font-weight: bold;margin-bottom: 15px;letter-spacing: 5px;}
.product-detail-wrap .information dl dd{line-height: 3rem;}
.product-detail-wrap .information dl dd::first-letter {font-size: 2.5rem;font-weight: 600;float: left;letter-spacing: 0;margin: 15px 25px 0 25px;text-align: center;}

/*-- Responsive Style ----*/
@media (max-width:1100px){
	.swiper-slide h2{font-size: 3rem;h}
	.nav-inner .operations .language{display: none;}
	.banner-wrapper .swiper-wrapper{width:100%; }
	.product-detail-wrap{margin-top: 5rem;}
	.product-detail-wrap img{margin: 0 auto;width: 60%;}
	.product-detail-wrap .information{background:none;}
}
