@charset "UTF-8";

/*栏目banner*/
.ad {
	clear: both;
	height: 165px;
	margin-bottom: 36px;
	width: 100%;
	text-align: center;
	background-position: center 0;
}
.ad img {
	width: 100%;
	height: 100%;
}
/*栏目banner*/

.wrapper {
	padding-top: 10px;
}

/*左侧框架*/
.left-sidebar {
	width: 240px;
	float: left;
	margin-bottom: 60px;
}
/*左侧框架*/

/*左侧大标题*/
.sidebar-title {
	width: 100%;
	background-color: #49ae46;
	text-align: center;
	padding: 18px 0;
}
.sidebar-title h2 {
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
}
.sidebar-title span {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	color: #ffffff;
	text-transform: capitalize;
}
/*左侧大标题*/

/*左侧栏目*/
.sidebar-menu {
	margin-bottom: 30px;
}
.sidebar-menu .level-1-menu>li {
	border: 1px solid #dcdcdc;
	border-top: 0;
	width: 100%;
	position: relative;
}
.sidebar-menu .level-1-menu>li>a {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	display: block;
	height: 60px;
	text-align: center;
	border-left: 2px solid transparent;
	margin-left: -1px;
	color: #555;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.sidebar-menu .level-1-menu>li>a:hover,
.sidebar-menu .level-1-menu>li>a.active {
	border-left: 2px solid #49ae46;
	color:#49ae46;
}

/*左侧咨询热线*/
.consu,
.address-info {
	border: 1px solid #dcdcdc;
	border-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.consu {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}

.consu>span {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.consu>p {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #49ae46;
}
/*左侧咨询热线*/

/*左侧地址信息*/
.address-info {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
}

.address-info p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
/*左侧地址信息*/
/*左侧栏目*/

/*右侧框架*/
.page-con {
	width: 910px;
	float: right;
	margin-bottom: 60px;
}
/*右侧框架*/

/*面包屑*/
.web-postion {
	border-bottom: 1px solid #cccccc;
}
.web-postion p {
	font-size: 12px;
	line-height: 36px;
	color: #999999;
}
.web-postion p a {
	color: #999999;
}
.web-postion p a:hover {
	color: #49ae46;
	text-decoration: none;
}
/*面包屑*/


/*单页*/
.page {
	min-height: 600px;
	padding: 20px 10px;
	line-height: 2;
	color: #666666;
	font-size: 14px;
}
/*单页*/

/*客户案例*/
.product {
	min-height: 600px;
}
.graphic2 {
  	width: 100%;
}
.graphic2 li {
	width: 220px;
  	margin-top: 20px;
  	float: left;
  	margin-right: 10px;
}
.graphic2 li:nth-child(4n) {
  	margin-right: 0;
}
.graphic2 li a.img-full-scale-fa {
  	height: 220px;
  	overflow: hidden;
  	display: block;
  	margin-bottom:5px;
  	border: 1px solid #ddd;
}
.graphic2 li img.img-full-scale {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.graphic2 li a.img-full-scale-fa:hover img.img-full-scale {
  	transform: scale(1.4);
  	-webkit-transform: scale(1.4);
  	-moz-transform: scale(1.4);
  	-o-transform: scale(1.4);
}
.graphic2 li a.img-title {
  	width: 100%;
  	display: block;
  	font-size: 14px;
  	line-height: 25px;
  	padding: 0 10px ;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: center;
  	color: #555;
}
.graphic2 li span.img-title {
  	width: 100%;
  	display: block;
  	font-size: 14px;
  	line-height: 25px;
  	padding: 0 10px ;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-align: center;
  	color: #555;
}
/*客户案例*/

/*客户案例详情页*/
.img-info {
	min-height: 600px;
	padding-top: 20px;
}
.img-info .img-info-top .img-fa-scale {
	width: 22%;
	margin-right: 3%;
	float: left;
	font-size: 0;
}
.img-info .img-info-top .img-full {
	width: 100%;
}
.img-info .img-info-top .img-info-info {
	width: 75%;
	float: right;
}
.img-info .img-info-top .img-info-info p{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}
.img-info .img-info-top .img-info-info span{
	font-size: 14px;
	color: #999;
}
.img-info .img-info-con {
	min-height: 400px;
}

.img-info .img-info-con .img-info-title {
	font-size: 18px;
	line-height: 30px;
	padding: 5px 20px;
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #FFFFFF;
	font-weight: bold;
}
/*客户案例详情页*/

/*新闻资讯*/
.news-page {
	min-height: 600px;
}

.news-page .news-page-list {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.news-page .news-page-list li {
	padding: 20px 0;
	border-bottom: 1px dashed #999999;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale {
	width: 135px;
	height: 90px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale img {
	width: 100%;
	height: 90px;
}

.news-page .news-page-list .news-page-con {
	float: left;
	width: 82%;
}

.news-page .news-page-list .news-page-con h2 {
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-page .news-page-list .news-page-con h2 a {
	color: #555;
	display: block;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.news-page .news-page-list .news-page-con h2 a:hover {
	color: #49ae46;
	text-decoration: none;
}

.news-page .news-page-list .news-page-con span {
	font-size: 12px;
	color: #cccccc;
}

.news-page .news-page-list .news-page-con p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999999;
}
.news-page .news-page-list .news-page-con p a{
	color: #555;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-page .news-page-list .news-page-con p a:hover {
	color: #49ae46;
	text-decoration: none;
}
/*新闻资讯*/

/*新闻详情页*/
.news-info {
	padding: 20px 15px;
}

.news-info .hd {
	padding-bottom: 20px;
}

.news-info .hd h1 {
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
	word-break: normal;
	margin-bottom: 5px;
}

.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
}
.news-info .hd p span{
	margin-right: 10px;
}
.news-info .bd {
	min-height: 200px;
}
/*新闻详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}

.turn p:first-child {
	float: left;
}

.turn p:last-child {
	float: right;
}

.turn p a {
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #49b176;
	text-decoration: none;
}
/*上一页/下一页*/


/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.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;
} 
.pagination a:hover{ 
  	background:#49ae46; 
  	color:#fff; 
  	border-color: #49ae46;
} 
.pagination a.current { 
  	background: #49ae46; 
  	color: #fff;
  	border-color: #49ae46;
} 
.pagination .pageinfo{
	background:#f7f7f7; 
  	color: #999; 
  	border: 1px solid #dfdfdf; 
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	box-sizing: border-box;
}
/*分页*/

/*在线留言*/
.singlepage{
	padding: 15px 40px 30px 40px;
	font-size: 14px;
}
.form{
	width: 604px;
	margin: 30px auto 0;
}
.form .title{
	padding: 10px 0;
    line-height: 1.5;
    color: #5a5a5a;
    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;
	text-align: right;
	padding: 0 8px;
	cursor: pointer;
}
.form ol li label.cur{
	color: #fff;
	background: #49ae46 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 #49ae46;
	border-radius: 3px!important;
	padding: 0 15px;
}
.form input[type=text]:focus{
	border: 1px solid #49ae46;
}
.form textarea{
	display: block;
	width: 100%;
	border: 1px solid #49ae46;
	border-radius: 3px!important;
	padding: 15px;
}
.form textarea:focus{
	border: 1px solid #49ae46;
}
.form input[type=submit]{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #49ae46;
	background: #49ae46;
	color: #fff;
	border-radius: 3px!important;
	margin-top: 12px;
	font-size: 14px;
	cursor: pointer;
}
.form input[type=submit]:hover{
	background: #49ae46;
}
.form p{
	text-align: center;
	margin-top: 55px;
}
/*在线留言*/









