﻿/* CSS layout */
/*主体框架*/ 
body {
	/*background-image:url('../../images/diwen_302.gif');*/
	/* 在水平和垂直方向平铺*/ 
	/*background-repeat:repeat;*/
	/*设置网页背景图片为随屏幕大小缩放的代码*/	
	/*background-size:100% 100%;*/		   
	/*设置网页背景图片为固定（不随网页移动）的代码*/
	/*background-attachment:fixed;*/
	background-color: #25277E;
	background-image: -webkit-linear-gradient(90deg, #151957, #070099, #0A00BF, #070099, #151957);
	background-image: linear-gradient(90deg, #151957, #070099, #0A00BF, #070099, #151957);
	margin:0px auto;
	padding:0px 0px 0px 0px;
	 /*以下是网页变为黑白色的代码*/
	 /*filter:grayscale(100%);*/  
	 /*以上是网页变为黑白色的代码*/
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
/* 网页预加载图片设置*/
#preload-01 {
	background: url('../../gengxin/gengxin.files/wangluolianjei_02.gif') no-repeat;
	display:none;
} 
#preload-02 {
	background: url('../../gengxin/gengxin.files/wangluolianjei_03.gif') no-repeat;
	display:none;
} 
#preload-11 {
	background: url('../../gengxin/gengxin.files/qingsongyike_02.gif') no-repeat;
	display:none;
} 
#preload-12 {
	background: url('../../gengxin/gengxin.files/qingsongyike_03.gif') no-repeat;
	display:none;
} 
} 
#preload-13 {
	background: url('../../gengxin/gengxin.files/qingsongyike_04.gif') no-repeat;
	display:none;
} 
#preload-14 {
	background: url('../../gengxin/gengxin.files/qingsongyike_05.gif') no-repeat;
	display:none;
} 
#preload-21 {
	background: url('../../images/gudingkuai_ditu_004.gif') no-repeat;
	display:none;
} 
#preload-22 {
	background: url('../../images/gudingkuai_ditu_005.gif') no-repeat;
	display:none;
} 
/* 网页设置为无边框*/
div,header,nav,article,footer,span,iframe,img,p,a {
	box-sizing:border-box;
}
/* 网页首页字体设置*/
h2,h3,h4,h5,h6 {
	font-family:宋体;
	color:#800000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
h1 {
	font-family:楷体;
	font-size:1.75em;
	color:#00037D;
	text-align:left;
	letter-spacing:10px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0px;
}
h2 {
	font-size:1.25em;
}
h3 {
	font-size:1.125em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.875em;
}
h6 {
	font-size:0.75em;
}
p,a {
	font-family:宋体;
	color:#000000;
}
p {
	font-size:1em;
	margin-left:10px;
	margin-right:10px;
	text-indent:1.75em;
	line-height:150%;
}
a {
	font-size:0.875em;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#990033;
	text-decoration:underline;
}
/*横线*/ 
.hengxian {
	color:#FFFFFF;
	margin:1px 0px 1px 0px;
	width:100%;
	height:1px;
	clear:both;
}
/*网页标题栏（页眉）*/ 
header {
	text-align: center;
	width:100%;
	height:40px;
	/*将四角设为圆角，半径为3像素。*/ 
	border-radius:3px;
	position:fixed;
	z-index:6;
	background-image:url('../../images/diwen_306.gif');
	background-repeat:repeat-x;
	top:0px;
	padding:0px 0px 0px 0px;
}
div.yemei {
	width:1344px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	z-index:6;
}
div.yemei_01 {
	position: relative;
	display: inline-block;
	float:left;
	width:40px;
	height:40px;
	text-align:left;
}
div.yemei_01_xiala {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:6;
}
div.yemei_01:hover div.yemei_01_xiala {
	display: block;
}
div.yemei_02 {
	width:100px;
	height:40px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 10px;
}
div.yemei_03 {
	width:auto;
	height:40px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 0px;
}
/*网页标题栏内日期显示设置*/
div.yemei_03 p {
	font-family:宋体;
	font-weight:normal;
	line-height:100%;
	margin: 14px 0px 0px 0px;
}
div.yemei_03 p span {
	font-family: 宋体;
	font-weight:normal;
	font-size:0.875em;
	line-height:20%;
	margin: auto 0px;
	color:#000000;
	text-decoration:none;
}
/*网页顶部导航栏*/ 
div.yemei_right {
	float:right;
	width:50%;
	height:40px;
	text-align: right;
	margin:0px;
	padding:0px 0px 0px 0px;
}
div.yemei_right nav {
	text-align:right;
	float:right;
	width:100%;
	height:40px;
	margin: auto 0px;
	padding-top:8px;
}
div.yemei_right nav>span {
	width: auto;
	height: 100%;
	float: right;
	margin:0px 10px;
}
div.yemei_right nav>span a {
	color:#000000;
	font-size:0.875em;
	text-decoration:none;
}
div.yemei_right nav>span a:hover {
	color:#800000;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
}
.nav_xiala {
	display: none;
	position: absolute;
	background-color: #EDFEBA;
	min-width: 100px;
	text-align:left;
	border-radius:5px;
	padding:20px 25px;
	border:2px solid #73AD21;
	z-index:6;
}
div.yemei_right nav>span:hover .nav_xiala {
	display: block;
}
/*网页主体显示部分框架*/ 
.zhuti {
	width:1344px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	top:42px;
	z-index:5;
}
/*网页内容栏*/ 
article {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	clear:both;
	border-style: none none none none;
	border-color:#FFFFFF;
	border-width:1px;
	/*background-color:#DDEFFF;*/
	top:0px;
}
article>div {
	clear:both;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:none none none none;
	border-color:#FFFFFF;
	border-width:1px;
}
/*网页内容栏中的第一内容栏中的左栏*/ 
div.left_article01 {
	margin-right:270px;
	width:auto;
	height:auto;
	text-align:center;
	padding:0px 0px 0px 0px;
}
/*网页内容栏中的第一内容栏中的右栏*/ 
div.right_article01 {
	width:270px;
	height:auto;
	float:right;
	text-align:center;
	padding:5px 0px 10px 0px;
}
/*网页内容栏中的第一内容栏中的左栏内左栏*/  
div.page_article0101 {
	width:50%;
	height:auto;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
}
/*网页内容栏中的第一内容栏中的左栏内右栏*/  
div.page_article0102 {
	width: 50%;
	height:auto;
	float: right;
	text-align:center;
	padding:0px 0px 0px 0px;
}
/*网页内容栏中的第二内容栏中的左栏*/ 
div.left_article02 {
	width:33%;
	height:auto;
	float:left;
	text-align:center;
}
/*网页内容栏中的第二内容栏中的右栏*/ 
div.right_article02 {
	width:33%;
	height:360px;
	float:right;
	text-align:center;
}
/*网页内容栏中的第二内容栏中的中栏*/ 
div.page_article02 {
	margin-right:33.5%;
	margin-left:33.5%;
	width:auto;
	height:auto;
	text-align:center;
	padding:0px 0px 0px 0px;
}
/*网页内容栏中的第三内容栏中的左栏*/ 
div.left_article03 {
	width:25%;
	height:auto;
	float:left;
	text-align:center;
	/*设置为无边框的代码*/
	border-style:none;
}
div.left_article03_02,div.left_article03_03,div.left_article03_04,div.left_article03_05,div.left_article03_3d {
	width:25%;
	height:auto;
	float:left;
	text-align:center;
	/*设置为无边框的代码*/
	border-style:none;
	display:none;
}
/*网页内容栏中的第三内容栏中的右栏*/ 
div.right_article03_01,div.right_article03_02,div.right_article03_03 {
	margin-left:25.5%;
	width:auto;
	height:360px;
	float:none;
	text-align:center;
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
/*网页尾栏*/ 
footer {
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:5;
}
/*网页尾栏内友情链接栏*/ 
div.youqing_footer {
	top:0px;
	width:100%;
	height:45px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	border-style:groove none groove none;
	border-color:#FFFFFF;
	border-width:1px;
}
/*尾部计数栏*/ 
div.jishu_footer {
	top:10px;
	clear:both;
	width:100%;
	height:40px;	
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*尾部计数栏*/ 
div.jishu_footer01 {
	margin-right:40px;
	margin-left:40px;
	width:100%;
	height:100%;
	background-size:100% 35px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.jishu_footer01 span {
	height:100%;
	font-family:宋体;
	font-size:1em;
	margin:0px 0px 10px 0px;
}
/*尾部top框*/ 
div.top_footer {
	float:right;
	width:30px;
	height:30px;
	text-align:right;
	margin:0px 0px 0px 0px;
}
div.top_footer a img {
	/*将四角设为圆角，半径为8像素。*/ 
	border-radius:8px;
	float:right;
	width:30px;
	height:30px;
	text-align:right;
	margin:0px 0px 0px 0px;
	background:url('../../images/gotop_02.jpg') 0px 0px;
}
div.top_footer a img:hover {
	background:url('../../images/gotop_02.jpg') -31px 0px;
}
/*尾部附件栏*/ 
div.fujian_footer {
	top:0px;
	clear:both;
	width:100%;
	height:40px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.fujian_footer01 {
	margin-right:40px;
	margin-left:40px;
	width:100%;
	height:100%;
	background-size:100% 35px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.fujian_footer01 div {
	height:100%;
	font-family:宋体;
	font-size:1em;
	margin:0px 0px 10px 0px;
}
div.fujian_footer01 div a {
	color:#FFFFFF;
}
div.fujian_footer01 div a:hover {
	color: #FF0066;
}
/*尾部声明栏*/ 
div.shengming_footer {
	width:100%;
	height:35px;
	text-align:center;
	margin:0px 0px 0px 0px;
	clear:both;
	border-style:none none solid none;
	border-color:#FFFFFF;
	border-width:1px;
}
/*尾部logo框*/ 
div.logo_footer {
	float:left;
	width:100px;
	height:30px;
	text-align:center;
	margin:0px 0px 0px 0px;
	clear:both;
	border-style:none none solid none;
	border-color:#FFFFFF;
	border-width:1px;
}
/*尾部空白栏*/ 
div.kongbai_footer {
	position:relative;
	top:0px;
	width:100%;
	height:40px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
	/*网站网页尾栏背景图片*/	
	/*background-image:url('../../images/diwen_0251.gif');*/
	/*background-position:bottom;*/
	/*设置网页背景图片为随屏幕大小缩放的代码*/
	/*background-size:100% 100%;*/
}
/*以下是网页内部设置*/
/*网页内容栏中的第一内容栏中的左栏  内嵌网页-“动画”栏*/ 
.neiqian_donghua {
	text-align:center;
	height:100%;
	width:100%;
	margin:0px auto;
}
/*网页内容栏中的第一内容栏中的左栏  内嵌网页-“动画”栏的上栏(控制动画框距顶部位置)*/ 
.neiqian_donghua_top {
	width:100%;
	height:10px;
	text-align:center;
	margin:0px auto;
}
/*网页内容栏中的第一内容栏中的左栏  内嵌网页-“动画”栏框架及设置*/ 
ul,li {
	margin:0px;
	padding:0px;
}
ul {
	list-style-type:none;
}
#box {
	position:relative;
	width:269px;
	height:360px;
	border:0px solid #fff;
	margin:0px;
}
#box .list {
	position:relative;
	width:269px;
	height:360px;
	overflow:hidden;
	border:0px solid #ccc;
}
#box .list li {
	position:absolute;
	top:0px;
	left:0px;
	width:269px;
	height:360px;
}
#box .list li.current {
}
#box .count {
	/*设置初始图片页码数字及数字的背景颜色：白色字体，普通（已删除background:#F90;无颜色）*/
	position:absolute;
	right:5px;
	bottom:5px;
}
#box .count li {
	color:#FFFFFF;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-right:1px;
	overflow:hidden;
}
#box .count li.current {
	/*设置当前显示的图片页码数字及数字的背景颜色：红色字体，加粗（已删除background:#f60;	无颜色）*/
	color:#FF0000;
	font-weight:900;
}
#tmp {
	/* 设置当前显示的图片的大小及形状*/
	width:100px;
	height:100px;
	background:red;
	position:absolute;
}
#img_donghua {
	width:100%;
	height:100%;
	border-radius:15px;
}
/*网页内容栏中的内标题栏*/ 
div.neirong_biaoti,div.neirong_biaoti_qsyk {
	border-radius:15px;
	text-align:center;
	width:100%;
	height:30px;
	margin:0px auto 10px auto;
	/*background-color:#C8DDEC;*/
	background-image:url('../../images/diwen_028.gif');
}
div.neirong_biaoti h2,div.neirong_biaoti_qsyk h2 {
	font-family:宋体;
	font-size:1em;
	color:#000000;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:9px 0px 0px 0px;
}
div.neirong_biaoti_qsyk h2:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
}
/*网页内容栏中的内标题栏中左侧占位栏*/ 
div.neirong_biaoti_left {
	float:left;
	width:120px;
	height:100%;
}
/*网页内容栏中的内标题栏中右侧链接栏*/ 
div.neirong_biaoti_right {
	float:right;
	width:120px;
	height:100%;
}
@media screen and (max-width:1463px) {
	div.neirong_biaoti_right {
		margin-right:6px;
		margin-left:6px;
		overflow:hidden;
	}
}
div.neirong_biaoti_right p {
	text-align:center;
	text-indent:0em;
	line-height:100%;
	margin-top:10px;
}
div.neirong_biaoti_right p a {
	font-size:0.875em;
	font-family:宋体;
	color:#000000;
}
div.neirong_biaoti_right p a:link {
	color:#000000;
	text-decoration:none;
}
div.neirong_biaoti_right p a:visited {
	color:#000000;
	text-decoration:none;
}
div.neirong_biaoti_right p a:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
}
div.neirong_biaoti_right p a:active {
	color:#990033;
	font-weight:bold;
	text-decoration:underline;
}
/*网页内容栏中的内标题栏中中栏*/ 
div.neirong_biaoti_page {
	margin-right:120px;
	margin-left:120px;
	float:none;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.neirong_biaoti_page h2 {
	font-family:宋体;
	font-size:1em;
	color:#000000;
	text-align:center;
	margin:0px 0px 0px 0px;
}
/*网页内容栏中的网络页面内标题栏*/ 
div.neirong_biaoti_wangluo {
	float:none;
	text-align:center;
	height:100%;
	margin:0px 5px 0px 5px;
	padding:0px 0px 0px 5%;
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
div.neirong_biaoti_wangluo_fenlan {
	border-radius:15px;
	float:left;
	text-align:center;
	width:30%;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 5px 5px 5px;
	/*background-color:#A5E6FE;*/
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
div.neirong_biaoti_wangluo_fenlan h2 {
	font-family:宋体;
	font-size:1em;
	color:#000000;
	text-align:center;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.neirong_biaoti_wangluo_fenlan h2:hover {
	color:#800000;
	font-weight:bold;
}
#huise01,#huise02,#huise03 {
	color:#000000;
	opacity:0.5;
	text-decoration:none;
}
#huise01:hover,#huise02:hover,#huise03:hover {
	text-decoration:none;
}

/*网页内容栏中的内容设置（列表格式）*/ 
div.neiye_neiqian_leibiao {
	width:100%;
	height:30px;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:4;
	white-space:nowrap;
	overflow:hidden;
}
div.neiye_neiqian_leibiao:hover {
	overflow:visible;
	word-spacing:inherit;
	white-space:inherit;
	height:auto;
	word-break:normal;
}
div.neiye_neiqian_leibiao img {
	border-radius:15px;
	float:left;
	text-align:left;
	width:120px;
	height:80px;
	margin:0px 5px 5px 10px;
}
div.neiye_neiqian_leibiao p {
	text-align:left;
	font-family:宋体;
	font-weight:normal;
	font-size:1em;
	color:#FFFFFF;
	line-height:120%;
	text-indent:-5em;
	margin:10px 0px 0px 48px;
	text-decoration:none;
}
div.neiye_neiqian_leibiao p:link {
	text-decoration:none;
}
div.neiye_neiqian_leibiao p:visited {
	text-decoration:none;
}
div.neiye_neiqian_leibiao p:hover {
	font-weight:bold;
	color:#800000;
	text-decoration:underline;
}
div.neiye_neiqian_leibiao p:active {
	text-decoration:underline;
}
div.neiye_neiqian_leibiao p a {
	text-align:left;
	font-family:宋体;
	font-weight:normal;
	font-size:1em;
	color:#FFFFFF;
	line-height:120%;
	text-indent:-5em;
	margin:10px 0px 0px 48px;
	text-decoration:none;
}
div.neiye_neiqian_leibiao p a:link {
	text-decoration:none;
}
div.neiye_neiqian_leibiao p a:visited {
	text-decoration:none;
}
div.neiye_neiqian_leibiao p a:hover {
	font-weight:bold;
	color:#800000;
	background-color:#FFFFFF;
	background:#D7F7FF;
	text-decoration:underline;
}
div.neiye_neiqian_leibiao p a:active {
	text-decoration:underline;
}
/*网页内容栏中的内容设置（轻松一刻格式）*/ 
div.neirong_qingsongyike_01,div.neirong_qingsongyike_02,div.neirong_qingsongyike_03,div.neirong_qingsongyike_04,div.neirong_qingsongyike_05 {
	width:100%;
	height:320px;
	display:grid;
	justify-content:space-evenly;
	align-content: space-around;
	grid-template-columns:50% 50%;
	grid-template-rows:auto auto auto;
	background-repeat:no-repeat;
	background-size:100% 100%;
	grid-gap:0px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}
div.neirong_qingsongyike_01 {
	background-image:url('../../gengxin/gengxin.files/qingsongyike_01.gif');
}
div.neirong_qingsongyike_02 {
	background-image:url('../../gengxin/gengxin.files/qingsongyike_02.gif');
}
div.neirong_qingsongyike_03 {
	background-image:url('../../gengxin/gengxin.files/qingsongyike_03.gif');
}
div.neirong_qingsongyike_04 {
	background-image:url('../../gengxin/gengxin.files/qingsongyike_04.gif');
}
div.neirong_qingsongyike_05 {
	background-image:url('../../gengxin/gengxin.files/qingsongyike_05.gif');
}
div.neirong_qingsongyike_01 > div,div.neirong_qingsongyike_02 > div,div.neirong_qingsongyike_03 > div,div.neirong_qingsongyike_04 > div,div.neirong_qingsongyike_05 > div {
	/*background-color:rgba(255,255,255,0.1);*/
	text-align:center;
	padding:5px 5px 5px 5px;
}
div.neirong_qingsongyike_01 > div img,div.neirong_qingsongyike_02 > div img,div.neirong_qingsongyike_03 > div img,div.neirong_qingsongyike_04 > div img,div.neirong_qingsongyike_05 > div img {
	border-radius:10px;
	width:100%;
	opacity:0.0;
	/*border:2px solid #D7F7FF;*/
}
div.neirong_qingsongyike_01 > div img:hover,div.neirong_qingsongyike_02 > div img:hover,div.neirong_qingsongyike_03 > div img:hover,div.neirong_qingsongyike_04 > div img:hover,div.neirong_qingsongyike_05 > div img:hover {
	/*border:2px solid #800000;*/
	opacity:0.3;
	/*border-radius:10px;*/
}
/*网页内容栏中的内容设置（块状格式）*/ 
.neiye_neirong {
	width:100%;
	height:80px;
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:5px 10px 0px 10px;
}
@media screen and (min-height:310px) {
	.neiye_neirong {
		margin:5% 10px 5% 10px;
	}
}
.neiye_neirong p {
	text-align:center;
	font-family:宋体;
	font-weight:bold;
	font-size:1em;
	color:#FFFFFF;
	line-height:150%;
	text-indent:0em;
	text-decoration:none;
	margin:5px 0px 0px 0px;
}
.neiye_neirong img {
	border-radius:10px;
	float:left;
	text-align:left;
	width:120px;
	height:80px;
	margin:0px 0px 5px 0px;
	z-index:3;
}
.neiye_neirong img:hover {
	border:3px solid #800000;
	border-radius:10px;
}
.neiye_neirong p a {
	text-align:center;
	font-family:宋体;
	font-weight:bold;
	font-size:1em;
	color:#FFFFFF;
	line-height:150%;
	text-indent:0em;
	text-decoration:none;
	margin:5px 0px 0px 0px;
}
.neiye_neirong p a:link {
	text-decoration:none;
}
.neiye_neirong p a:visited {
	text-decoration:none;
}
.neiye_neirong p a:hover {
	color:#800000;
	font-size:1.125em;
	font-weight:bold;
	text-decoration:underline;
	background-color:#FFFFFF;
	background:#D7F7FF;
	background-clip:content-box;
}
.neiye_neirong p a:active {
	text-decoration:underline;
}
/*网页内容字体格式*/
p.neiqian_zp01 {
	text-align:left;
	text-indent:1.5em;
	line-height:150%;
	color:#FFFFFF;
	margin:10px 10px 10px 5px;
	text-decoration:none;
}
p.neiqian_zp01 a {
	font-family:宋体;
	font-size:0.875em;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
p.neiqian_zp01 a:link {
	text-decoration:none;
}
p.neiqian_xp13 a:visited {
	text-decoration:none;
}
p.neiqian_zp01 a:hover {
	color:#800000;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	background-color:#FFFFFF;
	background:#D7F7FF;
	background-clip:content-box;
}
p.neiqian_zp01 a:active {
	text-decoration:underline;
}
p.neiqian_zp02 {
	font-family:宋体;
	font-size:0.5625em;
	text-align:left;
}
/*网页内容栏中的内容设置（网络链接格式）*/ 
div.neiye_neiqian_lianjie {
	width:100%;
	height:52px;
	float:none;
	text-align:center;
	padding:5px 5px  0px 5px;
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
/*网页内容栏中的内容设置（网络链接格式内栏）*/ 
div.neiye_neiqian_lianjie_01 {
	width:14.2%;
	height:42px;
	float:left;
	text-align:center;
	padding:5px 0px  0px 0px;
	box-sizing:border-box;
	border-width:0px;
	/*设置为无边框的代码*/;
	border-style:none;
}
div.neiye_neiqian_lianjie_01 img {
	/*将图像设为圆角，半径为5px。*/ 
	border-radius:5px;
	width:100px;
	height:32px;
	text-align:center;
	/*对图片添加边框*/
	border-style:solid;
	/*设置图片边框宽度*/
	border-width:1px;
	/*设置图片边框颜色*/;
	border-color:#03014B;
}
div.neiye_neiqian_lianjie_01 img:hover {
	border:2px solid #800000;
	border-radius:10px;
}
/*网页主体内嵌图库网页*/ 
div.neiqian_tupian {
	text-align:center;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
/*网页内容栏中的内容设置（网络链接底图格式）*/ 
div.neirong_wangluolianjie_01,div.neirong_wangluolianjie_02,div.neirong_wangluolianjie_03 {
	width:100%;
	height:320px;
	display:grid;
	justify-content:space-evenly;
	align-content: space-around;
	grid-template-columns:auto auto auto auto auto auto auto;
	grid-template-rows:auto auto auto auto auto auto;
	background-repeat:no-repeat;
	background-size:100% 100%;
	grid-gap:0px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;	
}
div.neirong_wangluolianjie_01 {
	background-image:url('../../gengxin/gengxin.files/wangluolianjei.gif');
}
div.neirong_wangluolianjie_02 {
	background-image:url('../../gengxin/gengxin.files/wangluolianjei_02.gif');
}
div.neirong_wangluolianjie_03 {
	background-image:url('../../gengxin/gengxin.files/wangluolianjei_03.gif');
}
div.neirong_wangluolianjie_01 > div,div.neirong_wangluolianjie_02 > div,div.neirong_wangluolianjie_03 > div {
	text-align:center;
	padding:5px 5px 0px 5px;
}
div.neirong_wangluolianjie_01 > div img,div.neirong_wangluolianjie_02 > div img,div.neirong_wangluolianjie_03 > div img {
	border-radius:2px;
}
div.neirong_wangluolianjie_01 > div img:hover,div.neirong_wangluolianjie_02 > div img:hover,div.neirong_wangluolianjie_03 > div img:hover {
	border-bottom:3px #FFFFFF solid; 
}
/* 网页主体内嵌图片库*/
div.neiqian_tupian>div {
	float:left;
	width:9.04%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.neiqian_tupian>div:hover {
	border:3px solid #800000;
	border-radius:10px;
}
div.neiqian_tupian>div img {
	display:table-cell;
	width:100%;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
}
div.neiqian_tupian>div img:hover {
	border-radius:10px;
}
/*网页尾栏内友情链接栏内内嵌友情链接网页*/ 
div.youqing_container {
	top:0px;
	text-align:left;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
}
/* 网页尾栏内友情链接栏内内嵌友情链接网页的设置*/
div.youqing_container>div {
	float:left;
	top:0px;
	width:88px;
	height:30px;
	text-align:center;
	margin:0px 12px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.youqing_container>div a img {
	top:0px;
	display:table-cell;
	width: 100%;
	height: 100%;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #FFFFFF;
	/*将图像设为圆角，半径为5px。*/ 
	border-radius:5px;
}
div.youqing_container>div a img:hover {
	border:1px solid #FF0066;
	border-radius:10px;
}
/*网页内容栏中的第一内容栏中的中栏中的上栏*/  
.right_col_1_1 {
	width:100%;
	height:auto;
	text-align:center;
	margin-left:275px;
	margin-right:275px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
@media screen and (max-width:1680px) {
	.right_col_1_1_zhong {
		width:100%;
		overflow:hidden;
	}
}
@media screen and (min-width:1463px) {
	.right_col_1_1_min {
		width:100%;
		overflow:hidden;
	}
}
@media screen and (min-height:400px) {
	.right_col_1_1_height {
		height:100%;
	}
}
/*网页内容栏中的第一内容栏中的中栏中的下栏(背景音乐)设置*/  
/*背景音乐为一栏的代码*/
.right_col_1_2 {
	border-radius:15px;
	width:70%;
	height:30px;
	text-align:center;
	margin-left:275px;
	margin-right:275px;
	background-color:#99FFCC;
	margin:5px 15% 5px 15%;
	padding:5px 0px 0px 0px;
}
/*网页内容栏中的第一内容栏中的各栏 内的内容格式（开圆堂链接）*/
.container_neibu_01_lianjie {
	clear:left;
	width:100%;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*网页内容栏中的第一内容栏中的各栏 内的内容格式（开圆堂链接，高度360px）*/
.container_neibu_01_lianjie_360 {
	clear:left;
	width:100%;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
/*网页内容栏中的第一内容栏中的各栏 内的内容格式（开圆堂链接）*/
#neiqian_neiye_lianjie {
	text-align:center;
	font-family:宋体;
	font-weight:normal;
	font-size:1em;
	color:#FFFFFF;
	line-height:150%;
	text-indent:0em;
	text-decoration:none;
	margin:5px 0px 0px 0px;
}
#neiqian_neiye_lianjie img {
	border-radius:15px;
	float:left;
	text-align:left;
	width:120px;
	height:80px;
	margin:0px 5px 5px 5px;
}
#neiqian_neiye_lianjie:link {
	text-decoration:none;
}
#neiqian_neiye_lianjie:visited {
	text-decoration:none;
}
#neiqian_neiye_lianjie:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:underline;
}
#neiqian_neiye_lianjie:active {
	color:#990033;
	font-weight:bold;
	text-decoration:underline;
}
/*网页主体内嵌视频网页*/ 
.neiqian_shipin {
	text-align:center;
	width:auto;
	height:270px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
/*网页内容栏中的内嵌视频播放器*/ 
.neiqian_shipin_vid {
	text-align:center;
	width:auto;
	height:260px;
	margin:10px auto;
	border-radius:15px;
}
.neiqian_shipin_linshi {
	text-align:center;
	width:100%;
	height:auto;
	margin:0 auto;
}
.neiqian_shipin_linshi_vid {
	text-align:center;
	width:100%;
	height:auto;
	margin:10px auto;
}
.neiqian_shipin_linshi img {
	text-align:center;
	width:100%;
	height:auto;
}
/*网页图片栏*/ 
.tupian {
	clear:both;
	width:100%;
	height:170px;
	text-align:center;
	background-image:url('images/diwen_012.gif');
	margin:0px 0px 0px 0px;
	background-color:#bde7f7;
}
@media screen and (max-width:1680px) {
	.tupian_max {
		height:auto;
	}
}
/*不随网页移动的固定块*/
.gudikuai,.gudikuai-zuo {
	clear:both;
	/*将四角设为圆角，半径为8像素。*/ 
	border-radius:8px;
	width:240px;
	height:400px;
	position:fixed;
	/*固定块距右侧的距离。*/
 	top:100px;
	/*设置边框，宽度为1像素，样式为实线，颜色为浅绿色。*/ 
	border:1px solid #73AD21;
 	bottom:0px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	/*设置底色。*/
	/*background-color: #0D00F9;*/
	padding:10px 5px 5px 5px;
	visibility: hidden;
	z-index:6;
}
.gudikuai img,.gudikuai-zuo img {
	left:0px;
	width:20px;
	height:20px;
}
/*不随网页移动的固定块（右侧）*/
.gudikuai {
	/*固定块距右侧的距离。*/
	right:10px;
}
/*不随网页移动的固定块（左侧）*/
.gudikuai-zuo {
	/*固定块距左侧的距离。*/
	left:10px;
}
/*不随网页移动的固定块（深色）*/
.gudikuai,.gudikuai-zuo {
	background-image:url('../../images/gudingkuai_ditu_007.gif');
}
.gudikuai img,.gudikuai-zuo img {
	background:url('../../images/yincang_05.gif') 0px 0px;
}
.gudikuai img:hover,.gudikuai-zuo img:hover {
	background:url('../../images/yincang_05.gif') -21px 0px;
}
/*不随网页移动的固定块内的文本格式（深色）*/
.gudikuai h4,.gudikuai-zuo h4 {
	padding-top:0px;
	font-size:1em;
}
.gudikuai h4,.gudikuai-zuo h4 {
	color:#FFFFFF;
	font-weight:bold;
}
.gudikuai p,.gudikuai p a,.gudikuai-zuo p,.gudikuai-zuo p a {
	font-family:宋体;
	font-size:0.875em;
	text-align:left;
	line-height:120%;
}
.gudikuai p,.gudikuai-zuo p {
	font-size:0.875em;
	color: #FFFFFF;
	text-indent:1.7em;
}
.gudikuai p a,.gudikuai-zuo p a {
	font-weight:normal;
	text-decoration:none;
	color: #FFFFFF;
}
.gudikuai p a:hover,.gudikuai-zuo p a:hover {
	font-size:1em;
	color: #800000;
	font-weight: bold;
	text-decoration:underline;
	background:#D7F7FF;
	text-decoration:underline;
}
/*以下是不随网页移动的固定块的按钮和返回顶部按钮*/
.backToTop,.gudikuai_k,.gudikuai-zuo-k,.email,.liuyan-anniu {
	z-index:6;
	border-radius:5px;
	width:40px;
	line-height:1.3;
	padding:4px 5px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:0.75em;
	text-align:center;
	position:fixed;
	cursor:pointer;
	opacity:0.8;
}
/*显示不随网页移动的固定块的按钮*/
.gudikuai_k,.gudikuai-zuo-k {
	bottom:350px;
}
.gudikuai_k {
	right:10px;
	visibility: visible;
}
.gudikuai-zuo-k {
	left:10px;
	visibility: visible;
}
/*显示返回留言建议的按钮*/
.liuyan-anniu  {
	right:10px;
	bottom:300px;
}
/*显示返回email的按钮*/
.email {
	right:10px;
	bottom:250px;
}
/*显示返回顶部的按钮*/
.backToTop {
	right:10px;
	bottom:200px;
	display:none;
}
/*切换主题的按钮*/
.gengxinzhuti,.gengxinzhuti_shense {
	position:fixed;
	top:10px;
	right:160px;
	width:20px;
	height: 20px;
	z-index:16;
}
.gengxinzhuti {
	visibility:visible;
}
.gengxinzhuti_shense {
	visibility:hidden;
}
.gengxinzhuti img,.gengxinzhuti_shense img {
	width:100%;
	height:100%;
}

/*网页广告栏*/ 
.guanggao_01 {
	border-radius:2px;
	width:100%;
	height:65px;
	text-align:center;
	background-image:url('../../images/diwen_021.gif');
	margin:5px 0px 5px 0px;
	padding:15px 0px 10px 0px;
	clear:both;
	border-style:groove none none none;
	border-color:#000000;
	border-width:1px;
	box-sizing:border-box;
}
.guanggao_02 {
	width:100%;
	height:65px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:none none none none;
}
/* 网页广告栏内动画（横向向左移动）设置*/
.scroll-text {
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
}
.scroll-text span {
	display:inline-block;
	padding-left:100%;
	animation:scrollText 30s linear infinite;
	font-family:宋体;
	font-size:2.25em;
	color:#800000;
}
.scroll-text span:hover {
	color:#130192;
	font-weight:bold;
	text-decoration:underline;
}
.scroll-text span a {
	font-family:楷体;
	font-size:32px;
	color:#800000;
	text-decoration:none;
}
.scroll-text span a:hover {
	color:#130192;
	font-weight:bold;
	text-decoration:underline;
}
@keyframes scrollText {
	0% {
	transform:translateX(0);
}
100% {
	transform:translateX(-100%);
}
}
/*留言框*/
.liuyan {
	clear:both;
	/*将留言框设为固定。*/ 
	position: fixed;
	margin:0px auto;
	padding:0px 5px 10px 5px;
	z-index:20;
	/*将四角设为圆角，半径为5像素。*/ 
	border-radius:5px;
	width:960px;
	height:640px;
	/*留言框距左侧的距离。*/
	left: 25%;
	/*留言框距顶部的距离。*/
 	top:60px;
	/*设置边框，宽度为1像素，样式为实线，颜色为浅绿色。*/ 
	border:1px solid #73AD21;
 	bottom:0px;
	/*设置底色。*/;
	background-color:#F0FFFF;
	display:none;
}
#liuyan_yincang {
	left:0px;
	width:20px;
	height:20px;
	background:url('../../images/yincang_02.gif') 0px 0px;
}
#liuyan_yincang:hover {
	background:url('../../images/yincang_02.gif') -21px 0px;
}
/*————width:1344px————*/
@media screen and (max-width:1344px) {
	div.yemei,.zhuti,footer,div.kongbai_footer {
		width:100%;
	}
}
/*————width:1024px————*/
@media screen and (max-width:1024px) {
	div.yemei,.zhuti,footer,div.kongbai_footer {
		width:1024px;
	}
}
/*3D旋转动画开始*/
section {
	position: relative;
	width: 100px;
	height: 100px;
	top: 35%;
	left: 35%;
	transform-style: preserve-3d;
	animation: rotate 5s linear infinite;
}
section div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
section div img {
	width: 100%;
	height: 100%;
}
section div:nth-child(2) {
	transform: translateZ(50px);
}
section:hover div:nth-child(2) {
	transform: translateZ(100px);
}
section div:nth-child(3) {
	transform: rotateX(-180deg) translateZ(50px);
}
section:hover div:nth-child(3) {
	transform: rotateX(-180deg) translateZ(100px);
}
section div:nth-child(4) {
	transform: rotateX(90deg) translateZ(50px);
}
section:hover div:nth-child(4) {
	transform: rotateX(90deg) translateZ(100px);
}
section div:nth-child(5) {
	transform: rotateX(-90deg) translateZ(50px);
}
section:hover div:nth-child(5) {
	transform: rotateX(-90deg) translateZ(100px);
}
section div:nth-child(6) {
	transform: rotateY(90deg) translateZ(50px);
}
section:hover div:nth-child(6) {
	transform: rotateY(90deg) translateZ(100px);
}
section div:nth-child(7) {
	transform: rotateY(-90deg) translateZ(50px);
}
section:hover div:nth-child(7) {
	transform: rotateY(-90deg) translateZ(100px);
}
section div:nth-child(8) {
	transform: translateZ(50px);
}
section div:nth-child(9) {
	transform: rotateX(-180deg) translateZ(50px);
}
section div:nth-child(10) {
	transform: rotateX(90deg) translateZ(50px);
}
section div:nth-child(11) {
	transform: rotateX(-90deg) translateZ(50px);
}
section div:nth-child(12) {
	transform: rotateY(90deg) translateZ(50px);
}
section div:nth-child(13) {
	transform: rotateY(-90deg) translateZ(50px);
}

@keyframes rotate {
	0% {
	    transform: rotateY(0) rotateX(0);
	}
	100% {
	    transform: rotateY(360deg) rotateX(360deg);
	}
}
	/*3D旋转动画结束*/
/*————wab————*/
@media screen and (max-width:600px) {
	body {
		background-image:url('');
	}
	header,.zhuti,div.left_article01,div.page_article0101,div.page_article0102,div.left_article02,div.page_article02 {
		width:100%;
	}
	footer,div.yemei_right,div.yemei_03,div.right_article01,div.right_article02,div.left_article03,div.left_article03_02,div.left_article03_03,div.left_article03_04,div.left_article03_05,div.left_article03_3d,div.kongbai_footer,liuyan,.gudikuai,.gudikuai-zuo,.gudikuai_k,.gudikuai-zuo-k,.backToTop,.guanggao_01,.guanggao_02,.email,.liuyan-anniu,div.right_article03_01,div.right_article03_02,div.right_article03_03  {
		display:none;
	}
	div.right_article01 {
		margin-left:0px;
		margin-right:0px;
		display:none;
	}
	div.left_article02 {
		clear: both;
		width:100%;
		height:360px;
	}
	div.page_article02 {
		margin-right:0px;
		margin-left:0px;
		clear: both;
		width:100%;
		height:360px;
	}
	div.page_article0101,div.page_article0102 {
		margin-left:0px;
		margin-right:0px;
	}
	.neiye_neirong {
		clear:both;
	}
}

	/*————END————*/
