@charset "utf-8";
/* CSS Document */
.prod{
    padding-top: 30px;
}
.main{
	    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	    background: white;
}
.gs{
    padding: 20px;
}
.gs-left{
    float: left;
    width: 505px;
}
.gs-left h2{
    margin-bottom: 15px;
}
.gs-left p{
    line-height: 30px;
    text-indent: 2em;
}
.gs-left img{
    
}
.gs-right{
    float: right;
    width: 690px;
}
.gs-right h2{}
.xw {}
.xw ul{}
.xw ul li{height: 120px;margin: 20px 0px;}
.xw ul li img{
    width: 145px;
    float: left;
    border-radius: 10px;
    height: 128px;
}
.xw ul li a{
    float: right;
    width: 510px;
}
.xw ul li a p1{
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}
.xw ul li a p{
    line-height: 26px;
}
.xw ul li a span{
    line-height: 36px;
    color: #969595;
}
.text{
    text-align: center;
}
.text p{
    font-size: 35px;
    margin: 20px 0px 0px;
}
.prod ul{}
.prod ul li{
    float: left;
    width: 377px;
    text-align: center;
    background: white;
    /* margin: 20px; */
    padding: 20px 25px;
    transition: transform 0.8s;
    /* -webkit-transition: transform 0.8s; */
    border-right: 1px solid #e0e0e0;
}
.prod ul li span{
    padding: 5px 43px;
    color: white;
    background-image: linear-gradient(#ff0002, #800202);
    margin-top: 17px;
    float: left;
    margin-left: 5px;
}
.prod ul li:hover span{background-image: linear-gradient(#000000, #ff0002);}
.prod ul li a img{
    border-radius: 10px;
    width: 150px;
    float: left;
    margin-right: 15px;
}
.tx{
    float: right;
    width: 211px;
    text-align: left;
}
.tx h2{color: black;font-size: 20px;}
.tx p{
    line-height: 26px;
    margin-bottom: 20px;
}
.foot{
    height: 126px;
    padding: 30px;
    background-image: linear-gradient(#800202, #c50e0e);
    margin-top: -31px;
}
.ft-left{}
.ft-right{
    float: right;
    padding: 0px 20px;
}
.ft1{
    float: left;
    width: 421px;
    color: white;
    padding: 0px 20px;
}
.ft1 p{
    line-height: 26px;
    font-size: 16px;
}
.ft1 p a{
    color: white;

}
.ft2{
    float: left;
    width: 600px;
}
.ft2 a{width: 130px;float: left;color: white;line-height: 42px;font-size: 16px;}
.prod ul li:hover{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.2); */
    /* -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2); */
}
.product .pro-bot {
	/* margin: 20px; */
	background: white;
	padding: 40px 20px 20px;
}
.product .pro-bot .bd {
	overflow: hidden;
}
.product .pro-bot .bd ul li {
	float: left;
	width: 252px;
	margin-bottom: 23px;
}
.product .pro-bot .bd ul li span {
	display: block;
	width: 95%;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #e6e3e3;
	box-sizing: border-box;
	margin: 0 auto;
}
.product .pro-bot .bd ul li span img {
	width: 100%;
	transition: 1s;
}
.product .pro-bot .bd ul li em {
	display: block;
	width: 86%;
	margin: 0 auto;
	height: 67px;
	line-height: 67px;
	font-size: 14px;
	color: rgb(0 0 0);
	background: url(../images/pro-jt.png) no-repeat right;
}
.product .pro-bot .bd ul li:hover span img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (min-width:760px) and (max-width:1680px) {
.product .pro-bot .bd ul li {
	width: 232px !important;
	margin: 0 10px;
}
.ft1 p a{
	
	}	