@charset "utf-8";


/*---------产品分类---------*/
#main .product1{
	width:100%;
	height:auto !important;
	background:#f2f2f2;
}
#main .product1_center{
	width:1500px;
	height:420px;
	margin:0px auto;
	padding-top:30px;
	
}
#main .product1_tit{
	width:1030px;
	height:550px;
	margin:0px auto;
	outline:1px solid #d67212;
    position: absolute;
    top: 1620px;
    left: 430px;
}
#main .product1_tit_wz{
	width:385px;
	height:70px;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	background:#d77211;
	margin:0px auto;
	line-height:60px;
	text-align:center;
	letter-spacing:3pt;
    position: absolute;
    top: 1590px;
    left: 750px;
	z-index:1;
}

#main .tit1_wz1{
	font-family:"方正细圆简体";
	font-size:40px;
	font-weight:bold;
	color:#fff;
}
#main .cp1_list{
	width:1500px;
	height:auto;
	margin: 0px auto;
	position:absolute;
	z-index:2;
}
#main .cp1_list ul{
	list-style:none;
}
#main .cp1_list ul li{
	    width: 14.66%;
    height: 360px;
    float: left;
    background: #d77211;
    margin-right: 1%;
    margin-left: 1%;
}
#main .cp1_list ul li:hover{
	background:#f68d28;
	box-shadow:4px 4px 8px#ccc;
}
#main .cp1_list ul li h3{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
}
#main .cp1_list ul li h6{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:20px auto;
}
#main .cp1_line{
	width:50px;
	height:2px;
	border-bottom:1px solid #ccc;
	margin:15px auto;
}
#main .cp1_pic{
	width:180px;
	height:200px;
	margin:50px auto 0px auto;
}
#main .cp1_pic img{
    cursor: pointer;
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
   }
#main .cp1_pic img :hover{
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
    overflow: hidden;
   }


  /*---------案例展示---------*/ 
#main .case1{
	width:100%;
	height:auto !important;
}
#main .case1_center , #main .case1_conter{
	width:1200px;
	height:auto;
	margin:0px auto;
}
#main .case1_conter ul{
	list-style:none;
	padding-top:30px;
}
#main .case1_conter ul li{
	width:290px;
	height:auto;
	float:left;
	margin: 0px 10px 25px 0px;
}
#main .case1_conter ul li img{
	width:290px;
	height:220px;
	margin:0px auto;
	border:1px solid #999;
    cursor: pointer;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
#main .case1_conter ul li img:hover{
	width:290px;
	height:220px;
	transform: scale(1.03);
    -ms-transform: scale(1.03);
	}
#main .case1_tit{
	font-size:14px;
	color:#afaeae;
	line-height:30px;
	text-align:center;
}
#main .case1_wz{
	font-size:16px;
	line-height:40px;
	text-align:center;
	background:#ee8b2b;
	color:#fff;
}
#main .case1_wz a{
	font-size:16px;
	color:#fff;
}
#main .case1_wz a:hover{
	font-size:16px;
	color:#fff;
}
#main .case1_wz:hover{
	font-size:16px;
	background:#000;
	color:#fff;
	cursor:pointer;
}
#main .case1_next{
	width:1200px;
	height:50px;
	background:#eee;
	text-align:center;
	float:left;
	margin-bottom:30px;
}
#main .case1_hgroup{
	width:400px;
	height:auto;
	margin:0px auto;

}
#main .case1_input{
	width:70px;
	height:30px;
	border-radius:5px;
	border:1px solid #d77211;
	background:#fa9535;
	margin:8px 0px;
	color:#fff;
	float:left;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-right:10px;
}
#main .case1_input a{
	color:#fff;
}
#main .case1_input:hover{
	color:#fff;
	border:1px solid #000;
	background:#666;
}
	
#main .case1_hgroup span{
	width:30px;
	height:30px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#f0f0f0;
	margin:8px 0px;
	color:#000;
	float:left;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-right:10px;
	
}
#main .case1_hgroup span a{
	color:#000;
}
#main .case1_hgroup span:hover{
	cursor:pointer;
    border:1px solid #000;
	background:#666;
	color:#fff;
}