@charset "utf-8";
/*banner*/
.banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.banner .swiper-slide{width: 100%;height: auto;overflow: hidden;}
.banner .swiper-slide img{width: 100%;height: 100%;display: block;}
.banner .swiper-pagination span{background:#797979; width: 0.15rem;height:0.15rem;border-radius: 100%;}/*分页符未选中样式*/
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#f6f6f6;  }/*分页符选中样式*/
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet{margin:0 0.06rem;opacity: 1;}

/*container*/
.container h1{font-size: 0.3rem;text-align: center;margin-bottom: 0.25rem;font-family: "HelveticaInserat-Roman-SemiB";color:#5e5e5e}
.container h1 a{color:#5e5e5e}

/*product*/
.product{height: auto;overflow: hidden;padding: 0.25rem 0.2rem 0.5rem;position: relative;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}
.product ul li{width: 2.9rem;height: auto;overflow: hidden;float: left;margin-right: 0.2rem;}
.product ul li:nth-child(2n){margin-right: 0;}
.product ul li img{width: 2.9rem;display: block;}
.product ul li p{text-align: center;margin: 0.2rem 0;color: #6f6f6f;}
.product .swiper-pagination{bottom: 0.3rem;}
.product .swiper-pagination span{background:#888686; width: 0.53rem;height:0.07rem;border-radius: 0;}/*分页符未选中样式*/
.product .swiper-pagination .swiper-pagination-bullet-active{background:#de0010;  }/*分页符选中样式*/

/*appearance*/
.appearance{height: auto;overflow: hidden;padding: 0.25rem 0.2rem 0.5rem;position: relative;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}
.appearance ul li{width: 1.3rem;height: auto;overflow: hidden;float: left;margin-right: 0.265rem;}
.appearance ul li:last-child{margin-right: 0;}
.appearance ul li img{width: 1.3rem;height: 1.3rem;display: block;border-radius: 100%;}
.appearance ul li p{text-align: center;margin: 0.2rem 0;color:#5e5e5e}
.appearance .swiper-pagination{bottom: 0.3rem;}
.appearance .swiper-pagination span{background:#888686; width: 0.53rem;height:0.07rem;border-radius: 0;}/*分页符未选中样式*/
.appearance .swiper-pagination .swiper-pagination-bullet-active{background:#de0010;  }/*分页符选中样式*/

/*about*/
.about{height: auto;overflow: hidden;padding: 0.25rem 0.2rem 0.5rem;position: relative;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}
.about p{line-height: 0.36rem;margin-bottom: 0.3rem;color: #5e5e5e}
.about p:last-child{margin-bottom: 0;}
.about p img{width: 100%;display: block;}
.about span{float: right;color: #de0010;font-size: 0.23rem}
