@charset "utf-8";

/********************** basic **********************/
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #444e5a;
}
a,img {
	border: none;
	outline: none;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear {
	clear: both;
}
.content {
	width: 1000px;
	margin: 0 auto;
}

/********************** 共用: header **********************/
.top {
	width: 100%;
	height: 3px;
	background: #ff8a00;
}
.header {
	width: 100%;
	height: 71px;
	margin-top: 29px;
	background: url(../img/menubg.jpg) repeat-x;
}
.logo {
	display: block;
	width: 221px;
	height: 71px;
	background: #ffffff url(../img/logo.jpg) 14px 0 no-repeat;
	float: left;
}

/********************** 共用: here **********************/
.here {
	text-align: right;
}
.here p {
	margin-top: 8px;
	margin-right: 20px;
}
.here p a {
	color: #444e5a;
}
.here p a:hover {
	color: #aaaaaa;
}
.here p span {
	margin: 0 8px;
}

/********************** 共用: footer **********************/
.footer {
	height: 60px;
	background: url(../img/f_bg.jpg) repeat-y;
}
.f-logo {
	float: left;
	width: 190px;
	height: 60px;
	background: #444e5a url(../img/logo-w.png) 50% 50% no-repeat;
}
.f-text {
	display: table;
	float: right;
	width: 810px;
	height: 60px;
	background: #ff8a00;
}
.f-text table {
	width: 100%;
	height: 60px;
}
.f-text table td {
	vertical-align: middle;
}
.f-text table td.list {
	width: 570px;
	padding-left: 30px;
	color: #ffffff;
}
.f-text table td.list a {
	color: #ffffff;
}
.f-text table td.list a:hover {
	color: #ffe8d7;
}

.f-text table td.addthis {
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

.copyright {
	text-align: center;
	padding: 12px 0;
}
.copyright p {
	font-size: 11px;
	-webkit-transform: scale(0.91);
	display: inline-block;
	line-height: 2.2em;
}

/********************** index **********************/
.index-banner {
	height: 399px;
	background: url(../img/flow.jpg) 50% -89px no-repeat;
}
.index-banner .content {
	position: relative;
	z-index: 1;
}
.index-banner .computer {
	width: 485px;
	height: 305px;
	background: url(../img/banner-computer-new.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 19px;
}
.index-banner .slogan {
	width: 560px;
	text-align: right;
	position: absolute;
	top: 324px;
	right: 18px;
}
.index-banner .slogan img {
	margin-top: 20px;
}
.index-banner .slogan span {
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}
.index-banner .slogan a {
	color: #444e5a;
}
.index-banner .slogan a:hover {
	color: #7b8188;
}

.index-banner-three {
	background: #444e5a;
}
.index-banner-three .content {
	width: 1000px;
	height: 95px;
	background: url(../img/banner-three.jpg) no-repeat;
}

.index-awards {
	padding: 50px 0;
	text-align: center;
}
.index-awards h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	margin-bottom: 28px;
}
.index-awards img {
	margin-top: 35px;
}


/********************** page: header **********************/
.page-header-name-box {
	background: #444e5a;
	padding: 24px 0;
	margin-top: 22px;
}

.page-header-name {
	margin-left: 288px;
}
.page-header-name2 {
	text-align: center;
}
.page-header-name3 {
	margin-left: 10px;
}
.page-header-name h1, .page-header-name2 h1 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 19px;
}
.page-header-name3 h1 {
	font-size: 28px;
	color: #ffffff;
}
.page-header-name p, .page-header-name2 p {
	font-size: 16px;
	color: #e2e3e4;
	line-height: 1.2em;
	margin-left: 1px;
}

.pro-header-img {
	float: left;
	margin-top: -103px;
	margin-left: 2px;
}

.pro-header-list {
	display: block;
	width: 722px;
	float: right;
	margin-top: 32px;
}
.pro-header-list li {
	display: block;
	width: 340px;
	float: left;
	font-size: 13px;
	background: url(../img/dot.jpg) 0 50% no-repeat;
	line-height: 1.2em;
	padding-left: 15px;
	margin-right: 6px;
	margin-bottom: 20px;
}

.pro-download-btn {
	display: block;
	width: 140px;
	height: 44px;
	background: #ff8a00;
	line-height: 44px;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.pro-download-btn:hover {
	background: #0087ff;
}

/********************** page: two column **********************/
.main {
	width: 100%;
	background: url(../img/rightbg.jpg) repeat-y;
}
.page-left {
	width: 760px;
	float: left;
	padding: 0 20px 50px 10px;
}
.page-right {
	width: 210px;
	float: right;
}
.page-right .right-title {
	width: 180px;
	height: 76px;
	padding: 0 15px;
	line-height: 76px;
	margin-top: -76px;
	background: #f5f5f5;
	font-size: 18px;
}
.page-right ul {
	margin: 15px 0;
}
.page-right ul li {
	margin: 8px 0;
}
.page-right ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	color: #444e5a;
}
.page-right ul li a:hover {
	color: #727880;
}
.page-right ul li a.active {
	background: #ff8a00;
	color: #ffffff;
}

/********************** product: content **********************/
.pro-detail .title {
	padding: 0 15px;
	text-align: center;
}
.pro-detail .title h1 {
	font-size: 23px;
	color: #ff8a00;
	margin-bottom: 28px;
}
.pro-detail .title h2 {
	font-size: 18px;
	margin-bottom: 14px;
}
.pro-detail .title p {
	font-size: 13px;
	margin-bottom: 40px;
}
.pro-detail .title span.line {
	background: url(../img/1x1.jpg) 0 50% repeat-x;
	padding: 0 60px;
}
.pro-detail .title span.line span {
	background: #ffffff;
	padding: 0 15px;
}

.pro-detail .block-list {
	margin: 0 3px;
}
.pro-detail .block-list li {
	float: left;
	width: 480px;
	height: 122px;
	background: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 8px;
}
.pro-detail .block-list li table {
	width: 100%;
	height: 122px;
}
.pro-detail .block-list li td {
	vertical-align: middle;
}
.pro-detail .block-list li .icon {
	width: 89px;
	text-align: center;
}
.pro-detail .block-list li .text {
	width: 373px;
	padding-right: 10px;
}
.pro-detail .block-list li .text h1 {
	font-size: 16px;
	color: #ff8a00;
	margin-bottom: 12px;
}
.pro-detail .block-list li .text p {
	line-height: 2em;
}

.pro-detail-system {
	padding: 0 25px;
	line-height: 2em;
}
.pro-detail-system p {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 25px;
}
.pro-detail-system p.other {
	display: block;
	font-size: 16px;
	width: 154px;
	height: 32px;
	line-height: 32px;
	background: #ff8a00;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	padding: 0;
}
.pro-detail-system ul li {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 20px;
}

/********************** compare: content **********************/
.compare-detail {
	padding-top: 66px;
}
.compare-detail h1 {
	text-align: center;
	font-size: 24px;
	color: #ff8a00;
	margin-bottom: 23px;
}
.compare-detail .checklist {
	text-align: center;
	padding: 20px 0;
}
.compare-detail .checklist span {
	background: url(../img/check-l.jpg) 0 40% no-repeat;
	padding: 20px 10px 20px 40px;
	font-size: 18px;
}
.compare-detail table {
	width: 990px;
	margin: 60px 5px;
}
.compare-detail table th {
	font-weight: normal;
}
.compare-detail table .th-top {
	width: 180px;
	vertical-align: top;
}
.compare-detail table .th-top img {
	width: 150px;
}
.compare-detail table .th-top h2 {
	font-size: 16px;
	margin: 12px 0 20px 0;
}
.compare-detail table .th-left {
	width: 258px;
	text-align: left;
	height: 56px;
	font-size: 13px;
}
.compare-detail table td {
	background: #eeeeee;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.compare-detail table .td-btn {
	background: #eeeeee;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.compare-detail table .td-btn {
	background: none;
}
.compare-detail table .td-btn a {
	display: block;
	width: 136px;
	height: 44px;
	line-height: 44px;
	margin: 25px auto;
	background: #ff8a00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #ffffff;
}
.compare-detail table .td-btn a:hover {
	background: #ff9f2e;
}
.compare-detail table .td-ps {
	background: none;
	text-align: left;
}
.compare-detail table .td-ps hr {
	width: 110px;
	border-top: 1px solid #444e5a;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 15px 0;
	float: left;
}
.compare-detail table .td-ps p {
	clear: both;
	font-size: 12px;
}

/********************** page left: content **********************/
.page-left h1 {
	font-size: 18px;
	color: #ff8a00;
	margin: 35px 0;
}
.page-left h2 {
	font-size: 16px;
	color: #ff8a00;
	margin: 35px 0;
}

.tel {
	font-size: 16px;
	background: url(../img/icon-tel.jpg) 0 50% no-repeat;
	padding: 15px 0 15px 40px;
	margin-top: 40px;
}

.form {
	font-size: 13px;
}
.form p {
	line-height: 2em;
}
.title-line {
	font-size: 15px;
	font-weight: bold;
	background: url(../img/1x1.jpg) 0 50% repeat-x;
	margin: 40px 0 25px 0;
}
.title-line span {
	background: #ffffff;
	padding-right: 6px;
}
.title-line span .small {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}
.title-line span.large {
	font-size: 20px;
	font-weight: normal;
}
span.required {
	color: #ff8a00;
	padding-right: 5px;
}
.form table {
	width: 760px;
	margin-bottom: 30px;
}
.form table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.form table td {
	width: 660px;
	padding: 7px 0;
	vertical-align: middle;
}
.form table td .ps {
	color: #777777;
}
.form table input[type=text] {
	width: 300px;
	padding: 9px 0;
	border: 1px solid #c0bebf;
	margin-right: 10px;
	font-size: 13px;
	color: #444e5a;
}
.form table select {
	padding: 7px 0;
	border: 1px solid #c0bebf;
	margin-right: 10px;
	font-size: 13px;
	color: #444e5a;
}
.form table textarea {
	width: 625px;
	height: 150px;
	border: 1px solid #c0bebf;
	font-size: 13px;
	color: #444e5a;
}
.form input[type=submit] {
	width: 140px;
	height: 44px;
	background: #ff8a00;
	font-size: 18px;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 10px 0 30px 0;
}

.form-note .title {
	color: #ffffff;
	background: #444e5a;
	display: block;
	float: left;
	width: 92px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.form-note ol {
	display: block;
	float: left;
	width: 625px;
	margin-left: 43px;
}
.form-note ol li {
	list-style-type: decimal;
	margin-bottom: 13px;
}
.form-note ol li a {
	color: #0087ff;
}

.form-agree {
	margin: 20px 0;
}
.form-agree li {
	background: url(../img/check-orange.png) 0 50% no-repeat;
	padding: 8px 0 8px 22px;
	color: #ff8a00;
}

.article p {
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 2em;
}
.article .img1 {
	margin: 0 0 10px 20px;
}
.gallery {
	padding: 25px 0;
}
.gallery img {
	width: 180px;
	margin-right: 10px;
}
.ad {
	text-align: center;
	line-height: 2em;
	padding-bottom: 30px;
}
.ad .title {
	font-size: 24px;
	color: #ff8a00;
	margin: 35px 0;
}
.ad p {
	font-size: 16px;
	line-height: 2em;
}
.ad p span {
	font-size: 20px;
}
.ad p a {
	color: #444e5a;
	text-decoration: underline;
}
