div.main {
	/* 	
	position: fixed;
	top: -20px; 
	margin: 0px auto;
	*/
	/* border: 3px solid black; */
	width: 1410px;
	height: 2300px;
    margin-left: auto;
    margin-right: auto;
}

iframe {
	/* border: 3px solid black; */
	border: none;
}

table {
	/* 	
	position: fixed;
	top: -20px; 
	margin: 0px auto;
	border: 3px solid #ff00ff;
	*/
	width: 100%;
}

div.div_1_11 {
	width: 100%;
	height: 650px;
	background-image: url('../img/gywm/01.jpg');
	background-size: cover; /* 背景图片覆盖整个div区域 */
  	background-repeat: no-repeat; /* 背景图片不重复 */
  	background-position: center; /* 背景图片居中 */
  	/* border: 3px solid red; */
  	display: flex;
  	align-items: flex-end;
  	justify-content: center; /* 水平居中 */
}

.ul_outer {
	/* margin: 70px auto; */
	list-style: none;
	/* width: 800px; */
	height: 30px;
	margin: opx;
	background-color:DarkOrange;
	/* border: 1px solid black; */
}

/* td.td01 {
	background-color:DarkOrange;
	font-size: 200%
	font-style: italic; 
	font-style: Arial;
	color: DarkOrange;
	text-align: center;
	font-size: 200%;
} */

.ul_outer li {
	/* float: left; */
	display: inline-block;
	width: 160px;
	/* height: 60px; */
	/* background-color:WhiteSmoke; */
	/* font-size: 120%; */
	color: black;
	background-color:DarkOrange;
	/* border: 1px solid #CCC; */
	/* line-height: 50px; */
	/* border: 1px solid Silver; */
}

.ul_outer li:hover a {
	color: white;
	/* background-color: WhiteSmoke ; */
	/* border-bottom: 3px solid DarkOrange */
}

.ul_outer:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden
}

.ul_outer a {
	font-size: 120%;
	color: black;
	text-decoration: none;
	/* background-color:DarkOrange; */
}
/* 
div.div_2_11 {
	width: 100%;
	height: 400px;
	background-image: url('../img/gywm/02.jpg');
	background-size: cover; 背景图片覆盖整个div区域
  	background-repeat: no-repeat; 背景图片不重复
  	background-position: center; 背景图片居中
  	border: 3px solid red;
}
 */
div.div_2_11 {
/* 	width: 1410px;
	height: 100%;
 */	
	width: 100%;
	height: 850px;
 	
 	background-image: url('../img/gywm/02.jpg');
	background-size: cover; /* 背景图片覆盖整个div区域 */
  	background-repeat: no-repeat; /* 背景图片不重复 */
  	background-position: center; /* 背景图片居中 */
  	/* border: 3px solid red; */
}

div.item_gywm_new {
	width: 90%;
	height: 400px;
	/* float: right; */
	/* border: 2px solid red; */
}

h1.gywm {
	color: DarkOrange;
	text-align: left;
	/* background-color:DarkOrange; */
}

h4.gywm {
	color: black;
	text-align: left;
	/* background-color:DarkOrange; */
}

h5.gywm {
	color: black;
	text-align: left;
	/* background-color:DarkOrange; */
}

h6.gywm {
	color: black;
	text-align: left;
	/* background-color:DarkOrange; */
}

div.item_gywm_new p {
	color: black;
	text-align: left;
}

div.item_gywm_new p.gywm_p1 {
	color: DarkOrange;
	text-align: left;
	margin: 0px;
}

div.item_gywm_new p.gywm_p2 {
	color: DarkMagenta;
	text-align: left;
	margin: 0px;
}

div.item_gywm_new p.gywm_p3 {
	color: Gray;
	text-align: left;
	margin: 0px;
}

div.item_gywm_new p.gywm_p4 {
	color: DodgerBlue;
	text-align: left;
	margin: 0px;
}

div.div_3_11 {
	width: 100%;
	height: 450px;
	background-image: url('../img/gywm/03.jpg');
	background-size: cover; /* 背景图片覆盖整个div区域 */
  	background-repeat: no-repeat; /* 背景图片不重复 */
  	background-position: center; /* 背景图片居中 */
  	/* border: 3px solid red; */
	display: flex;
	align-items: center;/* 垂直居中 */
	justify-content: center; /* 水平居中 */
}

div.div_3_12 {
	width: 200px;
	height: 290px;
	/* background-color:DarkOrange; */
	text-align: left;
	/* padding: 20px 20px; */
  	/* border: 3px solid red; */
}

div.div_4_11 {
	width: 100%;
	height: 650px;
	background-image: url('../img/gywm/04.jpg');
	background-size: cover; /* 背景图片覆盖整个div区域 */
  	background-repeat: no-repeat; /* 背景图片不重复 */
  	background-position: center; /* 背景图片居中 */
  	/* border: 3px solid red; */
	display: flex;
	align-items: center;/* 垂直居中 */
	justify-content: center; /* 水平居中 */
}