
html,body{ font-family:Arial, Helvetica, sans-serif !important}

a:hover{ text-decoration:none}
.home .content{
    width: 92%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .content .warp .title p{
    font-size: 16px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #2D2C2C;
}
.home .content .warp .title .line{
    width: 1495px;
    height: 1px;
    background: #ECECEC;
    margin-top: 23px;
}



.home .content .warp .searchs {
  max-width: 37.5rem;
  /*margin: 0 auto;*/
  padding-top:40px;
  
}

.clearfix {
  zoom: 1;
}

.home .content .warp .searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 0.0625rem solid #cdcdcd;
  color: #a2a2a2;
  font-size: 1rem;
  height: 4.25rem;
  line-height: 4.25rem;
  transition: 0.4s;
  box-sizing: border-box;
  /*font-family: Source Han Sans CN;*/
   font-size: 14px;
}


.home .content .warp .searchs .serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 4.25rem;
  text-align: center;
  line-height: 4.25rem;
  background: rgba(198, 0, 0, 0.92);
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.44s;
  /*font-family: Source Han Sans CN;*/
  font-size: 14px;
}




.home .content .warp .details{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.home .content .warp .details .text{
    margin-top: 68px;
	width:15%;
}
.home .content .warp .details .text p{
    font-size: 12px;
    /*font-family: Nexa Text-Trial;*/
    font-weight: normal;
    color: #5B5B5B;
    margin-bottom: 25px;
}
.home .content .warp .details .text span{
    font-size: 34px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #1E1E1E;
}
.home .content .warp .details .text .li_bot{
    margin-top: 20px;
}

.home .content .warp .details .text .li_bot li{ cursor:pointer !important;}

.home .content .warp .details .text .li_bot li:hover{cursor:pointer !important}

.home .content .warp .details .text .li_bot li li a{font-size: 14px !important;}
.home .content .warp .details .text .li_bot li li{ padding-left:10px;}

.home .content .warp .details .text .li_bot a{
    font-size: 18px !important;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #474747;
    line-height:32px;
	margin-bottom:15px;
    display: block;
    transition: 0.6s;
  

}
.home .content .warp .details .text .li_bot a:hover{
    color: #d71518;
	cursor:pointer !important;
}

.home .content .warp .details .text .li_bot li.hover a{color: #d71518;}
.home .content .warp .details .text .li_bot li.hover li a{color: #474747;}
.home .content .warp .details .text .li_bot li.hover a:hover{color: #d71518;}

.home .content .warp .details .text .li_bot li li.hover a{color: #d71518;}



.home .content .warp .details .text .li_bot li.hover{ color:#d71518}



.submenu {display:none !important;}
.showsub .submenu {display:block !important;}
.sonmenu {display:none;}





.home .content .warp .details .right{
    /*width: 1170px;*/
}



.home .content .warp{
    width: 1570px;
    margin: auto;
}



.home .content .prolist-details{
    margin-top: 39px;
	float:left;
	width:79%;
}
.home .content .prolist-details .item{
    height:auto; 
	overflow:hidden;
   margin-top:20px;

   
}
/*.home .content .prolist-details .item:nth-child(4n){
    margin-right: 0;
}
.home .content .prolist-details .item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #d71518;
    transition: 0.6s;
}
.home .content .prolist-details .item:hover:after{
	width:100%;


}*/
.home .content .prolist-details .item .images{
	overflow:hidden;
    
	
}
.home .content .prolist-details .item .images:hover img{
    transform: scale(1.05);
}
.home .content .prolist-details .item .images img{
    transition: 2s;
}
.home .content .prolist-details .item .text{
    margin-top: 27px;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 0px;
	text-align:center;
	width:100%;
}

.home .content .prolist-details .item .text p{
    font-size:14px ;
    color: #292929;
    transition: 0.6s;
	/*font-family: Source Han Sans CN;*/
    font-weight: 600;
    color: #474747;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home .content .prolist-details .item:hover p{
    color: #d71518;
}

.home .content .prolist-details .item .text i{
	position:absolute;
	right:20px;
}

.home .content .prolist-details .item:hover .text i{
    color: #d71518;
	position:absolute;
	right:20px;
}
.home .content .prolist-details .item .text i{
    color: #747474;
    font-size: 12px;
    transform: rotate(-135deg);
    transition: 0.6s;
}


/* 分页 */ 
.page {
    margin:50px auto 30px;
	width:100%;
	display: flex;
	justify-content: center;
	
}


.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page-m span{ float:left;}


.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #d0cfcf;
	float:left;
	color:#343434

}

.page-m a:hover {
    color: #fff;
    background: #d71518;
	border:1px solid #d71518;
}

.page-m .page-num-current{ background:#d71518; color:#fff}


.page-m a.active {
    color: #fff;
    background: #d71518;
	border:1px solid #c30c14;
} 

.xianshi{color: #fff;
    background: #d71518;
	border:1px solid #c30c14;}




.home .content .text{
    width: 100%;
}
.home .content .text p{
    font-size: 20px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #AFADB0;
}
.home .content .text span{
    font-size: 27px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    color: #1E1E1E;
    margin-top: 21px;
}
.home .content .text .line{
    margin-top: 23px;
    margin-bottom: 67px;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.home .content .text table tr:first-child td{
    background: #E70012;
    color: #fff;
}
.home .content .text table tr td{
    width: 215px;
    height: 30px;
    background: #DFDFE1;

    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #494949;
}
.home .content .text table tr:nth-child(2n) td{
    background: #fff;
}






@media screen and (max-width: 1920px) {
	
	
}

@media screen and (max-width: 1700px) {
    .home .content .warp .details .text{
        position: relative;
        left: 60px;
    }

	.home .content .prolist-details .item .text{
		left: 0px;
		}
		.home .content .warp .searchs {
		margin-left:55px;
  
}
	
	}


@media screen and (max-width: 1660px) {

    .home .content .warp{
        width: 100%;
    }
	.home .content .warp .searchs {
		margin-left:55px;
  
}
}


@media screen and (max-width: 1600px) {

    .home .content .warp{
        width:98%;
    }


}


@media screen and (max-width: 1400px) {
	
	.home .content .warp .details .left{
		width:35%;
	

}
	
	}


@media screen and (max-width: 1200px) {
	.col-xs-6 {
  width: 50%;
  float:left;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

    
}


@media screen and (max-width: 1000px) {
	.col-xs-6 {
  width: 50%;
  float:left;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

    
}



@media screen and (max-width: 768px) {
	
	
    .home .fiexd{
        display: none;
    }
    .home .content{
        width: 100%;
        height: auto;
    }
    .home .content .warp{
        width: 88%;
        margin: 110px auto 50px;
    }
    .home .content .warp .title .line{
        width: 100%;
    }
    .home .content .warp .details{
        flex-direction: column;
    }
    .home .content .warp .details .left{
        margin-top:0 !important;
		padding:0;
		position:relative;
		left:0px;
		width:100%;
    }
	.home .content .warp .details .text{ width:100%;position:relative;left:0px; margin-top:0}
    .home .content .warp .details .text span{
        font-size: 28px;
    }
    .home .content .warp .details .text p{
        margin-bottom: 15px;
    }
    .home .content .warp .details .text .li_bot{
		width:100%;
    }
	.home .content .warp .details .text .li_bot li{ float:left; width:48%; padding:0 1%; text-align:left;}
    .home .content .warp .details .text .li_bot a{
        font-size: 13px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    color: #474747;
    line-height: 40px;
    display: block;
    transition: 0.6s;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    }
	
	.home .content .warp .details .text .li_bot a:hover{
    color: #d71518;
}
    .home .content .warp .details .text .li_bot{
        margin-top: 25px;
    }
    .home .content .warp .details .right{
        width: 100%;
        margin-top: 35px;
    }
    .home .content .warp .details .right .product_warp{
        width: 100%;
    }
    .home .content .warp .details .right .product_warp .swiper-slide {
        left: 0;
    }
    .home .content .warp .details .right .product_warp .swiper-slide .images{
        height: auto;
    }
    .home .content .warp .details .right .product_warp .swiper-slide .images img{
        position: static;
        height: auto;
    }
    
    .home .content .text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home .content .text p{
        font-size: 12px;
    }
    .home .content .text span{
        font-size: 28px;
        margin-top: 15px;
    }
    .home .content .text .line{
        margin-bottom: 25px;
    }
    .home .content .tow_warp{
        height: auto;
    }
    .home .content .prolist-details .item{
		
        margin-right: 0;
        margin-bottom: 0;
    }
    .home .content .prolist-details{
        justify-content: space-between;
    }
	.home .content .prolist-details .item .text{ padding-top:25px;}
    .home .content .prolist-details .item .text p{
        font-size: 12px;
    }
    .home .content .aspect_warp{
        width: 100%;
        margin-right: 0;
    }
    .home .content .prolist-details .item .text p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home .content .prolist-details .item:after{
        display: none;
    }
    .home .content .text table tr td{
        font-size: 12px;
    }
    .auto table{
        width: 600px!important;
    }
	.home .content .warp .searchs {
		margin:0 auto;
  
}
}

@media screen and (max-width: 480px){
	.home .content .warp .details .text{ width:100%;}
	.home .content .warp .details .left{
        margin-top:0 !important;
		padding:0;
		position:relative;
		left:0px;
		width:100%;
    }
	
	.col-xs-6 {
  width: 100%;
	}
	.page {
    margin: 20px auto;
	width:100%;
	display: flex;
	justify-content: center;
	
}
.home .content .warp .details .text .li_bot li{ width:100% !important;}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page-m span{ float:left; margin-bottom:5px;}


.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 3px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
	border:1px solid #d0cfcf;
	float:left;
	color:#343434

}

.page-m a:hover {
    color: #fff;
    background: #d71518;
	border:1px solid #d71518;
}

.page-m .page-num-current{ background:#d71518; color:#fff}


.page-m a.active {
    color: #fff;
    background: #d71518;
	border:1px solid #c30c14;
} 

.xianshi{color: #fff;
    background: #d71518;
	border:1px solid #c30c14;}


}