@charset "UTF-8";
@import url("./normal.css");
p {
  line-height: 2;
}

/* banner轮播图样式 */
.carousel-indicators li {
  margin-right: 5px;
}

.carousel-inner .item {
  border-bottom: none;
}

.carousel-inner .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-inner .item .img1x {
  width: 100%;
  height: 100%;
  display: block;
}

.banner {
  padding-top: 82px;
}

.carousel-indicators .active {
  width: 40px;
  height: 10px;
  border-radius: 5px;
}

/* 搜索行样式 */
.search {
  display: flex;
  justify-content: space-between;
  height: 1rem;
  line-height: 0.8rem;
  margin-top: 0.2rem;
  box-shadow: #e9e9e9 0px 4px 6px;
}

.search .left-panel {
  display: block;
  padding-left: 1rem;
  cursor: pointer;
}

.search .left-panel span {
  font-size: 1rem;
  color: #333;
}

.search .right-panel {
  padding-left: 0.8rem;
}

.search .right-panel input {
  border: none;
  height: 0.7rem;
  width: 5rem;
  border-radius: 0.35rem;
  padding-left: 0.4rem;
  background-color: #eee;
}

.search .right-panel img {
  cursor: pointer;
}

.search-m1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  box-shadow: #e9e9e9 0px 4px 6px;
}

.search-m2 {
  margin-left: 10rem;
}

.search-m3 {
  margin-left: 1rem;
}

.product-m1 {
  margin-bottom: 43px;
  padding-bottom: 0px;
  padding-top: 30px;
  width: 100%;
  height: auto;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
}

.product-m2 {
  color: var(--themeColor);
}

.product-m3 {
  position: relative;
}

.product-m3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 72px;
  height: 3px;
  background: var(--themeColor);
  margin-left: -36px;
}

.product-m4 {
  text-align: center;
  margin-bottom: 30px;
}

.product-m5 {
  color: #333333;
}

.our-m1 {
  background-image: url(https://0.rc.xiniu.com/g4/M00/01/B7/CgAG0mD0HyKAOMa3AAG183qxUd8847.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  margin-top: 60px;
}

.our-m2 {
  margin-top: 30px;
  margin-bottom: 43px;
  padding-bottom: 0px;
  padding-top: 10px;
  width: 100%;
  height: auto;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
}

.our-m3 {
  width: 100%;
  display: flex;
}

.our-m4 {
  width: 50%;
  text-align: right;
}

.our-m5 {
  width: 38rem;
}

.our-m6 {
  width: 50%;
}

.our-m7 {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 21px;
}

.our-m8 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: auto;
  color: var(--themeColor);
  font-size: 24px;
  font-weight: bold;
}

.our-m8::after {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--themeColor);
}

.our-m9 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  width: 70%;
}

.our-m10 {
  position: relative;
}

.our-m10::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 72px;
  height: 3px;
  background: var(--themeColor);
  margin-left: -36px;
}

.our-m11 {
  width: 135px;
  height: 35px;
  color: var(--themeColor);
  text-align: center;
  line-height: 35px;
  border-top-color: var(--themeColor);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: var(--themeColor);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: var(--themeColor);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: var(--themeColor);
  border-left-style: solid;
  border-left-width: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.our-m12 {
  color: var(--themeColor);
  line-height: 2;
}

.our-m12:hover {
  color: #ffffff;
  background: var(--themeColor);
}

.banner-box {
  margin-top: 3rem;
}

.banner-m1 {
  background-image: url("/images/bot_tab.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
}

.banner-m5 {
  text-align: center;
}

.banner-m5 .show-img {
  display: inline-block;
}

.banner-m5 .no-img {
  display: none;
}

.banner-m5 .banner-txt {
  margin-top: 0.6rem;
}

.banner-m5 .banner-txt a {
  color: #fff;
}

.banner-m5:hover .show-img {
  display: none;
}

.banner-m5:hover .no-img {
  display: inline-block;
}

.carousel-m1 {
  display: flex;
  justify-content: center;
}

.carousel-m2 {
  width: 16rem;
  border: 1px solid #e9e9e9;
}

.carousel-m3 {
  width: 16rem;
  border: 1px solid #e9e9e9;
  margin-left: 1rem;
}

.health-m1 {
  color: var(--themeColor);
}

.xq-00 {
  width: 100%;
  text-align: -webkit-center;
  height: 100px;
  margin-top: 2rem;
  margin-bottom: -3rem;
}

.xq-01 {
  width: 135px;
  height: 35px;
  color: var(--themeColor);
  text-align: center;
  line-height: 35px;
  border-top-color: var(--themeColor);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: var(--themeColor);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: var(--themeColor);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: var(--themeColor);
  border-left-style: solid;
  border-left-width: 1px;
}

.xq-02 {
  color: var(--themeColor);
}

.xq-02:hover {
  color: #ffffff;
  background: var(--themeColor);
}

.carousel-caption {
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
}

.yq-1 {
  border-top: 1px solid #e9e9e9;
  height: 60px;
  display: flex;
  align-items: center;
}

.yq-2 {
  color: #666;
  font-size: 14px;
  margin-left: 11rem;
}

.yq-3 {
  margin-left: 12px;
  font-size: 14px;
}

.yq-3:hover {
  text-decoration: underline;
}

.yq-4 {
  display: flex;
}

.pro-out {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  /*取消图片底部3像素距离*/
}

.pro-out .box {
  /* border: 2px solid tan; */
  position: relative;
  overflow: hidden;
  height: 320px;
}

.pro-out .box #ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-evenly;
}

.pro-out .box #ul li {
  cursor: pointer;
  padding-left: 0;
}

.pro-out .box #ul li .xs-li {
  text-align: center;
  position: relative;
}

.pro-out .box #ul li .xs-li .home-img {
  width: 278px;
  height: 220px;
  overflow: hidden;
}

.pro-out .box #ul li .xs-li .home-img .img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.pro-out .box #ul li .xs-li .home-img .img-box .xs-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro-out .box #ul li .xs-li .mask {
  position: absolute;
  padding: 80px 20px;
  top: 0;
  left: 0px;
  width: 278px;
  height: 278px;
  color: #fff;
  background: var(--themeColor);
  opacity: 0;
}

.pro-out .box #ul li .xs-li .mask p {
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}

.pro-out .box #ul li .xs-li .mask .look {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  margin-top: 40px;
}

.pro-out .box #ul li .xs-li .addstyle {
  margin-top: 8px;
}

.pro-out .box #ul li .xs-li .protitle {
  color: #666;
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pro-out .box #ul li .xs-li :hover .protitle {
  color: var(--themeColor);
}

.pro-out .box #ul li .xs-li :hover .mask {
  opacity: 0.8;
}

.pro-out .box #ul li .xs-li:hover .protitle {
  color: var(--themeColor);
}

.pro-out #left,
.pro-out #right {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  /* display: none; */
}

.pro-out #left {
  background: url("/images/left.jpg") no-repeat;
  background-size: 100%;
  left: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}

.pro-out #right {
  background: url("/images/right.jpg") no-repeat;
  background-size: 100%;
  right: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}

.pro-out .dot {
  display: none;
}

.xw-out {
  position: relative;
  display: flex;
  justify-content: center;
  /*取消图片底部3像素距离*/
}

.xw-out .box {
  /* border: 2px solid tan; */
  position: relative;
  overflow: hidden;
  height: 400px;
}

.xw-out .box #ulxw {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 400px;
}

.xw-out .box #ulxw li {
  cursor: pointer;
  float: left;
  padding-left: 0;
}

.xw-out .box #ulxw li img {
  width: 376px;
  height: 288px;
  vertical-align: top;
  border-radius: 0.5rem;
  object-fit: cover;
}

.xw-out .box #ulxw li .xw-title {
  width: 240px;
  flex: 1;
  height: 1.5rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xw-out .box #ulxw li:hover .xw-img {
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
}

.xw-out .box #ulxw li:hover .xw-img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

.xw-out .box #ulxw li:hover .xw-title {
  width: 240px;
  color: var(--themeColor);
}

.xw-out #leftxw,
.xw-out #rightxw {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  /* display: none; */
}

.xw-out #leftxw {
  background: url("/images/left.jpg") no-repeat;
  background-size: 100%;
  left: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}

.xw-out #rightxw {
  background: url("/images/right.jpg") no-repeat;
  background-size: 100%;
  right: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}

.xw-out .dotxw {
  display: none;
}

.col-lg-div {
  border-radius: 0.5rem;
  overflow: hidden;
}

.xw-co1 {
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}

.xw-co2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.xw-co3 {
  display: flex;
  align-items: center;
  color: #716f6f;
}

.xw-co4 {
  font-size: 12px;
  margin-left: 6px;
  color: #b7b7b7;
}

.xw-co5 {
  line-height: 25px;
  font-size: 14px;
  text-align: left;
  width: 350px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .xw-co5 {
    width: 300px;
  }
  .protitle {
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .intro {
    width: 155px;
  }
  p {
    line-height: 2.5 !important;
  }
  .product-m1 {
    margin-bottom: 25px;
  }
  .our-m2 {
    margin-bottom: 25px;
  }
  .pro-out .box #ul li .xs-li .addstyle {
    text-align: left;
    padding: 0 10px;
  }
  .banner {
    padding-top: 72px;
  }
  .carousel-indicators .active {
    width: 24px;
    height: 6px;
    border-radius: 3px;
  }
  .our-m10 {
    font-size: 24px;
    position: relative;
  }
  .our-m10::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 53%;
    width: 50px;
    height: 3px;
    background: var(--themeColor);
    margin-left: -36px;
  }
  .product-m3 {
    font-size: 24px;
    position: relative;
  }
  .product-m3::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 53%;
    width: 50px;
    height: 3px;
    background: var(--themeColor);
    margin-left: -36px;
  }
  .search {
    display: block;
    height: 3.8rem;
  }
  .search .left-panel {
    width: 90%;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .search .right-panel {
    width: 90%;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-top: 0.4rem;
  }
  .search .right-panel input {
    width: 90%;
    height: 1.4rem;
    border-radius: 0.7rem;
  }
  .search-m1 {
    display: block;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
  }
  .search-m1 .ipt {
    width: 103%;
  }
  .search-m2 {
    margin-left: 2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .search-m2 span {
    color: #666;
  }
  .product-m2 {
    font-size: 24px;
  }
  .product-m4 {
    display: block;
  }
  .our-m1 {
    background: none;
    margin-top: 0px;
  }
  .our-m3 {
    display: block;
  }
  .our-m4 {
    width: 100%;
  }
  .our-m5 {
    width: 96%;
    margin-right: 2%;
  }
  .our-m6 {
    width: 96%;
    margin-right: 2%;
  }
  .our-m7 {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .our-m9 {
    width: 100%;
    line-height: 24px;
  }
  .banner-m1 {
    background-image: url("/images/bot_tab.jpg");
    background-position: center;
    background-repeat: inherit;
    min-height: 400px;
  }
  .health-m1 {
    font-size: 24px;
  }
  .carousel-xw {
    display: inline-block;
    height: 410px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .yq-1 {
    display: none;
  }
  .carousel-new-1 {
    display: none;
  }
  .xw-co2 {
    display: block;
  }
  .xw-co3 {
    margin-top: 9px;
  }
  .xw-co4 {
    margin-left: 10px;
  }
  .xw-title {
    width: auto;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .xq-00 {
    margin-top: 0rem;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  .pro-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .pro-out .box {
    height: 250px;
    /* border: 2px solid tan; */
  }
  .pro-out .box #ul {
    width: 13rem;
  }
  .pro-out .box #ul li {
    width: 100%;
    padding-left: .5rem;
  }
  .pro-out .box #ul li .home-img {
    width: 188px;
    height: 138px;
  }
  .pro-out .box #ul li .home-img .xs-li .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-out .box #ul li .home-img .xs-li .img-box .xs-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pro-out #left,
  .pro-out #right {
    display: none;
  }
  .pro-out #left {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out #right {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out .dot {
    display: none;
  }
  .xw-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .xw-out .box {
    /* border: 2px solid tan; */
  }
  .xw-out .box #ulxw {
    width: 100%;
  }
  .xw-out .box #ulxw li {
    width: 375px;
    padding-left: 1.3rem;
  }
  .xw-out .box #ulxw li img {
    height: 17rem;
  }
  .xw-out #leftxw,
  .xw-out #rightxw {
    display: none;
  }
  .xw-out #leftxw {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out #rightxw {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out .dotxw {
    display: none;
  }
}

@media (min-width: 390px) and (max-width: 414px) {
  .pro-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .pro-out .box {
    height: 230px;
    /* border: 2px solid tan; */
  }
  .pro-out .box #ul {
    width: 13rem;
  }
  .pro-out .box #ul li {
    width: 100%;
    padding-left: .5rem;
  }
  .pro-out .box #ul li .xs-li .home-img {
    width: 175px;
    height: 125px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box .xs-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pro-out #left,
  .pro-out #right {
    display: none;
  }
  .pro-out #left {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out #right {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out .dot {
    display: none;
  }
  .xw-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .xw-out .box {
    /* border: 2px solid tan; */
  }
  .xw-out .box #ulxw {
    width: 100%;
  }
  .xw-out .box #ulxw li {
    width: 375px;
    padding-right: 5px;
    padding-left: 20px !important;
  }
  .xw-out .box #ulxw li img {
    height: 16rem;
  }
  .xw-out #leftxw,
  .xw-out #rightxw {
    display: none;
  }
  .xw-out #leftxw {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out #rightxw {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out .dotxw {
    display: none;
  }
}

@media (min-width: 376px) and (max-width: 390px) {
  .pro-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .pro-out .box {
    height: 230px;
    /* border: 2px solid tan; */
  }
  .pro-out .box #ul {
    width: 13rem;
  }
  .pro-out .box #ul li {
    width: 100%;
    padding-left: .5rem;
  }
  .pro-out .box #ul li .xs-li .home-img {
    width: 175px;
    height: 125px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box .xs-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pro-out #left,
  .pro-out #right {
    display: none;
  }
  .pro-out #left {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out #right {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out .dot {
    display: none;
  }
  .xw-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .xw-out .box {
    /* border: 2px solid tan; */
  }
  .xw-out .box #ulxw {
    width: 100%;
  }
  .xw-out .box #ulxw li {
    width: 375px;
    padding-left: .5rem;
  }
  .xw-out .box #ulxw li img {
    height: 16rem;
  }
  .xw-out #leftxw,
  .xw-out #rightxw {
    display: none;
  }
  .xw-out #leftxw {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out #rightxw {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out .dotxw {
    display: none;
  }
}

@media (min-width: 360px) and (max-width: 376px) {
  .pro-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .pro-out .box {
    height: 230px;
    /* border: 2px solid tan; */
  }
  .pro-out .box #ul {
    width: 13rem;
  }
  .pro-out .box #ul li {
    width: 100%;
    padding-left: .4rem;
    padding-right: .5rem;
  }
  .pro-out .box #ul li .xs-li .home-img {
    width: 175px;
    height: 125px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box .xs-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pro-out #left,
  .pro-out #right {
    display: none;
  }
  .pro-out #left {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out #right {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out .dot {
    display: none;
  }
  .xw-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .xw-out .box {
    /* border: 2px solid tan; */
  }
  .xw-out .box #ulxw {
    width: 100%;
  }
  .xw-out .box #ulxw li {
    width: 375px;
    padding-left: 30px;
  }
  .xw-out .box #ulxw li img {
    height: 16rem;
  }
  .xw-out #leftxw,
  .xw-out #rightxw {
    display: none;
  }
  .xw-out #leftxw {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out #rightxw {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out .dotxw {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 360px) {
  .pro-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .pro-out .box {
    height: 215px;
    /* border: 2px solid tan; */
  }
  .pro-out .box #ul {
    width: 13rem;
  }
  .pro-out .box #ul li {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .pro-out .box #ul li .xs-li .home-img {
    width: 160px;
    height: 110px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-out .box #ul li .xs-li .home-img .img-box .xs-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pro-out #left,
  .pro-out #right {
    display: none;
  }
  .pro-out #left {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out #right {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .pro-out .dot {
    display: none;
  }
  .xw-out {
    position: static;
    display: block;
    /*取消图片底部3像素距离*/
  }
  .xw-out .box {
    /* border: 2px solid tan; */
  }
  .xw-out .box #ulxw {
    width: 100%;
  }
  .xw-out .box #ulxw li {
    width: 375px;
    padding-left: 30px;
  }
  .xw-out .box #ulxw li img {
    height: 16rem;
  }
  .xw-out #leftxw,
  .xw-out #rightxw {
    display: none;
  }
  .xw-out #leftxw {
    background: url("/images/left.jpg") no-repeat;
    background-size: 100%;
    left: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out #rightxw {
    background: url("/images/right.jpg") no-repeat;
    background-size: 100%;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .xw-out .dotxw {
    display: none;
  }
}
