*{margin: 0;padding: 0;}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.big_box{
	width: 100%;
	overflow: hidden;
	//background: url(../img/guanbanner.jpg) center center no-repeat;
	background-size: 100% 110%;
}

.box{
	width: 1200px;
	box-sizing: border-box;
	padding: 85px 0;
	margin: 0 auto;
	overflow: hidden;
}

/*内容*/
.title_p{
	color: #306bb1;
	font-size: 36px;
}

.title_font_p{
	font-size: 20px;
	color: #adadad;
	margin-bottom: 25px;
	margin-top: 20px;
}

.content_p{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 35px;
}

.content_p_en{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 35px;
}

.neirong_p{
	font-size: 16px;
	color: #333333;
	text-indent: 31px;
	line-height: 35px;
}

.neirong_p_en{
	font-size: 16px;
	color: #333333;
	text-indent: 31px;
	line-height: 35px;
}

.neirong_p_eng{
	font-size: 16px;
	color: #333333;
	text-indent: 10px;
	line-height: 30px;
}

.content_name{
	text-align: right;
	font-size: 16px;
	color: #333333;
	margin-top: 120px;
}

.luobi_box{
	width: 260px;
	height: 125px;
	float: right;
	margin-top: 30px;
}

.left_box{
	float: left;
	width: 240px;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}

.left_box_jianjie{
	float: left;
	width: 240px;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/jianjie.jpg) center 50px no-repeat;
}

.left_box_2{
	float: left;
	width: 240px;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/zhanlue.jpg) center 50px no-repeat;
}

.right_box{
	float: left;
	width: 940px;
	height: 100%;
	box-sizing: border-box;
	padding-left: 75px;
}

.content_top{
	height: 50px;
	width: 100%;
}

.language_chi{
	float: left;
	margin-right: 5px;
	width: 75px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #DFDFDF;
	background-color: #efefef;
}

.language_eng{
	float: left;
	width: 75px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #DFDFDF;
	background-color: #efefef;
}

.language_chi:hover{
	color: #FFFFFF;
	background-color: #243f90;
}

.language_eng:hover{
	color: #FFFFFF;
	background-color: #243f90;
}

.content_chi{
	width: 100%;
}

.content_chi p {
        font-size: 16px;
        line-height: 2;
        text-indent: 2em;
}

.content_eng{
	width: 100%;
	display: none;
}

.jiyu_box{
	width: 700px;
	height: 165px;
	margin: 0 auto;
	line-height: 165px;
	background: url("<{$ds['qianming']}>") 320px center no-repeat;
	background-size: 250px;
	font-size: 16px;
	color: #333333;
	text-indent: 31px;
}

/*特效*/
.img_box{
	width: 240px;
	height: 415px;
	position: relative;
	overflow: hidden;
}

.img_box i{
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0px;
	display: inline-block;
	background: cornflowerblue;
	transition: all 0.5s;
	z-index: 1000;
}

.img_box em{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 0px;
	display: inline-block;
	background: cornflowerblue;
	transition: all 0.5s;
	z-index: 1000;
}

.img_box:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0%;
	height: 5px;
	top:0;
	right: 0;
	background: cornflowerblue;
	transition: all 0.5s;
	z-index: 1000;
}

.img_box:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0%;
	height: 5px;
	left:0;
	bottom: 0;
	background: cornflowerblue;
	opacity: 1;
	transition: all 0.5s;
	z-index: 1000;
}

.img_box img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.img_box:hover img{
	transform: scale(1.1);
}

.img_box:hover:after{
	width: 100%;
}

.img_box:hover:before{
	width: 100%;
}

.img_box:hover i{
	height: 100%;
}

.img_box:hover em{
	height: 100%;
}

/*战略愿景*/
.big_box_zhanlue{
	width: 100%;
	height: 560px;
	overflow: hidden;
	background: url(../img/ditucen.png) bottom center no-repeat;
	background-size: 100% 110%;
}

.box_zhanlue{
	width: 1200px;
	height: 560px;
	padding-top: 85px;
	margin: 0 auto;
	overflow: hidden;
}

@media(max-width: 980px){
	.big_box{
		width: 100%;
	}
	
	.box{
		width: 100%;
		padding-top: 1rem;
	}
	
	.left_box{
		float: initial;
		width: 80%;
		margin-left: 10%;
		height: 12rem;
		padding-top: 0;
	}
	
	.img_box{
		width: 100%;
		height: 100%;
	}
	
	.right_box{
		margin-top: 1rem;
		width: 100%;
		float: initial;
		padding-left: 0;
	}
	
	.content_top{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.neirong_p_eng{
		font-size: 0.28rem
	}
	
	.jiyu_box{
		background: url(../img/luobi.png) 4rem center no-repeat;
		background-size: 30% 50%;
		font-size: 16px;
		color: #333333;
		text-indent: 31px;
		line-height: 35px;
	}
	
	.neirong_p_en{
		font-size: 0.28rem;
	}
	
	.content_chi{
		box-sizing: border-box;
		padding: 0 5%;
	}
}

@media screen and (max-width: 750px) {
	.box {
		padding: .3rem 0 .5rem;
	}
	.left_box {
		width: 94%;
		margin: 0 auto;
		height: auto;
	}
	.content_chi {
		padding: 0 .25rem;
		box-sizing: border-box;
	}
}
