/* CSS Document */

/* CSS Document */

body {
	font-family: "微软雅黑", Arial;
	font-size: 16px;
	color: #494949;
}
.header {
	margin-bottom: 10px;
}
.header .logo {
	height: 58px;
	width: 278px;
	float: left;
}
.header .title {
	float: left;
	line-height: 58px;
	margin-left: 20px;
	font-size: 28px;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 200px;
}  /* 必须使用和footer相同的高度 */
#footer {
	position: relative;
	margin-top: -200px; /* footer高度的负值 */
	height: 200px;
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #248DC1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.6em;
}
table {
	border-collapse: collapse;
}
.blank {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
	height: 0px;
}

/*
 * -- header Styles --
 */
.header {
	background-color: #FFF;
}
.header .content {
	overflow: hidden;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.header .logo {
	height: 58px;
	width: 278px;
	float: left;
}
.header .title {
	float: left;
	line-height: 58px;
	margin-left: 20px;
	font-size: 28px;
}
/*
 * -- 导航 --
 */
.kq-naver {
	background: #006499;
}
.kq-naver-module a, .kq-naver-sub a, .kq-naver-brand a {
	color: #C6E6F4;
}
.kq-naver-module a.selected, .kq-naver-sub a.selected {
	color: #FFFFFF;
	font-weight: bold;
}
.kq-naver-module a:hover, .kq-naver-sub a:hover, .kq-naver-.brand a:hover{
	color: #FFFFFF;
}
.kq-naver-collapse {
	background-color: #004468;
}
.contact-content {
	min-height: 150px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

/*
 * -- Layout Styles --
 */
.l-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 40px;
	background-color: #FFF;
	padding-top: 40px;
}
.l-box {
	padding: 0.5em 2em;
}
/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu {
	background-color: #248dc1;
}
.pure-menu ul {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
/*css3漂浮的云*/
.kq-heading {
	padding: 80px 20px 80px 20px;
	background:/*#B94A48*/ #2C6091;
	line-height: 1;
	text-align: center; /*margin-bottom:30px;*/
	color: #fff;  /*background:url(../imgs/headingbg.png) #2C6091 no-repeat center 0px; */
	animation: 20s linear 0s normal none infinite cloud;
	background: url("../images/business/cloud.jpg") repeat-x scroll 0 bottom #049EC4;
}
.kq-heading h1, .kq-heading h2 {
	font-family: "微软雅黑", Arial;
}
.kq-heading h1 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
.kq-heading h2 {
	font-weight: normal;
}
@-webkit-keyframes cloud {
from {
background-position: 600px 100%;
}
to {
	background-position: 0 100%;
}
}
@-moz-keyframes cloud {
from {
background-position: 600px 100%;
}
to {
	background-position: 0 100%;
}
}
@-ms-keyframes cloud {
from {
background-position: 600px 100%;
}
to {
	background-position: 0 100%;
}
}
@-o-keyframes cloud {
from {
background-position: 600px 100%;
}
to {
	background-position: 0 100%;
}
}
.ads-content {
	margin-bottom: 20px;
	height: 380px;
	padding: 0px;
}
.ads-inner {
	padding: 15px;
}
/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
.ads-tables {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.ads-table-content {
	padding: 10px;
}
.ads-table-content h2 {
	font-weight: normal;
	text-align: center;
}
/*
 * -- PRICING TABLE  --
 * Every pricing table has the .ads-table class
 */
.ads-table {
	margin: 0 0.5em 2em;
	padding: 0 0 3em;
	background-color: #FFF;
}
/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.ads-table-gov .ads-table-header {
	background-image: url(../images/business/photo-ad01.jpg);
	background-repeat: no-repeat;
}
.ads-table-reg .ads-table-header {
	background-image: url(../images/business/photo-ad02.jpg);
	background-repeat: no-repeat;
}
.ads-table-vis .ads-table-header {
	background-image: url(../images/business/photo-ad03.jpg);
	background-repeat: no-repeat;
}
.ads-table-pro .ads-table-header {
	background-image: url(../images/business/photo-ad04.jpg);
	background-repeat: no-repeat;
}
/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.ads-table-header {
	height: 150px;
	background-position: center center;
}
.ads-table-header h2 {
	margin: 0;
	padding-top: 2em;
	font-size: 1em;
	font-weight: normal;
}
.title-content {
	max-width: 1180px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 28px;
	color: #248DC1;
}

.price-content {
	min-height: 200px;
	padding-right: 15px;
	padding-left: 15px;
}
.price-content h2 {
	font-size: 20px;
	padding: 0px;
}
.price-content ol {
	margin: 0px;
	padding-left: 20px;
}
.price-content ol li {
	margin-bottom: 10px;
}
.text-content {
	font-size: 16px;
	line-height: 26px;
	padding: 10px;
}
.text-content p {
	text-indent:2em;
}
.table-price {
	width: 99%;
}
.table-price th {
	padding: 10px;
	color: #248DC1;
	background-color: #e4e4e4;
}
.table-price td {
	border: 1px solid #e4e4e4;
	padding: 10px;
	text-align: center;
}
.icons {
	float: left;
}
.features-content {
	padding-left: 80px;
}
.price-content .col-l, .price-content .col-r {
	width: auto;
	padding: 20px;
	overflow: hidden;
}
.table-list {
	width: 100%;
}
.table-list th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-style: none;
}

.table-list td {
	padding: 5px;
	border-style: none;
}


.footer-content {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	font-size: 12px;
	color: #777;
	padding-top: 20px;
	margin-top: 40px;
}
.footer-content p {
	line-height: 1em;
}

.footer-content a {
	color: #ddd;
}
.map-container {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 26px;
}
.map {
	height: 200px;
	width: 95%;
	border: 1px solid #CCC;
	margin-left: 10px;
	border-radius: 10px;
}
