/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
    {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body {
    -webkit-text-size-adjust: none;
    font-family: 'PingFang SC', "Microsoft Yahei UI", "Microsoft Yahei", 微软雅黑, "Segoe UI", Tahoma, 宋体b8b体, SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 14px;
    line-height: normal;
}

body,
button,
input,
select,
textarea

/* for ie */
    {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}

/* 设置placeholder的默认样式 */
:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}

.clearfix {
    clear: both;
}

.w1000 {
    width: 1000px;
    margin: auto;
}

.w100p {
    width: 100%;
}

.black {
    color: black;
}

.mt50 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.fml8 {
    margin-left: -8px;
}

.mt8 {
    margin-top: 8px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.pl12 {
    padding-left: 12px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml100 {
    margin-left: 100px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.tac {
    text-align: center;
}

.top-bg {
    background: url(../image/jbt-bg.jpg) top no-repeat #fff;
    background-size: cover;
    height: 764px;
    overflow: hidden;
}

.bg-bottom {
    background: url(../image/bg-bottom.png) top no-repeat;
    background-size: cover;
    width: 100%;
    height: 54px;
    position: relative;
    top: -54px;
}

.top-box {
    top: 430px;
    /* width: 1000px; */
	width: 480px;
    margin: auto;
    position: relative;

}

.top-box-div {
    width: 480px;
    height: 300px;
    border-radius: 20px;
}

.top-box-div h1 {
    padding-top: 20px;
    padding-left: 50px;
    font-size: 30px;
    color: #9a8064;
}

.top-box-div h1 b {
    color: #462b0e;
}

.top-box-div .serve-left {
    float: left;
    margin-top: 20px;
    margin-left: 50px;
}

.top-box-div .serve-right {
    float: right;
    margin-top: 20px;
    margin-right: 50px;
}

.top-box-div ul {
    margin-top: 20px;
}

.top-box-div .serve-left ul li,
.top-box-div .serve-right ul li {
    color: #462b0e;
    font-size: 18px;
    margin-left: 8px;
    margin-top: 4px;
    font-weight: bold;
}

.top-box-div .titles1 {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #b68755;
    font-size: 18px;
    color: #ffffff;
}

.top-box-div .titles2 {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #ddb565;
    font-size: 18px;
    color: #ffffff;
}

.top-box-div .title span {
    font-size: 24px;
}

.life {
    background: url(../image/life.png) top no-repeat;
    background-size: cover;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.ershou {
    background: url(../image/ershou.png) top no-repeat;
    background-size: cover;
    overflow: hidden;
    float: left;
}

.top-title {
    top: 140px;
    width: 100%;
    position: absolute;
    text-align: center;
}

.title {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
}

.title-f {
    margin-top: 10px;
    font-size: 26px;
    text-align: center;
    color: #999999;
    margin-bottom: 40px;
}

.why-choose-ul {
    display: block;
    height: 350px;
}

.why-choose-ul li {
    float: left;
    text-align: center;
    width: 235px;
    height: 330px;
    background-color: #f4f4f4;
    color: #9f9f9f;
}

.member-bg {
    background: url(../image/member-bg.jpg) top no-repeat #fff;
    background-size: cover;
    height: 541px;
    overflow: hidden;
}

.member-box-ul {
    display: block;
    height: 300px;
}

.member-box-ul li {
    float: left;
    text-align: center;
    width: 184px;
    height: 300px;
    background-color: #ffffff;
    color: #9f9f9f;
}

.exalted-vip-div {
    height: 300px;
}

.exalted-vip-ul {
    display: block;
    height: 230px;
    float: left;
}

.exalted-vip-ul li {
    text-align: center;
    background: url(../image/vip-bg.png) top no-repeat;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #63430f;
    margin-bottom: 30px;
}

.added-services {
    background-color: #f4f4f4;
    height: 584px;
}

.added-services-ul {
    display: block;
    height: 300px;
}

.added-services-ul li {
    float: left;
    text-align: center;
    width: 235px;
    height: 300px;
    color: #9f9f9f;
}

.footer {
    background-color: #0b1531;
    height: 350px;
    color: #60709b;
}

.footer-title {
    font-size: 32px;
    padding-top: 50px;
}

.footer-ul {}

.footer-ul li {
    float: left;
}

.icon-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #21305b;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
}

.icon-img img {
    vertical-align: middle;
}

.fl {
    float: left;
}

.footer-ewm {
    position: relative;
    top: -20px;

}

.right-fixed {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 200px;
    text-align: center;

}

.right-fixed-box {
    width: 80px;
    height: 80px;
    background-color: #ff8408;
    margin-top: -4px;
    color: #ffffff;
    margin-left: 10px;
}

.right-fixed-box a {
    color: #ffffff;
}

.right-fixed-box img {
    vertical-align: middle;
}

.right-fixed-box:hover {
    background-color: #ff8408;
}

.right-fixed-box-wx {
    position: relative;
}

.right-fixed-box-wx:hover>.wx-box {
    display: block;
}

.wx-box {
    display: none;
    position: absolute;
    top: 2px;
    right: 84px;
    background: url(../image/kf-modal.png) top no-repeat;
    width: 185px;
    height: 225px;

}

.wx-box-img {
    margin-left: 12px;
    margin-top: 12px;
    width: 150px;
}

/*.qq-bor {*/
    /*border-radius: 0 0 50% 50%;*/
/*}*/