﻿
/*内页banner-img*/
.page-banner{text-align: center;margin: 0 auto;}
.page-banner img{width: 100%;}
.page-box-main .w1200px{position: relative;}
.page-box-main .pages-top{
	position: relative;
	top: -100px;
	background: #fff;
	width: 100%;
	height: 100px;
	padding: 20px 35px;
	border-bottom: 1px solid #ccc;
}
.page-box-main .pages-top h4{font-size: 28px;font-weight: normal;margin-bottom: 10px;}
.page-box-main .pages-top p{color: #999;font-size: 24px;text-transform: capitalize;}
.pages-main-b{margin: 0 auto;padding: 40px 0;margin-top: -100px;}
.tabs-vertical{width: 100%;}
/* The tabs */
.tabs-vertical .nav-left li{height: 50px;line-height: 50px;border-bottom: 1px solid #eee;}
.tabs-vertical .nav-left li a{display: block;text-align: center;border-right-height:0;}
.tabs-vertical .nav-left li a.tab-active {
	border-right-height: 50px;
	border-right: 4px solid #165aaf;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	color: #165aaf;
	font-weight: 600;
}

/* The content */
.tabs-vertical .tabs-content-placeholder{overflow: hidden;}
.tabs-vertical .tabs-content-placeholder .text{background: #f9f9f9;padding:20px;}
.tabs-vertical .tabs-content-placeholder .text p{text-indent: 15px;margin-bottom: 10px;}
.tabs-vertical .tabs-content-placeholder img{width: 100%;}
.tabs-vertical .tabs-content-placeholder .tab-item {display: none;}
.tabs-vertical .tabs-content-placeholder .tab-item ul{width: 100%;}
.tabs-vertical .tabs-content-placeholder .tab-item .lists{
	text-align: center;margin-bottom: 25px;float: left;width: 46%;margin-right: 4%;background: #eee;
}
.tabs-vertical .tabs-content-placeholder .tab-item .lists h4{line-height: 36px;}
.tabs-vertical .tabs-content-placeholder .tab-item .lists p{color: #666;margin: 5px 25px;}
.tabs-vertical .tabs-content-placeholder .tab-item .hrul{padding: 5px 0 0 5px;width: 100%;}
.tabs-vertical .tabs-content-placeholder .tab-item .hrlists{
	width: 28%;margin-right: 5%;box-shadow: 1px 1px 5px 5px rgba(0,0,0,0.1);float: left;margin-bottom: 25px;
}
.tabs-vertical .tabs-content-placeholder .tab-item.tab-content-active{display: block;}


/*关于我们*/

.profile{background-color: #eee;overflow: hidden;width: 100%;padding: 20px;}
.profile img{width: 100%;}

.about .lists .list-p{display:inline-block;width:49%;margin:0!important;padding-bottom:10px;}
.about .lists .list-p span{display:block;}
.about .lists .last-list-p{width:80%;}

/*产品服务*/
.project .project-list{padding: 5px 0 0 5px;width: 100%;}
.project .project-list li{text-align: center;margin-bottom: 35px;float: left;width: 45%;border-bottom: 1px solid #ccc;height: 420px;margin-right: 5%;}
.project .project-list li h4{margin: 15px 0;}
/*.project .project-list li p{
	color: #666;
	margin: 45px 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	overflow: hidden;
}*/
.project .project-list li .contextspan{
  color: #666;
	margin: 45px 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  height:78px;
	-webkit-line-clamp: 3; 
	overflow: hidden;
}
.project .project-list li a{
	text-align: center;
	line-height: 40px;
	height: 40px;
	display: block;
	margin: 20px auto;
	border:1px solid #165aaf;
	font-size: 20px;
	color: #165aaf;
	width: 160px;
	display: none;
}
.project .project-list li a:hover{color: #165aaf;background: #165aaf;border:0;color: #fff;}
.project .project-list li:hover{
	box-shadow:1px 1px 5px 5px rgba(0,0,0,0.1);
	border-bottom: 0;padding: 20px;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
.project .project-list li:hover a{
	display: block;
}
.project .project-list li:hover .contextspan{
	margin: 15px 25px 25px 25px;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
.project .project-list .last-li .contextspan{margin: 25px;}


/*新闻中心*/
.news .news-items ul{padding: 5px;}
.news .news-items ul li{
	padding: 0 20px 20px 0;
	border-bottom: 1px solid #eee;
	display: block;
	margin-bottom: 30px;
}
.news .news-items ul li a{display:block;}
.news .news-items ul li .img{overflow: hidden;}
.news .news-items .news-text{padding-left: 15px;}
.news .news-items .news-text h4{
font-size: 16px;
white-space: nowrap; 
overflow: hidden;
text-overflow:ellipsis;
}
.news .news-items .text-main-p{
	margin-top: 15px;
	color: #666;
	
	display:-moz-box;
	-moz-box-orient:horizontal;

	display:-webkit-box;
	-webkit-box-orient:horizontal;
	display:box;
	box-orient:horizontal;
	-webkit-line-clamp: 3; 
	height: 72px;
	overflow: hidden;
}
.right-text{height: 120px;overflow: hidden;}
.news .news-items ul li:hover{
	box-shadow:1px 1px 5px 5px rgba(0,0,0,0.1);
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	border-bottom: 0;
	padding: 10px;
}
.news .news-items ul li:hover h4{color: #165aaf;}
.news .news-items ul li .year{letter-spacing: 2px;font-size: 18px;}
.news .news-items ul li .month{letter-spacing: 2px;}
.news .news-items ul li .icon{
	border-left: 1px solid #999;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: #999;
	margin-top: 10px;
}

/*详情*/
.upper-level{margin-bottom: 30px;display: block;}
.details-main .top{text-align: center;}
.details-main .top h4{font-size: 22px;margin-bottom: 30px;}
.details-main .top .author{padding-right: 15px;}
.details-main .text-mian{margin-top: 20px;font-size: 16px;}
.details-main .text-mian img{border:1px solid #eee;}
.details-main .text-mian p{margin-bottom: 10px;color: #666;font-size: 16px;}
.details-main .text-mian span{white-space:normal!important;}
.details-main .more{margin: 30px 0;}
.details-main .more a{display: block;margin-bottom: 5px;}
.details-main .more a:hover{color: #165aaf;}
.details-main .center-p{text-align: center;font-size: 16px;font-weight: 600;height: 40px;line-height: 40px;color: #333;}
.details-main .text-h3{font-size: 16px;color: red;font-weight: 600;height: 30px;}
.details-main .text-h5{font-weight: 600;line-height: 30px;font-size: 16px;}
.details-main .text-left{text-align: left;color: red;font-weight: 600;}

/*联系我们*/
.contact .contact-main{background: #f1f1f1;height: 230px;}
.contact .contact-main ul{padding: 20px 0;text-align: center;}
.contact .contact-main ul li{border-right: 1px solid #ccc;}
.contact .contact-main ul li:last-child{border-right: 0;}
.contact .contact-main ul li .icon{
	border:2px solid #165aaf;
	border-radius: 50%;
	display: block;
	width: 58px;
	height: 58px;
	text-align: center;
	margin: 15px auto;
}
.contact .contact-main ul li .icon i{
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #165aaf;
	text-align: center;
	line-height: 44px;
	color: #fff;
	margin: 5px auto;
	font-size: 20px;
}
.contact .contact-main ul li p{margin: 15px 20px;color: #666;}
.contact .map{width: 100%;height: 600px;margin: 50px auto;}
.dituContent{
overflow:hidden;
}
.dituContent img{
	width:100%;
}

/*招聘*/
.recruit .top-text{margin-bottom: 30px;}
.recruit .top-text h4{margin-bottom: 15px;}
.recruit .top-text p{color: #666;}
.recruit .recruit-lists ul{border-bottom: 1px solid #ccc;margin-bottom: 30px;padding-bottom: 15px;}
.recruit .recruit-lists ul li{width: 45%;float: left;margin-right: 5%;margin-bottom: 35px;}
.recruit .recruit-lists ul li h4{font-size: 15px;margin-top: 20px;}
.recruit .recruit-lists ul li p{margin-bottom: 5px;color: #666;}
.recruit .recruit-lists ul .img{position: relative;}
.recruit .recruit-lists ul .img img{width: 100%;}
.recruit .recruit-lists ul .img p{
	position: absolute;
	height: 50px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 100%;
	bottom: -5px;
	line-height: 50px;
	font-size: 24px;text-indent: 15px;
}
.recruit .delivery{margin: 20px 0;}

/*典型用户*/
.customer .top{overflow: hidden;}
.customer .top img{width: 100%;}
.customer .tab-item .text{background: #f1f1f1;}
.customer .tab-item .text ul li{width: 45%;margin-right: 5%;float: left;height: 36px;}
.customer .tab-item .text ul li i{color: #165aaf;padding-right: 10px;}