body {
	background-color: #F7F9FA
}
header {
	height: 500px;
}
.content-container {
	margin: 20px 0 40px 0;
	background: #fff;
	border: 1px solid #E6E6E6;
}
#softwareTab>li {
	width: 20%;
}
#softwareTab li a {
	display: inline-block;
	width: 100% !important;
	height: 45px;
	font-size: 18px;
	color: #333;
	padding: 0;
	line-height: 45px;
	border: none;
	margin: 0;
	border-radius: 0;
	background-color: #fff;
	text-align: center;
}


#softwareTab li a:hover {
	background-color: #fff;
	color: #005699;
	box-sizing: border-box;
	border-bottom: 2px solid #005699;
	/* font-weight: bold; */
}
#softwareTab li.active a {
	color: #005699;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 2px solid #005699;
	/* font-weight: bold; */
}
#softwareTab li.active:before {
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 1px;
    left: 0px;
    top: 14px;
    background-color: #fff;
    z-index: 4;
}
#softwareTab li.active:after {
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 1px;
    right: 0px;
    top: 14px;
    background-color: #fff;
    z-index: 4;
}
#softwareTabContent {
	border-top: 1px solid #E6E6E6;
}

._copyright {
	margin: 0 auto;
	width: 240px;
	height: 60px;
	line-height: 60px;
	min-width: 240px;
	color: gray;
	text-align: center;
	font-size: 12px;
}
.intro {
	padding: 0 20px;
	text-align: center;
}
.soft-intro {
	position: relative;
	padding: 30px 0;
}
.left {
	width: 20%;
	box-sizing: border-box;
	min-height: 200px;
	float: left;
	display: flex;
	/* -webkit-box-orient: vertical; */
	/* -webkit-box-direction: normal; */
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	/* flex-direction: column; */
	/* -webkit-box-pack: center; */
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	/* justify-content: center;*/
	border-right: 1px solid #eee;
}
.right {
	padding: 0 24px;
	width: 62%;
	float: left;
	min-height: 200px;
}
p.intro {
	text-align: left;
}
.download-box {
	min-height: 200px;
	width: 18%;
	float: left;
	padding: 35px 0;
	display: flex;
	/* -webkit-box-orient: vertical; */
	/* -webkit-box-direction: normal; */
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	/* flex-direction: column; */
	/* -webkit-box-pack: center; */
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	/* justify-content: center;*/
	border-left: 1px solid #eee;
}
.download-button {
	border: 1px solid #005699;
	width: 127px;
	height: 34px;
	color: #005699;
	padding: 5px;
	text-align: left;
	margin: 10px 30px;
}
.download-button img{
	margin: 0 10px;
}

.logopic img {
	/* width: 100px;
	height: 100px; */
	width: 64px;
	height: 64px;
}
.left .name {
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.left ul .version,.left ul .bite{
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
.left ul li {
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #757c8d;
	font-size: 12px;
}
.left .download-url {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.right {
	text-align: left;
}
.verline {
	width: 1px;
	background: #005699;
	height: 200px;
	float: left;
	margin: 0 20px;
	opacity: 24.94%;
}
.horline {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.download-button:hover {
	cursor: pointer;
}
.banner {
	background: url(../images/gfqh/softwareDownload/software_download_banner.png);
	height: 500px;
}

.relation-title {
    top: 440px;
}

.position {
    top: 450px;
}

img.codeImg {
	height: 100px;
	width: 100px;
}

#tip {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background: url(../images/gfqh/softwareDownload/mask.png) repeat;
}

.notice-wrapper {
	width: 988px;
	height: 310px;
	background: url(../images/gfqh/softwareDownload/software_download_notice_bg.png) 100% 100%;
	position: absolute;
	right: 20px;
	top: 118px;
	padding: 10px 65px;
	border-radius: 50px;
}

.notice-title-icon {
	float: left;
}
.notice-title-text {
	color: #FF6440;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	margin-left: 15px;
}
.notice-content {
	font-size: 16px;
	color: #4D4D4D;
	text-indent: 2em;
	margin: 15px 0;
}

@media (max-width: 1200px) {
	.notice-wrapper {
		width: 940px;
	}
}


@media (max-width: 992px) {
	.download-button {
		width: 120px;
		margin: 10px;
	}
}