/*侧边栏左侧*/
.product-index{
	background: #ffffff;
	padding: 22px 0 65px 0;
}
.product-index>div{
	overflow: hidden;	
}
.product-index .left{
	display: inline-block;
	vertical-align: top;
	width: 210px;
}
.product-index .left h2{
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	color: #fff;
	padding-left: 84px;
	background:#005bac url(../images/pro-index.jpg) no-repeat left 33px center;
}
.product-index .left>ul{
	background: #fff;
	border: 1px solid #cccccc;
	border-top: none;
	padding: 15px 0 15px 15px;
	margin-bottom: 20px;
}
.product-index .left>ul>li{
	position: relative;
}
.product-index .left>ul>li>a{
	display: flex;	
	height: auto;
    line-height: 2.5em;
	align-items: center;
	min-height:65px;	
	border-bottom: 1px solid #d0d0d0;
	padding-left: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	background: url(../images/jiantou.png) no-repeat left center;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.product-index .left>ul>li:last-child>a{
	border-bottom: 1px solid #fff;
}
.product-index .left>ul>li.cur>a{
	color: #005bac;
	background: url(../images/jiantoua.png) no-repeat left center;
}
.product-index .left>ul>li>.erji{
	display: none;
	position: absolute;
	width: 220px;
	right: -220px;
	top: -1px;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 5px 0;
	z-index: 2;
}
.product-index .left>ul>li>.erji>li{
	margin: 0 10px;
}
.product-index .left>ul>li>.erji>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 12px;
	text-align: center;
	font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.product-index .left>ul>li>.erji>li:last-child>a{
	border-bottom: 1px solid #fff;
}
.product-index .left>div{
	
}
.product-index .left>div>div{
	padding: 15px 15px 120px 15px;
	border: 1px solid #cccccc;
	border-top: none;
	background: url(../images/kefu.jpg) no-repeat right bottom;
	background-size: contain;
}
.product-index .left>div>div p{
	font-size: 14px;
    color: rgb(67, 67, 67);
    font-family: 微软雅黑, Arial;
    line-height: 30px;
}
/*侧边栏左侧*/

/*侧边栏右侧框架*/
.product-index .right{
	float: right;
	width: 980px;
	border: 1px solid #cccccc;
	min-height: 819px;
}
/*侧边栏右侧框架*/

/*侧边栏右侧公共部分*/
.product-index .right .gongyong{
	padding: 16px 0 13px 16px;
	border-bottom: 1px solid #cccccc;
}
.product-index .right .gongyong h2{
	border-left: 5px groove #005bac;
	padding-left: 15px;
}
.product-index .right .gongyong h2 a{
	color: rgb(0, 91, 170);
    font-family: Arial, 微软雅黑, Helvetica, sans-serif, Verdana;
    font-size: 20px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: bold;
}
.product-index .right .gongyong h2 span{
	font-size: 12px;
	text-transform: uppercase;
	color: #5a5a5a;
	font: 12px/140% Arial,"微软雅黑",Helvetica, sans-serif,Verdana;
}
/*侧边栏右侧公共部分*/

/*单页*/
.singlepage{
	padding: 15px 40px 30px 40px;
	font-size: 14px;
}
.singlepage p{
	line-height: 2;
	color: rgb(90, 90, 90);
}
/*联系我们*/
.singlepage dl{
	display: inline-block;
	vertical-align: top;
	width: 290px;
	height: 70px;
	padding: 10px 0;
	margin-top: 15px;
	margin-right: 10px;
	border:1px solid rgb(217, 217, 217);
}
.singlepage dl:nth-child(3n){
	margin-right: 0;
}
.singlepage dl dt{
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	color: #5a5a5a;
}
/*联系我们*/
/*在线留言*/
.form{
	width: 604px;
	margin: 60px auto 0;
}
.form .title{
	padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
    font-family: '微软雅黑';
    font-size: 14px;
}
.form ol{
	font-size: 0;
}
.form ol li{
	display: inline-block;
	margin-right: 5px;
}
.form ol li label{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 57px;
	background: #eeeeee url(../images/radio_bg.png) no-repeat left 6px center;
	border-radius: 3px;
	font-size: 12px;
	font-family: '微软雅黑';
	text-align: right;
	padding: 0 8px;
	cursor: pointer;
}
.form ol li label.cur{
	color: #fff;
	background: #004d90 url(../images/radio_checkedbg.png) no-repeat left 6px center;
}
.form input[type=text]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #005baa;
	border-radius: 3px!important;
	padding: 0 15px;
}
.form input[type=text]:focus{
	border: 1px solid #00aff1;
}
.form textarea{
	display: block;
	width: 100%;
	border: 1px solid #005baa;
	border-radius: 3px!important;
	padding: 15px;
}
.form textarea:focus{
	border: 1px solid #00aff1;
}
.form input[type=submit]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #005baa;
	background: #005baa;
	color: #fff;
	border-radius: 3px!important;
	margin-top: 12px;
	font-size: 14px;
	cursor: pointer;
}
.form input[type=submit]:hover{
	background: #004d90;
}
.form p{
	text-align: center;
	margin-top: 55px;
	font-family: '微软雅黑';
}
/*在线留言*/
/*单页*/

/*产品列表页*/
.product{
	padding: 20px 14px 0 14px;
}
.product .pro-list{
	overflow: hidden;
}
.product .pro-list li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product .pro-list li:nth-child(4n){
	margin-right: 0;
}
.product .pro-list a{
	display: block;
	width: 230px;
}
.product .pro-list p{
	border: 1px solid #d6d6d6;
	font-size: 0;
	height: 285px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.product .pro-list img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	max-width: 80%;
	max-height: 60%;
}
.product .pro-list span{
	font-size: 16px;
	color: #5a5a5a;
	display: block;
	text-align: center;
	height: 33px;
	line-height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.product .pro-list a:hover img{
	transform: translate(-50%,-50%) scale(1.3);
	-ms-transform: translate(-50%,-50%) scale(1.3);
	-o-transform: translate(-50%,-50%) scale(1.3);
	-moz-transform: translate(-50%,-50%) scale(1.3);
	-webkit-transform: translate(-50%,-50%) scale(1.3);
}
.product .pro-list a:hover p{
	border:1px solid #005BAC;
}
.product .pro-list a:hover span{
	color:#005BAC;
}
/*产品列表页*/

/*新闻列表页*/
.news{
	padding: 10px 10px 0 15px;
}
.news .news-list li{
	padding: 17px 0;
	border-bottom: 1px solid #e2e2e2;
}
.news .news-list li a{
	    display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    
    color: #333;
    
    text-decoration: none;
    line-height: 2em;
    font-weight: bolder;
}
.news .news-list li a:hover{
	color: #005bac;
}
.news .news-list li time{
	display: block;
    font-family: SimSun;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 100%;
    padding: 10px 0;
}
.news .news-list li p{
	    line-height: 2em;
    display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    color: #656565;
    font-weight: normal;
    text-decoration: none;
}
/*新闻列表页*/

/*文章内页*/
.article{
	padding: 20px 15px;
}
.article-title{
    font-family: SimSun;
    font-size: 16px;
    color: #005bac;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
    line-height: 1.7em;
}
.article-info{
	font-family: SimSun;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 15px;
    line-height: 21px;
    overflow: hidden;
}
.article-info span{
	margin-right: 35px;
}
.article-info span:last-child{
	margin-right: 0;
}
.article-desc{
	font-family: SimSun;
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 12px;
    background: #F5F5F5;
    border-style: solid solid solid solid;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    border-width: 1px 1px 1px 1px;
    padding: 5px 0;
    border: #E5E5E5 1px solid;
    margin-bottom: 10px;
    text-indent: 24px;
}
.article-content{	
	margin: 35px auto 40px;
	font-size: 14px;
	line-height: 30px;
    color: #5A5A5A;
}
.article-content p{
	line-height: 30px;
}
.article-page{
	
}
.article-page li{
	
}
.article-page span{
	font-size: 14px;
	color: #5A5A5A;
	display: inline-block;
	vertical-align: top;
	height: 26px;
	line-height: 26px;
}
.article-page a{
	font-size: 14px;
	color: #5A5A5A;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
.article-page a:hover{
	color: #005bac;
}
/*文章内页*/




/*分页CSS*/
.pagination-wrapper{ 
  	margin: 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
  	font-family: '微软雅黑';
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination a:hover{ 
  	background:#005bac; 
  	color:#fff; 
  	border-color: #005bac;
} 
.pagination li.active a { 
  	background: #005bac; 
  	color: #fff;
  	border-color: #005bac;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页CSS*/