/* 取消页面全局内外边距 */

/* 设置全局大小 */
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: 'Helvetica Neue', 'Microsoft YaHei', '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; */

/* 空格 */
/* &emsp;  全角空格 */
/* &ensp;  半角空格 */




/* 中间内容设置 */
.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: "zkwyt";
	src: url(../font/zkwyt.ttf),
		url(../font/zkwyt.woff),
		url(../font/zkwyt.otf),
		url(../font/zkwyt.eot);
	font-weight: normal;
	font-style: normal;
}


/* 头部 */
.header {
	height: 70px;
}

.header .nav-logo {
	float: left;
	margin-top: 10px;
	position: relative;
}

.header .nav-logo h1 {
	display: inline-block;
	float: left;
}

.header .nav-logo .ybrjzLogo {
	position: absolute;
	left: -142px;
	top: 50%;
	transform: translateY(-50%);
}

.header .nav-logo .ybrjzLogo img {
	width: 120px;
}

.header .nav-logo span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../image/r.png) no-repeat;
	margin-left: -7px;
	vertical-align: top;
}

.header .nav-a {
	float: right;
}

.header .nav-a a {
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 35px;
	font-size: 18px;
	text-align: center;
	color: #415362;
	letter-spacing: 1px;
	margin-top: 27px;

}

.header .nav-a a span {
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #fff;
	display: block;
	margin: auto;
	margin-top: 8px;
}

/* 默认的状态 */
.header .nav-a .header-action {
	color: #089bab;
	text-shadow:0px 0px 1px #089bab;
}

.header .nav-a .header-action span {
	border-bottom: 2px #089bab solid;
}

/* 滑动时的状态 */
.header .nav-a a:hover {
	color: #089bab;
	text-shadow:0px 0px 1px #089bab;
}

.header .nav-a a:hover span {
	border-bottom: 2px #089bab solid;
}




/* 提示 */
.prompt {
	width: 100%;
	height: 46px;
	background-color: #FFF3EE;
	line-height: 46px;

}

.prompt p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff7f4c;
	text-align: center;
}

.prompt p i {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	background: url(../images/tips.png) no-repeat;
}

/* 标题 */
.index-main-top {
	margin: auto;
	width: auto;
	background: url(../images/font_bg.png) no-repeat top center;
	padding-top: 17px;
}

.index-main-top p {
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #1d2c40;
	vertical-align: top;
	text-align: center;
}

.index-main-top span {
	display: block;
	margin: auto;
	width: 35px;
	height: 4px;
	margin-top: 25px;
	background: url(../images/font_underline.png) no-repeat center center;
}

/* 下载 */
.software-download {
	display: inline-block;
	width: 220px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 22px;
	color: #00bf7d;
	border-radius: 4px;
	background-color: #00bf7d;
	color: #FFFFFF;
}

.software-download:hover {
	background: #059161;
}

.software-download i {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/download1.png) no-repeat center;
	background-position-y: 5px;
	padding-bottom: 5px;
	
	
	vertical-align: top;
	margin-top: 17px;


	animation-name: download;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function:linear;
}
.software-download span{
	display: inline-block;
	height: 38px;
	margin-right: 5px;
	border-bottom: 2px solid #ffffff; 
}
.thunderbolt-download {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #00b073;
	line-height: 21px;
	border-bottom: 1px solid #00b073;
	margin-left: 10px;
}

.thunderbolt-download:hover {
	color: #059161;
}
@keyframes download {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0);
	}
}



/* 底部 footer */
.footer {
	width: 100%;
}

.footer-main {
	width: 100%;
	height: 91px;
	background-color: #f5f5f5;
	text-align: center;

	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666666;
}

.footer-main a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666666;
}

.footer-main>p {
	padding-top: 20px;
}

.footer-main div p {
	display: inline-block;
	margin-top: 10px;
}

.footer-main div .footer-main-p1 {
	margin-right: 90px;
}

.footer-main a {
	margin: 0px 5px;
}

.footer-main a:hover {
	text-decoration: underline;
}

.D-heisha-local {
	display: inline-block;
	width: 220px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 22px;
	color: #00bf7d;
	border-radius: 4px;
	background-color: #00bf7d;
	color: #FFFFFF;
}

.D-heisha-local:hover {
	background: #059161;
}

.D-heisha-local i {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/download1.png) no-repeat center;
	background-position-y: 5px;
	padding-bottom: 5px;
	
	
	vertical-align: top;
	margin-top: 17px;


	animation-name: download;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function:linear;
}
.D-heisha-local span{
	display: inline-block;
	height: 38px;
	margin-right: 5px;
	border-bottom: 2px solid #ffffff; 
}
.D-heisha-xunlei {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #00b073;
	line-height: 21px;
	border-bottom: 1px solid #00b073;
	margin-left: 10px;
}

.D-heisha-xunlei:hover {
	color: #059161;
}

.index-footer-right .D-heisha-local {
	margin-bottom: 10px;
	background-color: #00bf7d;
	border-radius: 4px;
	color: #fff;
}

.index-footer-right .D-heisha-xunlei {
	margin-left: 0px;
	background-color: #c9ffec;
	border-radius: 4px;
	border: solid 1px #00bf7d;
}

.index-footer-right .D-heisha-local:hover {
	background-color: #059161;
	color: #FFFFFF;
}

.index-footer-right .D-heisha-xunlei:hover {
	background-color: #00BF7D;
	border: solid 1px #00BF7D;
	color: #FFFFFF;
}
