@charset "utf-8";
/* CSS Document */

/*process banner*/
.process_banner{
	width: 100%;
	margin-top: 100px;
}
.process_banner img{
	width: 100%;
	height: 100%;
}

/*项目流程*/
.project{
	width: 100%;
	/*height: 1100px;*/
	margin-top: 180px;
}
.project_bg{
	/*height: 100%;*/
	max-width: 1200px;
	background: url(/statics/images/tem/project_bg.png)no-repeat;
	margin: 0 auto;
}
.project_top{
	padding-top: 174px;
	padding-left: 615px;
	width: 580px;
	height: 160px;
	overflow: hidden;
	color: #494443;
}
.project_top span{
	font-size: 20px;
	font-weight: bold;
}
.project_top p{
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	margin-top: 10px;
}
.project_middle{
	width: 100%;
	height: 210px;
	color: #494443;
	overflow: hidden;
	margin-top: 176px;
}
.project_middle ul{
	width: 100%;
	height: 100%;
}
.project_middle li{
	width: 14%;
	margin-left:145px;
	height: 100%;
	float: left;
}
.project_middle li:first-child{margin-left: 235px;width: 10%;}
.project_middle li:nth-child(3){width: 17%;margin-left:95px;}
.project_middle li:last-child{margin-left:65px;}
.project_middle li p{
	font-size: 18px;
	line-height: 30px;
}
.project_middle li span{
	font-size: 12px;
	margin-left: -40px;
	margin-top: 20px;
}
.project_bottom{
	width: 100%;
	height:135px;
	color: #494443;
	overflow: hidden;
	margin-top: 88px;
}
.project_bottom ul{
	width: 100%;
	height:  100%;
}
.project_bottom li{
	width: 105px;
	height: 100%;
	float: left;
	margin-left:52px;
}
.project_bottom li:first-child{margin-left: 165px;}
.project_bottom li p{
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
}

/*生产体系*/
.system{
	width: 100%;
	margin-top: 80px;
	/*height: 870px;*/
	/*margin-top: -40px;*/
}
.system_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	background: url(/statics/images/tem/stsyem_bg.png)no-repeat;
}
.system_top{
	padding-top:180px;
	padding-left: 615px;
	width: 580px;
	height: 215px;
	overflow: hidden;
	color: #494443;
}
.system_top span{
	font-size: 20px;
	font-weight: bold;
}
.system_top p{
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	margin-top: 10px;
}
.system_bottom{
	width: 100%;
	height:220px;
	color: #494443;
	overflow: hidden;
	margin-top: 140px;
}
.system_bottom ul{
	width: 100%;
	height:  100%;
}
.system_bottom li{
	width:160px;
	height: 100%;
	float: left;
	margin-left:52px;
}
.system_bottom li:first-child{margin-left: 242px;width: 140px;}
.system_bottom li:nth-child(2){width: 260px;margin-left:136px;}
.system_bottom li:nth-child(3){margin-left:20px;}
.system_bottom li:nth-child(4){margin-left:75px;}
.system_bottom li p{
	font-size: 18px;
	line-height: 30px;
}
.system_bottom li span{
	font-size: 12px;
	margin-left: -40px;
	margin-top: 20px;
}

/*核心理论*/
.theory{
	width: 100%;
	height: 460px;
	margin-top: 80px;
	background: url(/statics/images/tem/theory_bg.jpg)no-repeat center;
}
.theory_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.theory_detail{
    display: none;
	float: right;
	width: 500px;
	height: 100%;
}
.theory_font{
	color: #494443;
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.theory_font b{
	font-size: 47px;
	font-weight: bold;
	padding-top: 40px;
}
.theory_font p{
	font-size:18px;
	line-height: 24px;
}
.theory_font p n{
	font-weight: bold;
}
.theory_icon{
	width: 100%;
	height: 120px;
	margin-top: 45px;
	overflow: hidden;
}
.theory_icon ul{
	width: 100%;
	height: 100%;
}
.theory_icon li{
	width: 120px;
	height: 100%;
	float: left;
	margin-left: 68px;
}
.theory_icon li:first-child{margin-left: 0;}
.theory_icon li:hover{
	cursor: pointer;
}
.theory_icon li:hover img{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
}
.theory_icon li img{
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

/*资源对接*/
.docking{
	width: 100%;
	height: 530px;
	margin-top: 80px;
}
.docking_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	background: url(/statics/images/tem/docking_bg.png)no-repeat center;
}
.docking_font{
	width: 100px;
	height: 355px;
	padding-top: 110px;
	padding-left: 706px;
}
.docking_font li b{
	font-weight: bold;
	font-size: 18px;
	color: #494443;
	line-height: 40px;
}