  html {
    width:100%;
}
body {
    width:100%;
    display:block;
}


a:link, 
a:hover, 
a:visited, 
a:active,
i:active, 
button:active, 
.df_active {
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	background: transparent;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.df_header {
    width: 100%;
    height: 50px;
    border-bottom: 0px #e0e0e0 solid;
    background: #f6f6f6;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 9;
}	
    .df_header h2 {
   	    width: 50%;
		height: 50px;
		line-height: 50px;
		padding-left: 0px;
		font-weight:100;
		letter-spacing: 0px;
		color:#ffffff;
		text-shadow: 0px 0px 1px rgba(0,0,0,0.6);
		overflow:hidden;
		float:left;
    }
		.df_header h2 strong {
			color:#ffffff;
			font-weight:100;
			padding-right: 20px;
			background: url(/images/df_2021_08.png) no-repeat right center;
			float:left;
		}
		.df_header h2 b {
			padding-left: 20px;
			color:#ffffff;
			font-weight:100;
		}
    .df_header h6 {
		height: 10px;
		line-height: 10px;
		padding-left: 0px;
		font-weight:100;
		letter-spacing: 0px;
		color:#33b045;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		position: absolute;
		bottom: 6px;
		left: 50px;
		overflow:hidden;
		display:none;
    }
	.df_header div {
		width: 100%;
		padding: 10px 0px 10px 0px;
		background:#ffffff;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
		filter:alpha(Opacity=90);
		position: absolute;
		top: 50px;
		left: 0px;
		z-index:4;
		display: none;
	}	
	    .df_header div ul {
			width: 100%;
			overflow:hidden;
			display:none;
	    }	
			.df_header div ul li {
				margin: 0px 0px;
				line-height:50px;
				margin-bottom:1px;
				border-radius: 0px;
				background: #f9f9f9;
				display:block;
			}
			.df_header div ul li:hover {
				background: #f0f0f0;
			}
				.df_header div ul li a {
					padding-left:38px;
					color:#333333;
					font-weight:100;
					font-size:16px;
					background: url(/images/df_2021_18.png) no-repeat 15px center;
					display:block;
				}	
				.df_header div ul li a:hover {
					font-weight:900;
					color: #e7011d;
					background: url(/images/df_2021_17.png) no-repeat 15px center;
				}	
				.df_header div ul li font {
					text-align:center;
					font-size:18px;
					font-weight: 100;
					color: #ff9900;
					cursor:pointer;
					background: url(/images/df_2021_83.png) no-repeat 95% center;
					display:block;
				}
	    .df_header div ol {
			margin: 0px auto;
			background:#ffffff;
			overflow:hidden;
			overflow-y: auto;
			display:none;
	    }	
			.df_header div ol li {
				height:40px;
				line-height:40px;
				border: 1px #f0f0f0 solid;
				border-radius: 20px;
				background: #f9f9f9;
				position:relative;
				overflow: hidden;
				float:left;
			}
			.df_header div ol li:hover,
			.df_header div ol li:active,
			.df_header div ol li:visited {
				border: 1px #e9e9e9 solid;
				background: #ffffff;
			}
				.df_header div ol li a {
					width: 100%;
					color:#505050;
					font-weight:100;
					font-size:16px;
					text-indent: 25px;
					background: url(/images/df_2021_78.png) no-repeat 15px center;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					float:left;
				}	
				.df_header div ol li a:hover {
					color:#000000;
				}	
				.df_header div ol li font {
					text-align:center;
					font-size:16px;
					font-weight:100;
					color:#333333;
					cursor:pointer;
					display:block;
				}
			
	.df_btn_01 {
		width: 36px;
		height: 34px;
		margin-top: 8px;
		margin-right: 5px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
	    overflow:hidden;
		float:right;
	}
	.df_btn_01.df_active {
	
	}
		.df_btn_01 i {
			width: 36px;
			height: 34px;
			font-size: 0px;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
			background: url(/images/df_2021_41.png) no-repeat center center;
	    	overflow:hidden;
			float:left;
		}
		.df_btn_01.df_active i {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
			background: url(/images/df_2021_44.png) no-repeat center center;
		}
	.df_btn_02 {
		width: 36px;
		height: 34px;
		margin-top: 8px;
		margin-right: 5px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
	    overflow:hidden;
		float:right;
	}
	.df_btn_02.df_active {
	
	}
		.df_btn_02 i {
			width: 36px;
			height: 34px;
			font-size: 0px;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
			background: url(/images/df_2021_56.png) no-repeat center center;
	    	overflow:hidden;
			float:left;
		}
		.df_btn_02.df_active i {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
			background: url(/images/df_2021_54.png) no-repeat center center;
		}
	.df_btn_03 {
		width: 36px;
		height: 34px;
		margin-top: 12px;
		margin-right: 5px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
	    overflow:hidden;
		float:right;
	}
	.df_btn_03.df_active {
	
	}
		.df_btn_03 i {
			line-height: 34px;
			color:#ffffff;
			font-size:20px;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
	.df_btn_04 {
		width: 36px;
		height: 34px;
		margin-top: 8px;
		margin-right: 5px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
	    overflow:hidden;
		float:right;
	}
	.df_btn_04.df_active {
	}
		.df_btn_04 i {
			line-height: 34px;
			color:#ffffff;
			font-size:20px;
			font-weight:100;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.df_btn_04.df_active i {
			line-height: 34px;
			color:#ffffff;
			font-size:20px;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
	.df_btn_05 {
		width: 36px;
		height: 34px;
		line-height: 34px;
		margin-top: 8px;
		margin-left: 5px;
		margin-right: 40px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
	    overflow:hidden;
		float:left;
	}
	.df_btn_05.df_active {
	
	}
		.df_btn_05 i {
			color:#ffffff;
			font-size:30px;
			font-weight:100;
			font-weight:100;
		}
		.df_btn_05.df_active i {
			color:#090;
		}
	.df_btn_06 {
		width: 110px;
		height: 34px;
		line-height: 34px;
		margin-top: 8px;
		margin-right: 5px;
		padding: 0px 0px 0px 0px;
		color:#ffffff;
		font-size:20px;
		font-weight:900;
		font-family:"黑体";
		letter-spacing:1px;
		cursor: pointer;
		text-align:center;
	    position: relative;
	    z-index:5;
		display: inline-block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow:hidden;
		float:left;
	}
	.df_btn_07 {
		width: 60px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		margin-right: 4px;
		padding: 0px 0px 0px 0px;
		border-radius: 5px;
		color:#ffffff;
		font-size:14px;
		font-weight:100;
		letter-spacing:1px;
		cursor: pointer;
		text-align:center;
		background:#7bc549;
	    position: relative;
	    z-index:5;
		overflow:hidden;
		float:right;
		display:none;
	}
	.df_btn_08 {
		width: 60px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		margin-right: 14px;
		padding: 0px 0px 0px 0px;
		border-radius: 5px;
		color:#ffffff;
		font-size:14px;
		font-weight:100;
		letter-spacing:1px;
		cursor: pointer;
		text-align:center;
		background:#ff5658;
	    position: relative;
	    z-index:5;
		overflow:hidden;
		float:right;
		display:none;
	}
		
		
		
		
		
	.df_btn_01,
	.df_btn_02,
	.df_btn_03,
	.df_btn_04,
	.df_btn_05,
	.df_btn_06  {
		display:none;
	}
	.df_btn_01.df_active,
	.df_btn_02.df_active,
	.df_btn_03.df_active,
	.df_btn_04.df_active  {
		background: #7bc549;
	}
	.df_header p.df_header_mask {
		width: 100%;
		height: 100%;
		background: url(/images/df_alpha_50_2.png) repeat;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3;
		display: none;
	}
	.df_header p.df_fenxiang_mask {
		width: 100%;
		height: 100%;
		background: url(/images/df_alpha_50_2.png) repeat;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3;
		display: none;
	}	
	.df_header p.df_gzh_mask {
		width: 100%;
		height: 100%;
		background: url(/images/df_alpha_50_2.png) repeat;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3;
		display: none;
	}	
	.df_header p.df_search_mask {
		width: 100%;
		height: 100%;
		background: url(/images/df_alpha_90.png) repeat;
		background: rgba(255,255,255,0.9);
		background: #ffffff;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3;
		display: none;
	}			
	
	.df_fenxiang {
		width: 100%;
		position: absolute;
		position: fixed;
		bottom: -100%;
		left: 0%;
		z-index: 11;
	}
		.df_fenxiang_box {
			width: 100%;
			background: #ffffff;
			border-radius: 10px 10px 0px 0px;
			overflow:hidden;
			position: relative;
			float:left;
		}
			.df_fenxiang_box h2 {
				width: 100%;
				padding: 10px 0px;
				font-size:16px;
				font-weight:100;
				color: #202020;
				border-bottom: 1px #e2e2e2 solid;
				text-indent: 20px;
				background: #f6f6f6;
				overflow:hidden;
			}
				.df_fenxiang_box h2 a {
					margin-right:20px;
					font-size:16px;
					font-weight:100;
					color: #666666;
					float:right;
				}
			.df_fenxiang_box h3 {
				width: 100%;
				padding: 10px 0px;
				font-size:14px;
				font-weight:100;
				color: #555555;
				text-indent: 20px;
				background: #ffffff;
				overflow:hidden;
			}
		.df_fenxiang_box ul {
			margin: 0px auto;
			padding: 0px 0px 15px 0px;
			position: relative;
			overflow:hidden;
		}
			.df_fenxiang_box ul li {
				width: 48px;
				height: 60px;
				margin: 0px 0px;
				text-align: center;
				position: relative;
				overflow:hidden;
				float:left;
			}
			.df_fenxiang_box ul li span {
				width: 100%;
				line-height: 24px;
				font-size: 12px;
				color: #cccccc;
				text-align: center;
				overflow:hidden;
				float:left;
			}
			.df_fenxiang_box ul li a {
				width: 36px;
				height: 36px;
				line-height: 36px;
				margin: 0px auto;
				border: 1px #999999 solid;
				border-radius: 50%;
				font-size: 24px;
				color: #999999;
				text-align: center;
				transition: background 0.3s ease-out 0s;
				position: relative;
				overflow:hidden;
				display:block;
			}
			.df_fenxiang_box ul li a:hover {
				color: #ffffff;
				background: #999999;
			}
				.df_fenxiang_box ul li a.df_font_01 {
					color: #fdbe3d;
					border-color: #fdbe3d;
				}
				.df_fenxiang_box ul li a.df_font_01:hover {
					color: #ffffff;
					background: #fdbe3d;
				}
				.df_fenxiang_box ul li a.df_font_02 {
					color: #56b6e7;
					border-color: #56b6e7;
				}
				.df_fenxiang_box ul li a.df_font_02:hover {
					color: #ffffff;
					background: #56b6e7;
				}
				.df_fenxiang_box ul li a.df_font_03 {
					color: #ff763b;
					border-color: #ff763b;
				}
				.df_fenxiang_box ul li a.df_font_03:hover {
					color: #ffffff;
					background: #ff763b;
				}
				.df_fenxiang_box ul li a.df_font_04 {
					color: #7bc549;
					border-color: #7bc549;
				}
				.df_fenxiang_box ul li a.df_font_04:hover {
					color: #ffffff;
					background: #7bc549;
				}
				.df_fenxiang_box ul li a.df_font_05 {
					color: #33b045;
					border-color: #33b045;
				}
				.df_fenxiang_box ul li a.df_font_05:hover {
					color: #ffffff;
					background: #33b045;
				}
				.df_fenxiang_box ul li a.df_font_06 {
					color: #0077B5;
					border-color: #0077B5;
				}
				.df_fenxiang_box ul li a.df_font_06:hover {
					color: #ffffff;
					background: #0077B5;
				}
				.df_fenxiang_box ul li a.df_font_07 {
					color: #e61e19;
					border-color: #e61e19;
				}
				.df_fenxiang_box ul li a.df_font_07:hover {
					color: #ffffff;
					background: #e61e19;
				}
				.df_weixin_pic {
					width: 200px;
					margin-left: -100px;
					margin-top: -100px;
					border: 5px #eee solid;
					text-align: center;
					box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
					background: #ffffff;
					transition: all 200ms;
					-webkit-tansition: all 0.3s;
					-moz-transition: all 0.3s;
					position: absolute;
					top: 45%;
					left: 50%;
					z-index: 20;
					display:none;
				}
					.df_weixin_pic span {
						margin-top:5px;
						line-height:14px;
						color:#000000;
						font-size:12px;
						display:block;
					}	
					.df_weixin_pic a {
						line-height:14px;
						margin-bottom:5px;
						color:#cccccc;
						font-size:12px;
						display:block;
					}	
				.df_gzh_pic {
					width: 200px;
					margin-left: -100px;
					margin-top: -100px;
					border: 5px #eee solid;
					text-align: center;
					box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
					background: #ffffff;
					transition: all 200ms;
					-webkit-tansition: all 0.3s;
					-moz-transition: all 0.3s;
					position: absolute;
					top: 45%;
					left: 50%;
					z-index: 20;
					display:none;
				}
					.df_gzh_pic img {
						width: 200px;
					}
					.df_gzh_pic span {
						margin-top:0px;
						margin-bottom:3px;
						color:#666666;
						font-size:12px;
						display:block;
					}	
						.df_gzh_pic span i {
							color:#7bc549;
							font-size:12px;
						}	
					.df_gzh_pic font {
						line-height:16px;
						margin-bottom:8px;
						color:#cccccc;
						font-size:12px;
						display:block;
					}	
		
       .df_page_font {
			width: 150px;
			height: 40px;
			margin: 0px auto 20px auto;
			padding-bottom:0px;
			font-family:"宋体";
            position: relative;
            z-index: 0;
        }
           .df_page_font a {
				width: 70px;
				line-height: 40px;
				text-align: center;
				font-size: 16px;
				color: #333333;
				font-family:"宋体";
				box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
				float: left;
            }
           .df_page_font a:hover {
				color: #50992c;
				background: rgba(0,0,0,0.1);
            }
		

.df_search_wrap {
	width: 100%;
	height: 100%;
	background: #e9e9e9 url(../images/df_2021_body_01.png) no-repeat center 0px;
	background-attachment:fixed;
	-webkit-tansition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	display:none;
}	
	.df_search_header {
		width: 100%;
		height: 50px;
		border-bottom: 1px #e0e0e0 solid;
		background: #f6f6f6;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position:fixed;
		top:0px;
		left:0px;
		z-index: 9;
	}	
		.df_search_header font {
			width: 36px;
			height: 34px;
			margin-top: 8px;
			margin-right: 5px;
			padding: 0px 0px 0px 0px;
			cursor: default;
			text-align:center;
			position: relative;
			z-index:5;
			overflow:hidden;
			float:right;
		}
			.df_search_header font i {
				line-height: 34px;
				color:#cccccc;
				font-size:20px;
				font-weight:100;
				-moz-transition: all 0.3s;
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
			}
		.df_search_header strong {
			height: 34px;
			line-height: 34px;
			margin-top: 8px;
			margin-right: 5px;
			padding: 0px 0px 0px 0px;
			color:#cccccc;
			font-size:18px;
			font-weight:100;
			text-align:center;
			position: relative;
			z-index:5;
			overflow:hidden;
			float:left;
		}
		.df_search_back {
			width: 36px;
			height: 34px;
			line-height: 34px;
			margin-top: 8px;
			margin-left: 5px;
			margin-right: 10px;
			padding: 0px 0px 0px 0px;
			cursor: pointer;
			text-align:center;
			position: relative;
			z-index:5;
			overflow:hidden;
			float:left;
		}
			.df_search_back i {
				color:#666666;
				font-size:30px;
				font-weight:100;
			}	
		.df_search_close {
			width: 36px;
			height: 34px;
			margin-top: 8px;
			margin-right: 5px;
			padding: 0px 0px 0px 0px;
			cursor: pointer;
			text-align:center;
			position: relative;
			z-index:5;
			overflow:hidden;
			float:right;
		}
			.df_search_close i {
				width: 36px;
				height: 34px;
				font-size: 0px;
				-moz-transition: all 0.5s;
				-webkit-transition: all 0.5s;
				transition: all 0.5s;
				background: url(/images/df_2021_43.png) no-repeat center center;
				overflow:hidden;
				float:left;
			}
			.df_search_close.df_active i {
				-moz-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				transform: rotate(360deg);
			}
.df_search {
    width: 700px;
    margin: 100px auto;
	position: relative;
	z-index: 10;
}
	.df_search_box {
		width: 100%;
		border-radius: 0px 0px 0px 0px;
		position: relative;
		float:left;
	}
		.df_search_logo {
		}
			.df_search_logo img {
				width: 90px;
				height: 50px;
			}
		.df_search_input {
			width: 100%;
			height: 50px;
			position: relative;
			overflow:hidden;
			float: left;
		}
			.df_search_input p {
				width: 90%;
				height: 30px;
				padding: 0px 10px;
				border: 1px #cccccc solid;
				transition: all 0.2s;
				border-radius: 5px;
				overflow:hidden;
				float:left;
			}
			.df_search_input p.df_focus {
				border: 1px #8ccff2 solid;
				box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
			}
				.df_search_input p input {
					width: 100%;
					height: 30px;
					line-height: 30px;
					border: none;
					background: url(/images/df_alpha_90.png) repeat 0px 0px;
					background: rgba(255,255,255,0.9);
					outline: none;
					color: #666666;
					font-size: 14px;
					overflow:hidden;
					float:left;
				}
				.df_search_input p input.tl_blur {
					color:#999999;
					background: url(/images/df_alpha_40.png) repeat 0px 0px;
					background: rgba(255,255,255,0.4);
				}
			.df_search_bar {
			}
			.df_search_bar.df_on {
			}
				.df_search_bar font {
					text-align:right;
					margin-right:10px;
					cursor: pointer;
					color: #333333;
					font-size: 14px;
					float:right;
				}
				.df_search_bar.df_on font {
					color: #888888;
				}
				.df_search_bar img {
					width: 13px;
					height: 7px;
					-webkit-transition: 0.2s;
					transition:  0.2s;
					overflow:hidden;
					float:right;
				}
				.df_search_bar.df_on img {
					-webkit-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					transform: rotate(180deg);
				}
		.df_search_box ul {
			width: 150px;
			line-height: 30px;
			margin: 0px;
			padding: 10px 0px 7px 0px;
			font-size: 12px;
			border-radius: 0px 0px 5px 5px;
			box-shadow: 0px 5px 0px rgba(0,0,0,0.1);
			background: url(/images/images/df_alpha_70.png) repeat;
			background: rgba(255,255,255,0.9);
			position: absolute;
			right: 0px;
			top: 50px;
			display: none;
		}
			.df_search_box ul li {
				width: 135px;
				height: 30px;
				line-height: 30px;
				padding: 0px 10px 0px 5px;
				cursor: pointer;
				overflow:hidden;
				float:left;
			}
			.df_search_box ul li:hover {
				background: url(/images/df_alpha_50.png) repeat;
				background: rgba(255,255,255,0.5);
			}
				.df_search_box ul li img {
					width: 30px;
					height: 30px;
					margin-right:10px;
					overflow:hidden;
					float: left;
				}
				.df_search_box ul li font {
					font-size:14px;
					color:#333333;
					float: left;
				}
		.df_search_box dl {
			width: 100%;
			line-height: 32px;
			margin: 0px;
			padding: 10px 0px;
			background: url(/images/df_alpha_90.png) repeat;
			background: rgba(255,255,255,0.9);
			border-radius: 0px 0px 5px 5px;
			box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
			position: absolute;
			left: 0px;
			top: 50px;
			display: none;
		}
			.df_search_box dl dd {
				width: 100%;
				overflow: hidden;
				float:left;
			}
				.df_search_box dl dd p {
					padding: 0px 15px 0px 5px;
					font-size: 14px;
					color: #666666;
					cursor: pointer;
					overflow: hidden;
				}
				.df_search_box dl dd p:hover {
					background: #ffffff;
				}
				.df_search_box dl dd p span {
					color: #666666;
					float: left;
				}
				.df_search_box dl dd p:hover span {
					color: #333333;
				}
				.df_search_box dl dd p font {
					background: url(/images/df_2021_20.png) no-repeat left center;
					padding-left: 30px;
					font-size: 12px;
					color: #569f00;
					float: right;
					display: none;
				}
					.df_search_box dl dd p font b {
						font-size: 12px;
						font-weight:100;
						color: #ff381a;
					}
				.df_search_box dl dd p:hover font {
					display: block;
				}
				.df_search_box dl dd p strong {
					width: 40px;
					font-weight:100;
					font-size: 12px;
					font-family:Arial, Helvetica, sans-serif;
					font-style:italic;
					text-align: center;
					float:left;
				}

		.df_search button {
			margin: 0px;
			padding: 0px;
			font-weight:100;
			text-align:center;
			background: #ff9b8a;
			border-radius: 5px;
			cursor: default;
			overflow:hidden;
		}
		.df_search button:focus {
			outline: none;
		}
			.df_search button i {
				color:#ffffff;
				font-weight:100;
				font-size: 25px;
				text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
				display:block;
			}

.df_duihao {
	margin-left: -54px;
	margin-top: -54px;
	position:absolute;
	left: 50%;
	top: 40%;
	display:none;
}				
.df_location {
    width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: -30px;
	margin-top: -30px;
	position:absolute;
	left: 50%;
	top: 40%;
	display:none;
}
	.df_location p font {
		width: 100%;
		height: 100%;
		text-align:center;
		font-size:24px;
		color:#33b045;
		position:absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
		overflow:hidden;
	}
	.df_location p i {
		width: 100%;
		height: 100%;
		text-align:center;
		font-size:70px;
		color:#7bc549;
		text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
		position:absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
		overflow:hidden;
	}
.df_dongfeng_text {
	width: 100%;
	text-align:center;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.0);
	position:absolute;
	left: 0px;
	bottom: 0px;
	display:none;
}
	.df_dongfeng_text p {
	}
		.df_dongfeng_text p span {
			width: 18px;
			height: 30px;
			line-height: 26px;
			text-align: center;
			color: #ffffff;
			cursor: default;
			font-weight: 900;
			font-size: 16px;
			font-family: "Times New Roman", Times, serif;
			cursor:default;
			background:#ff6666;
			border-radius: 0px;
			text-shadow: 0px 0px 1px rgba(0,0,0,0.6);
			box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
			-webkit-transform: skewY(-15deg);
			-webkit-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
			transition: all 0.2s;
			position: relative;
			z-index: 2;
			display: inline-block;
		}
		.df_dongfeng_text p span i {
			font-size: 14px;
		}
		.df_dongfeng_text p span:nth-child(even) {
			color: #e0e0e0;
			background: #f45656;
			-webkit-transform: skewY(15deg);
			-webkit-transform-origin: 100% 100%;
			transform-origin: 100% 100%;
		}
		.df_dongfeng_text p span.df_text_05 {
			color: #ffffff;
			background: #FFCC66;
		}
		.df_dongfeng_text p span.df_text_05:nth-child(even) {
			background: #e9e9e9;
		}
		.df_dongfeng_text p span.df_text_07 {
			background: #96c5ff;
		}
		.df_dongfeng_text p span.df_text_07:nth-child(even) {
			background: #71aaef;
		}
		.df_dongfeng_text p span.df_hover,
		.df_dongfeng_text p span.df_hover.df_text_05,
		.df_dongfeng_text p span.df_hover.df_text_07 {
			color: #ffffff;
			background: #e7011d;
			-webkit-transform: skewY(0);
		}
	
		
		
		
.df_pc_nav {
    width:100%;
	height:140px;
    margin: 0px auto 0px auto;
	padding-top: 60px;
    text-align:center;
    position:relative;
    z-index:8;
    display:none;
}
    .df_logo {
		width:450px;
		height:140px;
		background: url(/images/df_2021_pc_logo.png) no-repeat left center;
		position:relative;
		overflow:hidden;
		float: left;
    }
    .df_pc_nav_list {
		height:140px;
		overflow:hidden;
		float: right;
    }
		.df_pc_nav_list ul {
			width:100%;
			height:70px;
			padding:35px 0px;
			overflow:hidden;
		}
			.df_pc_nav_list ul li {
				height: 70px;
				line-height: 70px;
				margin:0px 3px;
				text-align:center;
				border-radius: 4px;
				background: transparent;
				-webkit-transition: all ease 0.5s;
				transition: all ease 0.5s;
				position:relative;
				overflow:hidden;
				float: left;
			}
			.df_pc_nav_list ul li.df_active {
				background: #e7011d;
			}
				.df_pc_nav_list ul li a {
					font-weight:900;
					text-align:center;
					color:#ffffff;
					font-size:24px;
					text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
					display:block;
				}
				.df_pc_nav_list ul li a:hover {
					color:#e7011d;
					text-shadow: 0px 0px 5px #ffffff;
					background: url(/images/df_alpha_50.png) repeat 0px 0px;
					background: rgba(255,255,255,0.5);
				}		
				.df_pc_nav_list ul li.df_active a {
					color:#ffffff;
				}
				.df_pc_nav_list ul li.df_active a:hover {
					color:#ffffff;
					background: url(/images/df_alpha_10.png) repeat 0px 0px;
					background: rgba(255,255,255,0);
				}
			
			

.df_content {
	width:100%;
	margin-top: 60px;
	overflow:hidden;
	float:left;
}
    .df_content_box {
		width:100%;
   	    margin: 0px auto 0px auto;
		padding: 0px 0px;
		position:relative;
		overflow:hidden;
    }
		.df_link {
			width: 100%;
			margin: 10px auto 0px auto;
			border-bottom: 0px #e9e9e9 solid;
			box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
			background: url(/images/df_2021_67.png) no-repeat 0px 0px;
			overflow: hidden;
			display:none;
		}
			.df_link_box {
				width: 95%;
				margin-left: 5%;
				padding: 50px 0px 20px 0px;
				background: url(/images/df_2021_69.png) no-repeat right 0px;
				overflow: hidden;
				float:right;
			}
				.df_link p {
					width: 90%;
					height:40px;
					line-height:40px;
					color:#aaaaaa;
					font-size:16px;
					font-family:"宋体";
					overflow: hidden;
					float:left;
				}
					.df_link p i {
						width:4px;
						height:17px;
						margin-top:13px;
						margin-right:8px;
						border-radius: 2px;
						font-size:20px;
						background:#e7011d;
						float:left;
					}
					.df_link p strong {
						font-size:20px;
						font-weight:900;
						color: #e7011d;
					}
					.df_link p a {
						margin-right:5px;
						font-size:20px;
						color:#666666;
						color:#000000;
					}
					.df_link p a:hover {
						color: #e7011d;
					}
					.df_link p font {
						font-size:20px;
						color:#ffffff;
						background:#e7011d;
					}
		.df_article {
			width: 100%;
			position:relative;
			z-index: 0;
			overflow: hidden;
			float:left;
		}
		body.DF_G_IS_Modal {
			z-index: 0;
		}
			.df_article_title {
				width: 100%;
				margin: 20px auto;
			}
				.df_article_title h2 {
					font-size: 20px;
					line-height: 150%;
					font-weight: 900;
				}
			.df_editor {
				width: 100%;
				margin: 20px auto 0px auto;
				position: relative;
				overflow: hidden;
			}
				.df_editor p {
					margin-bottom: 15px;
					font-size: 18px;
					color:#000000;
					font-family:"宋体";
					word-wrap: break-word;
					word-break: break-all;
				}
				.df_editor img {
					width: 100%;
					height: auto;
				}
			.df_editor_def_height {
				height: 600px;
			}
			.df_editor_auto_height {
				height: auto;
			}
			.df_editor_more {
				width: 100%;
				height: 50px;
				padding-top: 200px;
				text-align: center;
				background: url(/images/df_2021_68.png) repeat-x 0px bottom;
				background: -moz-linear-gradient(bottom,rgba(255,255,255,0.9),rgba(255,255,255,0));
				background: -o-linear-gradient(bottom,rgba(255,255,255,0.9),rgba(255,255,255,0));
				overflow:hidden;
				position: absolute;
				bottom: 0px;
				left: 0px;
				display: none;
			}
				.df_editor_more span {
					width: 240px;
					height: 40px;
					line-height: 40px;
					margin: 0px auto;
					border-radius: 20px;
					text-align:center;
					cursor:pointer;
					font-size: 16px;
					color: #ffffff;
					background:#e60012;
					background:#0079fe;
					display:block;
				}
					.df_editor_more b {
						margin: 0px 3px;
						font-size: 16px;
						font-weight:900;
						cursor:pointer;
						color: #ffffff;
					}
			.df_page_work {
				width: 100%;
				height: 30px;
				line-height: 30px;
				margin: 10px 0px;
				position: relative;
			}
				.df_page_work font {
					font-family:"宋体";
					color: #999999;
					font-size: 12px;
					float:right;
				}
					.df_page_work font b {
						font-size: 12px;
						color: #a0a0a0;
						margin-right:0px;
						font-weight:100;
					}
					.df_page_work font em {
						font-size: 12px;
						color: #a0a0a0;
						margin-right:0px;
						font-weight:100;
					}
			.df_ding {
				width: 50px;
				margin: 0px auto 20px auto;
			}
				.df_ding div {
					width:50px;
					position: relative;
				}
					.df_ding div h6 {
						width:50px;
						height:50px;
						padding: 0px 0px;
						border-radius: 50%;
						color:#ffffff;
						text-align:center;
						cursor:pointer;
						position: relative;
						display:block;
					}
						.df_ding div h6 i {
							line-height:50px;
							color:#ffffff;
							font-size:22px;
							text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
						}			
								
					
					
					

.df_video {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 100000;
	overflow:hidden;
	display:none;
}
	.df_video .df_video_item {
		width: 100%;
		margin: 0px auto 20px auto;
		padding: 0px 0px;
		border-radius: 0px;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
		position: relative;
		z-index: 0;
		overflow:hidden;
	}
		.df_video .df_video_item p {
			width: 80%;
			line-height: 180%;
			padding: 30px 10%;
			color:#8b99af;
			text-align:center;
			font-size: 14px;
			font-family:"宋体";
			background: #3e4953;
			overflow:hidden;
		}
		.df_editor .df_video .df_video_item p {
			font-size: 14px;
		}
		
		
		
			.df_video .df_video_item p a {
				margin: 0px 5px;
				color:#00cf7d;
				font-size:14px;
			}
			.df_video_item p a:hover {
				color:#ffffff;
			}

		.df_video_item button {
			font-size: 28px;
		}
		.my_video_wrap {
			width: 100%;
			height: 100%;
			border: 0px;
			font-size: 0px;
			cursor: pointer;
			position: relative;
			overflow: hidden;
			float:left;
		}
		.my_video_wrap:before {
			width: 100%;
			height: 100%;
			content: '';
			background: rgba(24,24,24,0.8);
			background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.8) 100%);
			transition: opacity 0.2s;
			opacity: 1;
			visibility: visible;
			position: absolute;
			top: 0px;
			left: 0px;
			bottom: 0px;
			right: 0px;
			overflow:hidden;
		}	
		.my_video_wrap.my_video_full_wrap {
			width: 100%;
			height: 100%;
			background: #000000;
			display: -ms-flexbox;
			display: flex;
			position: fixed;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			z-index: 10000000;
		}
		.my_video_wrap.my_video_play_wrap:before {
			opacity: 0;
			visibility: hidden;
		}
			.my_video_wrap video {
				width: 100%;
				height: auto;
				cursor: pointer;
			}
				.my_video_wrap video::-webkit-media-controls-enclosure {
					display: none !important;
				}
			.my_video_wrap .df_video_end {
				width: 80%;
				height: 30%;
				line-height: 50px;
				padding-left: 0px;
				border-radius: 10px;
				background: rgba(0,0,0,0.1);
				box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
				-webkit-transform: scale(0.5);
				-moz-transform: scale(0.5);
				-ms-transform: scale(0.5);
				transform: scale(0.5);
				opacity: 0;
				-webkit-transition: all 0.5s;
				-moz-transition: all 0.5s;
				transition: all 0.5s;
				position: absolute;
				left: 10%;
				right: 10%;
				top: 200%;
				bottom: 35%;
				z-index: 3;
			}
			.my_video_wrap .df_video_end.df_video_end_show {
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
				top: 35%;
				opacity: 1;
			}
				.my_video_wrap .df_video_end h3 {
					width: 240px;
					height: 34px;
					margin-left: -120px;
					margin-top: -17px;
					font-weight: 100;
					position: absolute;
					left: 50%;
					top: 50%;
					overflow:hidden;
				}
					.my_video_wrap .df_video_end h3 span {
						width: 100px;
						height: 34px;
						line-height: 34px;
						text-align:center;
						padding: 0px 0px;
						margin: 0px 10px;
						font-size: 14px;
						font-family: Arial, Helvetica, sans-serif;
						cursor:pointer;
						font-weight: 100;
						color: rgba(255,0,0,0.9);
						border-radius: 5px;
						text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
						box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
						background: rgba(255,255,255,0.6);
						float:left;
					}
			.my_video_wrap .df_video_title {
				height: 30px;
				line-height: 30px;
				padding-left: 300px;
				font-size: 0px;
				color: rgba(255,255,255,0.8);
				background: url(/images/df_2021_14.png) no-repeat 0px center;
				position: absolute;
				left: 10px;
				top: 10px;
				z-index: 5;
			}
			.my_video_wrap .df_video_play_big {
				border: 0px;
				line-height: 1;
				padding: 0px;
				color: rgba(255,255,255,0.6);
				font-size: 36px;
				text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
				text-align: center;
				outline: 0;
				cursor: pointer;
				background: transparent;
				opacity: 1;
				visibility: visible;
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
				transition: all 0.2s ease-in;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				position: absolute;
				top: 50%;
				left: 50%;
				z-index: 8;
			}
				.my_video_wrap.my_video_play_wrap .df_video_play_big {
					color: #ffffff;
					opacity: 0;
					visibility: hidden;
					-ms-transform: translate(-50%, -50%) scale(1.3);
					transform: translate(-50%, -50%) scale(1.3);
				}
			.my_video_wrap .df_video_time {
				padding: 10px 20px;
				align-items: center;
				transition: all 0.3s;
				-ms-transform: translateY(0);
				transform: translateY(0);
				position: absolute;
				right: 0px;
				left: 0px;
				bottom: 50px;
				z-index: 1;
			}
				.my_video_wrap.my_video_play_wrap .df_video_time {
					-ms-transform: translateY(40px);
					transform: translateY(40px);
				}
				.my_video_wrap.my_video_play_wrap:hover .df_video_time {
					-ms-transform: translateY(0);
					transform: translateY(0);
				}
				.my_video_wrap .df_video_time span {
					color:#eeeeee;
					font-size:10px;
					float:left;
				}
				.my_video_wrap .df_video_time font {
					color:#eeeeee;
					font-size:10px;
					float:right;
				}
			.my_video_wrap .df_video_foot {
				height: 40px;
				padding: 0px 12px;
				border-radius: 0px 0px 5px 5px;
				transition: all 0.3s;
				align-items: center;
				background: rgba(30,35,45,0.9);
				-ms-transform: translateY(0);
				transform: translateY(0);
				position: absolute;
				right: 0px;
				left: 0px;
				bottom: 0px;
				z-index: 9;
			}
				.my_video_wrap.my_video_play_wrap .df_video_foot {
					-ms-transform: translateY(50px);
					transform: translateY(50px);
				}
				.my_video_wrap.my_video_play_wrap:hover .df_video_foot {
					-ms-transform: translateY(0);
					transform: translateY(0);
					background: rgba(30,35,45,0.8);
				}
			.my_video_wrap .df_video_foot button {
				line-height: 100%;
				padding: 0px 0px;
				border: 0px;
				outline: 0;
				font-size:20px;
				cursor: pointer;
				border: none;
				background: none;
				overflow:hidden;
				float:left;
			}
			button::-moz-focus-inner {
				border: none;
				outline:0; 
			}
				.my_video_wrap .df_video_foot button i {
					color: #e7011d;
					color: #00CF7D;
					color: #666666;
					overflow:hidden;
					float:left;
				}
				.my_video_wrap .df_video_foot button i.df_font_88 {
					color: #e7011d;
				}
				.my_video_wrap .df_video_foot button.df_video_play {
					margin-right: 15px;
				}
				.my_video_wrap .df_video_foot button.df_video_full {
					float:right;
				}
				.my_video_wrap.my_video_play_wrap .df_video_foot button i {
					color: #ffffff;
				}
				.my_video_wrap.my_video_play_wrap .df_video_foot button i.df_font_88 {
					color: #e7011d;
				}

			.my_video_wrap .df_video_foot .df_video_scroll {
				width: -moz-calc(100% - 100px);
				width: -webkit-calc(100% - 100px);
				width: -o-calc(100% - 100px);
				width: calc(100% - 100px);
				height: 8px;
				margin-right: 10px;
				border-radius: 4px;
				position: relative;
				display: -ms-flexbox;
				display: flex;
				transition: height 0.3s;
				background: #6d7e98;
				cursor: pointer;
				overflow:hidden;
				float:left;
			}
				.my_video_wrap .df_video_foot .df_video_scroll_bar {
					width: 0%;
					background: rgba(255,255,255,0.8);
					-ms-flex: 0;
					flex: 0;
					-ms-flex-preferred-size: 0%;
					flex-basis: 0%;
					border-radius: 4px;
				}


.df_page_btns {
	width: 100%;
	margin: 0px auto 10px auto;
	padding-bottom:0px;
	position: relative;
	z-index: 0;
}
   .df_page_btns ul {
		width: 100%;
		float: left;
	}
   .df_page_btns ul li {
		width: 49.8%;
		overflow: hidden;
		float: left;
	}
	   .df_page_btns ul li span {
			width: 100%;
			line-height:40px;
			text-align: center;
			font-size: 0px;
			color: #cccccc;
			font-family:"宋体";
			border-radius: 20px;
			overflow: hidden;
			float: left;
		}
		   .df_page_btns ul li span a {
				width: 100%;
				line-height:40px;
				text-align: center;
				font-size: 0px;
				color: #333;
				font-family:"宋体";
				overflow: hidden;
				float: left;
			}
		   .df_page_btns ul li span a:hover {
				font-size: 0px;
				color: #ffffff;
			}
	   .df_page_btns ul li.df_prev span {
			background: #e9e9e9 url(../images/df_2021_prev.png) no-repeat center center;
		}
	   .df_page_btns ul li.df_next span {
			background: #e9e9e9 url(../images/df_2021_next.png) no-repeat center center;
		}
		   .df_page_btns ul li.df_prev span a {
				background: #b0d5ff url(../images/df_2021_prev.png) no-repeat center center;
			}
		   .df_page_btns ul li.df_next span a {
				background: #b0d5ff url(../images/df_2021_next.png) no-repeat center center;
			}
		   .df_page_btns ul li.df_prev span a:hover {
				background: #56a6ff url(../images/df_2021_prev.png) no-repeat center center;
			}
		   .df_page_btns ul li.df_next span a:hover {
				background: #56a6ff url(../images/df_2021_next.png) no-repeat center center;
			}


.df_list_page {
	width: 100%;
	margin: 0px auto 10px auto;
	padding-bottom:0px;
	position: relative;
	overflow: hidden;
}
   .df_list_page ul {
		width: 100%;
		float: left;
	}
	   .df_list_page ul li {
			height:34px;
			line-height:34px;
			margin-right: 5px;
			border-radius: 10px;
			border: 1px #ececec solid;
			text-align: center;
			font-size: 12px;
			text-align:center;
			color: #999999;
			font-family:"宋体";
			background: url(/images/df_alpha_50.png) repeat;
			background: rgba(255,255,255,0.5);
			overflow: hidden;
			float: left;
		}
	   .df_list_page ul li:hover {
			border: 1px #0778bf solid;
			background:#008de6;
		}
		   .df_list_page ul li a {
				text-align: center;
				font-size: 14px;
				text-align:center;
				color: #999999;
				font-family:"宋体";
			}
		   .df_list_page ul li a:hover {
				color: #fff;
			}

.df_two {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 20px 0px 20px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background: url(..//images/images/df_alpha_70.png) repeat;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
}
    .df_two_box {
		width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		overflow: hidden;
    }
.df_left {
	width: 100%;
	padding:0px 0px 0px 0px;
	margin-bottom: 0px;
	position: relative;
	float:left;
}					
.df_right {
	width: 100%;
	padding:0px 0px 0px 0px;
	margin-bottom: 0px;
	position: relative;
	float:right;
}	
	.df_r_first {
		width: 100%;
		height: 0px;
		position: relative;
		overflow:hidden;
		float:left;
	}				
	.df_r_last {
		width: 100%;
		height: 0px;
		margin-bottom: 0px;
		padding:0px 0px 0px 0px;
		position: relative;
		float:left;
	}
	.df_r_box {
		width: 100%;
		margin-bottom: 10px;
		padding:0px 0px 0px 0px;
		position: relative;
		overflow:hidden;
		float:left;
	}	
	
	.df_70 {
		width: 100%;
		padding-bottom: 5px;
		overflow: hidden;
		float:left;
	}
	.df_70 ul {
		width: 100%;
		padding-top: 0px;
		background: url(/images/df_alpha_30.png) repeat;
		background: rgba(255,255,255,0.3);
		overflow: hidden;
		float:left;
	}
		.df_70 ul li {
			width: 100%;
			overflow: hidden;
			float:left;
		}
			.df_70 ul li a {
				width: 100%;
				height: 44px;
				line-height: 44px;
				color:#666666;
				font-size: 16px;
				font-weight:100;
				text-align:center;
				border-bottom: 1px #f0f0f0 solid;
				-webkit-transition: all ease 0.25s;
				transition: all ease 0.25s;
    			text-shadow: 0px 0px 3px rgba(255,255,255,0.9);
				overflow: hidden;
				float:left;
			}
			.df_70 ul li a:hover {
				background: url(/images/df_alpha_40.png) repeat;
				background: rgba(255,255,255,0.4);
				border-bottom: 1px #e9e9e9 solid;
			}
				.df_70 ul li:first-child a i {
					color:#e7011d;
				}
				.df_70 ul li:first-child a h3 {
					color:#e7011d;
				}
			.df_70 ul li a i {
				width: 44px;
				height: 44px;
				line-height: 44px;
				text-align:center;
				font-size:16px;
				color:#a0a0a0;
				overflow: hidden;
				float:left;
			}
			.df_70 ul li a:hover i {
				color:#e7011d;
			}
			.df_70 ul li a h3 {
				color:#333333;
				font-size: 16px;
				font-weight:100;
				text-align:left;
			}
			.df_70 ul li a:hover h3 {
				color:#e7011d;
				font-weight:100;
			}
			

	.df_75 {
		width:100%;
		background: url(/images/df_alpha_40.png) repeat;
		background: rgba(255,255,255,0.4);
		overflow: hidden;
		float:left;
	}
		.df_75 ul {
			width:100%;
			padding: 10px 0px 10px 0px;
			background: url(/images/df_alpha_20.png) repeat;
			background: rgba(255,255,255,0.2);
			overflow: hidden;
			float:left;
		}
			.df_75 ul li {
				width:100%;
				height:42px;
				line-height:42px;
				padding:0px 0px 0px 0px;
				border-bottom:1px #ececec solid;
				background: url(/images/df_2021_11.png) no-repeat 10px center;
				overflow: hidden;
				float:left;
			}
				.df_75 ul li div {
					width:100%;
					overflow: hidden;
					float:right;
				}
					.df_75 ul li div span {
						margin-right:15px;
						font-size:16px;
						font-weight:100;
						color:#666666;
						text-indent: 46px;
						float:left;
					}
					.df_75 ul li div i {
						width:1px;
						height:15px;
						margin-top:13px;
						border-radius: 0px;
						font-size:0px;
						float:left;
					}
					.df_75 ul li div font {
						padding-right: 15px;
						font-size:16px;
						color:#50921e;
						float:right;
					}					
					
					
					
					
					
					
						
	.df_r_02 {
		width: 100%;
		margin-bottom: 0px;
		padding:0px 0px 0px 0px;
		position: relative;
		float:left;
	}	
		.df_r_02 h2 {
			width: 100%;
			height:44px;
			line-height:44px;
			margin-bottom: 0px;
			overflow:hidden;
		}
			.df_r_02 h2 strong {
				height:43px;
				line-height:42px;
				padding:0px 15px 0px 15px;
				border-top:2px #e7011d solid;
				font-size:18px;
				font-weight:900;
				color:#e7011d;
				overflow: hidden;
				float:left;
			}
				.df_r_02 h2 strong i {
					width:4px;
					height:17px;
					margin-top:13px;
					margin-right: 10px;
					border-radius: 2px;
					font-size:0px;
					background:#e7011d;
					float:left;
				}
				.df_r_02 h2 strong a {
					font-size:18px;
					color:#e7011d;
					float:left;
				}
			.df_r_02 h2 span {
				height:20px;
				line-height:20px;
				margin-top:14px;
				margin-right:17px;
				padding:0px 0px 0px 7px;
				border-radius: 10px;
				background: #e7011d;
				text-align:right;
				cursor: pointer;
				font-weight:100;
				-moz-user-select:none;
				-webkit-user-select: none;       
				-ms-user-select: none;
				overflow:hidden;
				position:relative;
				float:right;
			}
				.df_r_02 h2 span font {
					margin-right:3px;
					font-size:14px;
					color:#ffffff;
					float:left;
				}
				.df_r_02 h2 span a {
					width:20px; 
					height:20px;
					border-radius:20px;
					background: url(/images/df_2021_reload_01.png) no-repeat center center;
					-o-transition:-o-transform 0.3s linear 0s;
					-webkit-transition:-webkit-transform 0.3s linear 0s;
					transition:transform 0.3s linear 0s;
					overflow:hidden;
					float:left;
				}
		.df_71  {
			width: 90%;
			margin: 0px auto 0px auto;
			overflow: hidden;
		}
			.df_71 ul {
				width:100%;
				padding: 10px 0px 10px 0px;
				overflow: hidden;
				float:left;
			}
				.df_71 ul li {
					width:100%;
					padding:0px 0px;
					position:relative;
					overflow: hidden;
					display: inline-block;
				}
					.df_71 ul li a {
						width:100%;
						line-height:140%;
						margin-bottom: 15px;
						position:relative;
						overflow: hidden;
						float:left;
					}
					.df_71 ul li a i {
						width:20px;
						height:20px;
						background: url(/images/df_2021_80.png) no-repeat 5px 10px;
						overflow: hidden;
						float: left;
					}
					.df_71 ul li a span {
						line-height:140%;
						font-size: 16px;
						font-weight: 100;
						text-indent: 0em;
						color:#333333;
						overflow: hidden;
					}
					.df_71 ul li a:hover span {
						color:#666666;
					}


.df_one {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 20px 0px 20px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    background: url(..//images/images/df_alpha_70.png) repeat;
    background: rgba(255,255,255,0.7);
	position:relative;
	z-index: 0;
	overflow: hidden;
}
    .df_one_box {
		width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		overflow: hidden;
		float:left;
    }


.df_33 {
    width: 100%;
    margin: 0px auto 10px auto;
    padding:0px 0px 0px 0px;
    position: relative;
    overflow:hidden;
}	
    .df_33 ul {
		margin: 0px auto 0px auto;
		padding: 0px 0px;
		overflow:hidden;
    }
		.df_33 ul li {
			margin-bottom: 0px;
			overflow:hidden;
			float:left;
			display: none;
		}
			.df_33 ul li a {
				padding: 10px 10px;
				margin-bottom:0px;
				border-bottom: 1px #f0f0f0 solid;
				background: url(/images/df_alpha_30.png) repeat;
				background: rgba(255,255,255,0.3);
				cursor: pointer;
				position:relative;
				overflow:hidden;
				display:block;
			}
			.df_33 ul li a:hover {
				border-bottom: 1px #e9e9e9 solid;
				background: url(/images/df_alpha_50.png) repeat;
				background: rgba(255,255,255,0.5);
			}
				.df_33 ul li a i {
					width: 30px;
					height: 30px;
					line-height: 30px;
					border-radius: 0;
					text-align: center;
					font-size:16px;
					font-weight:100;
					text-indent: 0px;
					font-style:normal;
					color:#666666;
					background: url(/images/df_alpha_30.png) repeat;
					background: rgba(255,255,255,0.3);
					position:absolute;
					left: 5px;
					top: 10px;
					overflow:hidden;
					float:left;
				}
				.df_33 ul li a:hover i,
				.df_33 ul li a:active i {
					color:#ffffff;
					font-weight:900;
				}
				.df_33 ul li a h3 { 
					height: 30px;
					line-height: 30px;
					padding: 0px 0px;
					font-size:16px;
					font-weight:100;
					text-indent: 2px;
					display: inline-block;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow:hidden;
					float:right;
				}
				.df_33 ul li a:hover h3 { 
					color:#e7011d;
				}
				.df_33 ul li a div {
					line-height: 150%;
					padding: 0px 0px;
					text-indent: 2px;
					text-align: left;
					overflow:hidden;
					float:right;
				}
					.df_33 ul li a div span {
						margin-right:10px;
						font-size:12px;
						color:#999999;
					}
					.df_33 ul li a div font {
						margin-right:10px;
						font-size:12px;
						color:#999999;
					}
						.df_33 ul li a div font em {
							font-size:12px;
							color: #339966;
						}







.df_text_list_more {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0px;
    text-align: center;
    font-size:16px;
    color:#000000;
	background: url(/images/df_alpha_50.png) repeat;
	background: rgba(255,255,255,0.5);
    cursor: pointer;
    overflow:hidden;
}
    .df_text_list_more font {
		width: 100%;
		text-align: center;
		cursor: pointer;
		font-size:16px;
		color: #090;
		font-style:normal;
		overflow:hidden;
		display:block;
    }
	.df_text_list_more font b {
	    line-height: 47px;
	    font-size:16px;
	    font-weight:100;
	    color: #000000;
	}
	.df_text_list_more font em {
	    height: 45px;
	    padding: 0px 10px;
	    background: url(/images/df_2021_loading.gif) no-repeat 0px center;
	    overflow:hidden;
	}
    .df_text_list_more span {
		width: 100%;
		text-align: center;
		cursor: pointer;
		font-size:16px;
		color: #e7011d;
		overflow:hidden;
		display:block;
    }
	.df_text_list_more span b {
	    margin-right: 10px;
	    font-size:16px;
	    color: #e7011d;
	}





.df_footer {
	width:100%;
	background: #323c46;
	position:relative;
	z-index:6;
	display:block;
	float:left;
}
	.df_footer_box {
		width:100%;
   		margin: 0px auto 0px auto;
		position:relative;
		overflow: hidden;
	}
				
		.df_footer_box div {
			width:100%;
			margin: 0px auto 0px auto;
			border-top: 1px #777777 dotted;
			padding:30px 0px;
			position:relative;
			overflow: hidden;
		}	
			.df_footer_box div p {
				width:100%;
				line-height: 200%;
				text-align:center;
				color:#aaaaaa;
				font-size:16px;
				overflow: hidden;
			}
				.df_footer_box div p span {
					color:#aaaaaa;
					font-size:16px;
				}
				.df_footer_box div p font {
					color:#ffffff;
					font-size:16px;
				}
				.df_footer_box div p a {
					color:#ffffff;
					font-size:16px;
				}
			.df_footer_box div h6 {
				width:50px;
				height:50px;
				position:absolute;
				top: 100px;
				left: 280px;
			}	
				.df_footer_box div h6 img {
					height:100%;
				}	
			.df_footer_box div h5 {
				width:55px;
				height:55px;
				position:absolute;
				top: 100px;
				left: 350px;
			}	
				.df_footer_box div h5 img {
					height:100%;
				}
			.df_footer_box div h4 {
				width:100px;
				height:45px;
				position:absolute;
				top: 100px;
				right: 350px;
			}	
				.df_footer_box div h4 img {
					height:100%;
				}	
		.df_footer_box ul {
			width:100%;
			padding:15px 0px;
			position:relative;
			overflow: hidden;
			float:left;
		}	
			.df_footer_box ul li {
				width:100%;
				line-height: 120%;
				font-size:16px;
				text-align:center;
				overflow: hidden;
				float:left;
			}
				.df_footer_box ul li span {
					margin-right:5px;
					color:#666666;
					font-size:16px;
				}
				.df_footer_box ul li font {
					margin-right:5px;
					color:#333333;
					font-size:16px;
				}
				.df_footer_box ul li a {
					margin-right:5px;
					color:#aaaaaa;
					font-size:11px;
				}
				.df_footer_box ul li i {
					color:#cccccc;
					font-size:11px;
				}

	
.df_go_top2 {
	width: 40px;
	position: relative;
	z-index:2020;
	display:none;
}
	.df_go_top2 p {
		width: 40px;
		height: 40px;
		position: relative;
		overflow:hidden;
		float:left;
	}
		.df_go_top2 p span {
			width: 40px;
			height: 40px;
			border-radius: 40px;
			background: url(/images/df_alpha_30_2.png) repeat;
			background: rgba(0,0,0,0.3);
			background-clip: padding-box;
			overflow: hidden;
			display: block;
		}
			.df_go_top2 p span a {
				width: 100%;
				height: 100%;
				background: url(/images/df_2021_37.png) no-repeat center center;
				display: block;
			}

