@charset "utf-8";
/* CSS Document */
body{
	background-color:#f7f7f7;
	}
.pgbanner{
	height:290px;
	overflow:hidden;
	}
.pgbanner img{
    -webkit-animation: imageAnimation 84s linear  0s;
    animation: imageAnimation 4s linear  0s;
	}
@-webkit-keyframes imageAnimation { 
	0% {
		-webkit-transform: scale(1.1);
	    -webkit-animation-timing-function: ease;
	}
	100% {
		 -webkit-transform: scale(1); 
		 }
}
@keyframes imageAnimation { 
	0% {
		-webkit-transform: scale(1.1);
	    -webkit-animation-timing-function: ease;
	}
	100% {
		 -webkit-transform: scale(1); 
		 }
}
.breadcrumb-wrap{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	margin-top:30px;
	padding-bottom:10px;
	}
.breadcrumb{
	float:left;
	height:40px;
	line-height:40px;
	}
.breadcrumb .tit1{
	font-size:20px;
	padding-left:5px;
	margin-right:8px;
	}
.breadcrumb-r{
	float:right;
	color:#999;
	}

.search-box{
	float:right;
	position:relative;
	height:40px;
	width:220px;
	overflow:hidden;
	}

.search-box input[type="text"]{
	padding-left:10px;
	height:40px;
	line-height:40px;
	width:170px;
	border:none;
	background:#fff;
	position:absolute;
	right:40px;
	z-index:2;
	overflow:hidden;
	}
.search-box input[type="submit"]{
	width:40px;
	height:40px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:3;
	background:#C6241F url(../images/search.png) no-repeat center center;
	border:none;
	cursor:pointer;
	}
.page-wrap{
	width:1140px;
	margin:30px auto;
	background-color:#fff;
	padding:20px;
	line-height:2em;
	color:#333;
	}
/***************news*****************/
.news-nav{
	height:40px;
	margin-top:20px;
	}
.news-nav li{
	float:left;
	}
.news-nav li a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background-color:#ccc;
	margin-right:15px;
	font-size:14px;
	color:#fff;
	}
.news-nav li a.cur{
	background-color:#C6241F !important;
	color:#fff!important;
	}
.news-nav li a:hover{
	background-color:#bbb;
	}
.new-list{
	margin-top:20px;
	width:1210px;
	}
.new-list li{
	float:left;
	background-color:#fff;
	padding:15px;
	height:177px;
	width:545px;
	margin-right:30px;
	margin-bottom:20px;
	transition:all ease 0.6s;
	border-radius:5px;
	}
.new-list li a{
	display:block;
	height:177px;
	width:545px;
	}
.new-list li:hover,.down-list li:hover{
	box-shadow:5px 5px 10px rgba(0,0,0,0.7);
	}
.new-list li .img{
	float:left;
	width:190px;
	height:177px;
	overflow:hidden;
	border-radius:5px;
	border:1px solid #ddd;
	}
.new-list li .img img{
	width:190px;
	height:177px;
	}
.new-list li .con{
	float: right;
	width:330px;
	height:177px;
	overflow:hidden;
	position:relative;
	}
.new-list li .con .tit1{
	font-size:20px;
	width:330px;
	white-space:nowrap; 
	overflow:hidden;
	 text-overflow:ellipsis;
	 margin:10px 0 15px 0;
	}
.new-list li .con .txt{
	line-height:2em;
	color:#666;
	width:330px;
	}
.new-list li .con .date{
	font-size:12px;
	color:#ccc;
	position:absolute;
	left:0px;
	bottom:5px;
	}
.news-con .hd{
	font-size:30px;
	color:#333;
	text-align:center;
	margin-top:30px;
	}	
.news-con .subhd{
	color:#999;
	text-align:center;
	margin-top:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	}
.news-con .text{
	margin-top:20px;
	line-height:2em;
	}
.news-ft{
	background-color:#eee;
	padding:15px;
	margin-top:20px;
	color:#999;
	}
/***************news END*****************/

/***************DOWN*****************/
.down-list{
	margin-top:20px;
	width:1210px;
	}
.down-list li{
	float:left;
	background-color:#fff;
	height:120px;
	width:575px;
	margin-right:30px;
	margin-bottom:20px;
	transition:all ease 0.6s;
	border-radius:5px;
	}
.down-list li .img{
	float:left;
	width:120px;
	height:105px;
	background-color:#C6241F;
	text-align:center;
	border-radius:5px 0 0 5px;
	padding-top:15px;
	border-right:3px solid #ddd;
	}
.down-list li:hover .img img{
	animation:flips 2s;
	}
@keyframes flips {
  from {
    animation-timing-function: ease-out;
  }
  to {
    transform: rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-in;
  }
}
.down-list li .con{
	float:left;
	height:120px;
	margin-left:20px;
	}
.down-list li .con .tit1{
	font-size:20px;
	width:330px;
	white-space:nowrap; 
	overflow:hidden;
	 text-overflow:ellipsis;
	 margin:25px 0 15px 0;
	}
.down-list li .con .date{
	font-size:12px;
	color:#ccc;
	}

/***************DOWN END*****************/

/***************PRODUCT*****************/
.pronav{
	margin-top:20px;
	height:50px;
	background-color:#fff;
	}
.pronav .hd{
	float:left;
	height:50px;
	width:130px;
	background-color:#C6241F;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:50px;
	}
.pronav .catelist{
	float:left;
	}
.pronav .catelist >li{
	float:left;
	width:149px;
	text-align:center;
	border-right:1px solid #ddd;
	position:relative;
	text-align:center;
	}
.pronav .catelist >li>a{ 
	display:block;
	width:149px;
	font-size:16px;
	line-height:50px;
	height:50px;
	}
.pronav .catelist .cate_son{
	width:149px;
	position:absolute;
	left:-1px;
	top:50px;
	background-color:#fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-radius:0 0 4px 4px;
	display:none;
	max-height:450px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
	}
.pronav .catelist .cate_son li a{
	display:block;
	width:149px;
	height:38px;
	line-height:38px;
	font-size:12px;
	text-align:center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	}
.pronav .catelist .cate_son li a:hover{
	background-color:#C6241F;;
	color:#fff;
	}
.catemenu{
	margin-top:40px;
	width:1220px;
	}
.catemenu li{
	float:left;
	width:570px;
	height:200px;
	margin-right:40px;
	margin-bottom:40px;
	position:relative;
	}
.catemenu li .catebox{
	background-color:#fff;
	width:570px;
	height:200px;
	border-radius:5px;
	transition:box-shadow ease 0.6s;
	overflow:hidden;
	position:absolute;
	}
.catemenu li .left{
	width:340px;
	position:absolute;
	left:30px;
	top:30px;
	}
.catemenu li .left h3 a{
	display:inline-block;
	color:#C5241F;
	font-size:34px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	padding:0 5px 15px 5px;
	}
.catemenu li .left  p{
	margin-top:20px;
	line-height:37px;
	}
.catemenu li .left  p a{
	margin-right:5px;
	display: inline-block;
	font-size:14px;
	}
.catemenu li .right{
	position:absolute;
	right:0px;
	top:0px;
	border-radius:5px;
	overflow:hidden;
	}
.catemenu li:hover .catebox{
	box-shadow:5px 5px 10px rgba(0,0,0,0.7);
	}
.pro_box{
	width:1140px;
	margin:30px auto;
	background-color:#fff;
	padding:20px;
	}
.pro_list li{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	}
.pro_list li .img{
	float:left; 
	width:280px; 
	min-height:300px; 
	text-align:center; 
	line-height:2em;
	}
.pro_list li .img img{
	width:280px;
	height:auto;
	}
.pro_list li .img p{
	width:280px;
	height:245px;
	overflow:hidden;
	margin-bottom:10px;
	}
.pro_list li .con{
	float:right; 
	width:840px; 
	}
.pro_list li table{
	width:100% !important;
	}
.pro_list li table td{
	border:1px solid #ddd;
	padding:8px;
	height:35px;
}
.pro_list li table tr:first-child td{
	background-color:#C6241F;
	color:#fff;
}
/***************PRODUCT END*****************/

/***************CONTACT*****************/
.mapbox{
	position:relative;
	margin-top:20px;
	}
.mapbox .add{
	width:450px;
	height:370px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
	background-color:#fff;
	opacity:.8;
	font-size:16px;
	padding:30px 0 0 30px;
	line-height:2em;
	border-left:3px solid #ddd;
	}
.mapbox .add .mapview{
	position:absolute;
	right:15px;
	bottom:15px;
	background:#C6241F url(../images/map.png) no-repeat 10px center;
	color:#fff;
	padding:5px 15px 5px 50px;
	border-radius:5px;
	}
.mapbox .add .mapview:hover{
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
	transform:translateY(-5px);
	}
#network{
	background-color:#fff;
	margin-top:20px;
	height:580px;
	}
.network-hd{
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-radius:5px;
	padding:8px 10px;
	}
.network-hd strong{
	color: #F00;
	margin:0 5px;
	}
 .netlist{
	width:500px;
	height:560px;
	overflow-y: auto;
	background-color:#fff;
	padding-right:20px;
	margin:15px 0;
	}
dl.netitem{
	background-color:#f5f5f5;
	padding:15px 0;
	border-radius:5px;
	line-height:2em;
	margin-bottom:10px;
	}
dl.netitem dt{
	font-size:16px;
	margin-bottom:10px;
	border-left:3px solid #C6241F;
	padding-left:10px;
	}
dl.netitem dd{
	padding-left:10px;
	}
/***************CONTACT END*****************/
/***************动态加载*****************/
.pager{
	text-align:center;
	background-color:#fff;
	margin-bottom:30px;
	border-radius:5px;
	height:40px;
	line-height:40px;
	}
.pager a{
	display:block;
	font-size:16px;
	}
.pager a.none{
	pointer-events:none;
	cursor:default;
	color:#CCC;
	}
.pager #loading{
	display:none;
	}
.pagebtnA{background:#C6241F !important; color:#FFF !important; border:0px none !important; font-weight:normal !important;}

/***************动态加载 END*****************/

.function-box{
	background-color:#fff;
	border-top:1px solid #ddd;
	margin-top:20px;
	}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 4px;  
    height: 8px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #fff;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);  
    background-color: #888;  
}  
