body{
	margin:0px;
	padding:0px;
}
p{ padding:0px; margin:0px;}
ul{ padding:0px; margin:0px;}

/************浜у搧锟?***********/
.wel-product{
	overflow: hidden;
	/*padding-top: 28px;*/
	position: relative;
	top: 10px;
	opacity: 0;
	filter: alpha(operate=0);
	
}
.wel-product li{
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.wel-product li a{
	display: block;
	width: 100%;
	height: 100%;
}
.wel-product li img{
	max-width: 100%;
	height:auto;
}
.wel-product li .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	transition:all 0.3s;
}
.wel-product li .con{
	width: 100%;
	height: 228px;
	position: absolute;
	bottom:-10px;
	background: #C0E0FF url(../img/img01.png) no-repeat right center;
	left: 0;
	z-index: 1;
	text-align: center;
	-moz-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: background-color,height;
    -moz-transition-property: background-color,height;
    -webkit-transition-property: background-color,height;
}
.wel-product li .pic{
	padding-top: 50px;
	transition:all 0.3s;
}
.wel-product li h2{
	color: #996600;
	font-size: 18px;
	line-height: 32px;
	padding-top: 12px;
	transition: all 0.3s;
	font-weight: bold
}
.wel-product li .en{
	font-size: 16px;
	color: #996600;
	line-height: 24px;
	transition: all 0.3s;
	font-family: Arial, Helvetica, sans-serif
}
.wel-product li .box{
	width: 100%;
	height: 0;
	overflow: hidden;
	text-align: center;
	-moz-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: background-color,height;
    -moz-transition-property: background-color,height;
    -webkit-transition-property: background-color,height;
	position: relative;
}
.wel-product li .box a{
	zoom: 1;
	width: 38%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fec240;
	color: #FF0000;
	font-size: 20px;
	display: inline-block;
	*display: inline;
	position: relative;
	top: 15px;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s;
	text-decoration: none;
	font-family: "寰蒋闆呴粦"
}
/*.wel-product li a.lei0{
	left: 10%;
}
.wel-product li a.lei1{
	right: 10%;
}*/
.wel-product li .mun{
	margin-top: 12px;
	font-size: 16px;
	color: #996600;
	text-align: center;
	display: block;
	background: url(../img/wel18.png) no-repeat center;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif
}
.wel-product li:hover .con{
	height: 268px;
	background: #D93337;
}
.wel-product li:hover .con span{
	color:#FFF
}
.wel-product li:hover .bg{
	opacity: 0;
	filter:alpha(opacity=0);
}
.wel-product li:hover .pic{
	padding-top: 35px;
}
.wel-product li:hover h2{
	color: #FFFFFF;
	padding-top: 6px;
}
.wel-product li:hover .en{
	color: #FFFFFF;
	line-height: 28px;
}
.wel-product li:hover .box{
	height: 25px;
	padding-bottom: 65px;
}
.wel-product li a:hover{
	top:12px;
}
.i-wrap2{
	position: relative;
}
.wel-product ul{
	position: relative;
	z-index: 9;
}
.wel-product .btns{
	position: absolute;
	top:50%;
	width: 42px;
	height: 42px;
	margin-top: -27px;
	cursor: pointer;
	z-index: 99;
	transition:all 0.5s;
}
.wel-product .prev{
	background: url(../img/wel19.png) no-repeat center;
	left: 0px;
}
.wel-product .next{
	background: url(../img/wel20.png) no-repeat center;
	right: 0px;
}
.wel-product .prev:hover{
	left: 0px;
}
.wel-product .next:hover{
	right: 0px;
}
