/* 取消页面全局内外边距 */

/* 设置全局大小 */
body {
	min-width: 1300px;
	background: #FFFFFF;
	position: relative;
	font-family: Microsoft Yahei;
	margin: 0;
	padding: 0;
}

body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/*===== 统一设置列表的margin和padding，以及列表表形式 =====*/
body,
input,
button,
select,
optgroup,
option,
textarea,
pre {
	font-family:  'Microsoft YaHei','Helvetica Neue', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}


/* 设置文本超链接a */
a {
	text-decoration: none;
	color: #333333;
}

/*===== 统一设置列表的margin和padding，以及列表表形式 =====*/
menu,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* input样式设置 */
input,
button {
	outline: none;
	height: 25px;
}

/* 统一文本输入框、下拉、文本框的背景色，避免被用户设置系统颜色而破坏页面色彩 */
select {
	border: 1px inset;
}

/* 统一下拉的边框 */
textarea {
	overflow: auto;
	vertical-align: text-bottom;
	*vertical-align: auto;
	border: 1px solid;
	resize: vertical;
}

/* 滚动条为auto，与周边的元素对齐方式，其中hack部分是IE6&7中vertical-align影响范围清除，resize为上下可拉动，避免左右拉动破坏页面布局，如有需要可以设置为none */
/*===== 设置表格元素的样式 =====*/
table {
	border-spacing: 0;
}

/* 合并表格的间隙，去掉单元格之间的间距，如有需要合并单元格为细线表格，可增加 border-collapse:collapse; */
td,
th,
caption {
	padding: 0;
}

/*===== 去除个别浏览器图片底部的几个像素，以及设置图片形式链接无边框 =====*/

a img {
	border: 0 none;
}

img {
	vertical-align: middle;
}

/*===== 设置iframe的背景色以及去除个别浏览器iframe底部的几个像素 =====*/
iframe {
	background-color: #FFFFFF;
	vertical-align: middle;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* 版权符号© */
/* &copy; */


/* 中间内容设置 */
.content {
	width: 1200px;
	margin: auto;
}

/* 清楚浮动 */
.flo:after {
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/*兼容IE浏览器*/
.flo {
	zoom: 1;
}

/* 外部字体  
引用外部文件不能用中文的  
引用字体文件需要引用至少三个后缀名.ttf .woff .eot 在不同浏览器中使用*/
/*
@font-face {
	font-family: "xiaowei";
	src: url("../font/xiaowei.ttf"),
		 url("../font/xiaowei.woff"),
		  url("../font/xiaowei.tof"),
		 url("../font/xiaowei.eot");
}
@font-face {
	font-family: "PlayfairDisplay";
	src: url("../font/PlayfairDisplay-Italic-6.ttf"),
		 url("../font/PlayfairDisplay-Italic-6.woff"),
		  url("../font/PlayfairDisplay-Italic-6.tof"),
		 url("../font/PlayfairDisplay-Italic-6.eot");
}
@font-face {
	font-family: "PangMenZhengDao";
	src: url("../font/PangMenZhengDao.ttf"),
		 url("../font/PangMenZhengDao.woff"),
		  url("../font/PangMenZhengDao.tof"),
		 url("../font/PangMenZhengDao.eot");
}
*/


/* 头部 */
.header {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(3, 113, 224, 0.2);
			
}

.header>div {
	/* background: #666666; */
	height: 80px;
	position: relative;
}

.nav-login {
	position: absolute;
	left: 0px;
	margin-top: 14px;
}

.nav-a {
	position: absolute;
	right: 0px;
}
.nav-a  a{
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	width: 80px;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
}
.nav-a  a:hover{
	font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #333333;
		border-bottom: 2px solid #0264c7;
}

.nav-a  .header-action{
	font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #333333;
		border-bottom: 2px solid #0264c7;
}
.nav-a1{
	position: absolute;
	right: 0px;
}
.nav-a1 a{
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 80px;
		color: #0069ce;
		float: left;
}
.nav-a1  span{
	font-size: 16px;
		font-weight: normal;
		line-height: 80px;
		letter-spacing: 1px;
		color: #333333;
		float: left;
}
.nav-a1  .nav-a1-span{
	color: #0069ce;
	float: left;
	vertical-align: top;
	margin-top: -1px;
	margin: -1px 10px 0px 10px;
}
/* 快捷查询 */
.quickQuery {
	width: 100%;
	/* height: 663px; */
	background: #F6F9FC;
	padding-top: 120px;
	padding-bottom: 100px;
}

.quickQuery-left {
	float: left;
}

.quickQuery-right {
	float: right;
	width: 512px;
	margin-top: 20px;
}

.main-top {
	margin: auto;
	text-align: center;
}

.main-top p {
	font-size: 38px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	color: #0264c7;
	padding: 3px 23px 10px 23px;
	background: url("../img/global/circle.png")/*tpa=http://dnd.illzjp.cn/img/global/circle.png*/ no-repeat;
}

.main-top p span {
	color: #1a1a1a;
}

.main-top>span {
	display: inline-block;
	width: 105px;
	height: 14px;
	background: url("../img/global/home_title.png")/*tpa=http://dnd.illzjp.cn/img/global/home_title.png*/ no-repeat;
}


.quickQuery-p1 {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	text-indent: 2em;
	margin-top: 25px;
}

.quickly-find {
	width: 512px;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(7, 92, 239, 0.2);
	border-radius: 6px;
}

.quickly-span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	margin-left: 18px;
}

.computer-type{
	display: inline-block;
	width: 21px;
	height: 18px;
	background: url("../img/global/brand.png")/*tpa=http://dnd.illzjp.cn/img/global/brand.png*/ no-repeat;
	vertical-align: top;
	margin: 10px 0px 0px 16px;
	position: absolute;
	left: 0px;
}
.computer-brand{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/global/type.png")/*tpa=http://dnd.illzjp.cn/img/global/type.png*/ no-repeat;
	vertical-align: top;
	margin: 10px 0px 0px 16px;
	position: absolute;
	left: 0px;
}

.quickly-div{
	width: 428px;
	margin: auto;
	margin-top: 5px;
}
.quickly-div p{
	display: inline-block;
	float: left;
	font-size: 16px;
		line-height: 30px;
		color: #333333;
}
.quickly-div p span{
	font-family: PlayfairDisplay;
	font-size: 22px;
	color: #0069ce;
	vertical-align: top;
}
.quickly-div a {
	font-size: 14px;
	font-weight: normal;
	color: #0069ce;
	display: inline-block;
	float: right;
}
.quickly-div a:hover{
	color: #04ABF9;
}
.quickly-div a i{
	display: inline-block;
	width: 26px;
	height: 8px;
	background: url("../img/global/arrow.png")/*tpa=http://dnd.illzjp.cn/img/global/arrow.png*/ no-repeat;
	margin-right: 5px;
}
/* 快捷键 */

.quickly-find {
	margin: 0 auto;
	margin-top: 45px;
}

.hotkey {
	position: relative;
	font-size: 0;
	color: #666;
	display: block;
	width: 428px;
	margin: auto;
	padding: 30px 30px 0px 30px;
}

.hotkey .txt,
.hotkey .select,
.hotkey .key-value,
.hotkey a {
	/* float: left; */
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2.125em
}

.hotkey .key-value {
	width: 12.1875em;
	text-align: center;
}

.hotkey .select {
	position: relative;
	user-select: none;
	margin-bottom: 10px;
}

.hotkey .select .icon {
	position: absolute;
	right: 11px;
	top: 12px;
	width: 16px;
	height: 9px;
	background: url("../img/global/upper.png")/*tpa=http://dnd.illzjp.cn/img/global/upper.png*/ no-repeat;
}

/* 小三角 */
.hotkey .select .icon.down {

}

.hotkey .select .icon.up {
	
}


.hotkey .select-value {
	display: inline-block;
	width: 312px;
	height: 38px;
	line-height: 38px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e9eaf0;
	text-align: center;
	cursor: pointer;
	color: #666;
}

.hotkey .select-list {
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 99;
	width: 99.5%;
	display: none;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hotkey .select-list ul {
	max-height: 240px;
	overflow-y: auto;
}

.hotkey .select-list ul::-webkit-scrollbar {
	width:4px;
	background-color: #fff;
}

.select-value span {
	font-size: 16px;
		color: #999999;
}

.hotkey .select-list ul::-webkit-scrollbar-button {
	display: none;
}

.hotkey .select-list ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
}

.hotkey .select-list li {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.hotkey .select-list li.disabled {
	font-size: 16px;
	color: #999;
	cursor: default;
}

.hotkey .select-list li:hover {
	background: #FAFAFA;
}

.hotkey .txt {
	margin-right: 20px;
}

.hotkey a {
	position: absolute;
	right: 0;
	color: #666;
}

.hotkey a:hover {
	color: #666;
	text-decoration: underline;
}

.hotkey a i {
	font-family: Simsun;
	font-style: normal;
	font-weight: 700;
}

/* .select-list-div1{
	height: 50px;
}
.select-list-div2{
	height: 50px;
}
 */


/* IE 浏览器 */
.select-list2 ul {
	/*三角箭头的颜色*/
	scrollbar-arrow-color: #fff;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #7F7F7F;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #fff;
	/*滚动条阴影*/
	scrollbar-shadow-color: #fff;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #fff;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: #7F7F7F;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: #7F7F7F;
	/*滚动条基准颜色*/
	scrollbar-base-color: #7F7F7F;
}


/* 底部 */
.footer{
	height: 100px;
	background-color: #333333;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}

.footer p{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.footer a{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}



