﻿@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"微软雅黑","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:13px;}
body{ background:#fff;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/* 主体内容开始
-------------------------------------------------------------- */

.page { margin: 0 auto; width:100%; height: auto; }

/* 主页
-------------------------------------------------------------- */

/* 后台登陆界面
-------------------------------------------------------------- */
.fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		overflow:hidden;
		background: gray;
		min-width:1316px;
		z-index:99;
}
.dlnrbf { position: absolute; width:100%; margin:0 auto;top:0px; min-width:1300px; z-index:9999;}
.dhzkuan {width:1316px; margin:0 auto; height:900px;}
.dhhead { width:1300px; margin:0 auto; position:relative; height:80px;}
.dllogo { float:left;padding-top:28px;}
.dlyou {  position:absolute; right:0; top:42px; color:#FFF;}
.footyou_3{ width:17px; height:17px; position:absolute; background:url(dlerw.png) no-repeat;z-index:98; left:82px; top:0; margin-left:25px; background-size:100% 100%;}
.footyou_3h{ background:url(footyou5.jpg) no-repeat center center; background-size:100% 100%;}
.footyou_3l{ position:absolute;width:17px; height:17px;left:101px; top:0; z-index:99; cursor:pointer; }
.dlxkuan {width:1300px; margin:0 auto;}
.dlkuang { width:1316px; margin:0 auto;height:685px;}

.dlkbg {
	background: url(dlzbg.png) no-repeat;
	margin-top: 104px;
	width: 402px;
	height: 488px;
	float:right;
}
.dlwz1 { width:345px; margin:0 auto; text-align:center; color:#ee6200; font-size:14px; padding-top:40px;}
.welogo { width:396px; height:94px; overflow:hidden; margin:0 auto; text-align:center;}
.dlbg { width:344px; margin:0 auto; padding-top:17px;}
.dlbga { background:url(dlbga.jpg) no-repeat; width:298px; font-size:13px;padding:0; padding-left:46px; color:#B5B5B5; height:47px; line-height:47px; border:none; }
.dlbgb { background:url(dlbgb.jpg) no-repeat; width:298px; height:47px;font-size:13px; line-height:47px;color:#B5B5B5; border:none; padding:0;padding-left:46px;}
.dlbgc { background:url(dlbgc.jpg) no-repeat; width:191px; height:47px;font-size:13px; line-height:47px;color:#B5B5B5; border:none; padding:0; padding-left:13px;}
.dldl { background:url(dlbgd.jpg) no-repeat; width:344px; height:56px; line-height:56px; padding:0; border:none; color:#FFF; font-size:18px;font-family:"微软雅黑";}
.dlxnr { width:1300px; margin:0 auto; text-align:center;color:#FFF; padding-top:128px;}
.dlxnr a { color:#FFF; font-size:14px; padding-left:15px; padding-right:15px;}


/* 微信弹出效果
-------------------------------------------------------------- */
.snbar-tools li { float:left; color:#FFF; background:url(dlbai.png) no-repeat right; padding-right:13px; padding-left:13px;}
.snbar-tools li a { color:#FFF;}

.snbar-tools .t-child-qrcode {
	
	top: -40px;
	text-align: center
}

.snbar-tools .t-child-qrcode a {
	background: 0 0!important;
	height: auto
}
.snbar-tools li:hover .t-child { display:block; right:47px;opacity: 1;}

.snbar-tools .t-child {
	display: none;
	position: absolute;
	top: 25px;
	right: 10px;
	border: solid 1px #DDD;
	background: #FFF!important;
	text-decoration: none;
	color: #383838;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #BBB;
	-webkit-box-shadow: 0 0 5px #BBB;
	-ms-box-shadow: 0 0 5px #BBB;
	-o-box-shadow: 0 0 5px #BBB;
	box-shadow: 0 0 5px #BBB
}

.snbar-tools .t-child a {
	display: inline;
	background: 0 0!important
}

.snbar-tools .t-child .arr {
	position: absolute;
	top:-1px;
	right: 45px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-bottom: solid 6px #FFF;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
	overflow: hidden
}

#code_img{width:112px;}


