/*tab切换*/
.navigation ul li{
	width: 9%;
	float: left;
}
.navigation ul li a{
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 1;  
	-webkit-box-orient: vertical; 
}
@media screen and (max-width: 767px){
	.navigation ul li {
	    width: 25%;
	}
}
/*产业简介*/
.introduction{
	margin-top: 70px;
	margin-bottom: 50px;
	padding-top: 50px;
	box-sizing: border-box;
	background: url(../images/groupIndustry-ny-4.png)no-repeat center;
	background-size: cover;
}
.introduction .tex h4{
	font-size: 35px;
	color: #af905f;
	padding-top: 24px;
	margin-bottom: 15px;
}
.introduction .tex>a{
	line-height: 35px;
	color: #555555;
	font-size: 16px;
	display:block;
	text-indent:2em;
}
.introduction .tex>a:hover{
	color: inherit;
}
.introduction .tex .btt{
	margin-top: 38px;
	margin-bottom: 147px;
}
.introduction .tex .btt a:hover span,.introduction .tex .btt a:hover i{
	background:#1da0a8;
	color: #fff;
}
.introduction .tex .btt span{
	display: inline-block;
	width: 107px;
	line-height: 40px;
	background: #af905f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
.introduction .tex .btt i{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	background: #af905f;
	color: #fff;
	vertical-align: middle;
	font-size: 30px;
	text-align: center;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
.introduction .banner-jj>img{
	display: none;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 1200px) {
	.introduction .tex .btt{
		margin-bottom: 75px;
	}
	.introduction .banner-jj img{
		display: block;
	}
	.introduction{
		background: none;
		overflow: hidden;
	}
}
@media screen and (max-width: 991px){
	.poster-item{
		width: 500px;
	}
	.introduction .tex h4{
		padding-top: 0;
		font-size: 18px;
	}
	.introduction .tex>a {
	    line-height: 30px;
	    font-size: 14px;
	}
	.introduction .tex .btt{
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.introduction {
	    margin-top: 50px;
	    margin-bottom: 30px;
	    padding-top: 20px;
	}
	.introduction .tex .btt span {
	    width: 80px;
	    line-height: 30px;
	}
	.introduction .tex .btt i {
	    width: 30px;
	    line-height: 30px;
	    font-size: 30px;
	}
} 
@media screen and (max-width: 767px){
	.introduction {
	    margin-top: 20px;
	    margin-bottom: 20px;
	    padding-top: 10px;
	}
	.introduction .tex h4 {
	    font-size: 20px;
	}
	.introduction .tex>a {
	    line-height: 28px;
	    font-size: 14px;
	}
	.introduction .tex .btt {
	    margin-bottom: 20px;
	    margin-top: 10px;
	}
	.banner-jj{
		padding-left: 0;
		padding-right: 0;
	}
	.introduction .banner-jj>img{
		padding: 40px 0;
	}
	.poster-item{
		width: 100%;
	}
}
/*我们的实力*/
.strength{
	background: url(../images/groupIndustry-ny-7.jpg)no-repeat top;
	background: cover;
}
.strength .text h3{
	margin-top: 76px;
	font-size: 35px;
	color: #fff;
	margin-bottom: 30px;
}
.strength .text p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 44px;
}
.strength .assets{
	background: #fff;
	overflow: hidden;
	text-align: center;
	color:#af905f;
	box-shadow: 0 1px 20px #ddd;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */	
}
.strength .assets>div{
	padding: 100px 0;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
	cursor: pointer;
}
.strength .assets:hover{
	box-shadow: 0 1px 20px #ADADAD;
}
.strength .assets b{
	font-size: 65px;
}
.strength .assets b span{
	font-size: 30px;
}
.strength .assets p{
	font-size: 22px;
}
.strength .assets>div:hover{
	background: #af905f;
	color: #fff;
}

@media screen and (min-width: 1201px) and (max-width:1367px){
	.lb_gl{
		
    position: relative;
    left: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.strength .text p br{
		display: none;
	}
	.strength .assets>div{
		padding: 50px 0;
	}
	.strength .assets b {
	    font-size: 30px;
	}
	.strength .assets b span {
	    font-size: 18px;
	}
	.strength .assets p {
	    font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.strength .text h3 {
	    margin-top: 50px;
	    font-size: 30px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.strength .text p {
	    font-size: 14px;
	    line-height: 30px;
	    margin-bottom: 30px;
	}
	.strength .assets>div {
	    padding: 40px 0;
	}
	.strength .assets b {
	    font-size: 18px;
	}
	.strength .assets b span{
		font-size: 14px;
	}
	.strength .assets p {
	    font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.strength .text h3 {
	    margin-top: 20px;
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.strength .text p {
	    font-size: 12px;
	    line-height: inherit;
	    margin-bottom: 20px;
	}
	.strength .assets>div {
	    padding: 20px 0;
	}
}
/*企业风采*/
.elegantDemeanor{
	padding-bottom: 80px;
}
.elegantDemeanor h3{
	font-size: 35px;
	color: #666666;
	margin: 50px 0;
}
.elegantDemeanor img{
	width: 100%;
	vertical-align: top;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */	
}
.elegantDemeanor .img{
	overflow: hidden;
	cursor: pointer;
}
.elegantDemeanor .img:hover img{
	transform: scale(1.2);
}
@media screen and (max-width: 991px) {
	.elegantDemeanor h3 {
	    font-size: 30px;
	    margin-top: 50px;
	    margin-bottom: 30px;
	}
	.elegantDemeanor{
		padding-bottom: 30px;
	}
	.navigation ul li {
		width: 16.6666666%;
	}
}
@media screen and (max-width: 767px){
	.elegantDemeanor{
		padding-bottom: 20px;
	}
	.elegantDemeanor h3 {
	    font-size: 20px;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.navigation ul li a {
		font-size: 12px;
	}
	.navigation ul li {
		width: 25%;
	}

}
