﻿/* banner */
.banner {
	position:relative;
	overflow:hidden;
}

.banner .bd { 
	height:100%;   
}

.banner .bd img {  
	display:block;  
}

.banner .hd { 
	position:absolute; 	
	bottom:30px; 
	width: 100px;
	left: 50%;
	transform: translate(-50%);
	height: 15px;
	overflow:hidden; 
	z-index:1; 
}

.banner .hd ul { 
	float:left;
	overflow:hidden; 
	zoom:1;  
}

.banner .hd ul li { 
	float:left; 
	margin-right:15px;  
	width:15px; 
	height:15px; 
	line-height:15px; 
	text-align:center; 
	border-radius: 50%;
	background:#666; 
	cursor:pointer;
}

.banner .hd ul li.on { 
	background:#f5f5f5; 
	color:#666; 
}


/*index css*/
.indexTit {
	margin: 20px 0;
	width: 100%;
	text-align: center;	
	border-bottom: 1px solid #999;
}

.indexTit h3 {
	display: inline-block;
	width: 200px;
	height: 45px;
	font-size: 26px;		
	font-weight: bold;	
	text-align: center;	
	z-index: 3;
	border-bottom: 3px solid #F97D1C;
}

/*iabout*/
.iabout {
	width: 100%;
	padding: 30px 0 30px;
	background: url(../images/iaboutbg.jpg) no-repeat center 0;
}

.iabout .contxt {
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
}

.iabout .more {
	color: #058BC1;
}
.iabout .more:hover {
	color: #26439c;
}

/*icase*/
.icase {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 30px;
}
.icase .item {
	position: relative;
	float: left;
	margin: 10px 10px;
	width: 280px;
	height: 180px;	
	text-align: center;
	white-space: normal;	
	overflow: hidden;
}

.icase .item .img {
	display: block;
	width: 100%;
	overflow: hidden;	
}

.icase .item .t1 {
	position: absolute;
	width: 100%;	
	bottom: 50px;
	height: 50px;
	line-height: 20px;	
	font-size: 18px;
	color: #fff;
}

/*ipro*/
.ipro{
	width: 100%;
	overflow: hidden;
}
.iprotit{
	margin-top: 20px;
	height: 100px;
	border-bottom: 1px solid #999;
	text-align: center;
	
}
.iprotit h3{	
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
}

.index_con_r {
	width: 100%;	  
    }
.con_r_head {
	width: 450px;
    margin: auto;
    }
.con_r_head span {
	float: left;
	width: 150px;
	height: 40px;	
	border: 1px solid #999;
	border-radius: 20px;
	text-align: center;
	margin: -20px 10px 0 45px;
	background: #FFFFFF;
	line-height: 40px;
    }
.con_r_head span:hover {
	color: #058BC1;
	background-color: #E3E3E3;
}	
.con_r_con {
	padding: 30px 0;
	width: 100%;
	overflow: hidden;	
    }
.con_r_con li {
	float: left;
	width: 150px;
	height: 90px;	
	margin: 10px 10px;
    }	
.con_r_con li img {
	width: 100%;
	overflow: hidden;
	display: block;
	border: 1px solid #E3E3E3;
	transition: all .5s;
}

.con_r_con li:hover img {
    transform: scale(1.1);
}
/*icooper*/
.icooper {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 30px;
}

/*inews*/
.inews {
	padding: 30px 0 30px;
}
.inews .inews_left {
	width: 440px;
}

.inews .inews_left .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
}


.inews .inews_left img {
	width: 100%;
	display: block;
}

.inews .inews_left h4 {
	font-size: 16px;
	height: 40px;
	line-height: 45px;	
	overflow: hidden;
}
.inews_left a:hover {
	color: #058BC1;
}	

.inews .inews_left .txt {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	height: 56px;
	overflow: hidden;
}

.inews .inews_right {
	width: 720px;
}
.inews .inews_right .item {
	border-top: 1px solid #eaeef0;
}
.inews .inews_right .item:first-child {	
	border-top: 0;
}
.inews .inews_right .item a {	
	padding: 15px 0px;
	display: block;
}

.inews .inews_right .item h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
}
.inews .inews_right .item .time {
	width: 92px;
	height: 76px;
	font-family: PingFangextrLightT;
	line-height: 14px;
	color: #999999;
	text-align: center;
}
.inews .inews_right .item .time .day {
	font-size: 58px;
	line-height: 58px;
	font-weight: bold;
}
.inews .inews_right .item .time .ym {
	display: block;
    line-height: 25px;
	font-size: 16px;
	padding-left: 5px;
}
.inews .inews_right .item .txt {
	color: #999999;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
}

.inews .inews_right .item:hover h4 {
	color: #058BC1;
}

/*内页*/
/* 内页nybanner */
.nybanner {
    width: 100%;
    height: 260px;
    background: url(../images/nybanner.jpg) no-repeat center;
    overflow: hidden;
}

.nybanner .nybanner_tit {
  margin: 0 auto;
  width: 500px; 
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.nybanner .nybanner_tit h3 {
  margin-top: 75px;
  margin-bottom: 10px;
  font-size: 30px;
}

.nybanner .nybanner_tit img {
  width: 320px;
}

.nybanner .nybanner_tit p {
  margin-top: 10px;
  font-size: 22px;  
}

/*内页所在位置*/
.sitepath {
	margin: 20px 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: #fff;
	font-size: 12px;
	color: #999999;
}
.sitepath a {
	color: #999999;
}
.sitepath a:hover {
	color: #058BC1;
}

/*内页左导航*/
.left-menu {
	width: 200px;
}
.left-menu .item {
	width: 200px;
	height: 50px;
	position: relative;
	border-radius: 4px;
	display: block;
	margin-bottom: 13px;
	text-align: center;
	border: 1px solid #d5d5d5;
	background: #f0f0f0;
}
.left-menu .item h3 {
	font-size: 16px;
	color: #333;
	padding: 10px 0 7px;
}

.left-menu .item:hover, 
.left-menu .item.hover {
	background: #F97D1C;
	border-color: #F97D1C;
}
.left-menu .item:hover h3, 
.left-menu .item.hover h3 {
	color: #fff;
}

/*单页面内容*/
.catePage .catetxt {
	padding: 20px 30px;
	width: 950px;
	margin-bottom: 40px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

/* 产品列表 */
.piclist {
	width: 950px;
}
.piclist .item {
	width: 200px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 30px 30px;
	border: 1px solid #E3E3E3;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fff;
}
.piclist .item:nth-child(4n) {
	margin-right: 0;
}
.piclist .item a, 
.piclist .item img {
	margin: 0 auto;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.piclist .item img {
	height: 120px;
}
.piclist .item h3 {
	color: #058BC1;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 40px;
	border-top: 1px solid #E3E3E3;
}
.piclist .item:hover {
	background: #058BC1;
}
.piclist .item:hover h3 {
	color: #fff;
}

/* 新闻列表 */
.newsPage {
	width: 950px;
}

.newsPage .item {
	display: block;
	margin: 0 0 30px 30px;
	padding: 0 30px;
	height: 150px;
	border: 1px solid #e5e5e5;
	background: #fff;	
}
.newsPage .item .img {
	width: 220px;
	height: 150px;
	border: 1px solid #e5e5e5;
	display: block;
	overflow: hidden;
}
.newsPage .item.hasimg {
	position: relative;
	padding-left: 260px;
}
.newsPage .item.hasimg img {
	position: absolute;
	left: -1px;
	top: -1px;
}
.newsPage .item h3 {
	margin: 20px 0 5px;		
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.newsPage .item .txt {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
}

.newsPage .item .dec {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.newsPage .item:hover {
	background: #f9f9f9;
}
.newsPage .item:hover h3 {
	color: #058BC1;
}

/*内容页*/
.showNews {
	width: 900px;
}
.showNews .protitle {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 18px;
	color: #058BC1;	
	border-bottom: 1px solid #eee;	
}
.showpro img {
    float:left;
	width:300px; 
	height:180px; 
	border:1px solid #eee;
	margin:10px 30px 10px 0;
}
.showNews .title {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.showNews .mark {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #999;
	text-align: center;	
	border-bottom: 1px solid #eee;
}

.showNews .showContxt {
	color: #666;
	padding: 0 20px 20px;
	line-height: 30px;
}

/* 内页上下篇 */
.reLink {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #999;
}

.reLink .nextLink, 
.reLink .prevLink {
	float: left;
	width: 50%;
}

.reLink .nextLink {
	text-align: right;
}


