
/* 页面大小 */
#out_frame{
	width: 100%;
	margin: 0;
	padding: 0;
	
}


/* 大标题 */
#big_title{
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	color:#0c2f5c;
	display: inline-block;
	margin: 0;
	/* margin-left: 20px; */
	padding: 0;
	position: relative;
	
}

/* 英文标题 */
#eng_title{
	color: #6D7C90;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}

/* 内容标题 */
#de_title{
	color: #323232;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

/* 内容 */
#de_con{
	
	margin-left: 16px;
	line-height:50px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #666160;
	font: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	/* font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; */
	font-weight: 100;
	/* font-size: 20px; */
	font: 20px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	/* 如果不需要换行,就在内联样式里改为 display:inline-block; */
}

	/* 项目案例内容 */
	#xm_con{
		/* margin-left: 94px; */
		line-height:30px;
		color: #0C2F54;
		font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
		font-weight: 600;
		font-size: 18px;
		padding: 0;
		position: relative;
		word-wrap: break-word;
		word-break: break-all;
		overflow: hidden;
		/* 如果不需要换行,就在内联样式里改为 display:inline-block; */
	}

/* 黄线 */
#line_frame{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 5px;
}
#line_frame p:nth-child(1){
	margin: 0;
	padding: 0;
	width: 50px;
	background-color: #eb7f01;
	/* position: relative;
	top: 0;
	left: 0; */
	height:auto!important; 
	height:5px; 
	min-height:5px;
	display: inline-block;
	font-size:0;
	float: left;
}
#line_frame p:nth-child(2){
	
	margin: 0;
	padding: 0;
	width: 150px;
	height:auto!important;
	height:5px; 
	min-height:5px;
	background-color: #f5bb98;
	font-size:0;
	display: inline-block;
	float: left;
	/* position: relative;
	top: 0;
	left: 50; */
	
}
.x3 li{
}

/* 黄点 */
div#yellow_point{
	
	margin:0;
	padding: 0;
	width: 10px;
	margin-bottom: 2px;
	margin-right: 6px;
	height: 10px;
	border-radius: 50%;
	background-color:#eb7f01 ;
	display:inline-block;
}
/* 黑点 */
div#black_rec{
	margin:0;
	margin-bottom:2px;
	margin-right:5px;
	padding: 0;
	width: 5px;
	height: 5px;
	
	background-color:#585858;
	display:inline-block;
}


/* 左右分页 */
#left{
	
	width: 49%;
	display: inline-block;
}
#right{
	
	width: 49%;
	display: inline-block;
	vertical-align:top;
}


/* 图片配置 */
#img_conf{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

img{
	width: 100%;
}

#x3{
	width: 33%;
	display: inline-block;
	vertical-align:top;
}
#x3>img{
	width:91%;
	height: 224px;
}
#x6{
	padding-left: 3px;
	width: 16%;
	display: inline-block;
	vertical-align:top;
}
#x6>img{
	width:70%;
	height: 3%;
}


#foot{
	width: 100%;
	height: 120px;
	background-color: #00284e;
	text-align: center;
	
}

#foot_frame{
	
	text-align:center;
	width:100%;
	height: 100%;
	margin: auto;
}

#foot_logo{
	margin-top: 20px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

/* foot内容标题 */
#foot_title{
	color: #888888;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

/* foot内容 */
#foot_con{
	margin-left: 16px;
	color: #d7d7d7;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-align: left;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	display: inline-block;
	/* 如果不需要换行,就在内联样式里改为 display:inline-block; */
}


#foot_phone{
	margin-left: 16px;
	color: #d7d7d7;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-weight: 100;
	font-size: 15px;
	text-align: left;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	display: inline-block;
	/* 如果不需要换行,就在内联样式里改为 display:inline-block; */
}
#nei_nei{
	margin-left: 25%;
}
#size{
	margin-left: 15%;
	margin-right: 15%;
}
#banone {
   width: 40%;
   height: 35%;
   position: relative;
   right:-45px;
   top: 50px;
}
#bantu {
	width:48%;
	height:35%;
	position: relative;
	right:26px;
	top:331px;
}



