/*公用样式*/

* {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
	background: #fff;
	font-size: 16px;
	color: #666;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
	display: inline-block;
	text-decoration: none;
	color: #0988cc;
	padding: 0;
	font-weight: 500;
}

a:hover {
	color: #ef8200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
}

p {
	margin: 0;
	line-height: 1.8;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

ul li {
	list-style: none;
}

select,
input,
textarea,
button {
	box-shadow: none;
	outline: 0 !important;
}

button {
	background: transparent;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s 0.3s ease;
	-moz-transition: opacity 0.3s 0.3s ease;
	-ms-transition: opacity 0.3s 0.3s ease;
	-o-transition: opacity 0.3s 0.3s ease;
	transition: opacity 0.3s 0.3s ease;
	opacity: 0;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
	display: table;
	content: " "
}

.clearfix:after,
.container:after {
	clear: both
}

/*返回顶部*/

p#back-to-top {
	position: fixed;
	display: none;
	bottom: 40px;
	right: 40px;
	z-index: 9998;
}

p#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #bbb;
	display: block;
	width: 62px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	font-size: 14px;
}

p#back-to-top a:hover {
	color: #979797;
}

p#back-to-top a span {
	background: transparent url(../images/top-1.png) no-repeat;
	border-radius: 6px;
	display: block;
	height: 62px;
	width: 62px;
	margin-bottom: 5px;
	/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}

#back-to-top a:hover span {
	background: transparent url(../images/top-2.png) no-repeat;
}


/*布局样式*/

.container {
	width: 1000px;
	margin: 0 auto;
}

.white-space,
.gray-space {
	position: relative;
}

.white-space {
	background: #fdfdff;
}

.gray-space {
	background: #f5f5f5;
}

.top-bar {
	width: 100%;
	background: transparent url(../images/top_bg.jpg) no-repeat top center;
	height: 800px;
}

.logo {
	margin: 32px 0 26px;
}

.top-title {
	width: 761px;
	height: 207px;
	margin: 0 auto 20px;
}

.top-btn {
	width: 519px;
	height: 386px;
	margin: 0 auto;
}


.index-block {
	padding: 80px 0;
}

.index-block h1 {
	text-align: center;
}

.index-block h1 {
	font-size: 30px;
	color: #050505;
	line-height: 30px;
	margin-bottom: 40px;
}

.index-block h2 {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	margin-bottom: 20px;
}

.line-orange {
	display: block;
	height: 4px;
	width: 50px;
	background: #b69b6e;
	margin: 10px auto 0;
	border-radius: 2px;
}

.line-h2 {
	display: block;
	width: 4px;
	height: 22px;
	background: #b69b6e;
	margin-right: 10px;
	border-radius: 2px;
	float: left;
}

.perks ul {
	overflow: hidden;
	width: 820px;
    margin: 0 auto;
}

.perks ul li {
	float: left;
	margin-right: 25px;
	width: 180px;
	height: 240px;
	text-align: center;
	background: #fcf4e4;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 16px;
}

.perks ul li.perks-5n {
	margin-right: 0;
}

.perks ul li h2 {
	font-size: 16px;
	margin-bottom: 6px;
}

.perks ul li h3 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #a18861;
}

.perks-img {
	margin: 30px 0 15px;
}

.perks-btn {
	margin-top: 30px;
}

.perks-btn button {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #b69b6e;
	color: #a56829;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.perks-btn button:hover {
	background: #b69b6e;
	color: #fff;
}

.banners .banner {
	margin-bottom: 60px;
}

.banners .banner-last {
	margin-bottom: 0;
}

.aq ul {
	margin-left: 14px;
}

.aq ul li {
	margin-top: 30px;
}

.question {
	background: transparent url(../images/question.png) no-repeat left 2px;
	padding-left: 26px;
	font-weight: bold;
	color: #333;
}

.answer {
	background: transparent url(../images/answer.png) no-repeat left 2px;
	padding-left: 26px;
	margin-top: 5px;
	color: #a18861;
}

#footer {
	background: #1b1b1d url(../images/footer_bg.png) no-repeat top center;
	height: 320px;
	font-size: 14px;
	color: #b69b6e;
}

.footer-row1 {
	margin: 40px 0;
	overflow: hidden;
}

.links,
.contact {
	float: left;
	height: 160px;
}

.follow {
	float: right;
	height: 160px;
	text-align: center;
}

.follow-name {
	margin-top: 8px;
}

.links {
	border-right: 1px solid #b69b6e;
	padding-right: 40px;
	margin-right: 40px;
}

.links ul {
	line-height: 1.8;
}

.contact h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 12px;
}

.hotline-number {
	font-size: 22px;
	font-weight: bold;
}

.hotline,
.consult {
	overflow: hidden;
	margin-bottom: 20px;
}

.hotline-number,
.consult ul {
	float: left;
}

.consult li {
	float: left;
	margin-right: 8px;
}

.consult h3 {
	line-height: 32px;
}

#footer .consult li a {
	display: block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: transparent url(../images/qq_bg.png) no-repeat;
	padding-left: 34px;
}

.follow {
	border-left: 1px solid #b69b6e;
	padding-left: 40px;
	margin-left: 40px;
}

#footer h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

#footer a {
	color: #b69b6e;
}

.copyright {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	text-align: center;
}

.company-row1 span {
	margin-right: 10px;
}

.company-row1 {
	margin-bottom: 4px;
}

.gongan a {
	background: url(http://www.bosdsoft.com/xb/images/guohui.png) no-repeat left center;
	padding-left: 22px;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	display: none;
}

.black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 4400px;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=75);
	display: none;
}

.pop {
	width: 1000px;
	height: 590px;
	background: url(../images/pop_bg.png) no-repeat top center;
	margin: 60px auto;
	z-index: 9999;
	position: relative;
}

.shoutup {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999;
}

/* 标签 */
.slideTxtBox {
	text-align: left;
}

.slideTxtBox .hd {
	height: 44px;
	line-height: 44px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 420px;
	top: 36px;
	height: 44px;
}

.slideTxtBox .hd ul li {
	float: left;
	background: transparent url(../images/tab_off.png) no-repeat;
	cursor: pointer;
	margin-right: 10px;
	width: 150px;
	text-align: center;
	color: #57270f;
	font-size: 18px;
}

.slideTxtBox .hd ul li.on {
	height: 44px;
	background: transparent url(../images/tab_on.png) no-repeat;
	font-weight: bold;
}

.bd {
	margin-top: 36px;
}

.slideTxtBox .bd ul {
	zoom: 1;
}

.slideTxtBox .bd li {}

.pop-left {
	float: left;
	width: 280px;
	padding: 20px 15px;
}

.badge {
	width: 146px;
	height: 174px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: transparent url(../images/badge_s.png) no-repeat center top;
	margin-top: 8px;
}

#badge_g .badge {
	background: transparent url(../images/badge_g.png) no-repeat center top;
}

#badge_d .pop-left {
    padding-top: 0;
}

#badge_d .badge {
	background: transparent url(../images/badge_d.png) no-repeat center top;
	height: 194px;
}

.badge p {
	width: 146px;
	position: absolute;
	bottom: 0;
	color: #51647e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	left: 0;
}

#badge_g .badge p {
	color: #57270f;
}

#badge_d .badge p {
	color: #0067a1;
}

.edition {
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../images/edition_s.png) no-repeat center top;
	color: #fff;
	font-size: 12px;
	margin-top: 4px;
}

#badge_g .edition {
	background: transparent url(../images/edition_g.png) no-repeat center top;
}

#badge_d .edition {
	background: transparent url(../images/edition_d.png) no-repeat center top;
}

.features {
	line-height: 1.8;
	margin: 24px 0 24px 40px;
	font-weight: bold;
	color: #333;
}

.features li {
	background: transparent url(../images/features_s.png) no-repeat left center;
	padding-left: 25px;
}

#badge_g .features li {
	background: transparent url(../images/features_g.png) no-repeat left center;
}

#badge_d .features li {
	background: transparent url(../images/features_d.png) no-repeat left center;
}

.price {
	width: 250px;
	height: 120px;
	margin: 0 auto;
	background: transparent url(../images/price.png) no-repeat center top;
	color: #a63501;
	overflow: hidden;
}

.price-title,
.price-number {
	width: 210px;
	margin: 0 auto;
}

.price-title {
	font-weight: bold;
	margin-top: 15px;
}

.price-number {
	margin-top: 10px;
	overflow: hidden;
}

.price-date {
	float: left;
	font-size: 42px;
	font-weight: bold;
	margin-right: 4px;
}

#badge_s .price-date {
	margin-left: 25px;
}

#badge_g .price-date {
	margin-left: 12px;
}

.price-date,
.price-year,
.price-date span {
	display: table-cell;
	vertical-align: bottom;
}

.price-date span.price-unit {
	height: 55px;
	line-height: 65px;
	font-size: 22px;
	font-weight: bold;
	float: left;
	overflow: hidden;
}

.price-year {
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	overflow: hidden;
}

.pop-right {
	float: right;
	width: 720px;
	color: #333;
}

.pop-right a {
	color: #333;
}

.pop-right .perks,
.hotline-red,
.pop-right p {
	width: 536px;
	margin: 0 auto;
}

.pop-right .perks ul {
	overflow: visible;
	width: 536px;
}

.pop-right .perks ul li {
	float: left;
	margin-right: 3px;
	width: 130px;
	height: 180px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 3px;
	padding: 0 16px;
	overflow: visible;
}

.pop-right .perks ul li:hover {
	background: transparent url(../images/perks_hover_bg_s.png) no-repeat center top;
}

#badge_g .pop-right .perks ul li:hover {
	background: transparent url(../images/perks_hover_bg_g.png) no-repeat center top;
}

#badge_d .pop-right .perks ul li:hover {
	background: transparent url(../images/perks_hover_bg_d.png) no-repeat center top;
}

.pop-right p {
	margin-top: 25px;
	font-weight: bold;
}

.pop-right p span {
	font-size: 14px;
	color: #a63501;
}

.hotline-red {
	width: 666px;
	height: 44px;
	line-height: 44px;
	background: transparent url(../images/hotline_bg.png) no-repeat center top;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	font-size: 20px;
	letter-spacing: 2px;
}

.hover {
	display: block;
	height: 164px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.hover:hover {
	overflow: visible;
	z-index: 99999;
}

.hover .ex {
	position: absolute;
	top: 170px;
	width: 200px;
	line-height: 16px;
	font-size: 12px;
	background: #fff;
	border-radius: 4px;
	text-align: left;
	padding: 10px;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
	z-index: 99999;
}

#badge_g .hover .ex {
	-moz-box-shadow: 0px 0px 3px #a6812e;
	-webkit-box-shadow: 0px 0px 3px #a6812e;
	box-shadow: 0px 0px 3px #a6812e;
}

#badge_d .hover .ex {
	-moz-box-shadow: 0px 0px 3px #6987ab;
	-webkit-box-shadow: 0px 0px 3px #6987ab;
	box-shadow: 0px 0px 3px #6987ab;
}

.hover img {
	position: relative;
	z-index: 0;
}

#thediv h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 12px;
}

#thediv table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#thediv td {
	padding: 8px;
	font-size: 14px;
	color: #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#thediv td.title_td {
	background: #a63501;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#thediv td.first_td {
	background: #fcf4e4;
	color: #57270f;
	font-weight: bold;
	text-align: center;
}

#thediv .even td.first_td {
	background: #f5e6c7;
}

#thediv .even {
	background: #f6f6f6;
}

.badge_s {
    background: #f3f4f5;
	text-align: center;
}

.badge_g {
    background: #fcf4e4;
	text-align: center;
}

.badge_d {
    background: #e6f3ff;
	text-align: center;
}

#thediv .badge_img p {
    color: #333;
    font-size: 16px;
	font-weight: bold;
}

#thediv .badge_img span {
    height: 155px;
	display: block;
}

#thediv .badge_s .badge_img img,
#thediv .badge_g .badge_img img {
    margin-top: 15px;
}