﻿/*导航条*/
@media screen and (max-width: 767px){
	.navigation ul li {
	    width: 20%;
	}
}
/*战略*/
.strategy>.container>.row>div>div{
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	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;
}
.strategy{
	padding-top: 70px;
	padding-bottom: 50px;
}
.strategy h6{
	color:#af905f;
	font-size: 26px;
	margin-bottom: 25px;
}
.strategy img{
	width: 100%;
	vertical-align: top;
}
.img .row{
	overflow: hidden
}
.img .row img{
	transition: all 1s
}
.strategy>.container>.row>div>div:hover .img .row img{
	transform: scale(1.1)
}
.strategy .img{
	position: relative;
}
.strategy .tex{
	padding-left: 35px;
	padding-right: 41px;
	font-size: 14px;
	line-height: 35px;
	color: #555555;
	padding-top:30px;
	height: 100%;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
	background: #fff;
}
.strategy>.container>.row>div>div{
	box-shadow: 0 0 10px #ddd;
}
.strategy>.container>.row>div>div:hover{
	box-shadow: 0 0 30px #ADADAD;
}


@media screen and (max-width: 1734px) {
	/*.strategy .tex {*/
	    /*padding-left: 20px;*/
	    /*padding-right: 20px;*/
	    /*font-size: 12px;*/
	    /*line-height: inherit;*/
	    /*color: #555555;*/
	    /*padding-top: 30px;*/
	/*}*/
}
@media screen and (max-width: 1200px){

	.strategy h6{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.strategy .tex {
	    font-size: 12px;
	    line-height: inherit;
	    color: #555555;
	    padding: 20px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 991px){
	.strategy {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.p-overflow{
		font-size: 14px;
		line-height: 28px;
	}
}
@media screen and (max-width: 767px){
	.p-overflow{
		font-size: 14px;
	}
	.strategy {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.strategy>.container>.row>div{
		margin-bottom: 10px;
	}
	.strategy h6{
		font-size: 18px;
	}
	.strategy .tex {
	    font-size: 12px;
	    padding-top: 15px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.strategy>.container>.row>div>div{
		margin-bottom: 10px;
	}
.navigation ul{
padding:0}
}
