@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font:normal 14px "微软雅黑";  line-height:25px; color:#666;min-width: 1082px;margin: auto;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none; color:#333;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}
.clear{ clear:both;}
.col{width: 100%;background-color: #eaeaea;}

.topnav{ width:100%; height:80px; background:#f1f1f1;}
.topnav .logo{width:1200px;height:80px; margin:0 auto;}
.topnav .loleft{ float:left;width: 15%;padding: 10px 0;}
.topnav .loleft img{height: 42px;margin-top: 5px;}
.topnav .loright{ float:right;text-align:right;width: 25%;}
.loright .rphone{font-size: 20px;color: #333;line-height: 80px;}
.loright .rphone img{width: 26px;margin: 0 10px -6px 0;}
#navi{ height:80px;overflow:hidden;float: left;width: 60%}
#navi ul{overflow:hidden;height: 80px;}
#navi ul li{ display:block; height:40px;float:left;}
#navi ul li a{display:block; color:#333; padding:0 26px;font-size: 16px;line-height: 80px;}
#navi ul li a:hover{background-image: url("../images/hongxian.jpg");background-repeat: no-repeat;background-position: center 72px;}


.title{
	text-align: center;
	margin-bottom: 60px;
}
.title .english{
	font-size: 24px;
	color: #999;
	margin-bottom: 8px;
}
.title .chinese{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	position: relative;
}
.title .chinese:before{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	left: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}
.title .chinese:after{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	right: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}

.box{
	width: 100%;
	min-width: 1200px;
}
.fybanner img{
	width: 100%;
}
.box  .cname{
	width: 1200px;
	height: 40px;
	padding-top: 32px;
	font-size: 18px;
	text-indent: 12px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin: auto;
}
.box  .cname .lx{
	float: left;
	width: 2px;
	height: 24px;
	margin-top: 8px;
	background-color: #e6212a;
}
.box  .cname span{
	float: right;
	font-size: 14px;
}
.box .cname span a{
	color: #666;
}
.box .cname span a:hover{
	color: #e6212a;
}

/*产品分类*/
.box .cpfl{
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.box .cpfl li{
	float: left;
	border-radius: 40px;
	margin: 0 10px;
}
.box .cpfl li a{
	padding: 6px 10px;
	display: block;
	color: #666;
}
.box .cpfl li.on{
	background-color: #fe0001;
}
.box .cpfl li.on a{
	color: #fff;
}
.box .cpfl li:hover{
	background-color: #fe0001;
}
.box .cpfl li:hover a{
	color: #fff;
}

/*案例列表*/
.box .productlist{
	width: 1200px;
	margin:40px auto;
	overflow: hidden;
}
.box .productlist ul{
	overflow: hidden;
}
.box .productlist ul li{
	float: left;
	width: 20%;
	margin: 0 2.5% 20px;
	box-shadow: 3px 3px 3px 1px rgba(10,0,2,0.18);
	transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s; 
}
.box .productlist ul li .alimg{
	position: relative;
	overflow: hidden;
}
.box .productlist ul li .alimg img{
	width: 100%;
	display: block;
	transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}
.box .productlist ul li:hover{
	box-shadow:  3px 3px 6px 2px rgba(10,0,2,0.24);
	transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}
.box .productlist ul li:hover .alimg img:nth-child(1){
	transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
	transform:scale(1.1);
}
.box .productlist ul li .altit a{
	display: block;
	padding:12px;
	border:1px solid #d2d2d2;
}
.box .productlist ul li:hover .altit a{
	color: #fff;
	background-color: #e6212a;
	border:1px solid #e6212a;
}

.box .productlist .page_info{
	width: 1200px;
	margin: 10px auto;
}
.box .productlist .page_list{
	margin: 10px auto;
	text-align: center;
}
.box .productlist .page_list a{
	margin:0 6px;
	padding: 4px 10px;
	background-color: #ccc;
	border-radius: 4px;
	color: #666;
}
.box .productlist .page_list a.on{
	background-color: #fe0001;
	color: #fff;
}

