body{
	background: #282828;
}
.strategy_banner_img{
	display: block;
}
.planning_img{
	display: none;
}
.strategy_banner{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
}
.strategy_banner_img{
	width: 100%;
}

/*84%的框*/
.strategy_title_wrap{
	width: 84%;
	max-width: 1320px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.strategy_title{
	height: 100%;
	float: left;
	margin: 200px auto;
}

.strategy_title p{
	font-size: 26px;
	color: #FAFAFA;
	letter-spacing: 2.22px;
	margin-top: 6px;
	font-family: "DIN-BlackItalic";
}

.line {
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background: url(../images/service/Line.png)no-repeat;
	background-position: 100% 100%;
}

.strategy_title h1{
	color: #0069C8;
	font-size: 60px;
	margin-top: -10px;
	margin-bottom: 0px;
	font-family: "DIN-BlackItalic";
}

.strategy{
	width: 100%;
	margin: auto;
}

.items{
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
}
.items>ul{
	width: 100%;
}
.items_ul{
	margin-top: 0px;
}
.items>ul>li{
	width: 50%;
	float: left;
	position: relative;
}
.items>ul>li>img{
	width: 100%;
}

.items_word{
	color: #FAFAFA;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	text-align: center;
	width: 100%;
}

.items_word>h1{
	font-family: "SKSans-Regular";
	opacity: 0.4;
	font-size: 90px;
	color: #FAFAFA;
}

.items_word>h2{
	font-size: 32px;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 2px solid #CACACA;
}

.items_word>p{
	font-size: 16px;
	color: #CACACA;
	margin-top: 0px;
}

.amplify {
    overflow: hidden;
}

.items_bg {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.amplify:hover .items_bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (max-width:1400px ) {
	.parameter{
		width: 92%;
	}
}