.strenght-title{
	margin: 4% auto;
}
.strenght-title strong{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color:#114097;
	text-transform: uppercase;
}
.strenght-title h3{
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}
.strenght-pover-h{
	background: url(../images/work_bg.jpg);
}
.strenght-pover .strenght-title{
	width: 200px;
	float: left;
}
.strenght-pover .nav-tabs>li.active>a, 
.strenght-pover .nav-tabs>li.active>a:focus, 
.strenght-pover .nav-tabs>li.active>a:hover{
	border: none;
	margin: 0;border-radius: 0;
}
.strenght-pover{
	letter-spacing: 2px;
	margin-bottom: 4%;
}

.strenght-pover ul{
	width: calc(99% - 300px);
	float: right;
	border: none;
	margin: 5% auto 0%;
}
.strenght-pover ul li{
	float: right;
	margin-left: 2%;
}
.strenght-pover ul li a{
	font-size: 22px;
	line-height: 30px;
	color: #212121;
	padding: 6px 10px;
	border: 1px solid #eee;
}
.strenght-pover .nav .active a,
.strenght-pover .nav>li>a:focus, 
.strenght-pover .nav>li>a:hover,
.strenght-pover .nav-tabs>li.active>a:focus, 
.strenght-pover .nav-tabs>li.active>a:hover{
	background-color: #114097;
	color: #FFFFFF;
	border: 1px solid #114097;
}
.strenght-pover .tab-content{
	position: relative;
	padding-left:100px;
}
.strenght-pover .tab-content font{
	position:absolute;
	display: block;
	left:8%;
	bottom:12%;
	font-size: 40px;
	line-height: 40px;
	color: #ccc;
}
.strenght-pover .tab-content:hover font{
	color: #114097;
}
.strenght-pover .tab-content::before{
	position: absolute;
	left: 0;
	top: 0;
	width:4%;
	height: 100%;
	content: "";
	background-color: #114097;
}
.strenght-pover .tab-content::after{
	position: absolute;
	left: 2%;
	top: 30%;
	width:2px;
	height:40%;
	content: "";
	background-color: #ffffff6d;
	transition: all 1s;
}
.strenght-pover .tab-content:hover:after{
	top: 10%;
	height: 80%;
}
.strenght-pover .tab-content span{
	display: block;
	margin: 6% 2% 0%;
	width: 50%;
	float: left;
}
.strenght-pover .tab-content span strong{
	font-size: 30px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	color: #000000;
}
.strenght-pover .tab-content span p{
	font-size: 26px;
	line-height: 50px;
	color: #444;
	width: 70%;
	margin: 4% 0%;
}
.strenght-pover .tab-content figure{
	width: 46%;
	float: right;
	overflow: hidden;
	border-radius: 10px;
}
.strenght-word{
	margin-bottom: 4%;
}
.strenght-cases ul li figure,
.strenght-word ul li figure,
.strenght-word>figure:nth-of-type(1),
.strenght-word>figure:nth-of-type(2){
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.strenght-word>figure:nth-of-type(1){
	width: 59.5%;
	float: left;
}
.strenght-word>figure:nth-of-type(2){
	width: 39%;
	float: right;
}
.strenght-cases ul li,
.strenght-word ul li{
	width: 32.33%;
	float: left;
	margin-top: 1.5%;
	margin-right: 1.5%;
}
.strenght-cases ul li:nth-of-type(3),
.strenght-word ul li:nth-of-type(3){
	margin-right: 0%;
}



.strenght-cases ul li figure,
.strenght-word ul li figure{
	width: 100%;
}
.strenght-cases ul li figure img,
.strenght-word ul li figure img,
.strenght-word figure img,
.strenght-pover .tab-content figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s linear;
}
.strenght-cases ul li figure img:hover,
.strenght-word ul li figure img:hover,
.strenght-word figure img:hover{
	transform: scale(1.2);
}
.strenght-word ul li figure figcaption,
.strenght-word figure figcaption{
	position: absolute;
	right: 100%;
	bottom: 0%;
	content: "";
	width:100%;
	font-size: 26px;
	line-height:50px;
	text-indent: 1em;
	letter-spacing: 2px;
	color: #ffffff;
	background: linear-gradient(to left, #ffffff00 5%, #1b4e94 99%);
	transition: all 1s linear;
}
.strenght-word ul li figure:hover figcaption,
.strenght-word figure:hover figcaption{
	right: 0%;
}

.strenght-cases{
	background: url(../images/strenght_success_01.png) no-repeat top center #eee;
	background-size: 100%;
	padding-bottom: 4%;
}
.strenght-cases .strenght-title strong,
.strenght-cases .strenght-title h3{
	color: #ffffff;
}
.strenght-cases ul li{
	padding: 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 1px #0000001d;
}
.strenght-cases ul li figure{
	position: relative;
}
.strenght-cases ul li figcaption{
	position: absolute;
	left: 0;
	bottom:0%;
	display: block;
	width: 100%;
	font-size: 26px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
	text-indent: 1em;
	background-color: #0000006d;
	transition: all .6s;
}
.strenght-cases ul li:hover figcaption{
	bottom:-50px;
}




@media screen and (max-width:1400px) {
	.strenght-pover .tab-content span p{
		font-size: 22px;
		line-height: 44px;
	}
}
@media screen and (max-width:1200px) {
	.strenght-pover .tab-content{
		padding-left: 60px;
	}
	.strenght-pover .tab-content span{
		margin-top: 3%;
	}
	.strenght-pover .tab-content span p{
		width: 88%;
	}
	
	.strenght-word ul li figure figcaption,
.strenght-word figure figcaption{
	font-size: 22px;
}
.strenght-cases{
	background: url(../images/strenght_success_01.png) no-repeat top center #eee;
	background-size: auto 160px;
}
}
@media screen and (max-width:992px) {
	.strenght-pover ul li a {
	  font-size: 18px;
	  line-height: 20px;
	}
	.strenght-pover .tab-content span strong{
		font-size: 26px;
		line-height: 40px;
	}
	
	.strenght-word ul li figure figcaption,
	.strenght-word figure figcaption,
	.strenght-pover .tab-content span p{
		font-size: 18px;
		line-height: 36px;
	}
	.strenght-pover .tab-content span p{
		margin-top: 6%;
	}
	.strenght-pover .tab-content font {
	   bottom: 6%;
	   font-size: 26px;
	}
	.com-search .searchInput{
		font-size: 18px;
	}
	.strenght-cases{
		background: url(../images/strenght_success_01.png) no-repeat top center #eee;
		background-size: auto 140px;
	}
}
@media screen and (max-width:860px){
	
	  .strenght-pover .tab-content {
	    padding-left: 40px;
	  }
	  .strenght-pover ul {
	    width: calc(99% - 200px);
	  }
	  .strenght-pover .tab-content span p {
	    width: 98%;
	  }
	  .strenght-title strong {
	    font-size: 32px;
	    line-height: 40px;
	  }
	   
}
@media screen and (max-width:768px) {
	.strenght-pover .strenght-title,
	.strenght-title{
		margin: 30px auto;
	}
	.strenght-pover .strenght-title{
		width:98%;
		text-align: center;
	}
	.strenght-pover ul li{
		width: 23.5%;
		float: left;
		text-align: center;
		margin: 0% 2% 0% 0%;
	}
	.strenght-pover ul li a{
		padding:6px 0px;
	}
	.strenght-pover ul li:nth-of-type(4){
		margin-right: 0%;
	}
	.strenght-pover .tab-content {
	   padding-left: 0px;
	 }
	.strenght-pover .tab-content span,
	.strenght-pover .tab-content figure,
	.strenght-pover ul{
		width: 100%;
		margin: 0% auto 20px;
	}
	.strenght-pover .tab-content::before,
	.strenght-pover .tab-content::after,
	.strenght-pover .tab-content font{
		display: none;
	}
	.strenght-pover .tab-content span strong {
	   font-size: 22px;
	   line-height: 30px;
	}
	.strenght-pover .tab-content span p {
	  font-size: 16px;
	  line-height: 32px;
	  margin: 20px auto 0px;
	}

	.strenght-cases{
		background: url(../images/strenght_success_01.png) no-repeat top center #eee;
		background-size: auto 120px;
	}
}


@media screen and (max-width:640px){
	
	.strenght-word ul li figure figcaption,
	.strenght-word figure figcaption{
		font-size: 16px;
	}
	.strenght-title strong,
	.strenght-title h3 {
		font-size: 26px;
		line-height:30px;
	}
}

@media screen and (min-width:380px){
	.about-commended-h .strenght-title{
		margin: 1% auto 0%;
	}
	
}
@media screen and (max-width:380px) {
	.strenght-pover ul li{
		width: 49%;
		margin-bottom: 2%;
	}
	.strenght-pover ul li:nth-of-type(2n){
		margin-right: 0%;
	}
	.strenght-title strong {
		font-size: 22px;
        line-height: 22px;
	}
	.strenght-title h3{
		font-size: 20px;
        line-height: 30px;
	}
	.strenght-word>figure:nth-of-type(2){
		display: none;
	}
	.strenght-cases {
        background: url(../images/strenght_success_01.png) no-repeat top center #eee;
        background-size: auto 100px;
    }
	.strenght-cases ul li,
	.strenght-word ul li,
	.strenght-word>figure:nth-of-type(1){
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1%;
	}
}






