 @charset "utf-8";
 /* CSS Document */
 
 ::-webkit-input-placeholder {
     /* WebKit browsers */
     color: #999999;
     font-size: 14px;
     opacity: 1;
 }
 
 ::-moz-placeholder {
     /* Mozilla Firefox 19+ */
     color: #999999;
     font-size: 14px;
     opacity: 1;
     padding-left: 10px
 }
 
 :-ms-input-placeholder {
     /* Internet Explorer 10+ */
     color: #999999;
     font-size: 14px;
     opacity: 1;
     padding-left: 10px
 }
 /* .layui-container{
                padding: 0;
            } */
 
 html {
     font-size: 16px;
     
 }
 
 .navmob {
     display: none;
 }
 
 .bannersize {
     height: 100vh!important;
 }
 
 .top {
     position: fixed;
     z-index: 5;
     width: 100%;
     top: 0
 }
 
 nav a {
     font-size: 1rem;
 }
 
 .nav-list {
     padding: 28px 6px;
     margin: 0px 30px;
     transition: all 0.3s ease;
     position: relative;
 }
 
 .nav-list:hover a {
     color: #19196f;
     font-weight: bold;
 }
 
 .nav-list::after {
     content: "";
     display: block;
     width: 0%;
     height: 3px;
     background-color: #19196f;
     position: absolute;
     opacity: 1;
     bottom: 0;
     left: 0px;
     right: auto;
     top: auto;
     z-index: 20;
 }
 
 .nav-list:hover::after {
     transition: all 0.3s ease;
     width: 100%;
 }
 
 .banner-link {
     position: absolute;
     left: 235px;
     top: 570px;
     z-index: 20;
 }
 
 .banner-link a:hover {
     color: #fff
 }
 
 .banner-link-1 {
     width: 164px;
     line-height: 44px;
     background: #7e8c96;
     text-align: center;
     color: #fff;
     border-radius: 20.5px;
 }
 
 .banner-link-2 {
     width: 164px;
     line-height: 44px;
     background: #ff8c00;
     text-align: center;
     color: #fff;
     border-radius: 20.5px;
     text-transform: uppercase;
     margin-left: 20px;
 }
 
 main{
     background: #ebf1f6;
 }
 /* 热门分类 */
 
 .hot-cate {
     background: url(../images/cate-bg.png) no-repeat;
     padding: 40px 0;
 }
 
 .hot-cast-item:hover .hc-item-img-cloak {
     height: 100%;
 }
 /* 旋转木马 */
 
 .poster-main {
     position: relative;
     margin-top: 30px;
     width: 100%!important;
 }
 
 .poster-list {
     width: 100%!important;
 }
 
 .poster-item {}
 
 .poster-main .poster-list .poster-item {
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .poster-main .poster-btn {
     top: 0;
     cursor: pointer;
 }
 
 .poster-item-img img {
     width: 100%;
 }
 
 .poster-btn {
     width: 25px!important;
     height: 25px!important;
 }
 
 .poster-prev-btn {
     background: url(../images/prev.png) no-repeat center center;
 }
 
 .poster-next-btn {
     background: url(../images/next.png) no-repeat center center;
 }
 
 .botn-mid {
     width: 2px;
     height: 25px;
     background: #989898;
     margin: 0 10px;
 }
 /* 产品 */
 
 .goods {
     background: url(../images/goods-bg.jpg) no-repeat left center;
     padding: 46px 0;
 }
 
 .title h2 {
     background: url(../images/star.png) no-repeat left center;
     padding-left: 33px;
     color: #333333;
     font-size: 1.5rem;
     margin-left: 40px;
 }
 
 .title h3 {
     color: #333333;
     margin-left: 50px;
 }
 
 .title-more {
     color: #333333;
     width: 184px;
     display: block;
     line-height: 60px;
     border: 1px solid #fff;
     text-align: center;
     border-radius: 60px;
 }
 
 .title-more:hover {
     color: #333333
 }
 
 .goods-list-item {
     width: 24.24%;
     margin: 22.5px 6px;
 }
 
 .goods-img {
     width: 100%;
     height: 329px;
     object-fit: cover;
 }
 
 .goods-sum {
     padding: 30px 20px;
     background: #424242;
     transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
 }
 
 .goods-sum h3 {
     color: #fff;
 }
 
 .goods-list-item:hover .goods-sum {
     background: #ff8c00;
 }
 /* 新闻 */
 
 .news {
         background: #ebf1f6;
     padding: 46px 0;
 }
 
 .news-list li {
     margin: 40px 10px;
     width: 23%;
 }
 
 .news-img {
     width: 100%;
     height: 407px;
     object-fit: cover;
 }
 
 .news-list-sum {
     width: 95%;
     left: calc(50% - 47.5%);
     bottom: 10px;
     position: absolute;
     background: rgba(255, 255, 255, 0.9);
     padding: 10px 0;
     transition: all 0.6s;
 }
 
 .news-list-sum-title {
     padding: 0 1em;
 }
 
 .news-list-sum-title h3 {
     font-size: 1rem;
     color: #333
 }
 
 .news-list-sum-title span {
     font-size: 12px;
     color: #666666
 }
 
 .news-list-sum p {
     color: #666666;
     font-size: 0.875rem;
     line-height: 1.5em;
     padding: 0 1em;
     margin-top: 0px;
     height: 0;
     overflow: hidden;
     transition: all 0.6s;
     opacity: 0;
 }
 
 .news-list li:hover h3 {
     font-weight: bold;
 }
 
 .news-list li:hover p {
     height: auto;
     margin-top: 36px;
     opacity: 1;
 }
 
 .news-list li:hover .news-list-sum {
     padding: 40px 0;
 }
 
 .news-left {
     background: #ebf1f6;
     padding: 40px;
 }
 
 .news-left-img {
     width: 100%;
     height: 300px;
     object-fit: cover;
 }
 
 .news-left-cont {
     padding-left: 40px;
     height: 300px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 .news-left-cont h3 {
     font-size: 18px;
     font-weight: bold;
 }
 
 .news-left-cont p {
     color: #333;
     font-size: 16px;
 }
 
 .news-right {
     background: #ebf1f6;
     padding: 40px;
 }
 
 .news-right-cont {
     height: 96px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 /* 底部 */
 
 footer {
     background: #ebf1f6;
     padding: 25px 0;
     border-top: 1px solid #999;
 }
 
 footer p {
     text-align: center;
     color: #5f5f5f
 }
 
 footer p a {
     color: #5f5f5f;
     padding: 0px 10px;
 }
 .foot-cont{
     margin: 20px 0;
 }
 .foot-cont-item{
     margin: 0 100px;
 }
 .foot-cont-item p{
     text-align: left;
     line-height: 2em;
 }
 .foot-cont-item img{
     margin-right: 15px;
 }
 .clwh {
     position: fixed;
     height: 49px;
     bottom: 0;
     background: #f6f6f6;
     width: 100%;
     z-index: 10;
     display: none;
     box-shadow: 0 -1px 2px #ddd;
 }
 /*内页*/
 .nei-post {
     background: #fff;
     margin-top: 77px;
     min-height: 84vh;
     background: #f0f6fa;
 }
 
 .path {
     color: #666;
     font-size: 14px;
 }
 
 .path a {
     color: 666;
     font-size: 12px;
 }
 
 .goods-cate {
     margin: 20px 0;
 }
 
 .goods-cate li {
     width: 10%;
     text-align: center;
     font-size: 1rem;
     background: #e2e2e2;
     margin: 0 5px;
     padding: 0.5em 0;
     border-radius: 2em;
 }
 
 .goods-cate li:hover {
     background: #19196f;
 }
 
 .goods-cate li:hover a {
     color: #fff
 }
 
 .nei-grey {
     background-color: #efefef;
     padding: 20px 0;
     
 }
 
 .nei-grey h2 {
     color: #818181
 }
 
 article {
     padding: 40px 0;
     background: #f0f6fa;
 }
 
 .goods-left,
 .goods-right {
     width: 50%;
 }
 
 .goods-left {
     text-align: center;
 }
 
 .goods-left img {
     max-width: 100%;
 }
 
 .goods-right-box {
     width: 80%;
 }
 
 .goods-right-box h1 {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
 }
 
 .goods-cont-txt {
     margin: 10px auto;
     width: 90%;
 }
 
 .goods-cont-txt img {
     max-width: 100%;
 }
 /*首页产品选择 */
 
 
 
.BS-box{
    margin: 60px 0;
}
.BimgList{
    width: 65%;
}

.BimgItem {
    display: none;
}

.BimgItem.active {
    display: block
}
.BimgItem-img{
    padding: 30px 60px;
    border: 2px solid  #8a8f93;
    
}
.BimgItem-img img {
    width: 438px;
    height: 330px;
    object-fit: cover;
}
.BimgItem-sum{
    height: 394px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.BimgItem-sum h3{
    color:#33363b;
    font-size: 24px;
    font-weight: bold;
}
.BimgItem-sum-txt{
    font-size: 16px;
    color:#33363b;
    line-height: 2em;
    max-height: 96px;
    overflow: hidden;
    width: 80%;
}
.BimgItem-sum-top{
    width: 27px;
    height: 9px;
    border-radius: 9px;
    background: #2d3035;
}
.SimgList{
    width: 20%;
}
.SimgStem {
    position: relative;
    padding-left: 16px;
    margin: 10px 0;
}

.SimgStem img {
    width: 135px;
    height: 100px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.SimgStem.active img {
    border: 2px solid #0c1015;
}

.SimgStem.active {
    background: url(../images/triangle.png) no-repeat center left;
}
 
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background-color:#ff8c00
}
 
 
 
 
 
 
 @media screen and (min-width: 1815px) {
     .layui-container {
         width: 1815px;
     }
 }
 
 @media screen and (max-width: 1815px) {
     .goods-img {
         height: 207px;
     }
     .BimgList{
         width: 75%;
     }
         .foot-cont-item{
         margin: 0 50px;
     }
     .goods-list-item {
         width: 32%;
         margin: 15px 6px;
     }
      .goods-cate li {
         width: 23%;
         margin: 5px 5px;
     }
 }
 
 @media screen and (max-width: 1462px) {
     .hot-cate {
         display: none;
     }
     
 }
 
 @media screen and (max-width:1200px) {
     .SimgList{
         width:100%;
         margin-top: 20px;
     }
     .BimgList{
        width: 100%;
    }
      .SimgList{
          display: flex;
      }  
     .SimgStem{
         margin: 10px;
     }
     
     .hot-cate {
         display: none;
     }
     .nav-list {
         margin: 0 10px;
     }
     .bannersize {
         height: 60vh!important;
     }
     .banner-link {
         display: none;
     }
     .goods-img {
         height: 171px;
     }
     .goods-sum {
         padding: 10px;
     }
     .news-list li {
         margin: 30px 0;
         width: 48%;
     }
     .news-img {
         height: 450px;
     }
     .hot-cast-item {
         height: 30vh;
     }
     .goods-cate li {
         width: 23%;
         margin: 5px 5px;
     }
     .news-left,
     .news-right {
         padding: 20px;
     }
      .foot-cont-item{
         margin: 0 10px;
     }
      
 }
 
 @media screen and (max-width:992px) {
     .goods-list-item {
         width: 45%;
         margin: 20px 6px;
     }
     .goods-sum img{
         display: none;
     }
      .goods-sum h3{
          height: 21px;
          overflow: hidden;
      }
     .goods-img {
         height: 260px;
     }
     .goods-left,
     .goods-right {
         width: 100%;
     }
     .goods-right {
         margin: 20px 0;
     }
     .goods-left img {
         width: 100%;
     }
     .goods-right-box {
         width: 100%;
     }
     .goods-cont-txt {
         width: 100%;
     }
     .BimgItem-img{
         padding: 0;
     }
     .BimgItem-img img{
         width: 350px;
         height: 264px;
     }
     .BimgItem-sum{
         height: 264px;
     }
      .foot-cont{
        display: none;
     }
     
 }
 
 @media screen and (max-width:768px) {
     .bannersize {
         height: 60vh!important;
     }
     .nav-list {
         margin: 0px;
     }
     .BimgItem-sum{
         width: 50%;
     }
     .BimgItem-img{
         width: 50%;
     }
     .BimgItem-img img{
         width: 100%;
     }
     .SimgStem{
         margin: 10px 0;
         width: 23%;
     }
     .SimgList{
         justify-content: space-between;
     }
     .SimgStem img{
         width: 100%;
         height: auto;
     }
    
 }
 
 @media screen and (max-width:480px) {
     .bannersize {
         height: 35vh!important;
     }
     .bannersize button {
         display: none;
     }
     nav {
         display: none!important;
     }
     .logo-img img {
         width: 100px;
     }
     .top {
         padding: 10px 0;
     }
     .hot-cast-item {
         width: 100%;
         height: 25vh;
     }
     .title h2 {
         margin-left: 0;
     }
     .title h3 {
         margin-left: 10px;
     }
     .title-more {
         width: 80px;
         line-height: 2em;
     }
     .goods-img {
         height: 137px;
     }
     .news-list li {
         margin: 10px 0;
         width: 100%;
     }
     .news-list p {
         height: auto;
         opacity: 1;
         margin-top: 10px;
     }
     .navmob {
         display: block;
     }
     .clwh {
         display: block;
     }
     footer {
         margin-bottom: 49px;
     }
     .goods-cate li {
         width: 31%;
         margin: 5px 2.5px;
         font-size: 12px;
         height: 28px;
         overflow: hidden;
         padding: 0;
         line-height: 28px;
     }
     .goods-cate {
         justify-content: left;
         margin: 5px 0;
     }
     .nei-post {
         margin-top: 60px;
     }
     .news-left-img {
         height: 157px;
     }
     .news-left {
         padding: 10px 5px;
     }
     .news-left-cont {
         padding-left: 10px;
          height: 157px;
         overflow: hidden;
     }
     .news-left-cont img {
         display: none;
     }
     .BimgItem-sum-txt{
         display: none;
     }
      .BimgItem-img img{
         
         height: 141px;
     }
     .BimgItem-sum{
          height: 141px;
     }
     .BimgItem-sum h3{
         font-size: 18px;
     }
     .goods-cont-txt p{
         padding-left: 0!important;
     }
     .news-img {
        height: 200px;
    }
    .news-left-cont h3 {
        font-size: 14px;
    }
	 .news{
	 	padding:15px 0
	 
	 }
	 .title h2{
	 font-size: 16px;
		 padding-top:5px ;
		 padding-bottom:5px
	 }
	 .title h3{
		 font-size: 14px;
	 }
	 .title-more{
		 font-size: 12px;
	 }
	 .BimgItem-sum h3{
		 	 font-size: 16px;
	 }
	 .news-left-cont p{
	 font-size: 12px;
	 }
	 .news-left-cont .fjsb{
	 font-size: 12px;
	 }
	 footer{
	 font-size: 12px;
	 }
	 .goods{
	 
	  	padding:15px 0
	 }
	 .goods-sum h3{
	  font-size: 12px;
	 }
	 .goods-sum{
	 padding:5px
	 }
	 .news-img{
	 	height:300px
	 }
	 .link{
	 	display:none
	 }
 }