@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a {
  text-decoration: none;
  color: #323232;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@tranall : {
  transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
@flexcenter : {
  display: flex;
  justify-content: center;
  align-items: center;
}
@wenzi : {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@juzhong : {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@a : {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  background: #0067a0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 30px;
}
/* 通用样式 */
.middle {
  width: 70%;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
/*开始*/
/*bnanner开始*/
/*banner*/
/* 本例子css */
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: yellow;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.slideBox .bd img {
  display: inline-block;
  max-width: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
/*bnanner结束*/
.header_x_s_bj {
  background-color: #785748;
  min-height: 40px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 9999;
}
.header_x_s_bj .wz {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}
.header_x_s_bj .gn img {
  position: absolute;
  right: 30px;
  top: 13px;
}
@media only screen and (max-width: 740px) {
  .header_x_s_bj {
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
  }
  .header_x_s_bj .wz {
    line-height: 20px;
    width: 85%;
  }
  .header_x_s_bj .gn img {
    position: absolute;
    right: 15px;
    top: 13px;
  }
}
#tel {
  display: none;
}
@media only screen and (max-width: 768px) {
  #pc {
    display: none;
  }
  #tel {
    display: block;
  }
}
/*电脑端开始*/
/* 头部导航 */
.header_bj {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  background: #6f5042;
}
.header_bj .iidd_ds {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.header_bj .logo {
  width: 10%;
}
.header_bj .logo .xh {
  margin-top: 10px;
  margin-left: 5px;
}
.header_bj .nav {
  width: 25%;
  height: 100%;
}
.header_bj .nav .llbc > li {
  float: left;
}
.header_bj .nav .llbc > li > a {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 70px;
  line-height: 70px;
  width: 80px;
  text-align: center;
}
.header_bj .nav .llbc > li > a:hover {
  background: #b4998a;
}
.header_bj .nav .llbc > li > a .fa_b {
  width: 17px;
  height: 13px;
  background: url(../images/ico_sks.png) top center no-repeat;
  display: inline-block;
  margin-right: 14px;
}
.header_bj .nav .llbc > li > a .fa_h {
  width: 17px;
  height: 13px;
  background: url(../images/ico_sks1.png) top center no-repeat;
  display: inline-block;
  margin-right: 14px;
}
.header_bj .nav .llbc > li:nth-of-type(1) > a {
  width: 150px;
}
.header_bj .zz {
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  width: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
}
.header_bj .tld {
  width: 15%;
  line-height: 70px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.header_bj .tld .tt01 {
  width: 18px;
  height: 18px;
  background: url(../images/t01.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .tt02 {
  width: 18px;
  height: 18px;
  background: url(../images/t02.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .tt03 {
  width: 18px;
  height: 18px;
  background: url(../images/t03.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .tt04 {
  width: 18px;
  height: 18px;
  background: url(../images/t04.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .th01 {
  width: 18px;
  height: 18px;
  background: url(../images/th01.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .th02 {
  width: 18px;
  height: 18px;
  background: url(../images/th02.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .th03 {
  width: 18px;
  height: 18px;
  background: url(../images/th03.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bj .tld .th04 {
  width: 18px;
  height: 18px;
  background: url(../images/th04.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh {
  background: #fff;
}
.header_bjh .page_lx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.header_bjh .page_lx .zz {
  width: 33%;
}
.header_bjh .page_lx .zz .nnir {
  padding-top: 100px;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
}
.header_bjh .page_lx .yy {
  width: 65%;
  border: solid 1px #ccc;
}
.header_bjh .nav .llbc > li > a {
  color: #000;
}
.header_bjh .zz {
  color: #000;
}
.header_bjh .tld {
  width: 15%;
  line-height: 70px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.header_bjh .tld .tt01 {
  width: 18px;
  height: 18px;
  background: url(../images/t01.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .tt02 {
  width: 18px;
  height: 18px;
  background: url(../images/t02.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .tt03 {
  width: 18px;
  height: 18px;
  background: url(../images/t03.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .tt04 {
  width: 18px;
  height: 18px;
  background: url(../images/t04.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .th01 {
  width: 18px;
  height: 18px;
  background: url(../images/th01.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .th02 {
  width: 18px;
  height: 18px;
  background: url(../images/th02.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .th03 {
  width: 18px;
  height: 18px;
  background: url(../images/th03.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
.header_bjh .tld .th04 {
  width: 18px;
  height: 18px;
  background: url(../images/th04.png) top center no-repeat;
  display: inline-block;
  cursor: default;
}
@media only screen and (max-width: 1600px) {
  .header_bj .nav {
    width: 40%;
  }
  .header_bj .zz {
    width: 40%;
  }
  .header_bj .tld {
    width: 20%;
  }
}
@media only screen and (max-width: 1100px) {
  .header_bj .nav {
    width: 50%;
  }
  .header_bj .zz {
    width: 30%;
  }
  .header_bj .tld {
    width: 20%;
  }
}
/*首页菜单下拉*/
#index_da {
  display: none;
  min-height: 535px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9999;
  width: 600px;
  background: #ffffff;
  min-height: 880px;
}
#index_da .in_ad_gn {
  height: 70px;
  text-align: right;
}
#index_da .in_ad_gn a {
  color: #545454;
}
#index_da .in_ad_gn a img {
  margin-right: 10px;
}
#index_da .xl_lxs_c > li {
  color: #000000;
  font-size: 20px;
}
#index_da .xl_lxs_c > li > a {
  color: #000000;
  display: block;
  height: 60px;
  line-height: 60px;
}
#index_da .xl_lxs_c > li > a:hover {
  color: #765748;
}
#index_da .xl_lxs_c > li .x_llba li a {
  display: block;
  font-size: 16px;
  color: #010101;
  height: 40px;
  line-height: 40px;
  border-left: solid 1px #d8d8d8;
  text-indent: 17px;
}
#index_da .xl_lxs_c > li .x_llba li a:hover {
  color: #765748;
}
/* 服务下拉导航 */
#index_d {
  display: none;
  min-height: 400px;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 100%;
  background: #fff;
}
#index_d .x_zz {
  width: 1040px;
}
#index_d .x_zz .lb_cd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
#index_d .x_zz .lb_cd li {
  width: 193px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#index_d .x_zz .lb_cd li span {
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  width: 100%;
  color: #fff;
}
#index_d .x_zz .lb_cd li:hover span {
  color: #e6c6b7;
}
#index_d .x_yy {
  width: 150px;
  min-height: 400px;
  border-left: solid 1px #e8e8e8;
}
#index_d .x_yy .d_ad_ds {
  text-align: center;
}
#index_d .x_yy .d_ad_ds li {
  margin-bottom: 20px;
}
#index_d .x_yy .d_ad_ds li a {
  color: #010101;
  font-size: 14px;
}
#index_d .x_yy .d_ad_ds li a:hover {
  color: #765849;
}
/*电脑端结束*/
/*手机端导航开始*/
@media only screen and (max-width: 740px) {
  .middle {
    width: 96%;
  }
}
/*bnanner开始*/
/*banner*/
/* 本例子css */
.slideBox1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 40%;
  bottom: 5px;
  z-index: 1;
}
.slideBox1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox1 .hd ul li {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 3px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox1 .hd ul li.on {
  background: #0052d9;
  color: #fff;
}
.slideBox1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.slideBox .bd img {
  display: inline-block;
  max-width: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox1 .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox1 .prev:hover,
.slideBox1 .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox1 .prevStop {
  display: none;
}
.slideBox1 .nextStop {
  display: none;
}
/*bnanner结束*/
.sj_header_a {
  background-color: #fff;
}
.sj_header_a .logoa {
  width: 70%;
}
.sj_header_a .logoa .tt01 {
  font-size: 25px;
  font-weight: bold;
  color: #010101;
  line-height: 50px;
}
.sj_header_a .nav_ico {
  width: 30%;
}
img {
  max-width: 100%;
  display: inline-block;
}
#index_hdnri_a {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  height: 15000px;
  z-index: 9999;
  display: none;
}
#index_hdnri_a .aad_cd {
  margin-top: 20px;
  padding-right: 20px;
}
#index_hdnri_a .aad_cd a {
  color: #444;
  font-size: 28px;
}
#index_hdnri_a .sj_ajmmr > li {
  border-bottom: #c9c9c9 1px solid;
  padding-bottom: 10px;
}
#index_hdnri_a .sj_ajmmr > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #010101;
  font-size: 20px;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s {
  display: none;
  color: #010101;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s a {
  color: #010101;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s .inad_kkds {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s .inad_kkds > li {
  width: 49%;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s .inad_kkds > li .tp {
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s .inad_kkds > li .tt {
  text-align: center;
  color: #010101;
}
#index_hdnri_a .sj_ajmmr > li .sj_xddh_s .inad_kkds > li .tt a {
  display: block;
  height: 40px;
  line-height: 40px;
}
/*手机端导航结束*/
.index_title {
  text-align: center;
}
.index_title .xd {
  color: #ab947d;
  font-size: 45px;
  border: solid 2px #ab947d;
  display: inline-block;
  padding: 10px 20px;
}

.index_title .xd a{
      color: #ab947d;
}

.index_title .xd:hover{
      border: solid 2px #40220f;
}
.index_title .xd:hover a{
    color: #40220f;
}

.index_title .s_jl {
  height: 60px;
}
.index_title .x_jl {
  height: 40px;
}
.index_title .zy {
  color: #666666;
  font-size: 20px;
  line-height: 24px;
  width: 60%;
  margin: 0 auto;
  line-height: 34px;
}
@media only screen and (max-width: 740px) {
  .index_title .xd {
    font-size: 25px;
    padding: 10px 20px;
  }
  .index_title .s_jl {
    height: 30px;
  }
  .index_title .x_jl {
    height: 20px;
  }
  .index_title .zy {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    width: 95%;
    margin: 0 auto;
    line-height: 34px;
  }
}
.index_wxfw_bj {
  overflow: hidden;
}
.index_wxm_wx_bj {
  overflow: hidden;
}
.index_wxm_wx_bj .show_cp_ysl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.index_wxm_wx_bj .show_cp_ysl > li {
  width: 27%;
  min-height: 20px;
}
.index_wxm_wx_bj .show_cp_ysl > li .juzhongd {
  width: 90%;
}
.index_wxm_wx_bj .show_cp_ysl > li .juzhongd .tp {
  text-align: center;
  margin-bottom: 20px;
}
.index_wxm_wx_bj .show_cp_ysl > li .juzhongd .ttwz {
  text-align: center;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.index_wxm_wx_bj .show_cp_ysl > li .juzhongd .ttzy {
  text-align: center;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .index_wxm_wx_bj .show_cp_ysl > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_wxm_wx_bj .show_cp_ysl > li .juzhongd {
    width: 100%;
    text-align: center;
  }
}
.ljsu_ad {
  text-align: center;
  padding-bottom: 20px;
}
/*服务开始*/
.index_fw_bj {
  padding-bottom: 50px;
}
.index_fw_bj .xllbn li {
  border-top: solid 1px #d4d4d4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index_fw_bj .xllbn li:hover .tt01 a {
  color: #755748;
}
.index_fw_bj .xllbn li:hover .tt01 a span {
  background: url(../images/jiahao1.png) top center no-repeat;
}
.index_fw_bj .xllbn li .tt01 a {
  color: #000000;
  font-size: 20px;
}
.index_fw_bj .xllbn li .tt01 a span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/jiahao.png) top center no-repeat;
}
.index_fw_bj .xllbn li .zx {
  color: #000000;
  font-size: 16px;
  line-height: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.index_fw_bj .xllbn li .cj {
  padding-top: 10px;
  padding-bottom: 10px;
}
.index_fw_bj .xllbn li .cj a {
  border: solid 1px #0d0d0d;
  padding: 10px 20px;
}
.index_fw_bj .xllbn li .cj a img {
  margin-left: 10px;
}
.index_fw_bj .xllbn li .cj a:hover {
  background-color: #cccccc;
}
.index_fw_bj .xllbn li .dzy {
  display: none;
}
.index_fw_bj .xllbn li:last-child {
  border-bottom: solid 1px #d4d4d4;
}
@media only screen and (max-width: 740px) {
  .index_fw_bj .xllbn li .tt01 a span {
    display: none;
  }
}
.index_dt_bj {
  border-bottom: solid 1px #d4d4d4;
  border-top: solid 1px #d4d4d4;
}
.index_fhdwd {
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #d4d4d4;
}
.index_fhdwd .x_jd {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 16px;
}
.index_fhdwd .x_jd img {
  padding-bottom: 10px;
}
/*服務網點*/
.index_fw_wd_bj {
  background-color: #f2f2f2;
}
.index_fw_wd_bj .fwd_bj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  min-height: 100px;
}
.index_fw_wd_bj .fwd_bj .zz {
  width: 60%;
  color: #9f8a74;
}
.index_fw_wd_bj .fwd_bj .zz img {
  vertical-align: middle;
  margin-right: 8px;
}
.index_fw_wd_bj .fwd_bj .yy {
  width: 15%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  min-height: 100px;
  color: #9f8a74;
}
.index_fw_wd_bj .fwd_bj .yy img {
  vertical-align: middle;
  margin-right: 8px;
}
@media only screen and (max-width: 1600px) {
  .index_fw_wd_bj .fwd_bj .zz {
    width: 60%;
  }
  .index_fw_wd_bj .fwd_bj .yy {
    width: 30%;
  }
}
@media only screen and (max-width: 740px) {
  .index_fw_wd_bj {
    display: none;
  }
}
.index_db_bjd_ad {
  min-height: 290px;
  background-color: #f2f2f2;
}
.index_db_bjd_ad .xx_ad_bj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  min-height: 290px;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad {
  color: #9f8a74;
  font-size: 16px;
  font-weight: bold;
  min-height: 276px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad li {
  margin-bottom: 30px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad li a {
  color: #9f8a74;
  font-size: 16px;
  font-weight: bold;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad li a:hover {
  color: #ab947d;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad01 {
  color: #9f8a74;
  font-size: 16px;
  min-height: 276px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad01 .fwhjk {
  color: #9f8a74;
  font-size: 16px;
  font-weight: bold;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad01 li {
  margin-bottom: 30px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad01 li a {
  color: #9f8a74;
  font-size: 16px;
}
.index_db_bjd_ad .xx_ad_bj .xx_ad01 li a:hover {
  color: #ab947d;
}
@media only screen and (max-width: 740px) {
  .index_db_bjd_ad {
    display: none;
  }
}
.index_fooyer_bj {
  color: #9f8a74;
  font-size: 14px;
  min-height: 70px;
  background-color: #f2f2f2;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .footer_ld {
    display: none;
  }
}
.footer_ld {
  width: 85px;
  min-height: 275px;
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 9999;
}
.footer_ld .x_llb {
  text-align: center;
}
.piafu_sj {
  background: #785748;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  display: none;
}
.piafu_sj a {
  color: #fff;
  display: inline-block;
  width: 32%;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 740px) {
  .piafu_sj {
    display: block;
  }
}
/*联系我们页面开始*/
.page_gd {
  height: 120px;
}
@media only screen and (max-width: 740px) {
  .page_gd {
    display: none;
  }
  .sjgagd {
    height: 60px;
  }
}
.page_lx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.page_lx .zz {
  width: 33%;
}
.page_lx .zz .nnir {
  padding-top: 100px;
  color: #595959;
  font-size: 16px;
  line-height: 34px;
}
.page_lx .yy {
  width: 65%;
}
@media only screen and (max-width: 740px) {
  .page_lx .zz {
    width: 100%;
    padding-bottom: 50px;
  }
  .page_lx .zz .nnir {
    padding-top: 100px;
    color: #595959;
    font-size: 16px;
  }
  .page_lx .yy {
    width: 100%;
  }
}
/*联系我们页面结束*/
/*常见问题*/
.list_title {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .list_title {
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.list_wxcj_bn {
  color: #ab947d;
  font-size: 20px;
  padding-bottom: 20px;
}
.list_qtcd {
  padding-top: 80px;
}
@media only screen and (max-width: 740px) {
  .list_qtcd {
    padding-top: 40px;
  }
}
.list_xllbn li {
  border-top: solid 1px #d4d4d4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.list_xllbn li:hover .tt01 a {
  color: #755748;
}
.list_xllbn li:hover .tt01 a span {
  background: url(../images/jiahao1.png) top center no-repeat;
}
.list_xllbn li .tt01 a {
  color: #000000;
  font-size: 20px;
}
.list_xllbn li .tt01 a span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/jiahao.png) top center no-repeat;
}
.list_xllbn li .zx {
  color: #666666;
  font-size: 16px;
  line-height: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list_xllbn li .cj {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list_xllbn li .cj a {
  border: solid 1px #0d0d0d;
  padding: 10px 20px;
}
.list_xllbn li .cj a img {
  margin-left: 10px;
}
.list_xllbn li .cj a:hover {
  background-color: #cccccc;
}
.list_xllbn li .dzy {
  display: none;
}
.list_xllbn li:last-child {
  border-bottom: solid 1px #d4d4d4;
}
@media only screen and (max-width: 740px) {
  .list_xllbn li .tt01 a span {
    display: none;
  }
}
/*常见问题结束*/
/*服务中心开始*/
.list_fwzxd {
  color: #000000;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 34px;
}
.list_fw_xx_ad {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .list_fwzxd {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .list_fw_xx_ad {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.middle60 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .middle60 {
    width: 96%;
    margin: 0 auto;
  }
}
.middle80 {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .middle80 {
    width: 96%;
    margin: 0 auto;
  }
}
.list_xxx_llb > li {
  padding-bottom: 80px;
}
.list_xxx_llb > li .zz {
  width: 38%;
  float: left;
}
.list_xxx_llb > li .yy {
  width: 45%;
  padding-top: 60px;
  float: right;
}
.list_xxx_llb > li .yy .tt01 {
  color: #ab947d;
  font-size: 40px;
  padding-bottom: 40px;
}
.list_xxx_llb > li .yy .tt02 {
  color: #000000;
  font-size: 18px;
  line-height: 44px;
}
.list_xxx_llb > li:nth-of-type(1) .zz {
  float: right;
}
.list_xxx_llb > li:nth-of-type(1) .yy {
  float: left;
}
.list_xxx_llb > li:nth-of-type(3) .zz {
  float: right;
}
.list_xxx_llb > li:nth-of-type(3) .yy {
  float: left;
}
@media only screen and (max-width: 740px) {
  .list_xxx_llb > li {
    padding-bottom: 40px;
  }
  .list_xxx_llb > li .zz {
    width: 100%;
    float: left;
  }
  .list_xxx_llb > li .yy {
    width: 100%;
    padding-top: 20px;
    float: right;
  }
  .list_xxx_llb > li .yy .tt01 {
    color: #ab947d;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .list_xxx_llb > li .yy .tt02 {
    color: #000000;
    font-size: 18px;
    line-height: 44px;
  }
  .list_xxx_llb > li:nth-of-type(1) .zz {
    float: right;
  }
  .list_xxx_llb > li:nth-of-type(1) .yy {
    float: left;
  }
  .list_xxx_llb > li:nth-of-type(3) .zz {
    float: right;
  }
  .list_xxx_llb > li:nth-of-type(3) .yy {
    float: left;
  }
}
/*服务中心结束*/
/*维修服务开始*/
.lis_wxfw_bj li {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #a4897a;
}
.lis_wxfw_bj li .zz {
  width: 30%;
  float: left;
}
.lis_wxfw_bj li .yy {
  width: 68%;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.lis_wxfw_bj li .yy > div {
  height: 210px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lis_wxfw_bj li .yy .tt01 {
  color: #000000;
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.lis_wxfw_bj li .yy .tt02 {
  color: #666666;
  font-size: 20px;
  line-height: 34px;
}
.lis_wxfw_bj li .yy .ggd_cd a {
  width: 122px;
  height: 37px;
  border: solid 1px #c0b0a7;
  color: #c0b0a7;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-top: 20px;
}
.lis_wxfw_bj li .yy .ggd_cd a:hover {
  background-color: #c0b0a7;
  color: #fff;
}
.lis_wxfw_bj li:nth-of-type(2n) .zz {
  float: right;
}
.lis_wxfw_bj li:nth-of-type(2n) .yy {
  float: left;
}
@media only screen and (max-width: 740px) {
  .lis_wxfw_bj li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #a4897a;
  }
  .lis_wxfw_bj li .zz {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    text-align: center;
  }
  .lis_wxfw_bj li .yy {
    width: 100%;
    float: right;
    min-height: 220px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .lis_wxfw_bj li .yy > div {
    height: 100%;
  }
  .lis_wxfw_bj li .yy .tt01 {
    color: #000000;
    font-size: 25px;
    padding-bottom: 10px;
  }
  .lis_wxfw_bj li .yy .tt02 {
    color: #666666;
    font-size: 16px;
    line-height: 34px;
  }
  .lis_wxfw_bj li .yy .ggd_cd {
    display: none;
  }
  .lis_wxfw_bj li:nth-of-type(2n) .zz {
    float: right;
  }
  .lis_wxfw_bj li:nth-of-type(2n) .yy {
    float: left;
  }
}
/*维修服务结束*/
/*检测服务*/
.list_jcfw_bj .list_xxx_llb1 {
  padding-top: 60px;
}
.list_jcfw_bj .list_xxx_llb1 > li {
  padding-bottom: 80px;
}
.list_jcfw_bj .list_xxx_llb1 > li .zz {
  width: 38%;
  float: left;
}
.list_jcfw_bj .list_xxx_llb1 > li .yy {
  width: 45%;
  padding-top: 60px;
  float: right;
}
.list_jcfw_bj .list_xxx_llb1 > li .yy .tt01 {
  color: #ab947d;
  font-size: 40px;
  padding-bottom: 40px;
}
.list_jcfw_bj .list_xxx_llb1 > li .yy .tt02 {
  color: #000000;
  font-size: 18px;
  line-height: 44px;
}
.list_jcfw_bj .list_xxx_llb1 > li .yy .tt02 .zdfdfs {
  font-weight: bold;
}
.list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(3) .zz {
  float: right;
}
.list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(3) .yy {
  float: left;
}
@media only screen and (max-width: 740px) {
  .list_jcfw_bj .list_xxx_llb1 {
    padding-top: 30px;
  }
  .list_jcfw_bj .list_xxx_llb1 > li {
    padding-bottom: 40px;
  }
  .list_jcfw_bj .list_xxx_llb1 > li .zz {
    width: 100%;
    float: left;
  }
  .list_jcfw_bj .list_xxx_llb1 > li .yy {
    width: 100%;
    padding-top: 20px;
    float: right;
  }
  .list_jcfw_bj .list_xxx_llb1 > li .yy .tt01 {
    color: #ab947d;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .list_jcfw_bj .list_xxx_llb1 > li .yy .tt02 {
    color: #000000;
    font-size: 18px;
    line-height: 44px;
  }
  .list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(1) .zz {
    float: right;
  }
  .list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(1) .yy {
    float: left;
  }
  .list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(3) .zz {
    float: right;
  }
  .list_jcfw_bj .list_xxx_llb1 > li:nth-of-type(3) .yy {
    float: left;
  }
}
/*专业知识开始*/
.list_jc_zyzs {
  color: #000000;
  font-size: 40px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .list_jc_zyzs {
    color: #000000;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.list_jc_zyzs_q {
  padding-bottom: 80px;
}
.list_jc_zyzs_q #box li {
  width: 20%;
  height: 634px;
  float: left;
  transition: all .3s;
  background-color: red;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.list_jc_zyzs_q #box li .dingw {
  position: absolute;
  bottom: 30px;
}
.list_jc_zyzs_q #box li .dingw .x_adf {
  width: 95%;
  margin: 0 auto;
}
.list_jc_zyzs_q #box li .dingw .x_adf .tt01 {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 10px;
}
.list_jc_zyzs_q #box li .dingw .x_adf .tt02 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.list_jc_zyzs_q #box li .cgjcs_s {
  color: #ffffff;
  font-size: 20px;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_jc_zyzs_q #box li .cgjcs_s .jcfwx {
  width: 10%;
  font-size: 24px;
}
.list_jc_zyzs_q #box li:nth-of-type(1) {
  background: url(../images/jxfwad01.png) center no-repeat;
}
.list_jc_zyzs_q #box li:nth-of-type(1) .jcfwx {
  display: none;
}
.list_jc_zyzs_q #box li:nth-of-type(2) {
  background-color: yellow;
  background: url(../images/jxfwad02.png) center no-repeat;
}
.list_jc_zyzs_q #box li:nth-of-type(3) {
  background-color: #ccc;
  background: url(../images/jxfwad03.png) center no-repeat;
}
.list_jc_zyzs_q #box li:nth-of-type(4) {
  background-color: blue;
  background: url(../images/jxfwad04.png) center no-repeat;
}
.list_jc_zyzs_q #box li:nth-of-type(5) {
  background-color: green;
  margin-right: 0px;
  background: url(../images/jxfwad05.png) center no-repeat;
}
@media only screen and (max-width: 740px) {
  .list_jc_zyzs_q {
    padding-bottom: 20px;
  }
  .list_jc_zyzs_q #box li {
    width: 100%;
    height: 100px;
    background-size: cover;
    margin-bottom: 20px;
  }
  .list_jc_zyzs_q #box li .cgjcs_s {
    display: none;
  }
  .list_jc_zyzs_q #box li .dingw .x_adf {
    width: 100%;
  }
  .list_jc_zyzs_q #box li .dingw .x_adf .tt01 {
    margin-left: 10px;
  }
  .list_jc_zyzs_q #box li .dingw .x_adf .tt02 {
    display: none;
    width: 95%;
    margin: 0 auto;
  }
}
/*专业知识结束*/
/*三个开始*/
.index_s_g_bj {
  background-color: #977f71;
  margin-top: 80px;
}
.index_s_g_bj .lbb_ad {
  padding-top: 35px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.index_s_g_bj .lbb_ad > li a {
  color: #fff;
  border-bottom: solid 1px #a4897a;
  padding-bottom: 10px;
}
.index_s_g_bj .lbb_ad > li a:hover {
  color: #3f332c;
  border-bottom: solid 1px #3f332c;
}
.index_s_g_bj .lbb_ad > li:nth-of-type(2) {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 740px) {
  .index_s_g_bj .lbb_ad {
    padding-bottom: 35px;
  }
}
#cpnavlp > div {
  display: none;
  min-height: 200px;
}
#idaa a {
  color: #3f332c;
  border-bottom: solid 1px #3f332c;
}
/* 本例子css */
.slider {
  width: 100%;
  min-width: 980px;
  height: 795px;
  position: relative;
  overflow: hidden;
}
.slider .bd {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
.slider .bd li {
  width: 980px;
  overflow: hidden;
}
.slider .bd li img {
  max-width: 100%;
}
.slider .tempWrap {
  overflow: visible !important;
}
.slider .tempWrap ul {
  margin-left: -980px !important;
  /*强制位置*/
}
.slider .hd {
  position: absolute;
  width: 100%;
  left: 30%;
  z-index: 1;
  height: 8px;
  bottom: 120px;
  text-align: center;
}
.slider .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100px;
  height: 100px;
  line-height: 99px;
  overflow: hidden;
  background: red;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
}
.slider .hd li.on {
  display: block;
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 795px;
  cursor: pointer;
}
.slider .prev {
  left: -50%;
  margin-left: -490px;
}
.slider .next {
  left: 50%;
  margin-left: 490px;
}
.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/ico_aad_cd01.png) top center repeat-x;
  height: 795px;
}

.slider .pnBtn .blackBg1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/ico_aad_cd02.jpg) top center repeat-x;
  height: 795px;
}

.slider .pnBtn .arrow {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slider .prev .arrow {
  bottom: 42px;
  right: -65px;
}
.slider .next .arrow {
  bottom: 42px;
  left: -900px;
}
@media only screen and (max-width: 740px) {
  /* 本例子css */
  .slider {
    width: 100%;
    min-width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  .slider .bd {
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
  }
  .slider .bd li {
    width: 980px;
    overflow: hidden;
  }
  .slider .bd li img {
    max-width: 100%;
  }
  .slider .tempWrap {
    overflow: visible !important;
  }
  .slider .tempWrap ul {
    margin-left: -980px !important;
    /*强制位置*/
  }
  .slider .hd {
    position: absolute;
    width: 100%;
    left: 30%;
    z-index: 1;
    height: 8px;
    bottom: 120px;
    text-align: center;
  }
  .slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 100px;
    line-height: 99px;
    overflow: hidden;
    background: red;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
  }
  .slider .hd li.on {
    display: block;
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 795px;
    cursor: pointer;
  }
  .slider .prev {
    left: -50%;
    margin-left: -490px;
  }
  .slider .next {
    left: 50%;
    margin-left: 490px;
  }
  .slider .pnBtn .blackBg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/ico_aad_cd01.png) top center repeat-x;
    height: 795px;
  }
  .slider .pnBtn .arrow {
    width: 60px;
    height: 60px;
  }
  .slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  .slider .prev .arrow {
    bottom: 405px;
    right: -390px;
  }
  .slider .prev .arrow img {
    width: 50%;
  }
  .slider .next .arrow {
    bottom: 405px;
    left: -360px;
  }
  .slider .next .arrow img {
    width: 50%;
  }
}
#index_ad_swe .tp {
  text-align: center;
}
#index_ad_swe .tt01 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
#index_ad_swe .tt02 {
  padding-top: 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  width: 30%;
}
#index_ad_swe .tt02 .x01 {
  width: 51px;
  height: 49px;
  background: url(../images/xx_ico_d.png) top center no-repeat;
  text-align: center;
  line-height: 49px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  #index_ad_swe .tp {
    text-align: center;
  }
  #index_ad_swe .tp img {
    width: 30%;
  }
  #index_ad_swe .tt01 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #index_ad_swe .tt02 {
    padding-top: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  #index_ad_swe .tt02 .x01 {
    width: 51px;
    height: 49px;
    background: url(../images/xx_ico_d.png) top center no-repeat;
    text-align: center;
    line-height: 49px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  #index_ad_swe .tt02 .x02 {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
/*三个结束*/
/*定制服务页面开始*/
.list_s_z {
  padding-top: 40px;
}
.list_s_z .tt {
  width: 100%;
  height: 100%;
  position: relative;
}
.list_s_z .tt .tcd {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_s_z .tt .tcd .xxnr {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  width: 90%;
}
.list_s_z .list_wwz_cd {
  color: #a4897a;
  font-size: 35px;
  padding-top: 20px;
}
.list_s_z .list_wwz_cd .xzz {
  width: 70%;
}
.list_s_z .list_wwz_cd .xyy {
  width: 29%;
}
@media only screen and (max-width: 1400px) {
  .list_s_z .tt {
    height: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .list_s_z {
    padding-top: 20px;
  }
  .list_s_z .tt {
    height: 100%;
  }
  .list_s_z .tt .tcd {
    width: 70%;
  }
  .list_s_z .tt .tcd .xxnr {
    font-size: 12px;
    line-height: 24px;
  }
  .list_s_z .list_wwz_cd {
    padding-top: 10px;
    font-size: 24px;
  }
}
/*定制服务页面结束*/
/*表扣开始*/
.list_biaok {
  padding-top: 40px;
}
.list_biaok .zz {
  width: 22%;
}
.list_biaok .zz .x01 {
  color: #a4897a;
  font-size: 35px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.list_biaok .zz .x02 {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.list_biaok .yy {
  width: 75%;
}
.list_biaok .yy .yy_gdks {
  height: 440px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list_biaok .yy .yy_gdks .next {
  position: absolute;
  left: 5px;
  top: 205px;
  z-index: 1;
  cursor: pointer;
}
.list_biaok .yy .yy_gdks .prev {
  position: absolute;
  right: 5px;
  top: 205px;
  z-index: 1;
  cursor: pointer;
}
.list_biaok .yy .yy_gdks .picList > li {
  width: 33%;
  margin-right: 5px;
}
@media only screen and (max-width: 740px) {
  .list_biaok {
    padding-top: 20px;
  }
  .list_biaok .zz {
    width: 100%;
    padding-bottom: 20px;
  }
  .list_biaok .zz .x01 {
    color: #a4897a;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .list_biaok .zz .x02 {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
  }
  .list_biaok .yy {
    width: 100%;
  }
  .list_biaok .yy .yy_gdks {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .list_biaok .yy .yy_gdks .next {
    position: absolute;
    left: 2px;
    top: 150px;
    z-index: 999;
    cursor: pointer;
  }
  .list_biaok .yy .yy_gdks .prev {
    position: absolute;
    right: 2px;
    top: 150px;
    z-index: 999;
    cursor: pointer;
  }
  .list_biaok .yy .yy_gdks .picList > li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
/*表扣结束*/
/*瞭解我們各種錶帶开始*/
.list_dzfw_bj {
  padding-top: 40px;
  padding-bottom: 40px;
}
.list_dzfw_bj .tt01 {
  color: #000000;
  font-size: 35px;
  padding-bottom: 40px;
}
.list_dzfw_bj .list_ljwm_bj {
  overflow: hidden;
}
.list_dzfw_bj .list_ljwm_bj .picList > li {
  width: 23%;
  margin-right: 30px;
}
.list_dzfw_bj .list_ljwm_bj .picList > li .ttt01 {
  text-align: center;
  padding-bottom: 20px;
}
.list_dzfw_bj .list_ljwm_bj .picList > li .ttt02 {
  color: #a4897a;
  font-size: 30px;
  text-align: center;
}
.list_dzfw_bj .list_ljwm_bj .xx_sd_cd li {
  width: 50px;
  height: 1px;
  background-color: #8a8a8a;
  float: left;
  width: 15%;
}
.list_dzfw_bj .list_ljwm_bj .xx_sd_cd .on {
  background-color: #000;
  height: 2px;
}
.list_dzfw_bj .list_ljwm_bj .next {
  margin-left: 5px;
  cursor: pointer;
}
.list_dzfw_bj .list_ljwm_bj .prev {
  margin-right: 5px;
  cursor: pointer;
}
.list_dzfw_bj .list_ljwm_bj .hx {
  margin-top: 10px;
  height: 1px;
  background-color: #8a8a8a;
}
.list_dzfw_bj .list_ljwm_bj .hd {
  padding-top: 30px;
}
@media only screen and (max-width: 740px) {
  .list_dzfw_bj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list_dzfw_bj .tt01 {
    text-align: center;
    color: #000000;
    font-size: 35px;
    padding-bottom: 20px;
  }
  .list_dzfw_bj .list_ljwm_bj .picList > li {
    width: 100%;
  }
  .list_dzfw_bj .list_ljwm_bj .picList > li .ttt01 {
    text-align: center;
    padding-bottom: 20px;
  }
  .list_dzfw_bj .list_ljwm_bj .picList > li .ttt02 {
    color: #a4897a;
    font-size: 20px;
    text-align: center;
  }
  .list_dzfw_bj .list_ljwm_bj .xx_sd_cd li {
    width: 50px;
    height: 1px;
    background-color: #8a8a8a;
    float: left;
    width: 15%;
  }
  .list_dzfw_bj .list_ljwm_bj .xx_sd_cd .on {
    background-color: #000;
    height: 2px;
  }
  .list_dzfw_bj .list_ljwm_bj .next {
    margin-left: 5px;
    cursor: pointer;
  }
  .list_dzfw_bj .list_ljwm_bj .prev {
    margin-right: 5px;
    cursor: pointer;
  }
  .list_dzfw_bj .list_ljwm_bj .hx {
    margin-top: 10px;
    height: 1px;
    background-color: #8a8a8a;
  }
  .list_dzfw_bj .list_ljwm_bj .hd {
    padding-top: 20px;
  }
}
/*瞭解我們各種錶帶结束*/
/*保养服务开始*/
.list_by_sp_bj {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .list_by_sp_bj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.list_by_bt {
  text-align: center;
  padding-bottom: 40px;
}
.list_by_bt .tt01 {
  color: #000000;
  font-size: 35px;
}
.list_by_bt .tt02 {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}
@media only screen and (max-width: 740px) {
  .list_by_bt {
    text-align: center;
    padding-bottom: 40px;
  }
  .list_by_bt .tt01 {
    color: #000000;
    font-size: 25px;
  }
  .list_by_bt .tt02 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
  }
}
/*步骤1*/
.list_buad_01 {
  padding-bottom: 40px;
  text-align: center;
}
.list_buad_01 .t01 {
  color: #a4897a;
  font-size: 16px;
}
.list_buad_01 .t01 span {
  font-size: 36px;
  margin-left: 5px;
  font-style: italic;
}
.list_buad_01 .t02 {
  color: #a4897a;
}
.list_buad_01 .t03 {
  color: #010101;
  font-size: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list_buad_01 .t04 {
  color: #666666;
  font-size: 16px;
  padding-top: 10px;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .list_buad_01 .t03 {
    font-size: 26px;
  }
  .list_buad_01 .t04 {
    color: #666666;
    font-size: 16px;
    padding-top: 10px;
    line-height: 24px;
  }
}
.list_buad_02 {
  padding-bottom: 40px;
}
.list_buad_02 .t01 {
  color: #a4897a;
  font-size: 16px;
}
.list_buad_02 .t01 span {
  font-size: 36px;
  margin-left: 5px;
  font-style: italic;
}
.list_buad_02 .t02 {
  color: #a4897a;
}
.list_buad_02 .t03 {
  color: #010101;
  font-size: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list_buad_02 .t04 {
  color: #666666;
  font-size: 16px;
  padding-top: 10px;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .list_buad_02 .t01 {
    color: #a4897a;
    font-size: 16px;
  }
  .list_buad_02 .t01 span {
    font-size: 26px;
    margin-left: 5px;
    font-style: italic;
  }
  .list_buad_02 .t03 {
    font-size: 26px;
  }
}
.x_d_nds {
  text-align: center;
}
/*步骤1结束*/
/*步骤2开始*/
.list_bz2_ad {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.list_bz2_ad .zz {
  width: 50%;
}
.list_bz2_ad .yy {
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
/*步骤2结束*/
/*步骤3开始*/
.list_bz03_bj {
  height: 100%;
  padding-top: 40px;
  position: relative;
}
.list_bz03_bj .kuand {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_bz03_bj .kuand .list_buad_03 {
  padding-bottom: 40px;
  width: 80%;
}
.list_bz03_bj .kuand .list_buad_03 .t01 {
  color: #fff;
  font-size: 16px;
}
.list_bz03_bj .kuand .list_buad_03 .t01 span {
  font-size: 36px;
  margin-left: 5px;
  font-style: italic;
}
.list_bz03_bj .kuand .list_buad_03 .t02 {
  color: #fff;
}
.list_bz03_bj .kuand .list_buad_03 .t03 {
  color: #fff;
  font-size: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list_bz03_bj .kuand .list_buad_03 .t04 {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  line-height: 24px;
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .list_bz03_bj {
    padding-top: 0px;
  }
  .list_bz03_bj .kuand {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .list_bz03_bj .kuand .list_buad_03 {
    padding-bottom: 0px;
    width: 90%;
  }
  .list_bz03_bj .kuand .list_buad_03 .t01 {
    color: #fff;
    font-size: 12px;
  }
  .list_bz03_bj .kuand .list_buad_03 .t01 span {
    font-size: 16px;
    margin-left: 5px;
    font-style: italic;
  }
  .list_bz03_bj .kuand .list_buad_03 .t02 {
    color: #fff;
  }
  .list_bz03_bj .kuand .list_buad_03 .t03 {
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .list_bz03_bj .kuand .list_buad_03 .t04 {
    font-size: 12px;
    padding-top: 5px;
    line-height: 22px;
    width: 100%;
  }
}
/*步骤3结束*/
/*步骤4开始*/
.list_bz4_ad {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.list_bz4_ad .zz {
  width: 50%;
  text-align: right;
}
.list_bz4_ad .yy {
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_bz4_ad .listd_bz4404 .t04 {
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .list_bz4_ad {
    padding-top: 0px;
  }
  .list_bz4_ad .zz {
    width: 100%;
  }
  .list_bz4_ad .yy {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .list_bz4_ad .listd_bz4404 .t04 {
    width: 100%;
  }
}
/*步骤4结束*/
/*步骤5开始*/
.list_bz5_ad {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.list_bz5_ad .zz {
  width: 47%;
}
.list_bz5_ad .yy {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_bz5_ad .yy .middleccd {
  width: 50%;
  margin: 0 auto;
}
.list_bz5_ad .listd_bz4404 .t04 {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .list_bz5_ad {
    padding-top: 0px;
  }
  .list_bz5_ad .zz {
    width: 100%;
  }
  .list_bz5_ad .yy {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .list_bz5_ad .yy .middleccd {
    width: 100%;
  }
  .list_bz5_ad .listd_bz4404 .t04 {
    width: 100%;
  }
}
/*步骤5结束*/
/*步骤6开始*/
.list_bz_6ks {
  padding-top: 40px;
}
/*步骤6结束*/
/*步骤7开始*/
.list_bz_7ks {
  padding-top: 40px;
}
.list_bz_7ks .lis_dsds {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.list_bz_7ks .lis_dsds > li {
  width: 50%;
}
.list_bz_7ks .middleaadd {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .list_bz_7ks .lis_dsds {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .list_bz_7ks .lis_dsds > li {
    width: 100%;
  }
  .list_bz_7ks .middleaadd {
    width: 100%;
    margin: 0 auto;
  }
  .list_bz_7ks .middleaaddc {
    width: 96%;
    margin: 0 auto;
  }
}
/*步骤7结束*/
/*步骤8*/
.list_bzdds_8 {
  padding-top: 40px;
}
@media only screen and (max-width: 740px) {
  .list_bzdds_8 {
    padding-top: 20px;
  }
}
/*步骤8结束*/
/*保修服务开始*/
.list_bxfw_bj {
  padding-top: 40px;
}
.list_bxfw_bj .tt01 {
  color: #a4897a;
  font-size: 36px;
  text-align: center;
}
.list_bxfw_bj .tt02 {
  font-size: 16px;
  color: #a4897a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list_bxfw_bj .tt03 {
  color: #010101;
  font-size: 16px;
  line-height: 24px;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .list_bxfw_bj {
    padding-top: 20px;
  }
  .list_bxfw_bj .tt01 {
    font-size: 26px;
  }
  .list_bxfw_bj .tt03 {
    width: 96%;
  }
}
/*保修服务结束*/
/*保养服务结束*/
/*镶钻刻字开始*/
.list_xzkz_dbj {
  background-color: #000000;
  color: #fefcfc;
  padding-bottom: 20px;
}
.list_xzkz_dbj .list_di_add {
  padding-top: 40px;
  height: 100%;
}
.list_xzkz_dbj .list_di_add .zz {
  float: left;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: 500px;
}
.list_xzkz_dbj .list_di_add .zz .wid {
  width: 80%;
}
.list_xzkz_dbj .list_di_add .zz .wid .tt01 {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 34px;
}
.list_xzkz_dbj .list_di_add .zz .wid .zz01 {
  line-height: 28px;
}
.list_xzkz_dbj .list_di_add .yy {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .list_xzkz_dbj {
    background-color: #000000;
    color: #fefcfc;
    padding-bottom: 20px;
  }
  .list_xzkz_dbj .list_di_add {
    padding-top: 20px;
    height: 100%;
  }
  .list_xzkz_dbj .list_di_add .zz {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .list_xzkz_dbj .list_di_add .zz .wid {
    width: 100%;
  }
  .list_xzkz_dbj .list_di_add .zz .wid .tt01 {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }
  .list_xzkz_dbj .list_di_add .zz .wid .zz01 {
    line-height: 28px;
  }
  .list_xzkz_dbj .list_di_add .yy {
    float: right;
    width: 100%;
  }
}
.list_xzkz_dbj {
  background-color: #000000;
  color: #fefcfc;
  padding-bottom: 20px;
}
.list_xzkz_dbj .list_di_add2 {
  overflow: hidden;
  padding-top: 40px;
  height: 100%;
}
.list_xzkz_dbj .list_di_add2 .zz {
  float: right;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: 500px;
}
.list_xzkz_dbj .list_di_add2 .zz .wid {
  width: 80%;
}
.list_xzkz_dbj .list_di_add2 .zz .wid .tt01 {
  font-size: 25px;
  padding-bottom: 20px;
  text-align: right;
}
.list_xzkz_dbj .list_di_add2 .zz .wid .zz01 {
  line-height: 28px;
}
.list_xzkz_dbj .list_di_add2 .yy {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .list_xzkz_dbj {
    background-color: #000000;
    color: #fefcfc;
    padding-bottom: 20px;
  }
  .list_xzkz_dbj .list_di_add2 {
    padding-top: 20px;
    height: 100%;
  }
  .list_xzkz_dbj .list_di_add2 .zz {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .list_xzkz_dbj .list_di_add2 .zz .wid {
    width: 100%;
  }
  .list_xzkz_dbj .list_di_add2 .zz .wid .tt01 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .list_xzkz_dbj .list_di_add2 .zz .wid .zz01 {
    line-height: 28px;
  }
  .list_xzkz_dbj .list_di_add2 .yy {
    float: right;
    width: 100%;
  }
}
/*第三层开始*/
.list_xzkz_dbj .list_s_bjc_j {
  padding-bottom: 30px;
}
.list_xzkz_dbj .list_s_bjc_j .tt01 {
  color: #fefcfc;
  font-size: 50px;
}
.list_xzkz_dbj .list_s_bjc_j .xwz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 40px;
}
.list_xzkz_dbj .list_s_bjc_j .xwz .zz {
  width: 47%;
  color: #fefdfd;
  font-size: 16px;
  line-height: 24px;
}
.list_xzkz_dbj .list_s_bjc_j .xwz .yy {
  width: 50%;
  color: #fefdfd;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .list_xzkz_dbj .list_s_bjc_j .tt01 {
    padding-top: 20px;
    color: #fefcfc;
    font-size: 30px;
    text-align: center;
  }
  .list_xzkz_dbj .list_s_bjc_j .xwz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 20px;
  }
  .list_xzkz_dbj .list_s_bjc_j .xwz .zz {
    width: 100%;
    color: #fefdfd;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .list_xzkz_dbj .list_s_bjc_j .xwz .yy {
    width: 100%;
    color: #fefdfd;
    font-size: 16px;
    line-height: 24px;
  }
}
/*第三层结束*/
#list_ddsliu {
  text-align: left;
}
.index_shuld_zds {
  font-size: 25px;
}
.index_shuld_zds1 {
  font-size: 25px;
  padding-top: 20px;
}
/*镶钻刻字结束*/
