@charset "UTF-8";
/*头部导航*/
html,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
embed,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "PingFang SC", "Microsoft YaHei", arial, sans-serif, tahoma;
  font-size: 14px;
  color: #555;
}

ul,
ul li {
  list-style: none;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}
a:visited {
  color: #dab866;
  text-decoration: none;
  color: #dab866;
  text-decoration: none;
}
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.line {
  width: 80px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}

form {
  display: block;
  margin-top: 0em;
  position: relative;
  width: 300px;
  margin: 0 auto;
}

#toper {
  height: 32px;
  background-color: #f0f0f0;
}
#toper a {
  float: right;
  margin-right: 20px;
  line-height: 32px;
  color: #7d7d7d;
  font-size: 12px;
}
#toper a:hover {
  color: #3d1b09;
}

.head {
  height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  z-index: 119;
  background-color: #3d1b09;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

/*---------------头部下拉菜单--------------------------------------------*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.pa {
  position: absolute;
}

.pl20 {
  padding-left: 20px;
}

.h30 {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.h30:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.clearfix {
  overflow: hidden;
}

.tran {
  transition: all .5s ease-in;
}

/*å¯¼èˆª*/
.nav {
  width: 100%;
  height: 80px;
  background-color: #3d1b09;
  position: relative;
}
.nav .container {
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
}
.nav .logo {
  width: 250px;
  float: left;
  padding: 18px 0 0 0;
}
.nav .menu {
  float: right;
}
.nav .menu ul li {
  float: left;
}
.nav .menu ul li > a {
  padding: 0 17px;
  line-height: 80px;
  display: block;
  height: 80px;
  color: #fff;
  font-size: 16px;
}
.nav .menu ul li .sub_menu {
  width: 100%;
  background: #fffeee;
  height: 300px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 80px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-out;
}
.nav .menu ul li .sub_menu.active {
  visibility: visible;
  opacity: 1;
}
.nav .menu ul li .sub_menu .container {
  width: 1040px;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
.nav .menu ul li .sub_menu .sub_menu_list {
  float: left;
  position: relative;
  width: 300px;
}
.nav .menu ul li .sub_menu .sub_menu_list a {
  display: inline-block;
  width: 32%;
  text-align: left;
  color: #000;
  font-size: 16px;
  padding: 15px;
  background: url(../img/secondnavdd.png) left center no-repeat;
}
.nav .menu ul li .sub_menu .sub_menu_list a:hover {
  color: #666;
}
.nav .menu ul li .sub_menu .pic {
  float: right;
  width: 650px;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottomLine {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #f5d4b3;
  transition: all .3s ease;
}

/*---------------------------------------------------------------------*/
.wrap-1500 {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
}

.nav-list {
  position: absolute;
  top: 31px;
  right: 50px;
}
.nav-list li {
  float: left;
  padding: 0 20px;
  line-height: 31px;
  position: relative;
}
.nav-list li a {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: block;
}

.nav-line {
  height: 2px;
  background: #fff;
  position: absolute;
  top: 70px;
}

/*中间*/
.center {
  height: 1000px;
}

/*底部*/
.foot-nav {
  background: #fff;
  overflow: hidden;
}

.foot {
  margin-bottom: 0;
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  position: relative;
  z-index: 9;
}
.foot .ftel {
  background: url(../img/tel.png) no-repeat;
  background-image: url(../img/tel.png);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 237px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 11px;
}
.foot .ftel p {
  font-size: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.01;
}

.foot-hui-bg {
  background: #f5f5f5;
  padding-top:10px;
  height: 175px;
}

.wrap-1372-min {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap a:hover {
  color: #3d1b09;
}

.flink {
  line-height: 38px;
  position: relative;
  width: 800px;
}
.flink a {
  padding: 0 15px;
  color: #666 !important;
}

.copyright {
  color: #999;
  padding-top: 15px;
}
.copyright a{
  color: #999;
}

.banner {
  width: 100%;
}

/*----------------首页--------------------*/
.sdys {
  background-color: white;
  padding-top: 50px;
}
.sdys img {
  display: block;
  margin: 0 auto;
}
.sdys .list {
  width: 1270px;
  margin: 50px auto 0 auto;
}
.sdys .list .item {
  width: 25%;
  height: 563px;
  background-color: #eee;
  float: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
}
.sdys .list .item:hover {
  background: #371808;
  color: #fff;
}
.sdys .list .item:hover .border {
  display: block;
}
.sdys .list .item .pic {
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sdys .list .item .text {
  width: 272px;
  height: 50%;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.sdys .list .item .text h2 {
  font-size: 20px;
  margin: 5px auto 0 auto;
}
.sdys .list .item .text .line {
  width: 30%;
  height: 1px;
  margin: 10px auto;
  background: #888888;
}
.sdys .list .item .text p {
  margin: 0 auto;
}
.sdys .list .item .num {
  width: 104px;
  height: 55px;
  margin: auto;
  background: url(../img/a1.png) center center no-repeat;
  background-size: cover;
}
.sdys .list .item:nth-child(2) .num {
  background-image: url(../img/a2.png);
}
.sdys .list .item:nth-child(3) .num {
  background-image: url(../img/a3.png);
}
.sdys .list .item:nth-child(4) .num {
  background-image: url(../img/a4.png);
}
.sdys .border {
  width: 275px;
  height: 529px;
  border: 2px solid white;
  position: absolute;
  top: 15px;
  left: 20px;
  display: none;
}

/*黑科技*/
.hkj {
  background-color: white;
}
.hkj .title {
  text-align: center;
  padding: 40px 0;
}
.hkj .navbar {
  background: url(../img/index_2_banner.jpg) no-repeat;
  background-size: cover;
}
.hkj .navbar ul {
  width: 957px;
  margin: 0 auto;
}
.hkj .navbar ul li {
  width: 185px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
}
.hkj .navbar ul li img {
  margin: auto;
}
.hkj .navbar ul li h2 {
  padding: 30px 0 0 0;
  font-size: 17px;
}
.hkj .navbar ul li h3 {
  font-size: 10px;
  font-weight: normal;
}
.hkj .navbar ul li:hover, .hkj .navbar ul li.active {
  background-color: #371808;
}
.hkj .list .swiper-slide {
  height: 550px;
}
.hkj .list .swiper-slide .textBox {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background-color: black;
  float: left;
}
.hkj .list .swiper-slide .textBox .text {
  width: 60%;
  float: right;
}
.hkj .list .swiper-slide .textBox .text .num {
  width: 140px;
  height: 92px;
}
.hkj .list .swiper-slide .textBox .text h2 {
  font-size: 38px;
  color: #ff803f;
  padding: 20px 0;
}
.hkj .list .swiper-slide .textBox .text h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
}
.hkj .list .swiper-slide .pic {
  width: 50%;
  height: 100%;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hkj .list .swiper-slide:nth-child(1) .num {
  background: url(../img/hkj_num1.png) center center no-repeat;
}
.hkj .list .swiper-slide:nth-child(2) .num {
  background: url(../img/hkj_num2.png) center center no-repeat;
}
.hkj .list .swiper-slide:nth-child(3) .num {
  background: url(../img/hkj_num3.png) center center no-repeat;
}
.hkj .list .swiper-slide:nth-child(4) .num {
  background: url(../img/hkj_num4.png) center center no-repeat;
}
.hkj .list .swiper-slide:nth-child(5) .num {
  background: url(../img/hkj_num5.png) center center no-repeat;
}

/*我们的产品*/
.us_cp {
  background-color: white;
  overflow: hidden;
}

.us_cp_title {
  width: 1200px;
  margin: 0 auto;
}

.us_cp_title_content {
  margin-top: 60px !important;
}

.index_4 {
  margin-bottom: 20px;
}

.index_4_img {
  position: relative;
}
.index_4_img img {
  width: 100%;
}

.index_4_img_text {
  width: 456px;
  height: 238px;
  background-color: black;
  position: absolute;
  left: 356px;
  bottom: 88px;
  opacity: 0.7;
  color: white;
  line-height: 28px;
  padding-left: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
.index_4_img_text p {
  margin-top: 0;
}
.index_4_img_text p:first-child {
  margin-bottom: 20px;
  font-size: 28px;
}
.index_4_img_text p:nth-child(2) {
  font-size: 16px;
}

.index_4_img_text_bottom {
  height: 34px;
  width: 457px;
  margin-bottom: 0px;
  background-color: #fff4e5;
  position: absolute;
  left: 355px;
  bottom: 88px;
}
.index_4_img_text_bottom p {
  margin-left: 20px;
  margin-top: 10px;
}

/*首页新闻&活动*/
.index_news {
  padding: 50px 0;
}

.index_news_box {
  width: 1200px;
  background-color: white;
  margin: 0 auto;
}

.index_nes_box_top img {
  display: block;
  margin: 0 auto;
}

.index_news_ul {
  padding: 30px 0 0 0;
}
.index_news_ul li {
  width: 288px;
  height: 350px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin: 0 5px;
  transition: all .5s ease;
}
.index_news_ul li:hover {
  background-color: #3d1b09;
  color: #feecd2;
}
.index_news_ul li:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.7);
}
.index_news_ul li:hover * {
  color: #feecd2;
}
.index_news_ul li:hover .index_news_li_zx {
  background-color: #f5d4b3;
}
.index_news_ul li:hover .index_news_li_zx a {
  color: #3d1b09;
}
.index_news_ul li .pic {
  height: 204px;
}
.index_news_ul li .text {
  padding: 10px;
}
.index_news_ul li span {
  color: #999999;
}
.index_news_ul li h2 {
  color: #555555;
  padding: 5px 0;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
}
.index_news_ul li p {
  margin: 0;
  color: #999999;
  line-height: 1.6;
  font-size: 12px;
}

.index_news_ul_img {
  position: relative;
}

.index_news_li_zx {
  width: 60px;
  height: 23px;
  background-color: #3d1b09;
  position: absolute;
  border-radius: 6px;
  top: 214px;
  right: 26px;
  text-align: center;
  line-height: 23px;
}
.index_news_li_zx a {
  display: block;
  color: #f5d4b3;
}

.index_foot {
  padding: 0 0 20px 0;
}
.index_foot .list {
  width: 1200px;
  margin: auto;
}
.index_foot .list .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_foot .list .swiper-slide .text {
  padding: 20px 30px;
  position: relative;
}
.index_foot .list .swiper-slide .text h2 {
  font-size: 18px;
  font-weight: normal;
  color: #3a3a3a;
  padding-bottom: 5px;
}
.index_foot .list .swiper-slide .text p {
  font-size: 12px;
}
.index_foot .list .swiper-slide .text .btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
  background: #e4e4e4;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  font-family: "arial";
}
.index_foot .list .swiper-slide:hover {
  background-color: #3d1b09;
  color: #feecd2;
  cursor: pointer;
  transition: all .3s ease;
  transform: scale(1);
}
.index_foot .list .swiper-slide:hover img {
  transform: scale(1.03);
  transition: .5s transform;
}
.index_foot .list .swiper-slide:hover h2 {
  color: #feecd2;
}
.index_foot .list .swiper-slide:hover .btn {
  background: #feecd2;
  color: #3d1b09;
}

/*----------------新闻资讯-----------------*/
.news_banner {
  height: 100%;
}

.news-nav {
  text-align: center;
  margin: -57px auto 0 auto;
  z-index: 999;
  position: absolute;
  width: 100%;
}
.news-nav ul {
  display: inline-block;
  border: 1px solid #efefef;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
}
.news-nav li {
  width: 131px;
  height: 108px;
  float: left;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 9px;
}
.news-nav li a {
  color: #666;
  display: block;
  height: 107px;
  float: left;
  width: 100%;
}
.news-nav li .line {
  width: 1px;
  height: 55px;
  top: 27px;
  background: #eee;
  right: -1px;
  position: absolute;
}
.news-nav .icon {
  width: 44px;
  height: 44px;
  display: block;
  margin: 24px auto 8px;
}
.news-nav .icon2 {
  background-position: 0 -105px;
}
.news-nav .icon3 {
  background-position: 0 -70px;
}
.news-nav .icon4 {
  background-position: 0 -35px;
}

.news-nav li.hover a,
.news-nav li a:hover {
  color: #333;
  border-bottom: 2px solid #ff9f00;
}

.news_1 {
  width: 1580px;
  height: 558px;
  margin: 95px auto;
  background-color: white;
}

.news_1_l {
  width: 982px;
  height: 558px;
  float: left;
}

/*新闻第一部分右边*/
.news_1_r {
  width: 560px;
  height: 558px;
  float: right;
}

.news_1_r-1 {
  width: 531px;
  height: 140px;
  background-color: white;
  margin: 39px auto;
}

.news_1_r_img {
  width: 230px;
  height: 133px;
  float: left;
  overflow: hidden;
}

.news_1_r_r {
  width: 280px;
  float: right;
  color: #555555;
}
.news_1_r_r img
{
    margin-bottom: 5px;
    }
.news_1_r_r span {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.news_1_r_r p {
  line-height: 1.5;
  margin-top: 15px;
}

.news_2 .list {
  width: 80%;
  margin: 20px auto;
  min-width: 1200px;
  overflow: hidden;
  text-align: center;
}
.news_2 .list .item {
  float: left;;
  width: 31%;
  margin: 1%;
  color: #555555;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.news_2 .list .item .pic {
  width: 100%;
  height: 277px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  overflow: hidden;
}
.news_2 .list .item .text {
  padding: 10px;
  text-align: left;
}
.news_2 .list .item .text h2 {
  height: 30px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
}
.news_2 .list .item .text p {
  height: 45px;
  line-height: 1.7;
  margin-top: 5px;
  overflow: hidden;
}
.news_2 .list .item .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5a351a url(../img/icon.png) center 85% no-repeat;
  color: #fff;
  box-sizing: border-box;
  padding: 50px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
}
.news_2 .list .item .hover h2 {
  font-size: 18px;
  font-weight: bold;
}
.news_2 .list .item .hover p {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 20px;
}

.news_2 .list .item:hover .hover,
.news_2 .list .active .hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.news_2-2 {
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}

.hoverr img {
  margin-top: 0;
  display: none;
}

/*新闻详情页*/
.layout2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

/*新闻详情左边*/
.newslist-left {
  float: left;
  width: 75%;
}

.news-tit {
  margin-top: 35px;
  font-size: 18px;
  color: #181818;
  text-align: center;
}

.news-time {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.news-word {
  padding: 15px 0px;
  margin: 15px 0px;
  border-top: 1px solid #ddd;
  line-height: 35px;
  font-size: 16px;
  color: #666;
}
.news-word span {
  font-size: 16px;
}

/*#cambrian0 ._1mpIIe, #cambrian1 ._1mpIIe, #cambrian2 ._1mpIIe, #cambrian3 ._1mpIIe, #cambrian4 ._1mpIIe {
    background-color: #fff;
    margin: 20px 0;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}*/
/*右边*/
.newslist-right {
  float: right;
  width: 20.8%;
  margin-top: 20px;
}

.tjnews-box {
  margin-bottom: 30px;
  background: url(../img/newslistr_03.jpg);
}
.tjnews-box ul {
  padding: 12px;
  margin-bottom: 0px;
}
.tjnews-box ul li {
  height: 37px;
  overflow: hidden;
  line-height: 37px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjnews-box ul li a {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  color: #737171;
}
.tjnews-box ul li a i {
  margin-right: 10px;
  color: #5c5c5c;
  font-weight: bold;
}
.tjnews-box ul li a:hover {
  color: #ff8a00;
}
.tjnews-box ul li:nth-of-type(1) a i {
  color: #b30000;
}
.tjnews-box ul li:nth-of-type(2) a i {
  color: #da0000;
}
.tjnews-box ul li:nth-of-type(3) a i {
  color: #ff3636;
}

.tjnews-box h3,
.tjnews-box h4 {
  padding-left: 45px;
  margin: 0px;
  border-top: 2px solid #eb7334;
  border-bottom: 1px solid #dddddd;
  line-height: 46px;
  font-size: 14px;
  color: #666;
  letter-spacing: 1px;
  width: 204px;
}

/*------------联络--------------*/
#contact .sub_nav {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 0 0 40px 0;
}
#contact .sub_nav .swiper-slide {
  display: block;
  height: 252px;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 .5%;
  background: #f3f3f3;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
  transition: all .5s ease;
}
#contact .sub_nav .swiper-slide .icon {
  height: 39px;
  padding: 0 0 15px 0;
}
#contact .sub_nav .swiper-slide .icon img {
  height: 100%;
  margin: auto;
}
#contact .sub_nav .swiper-slide .tit {
  font-size: 20px;
}
#contact .sub_nav .swiper-slide .line {
  margin: 20px auto;
}
#contact .sub_nav .swiper-slide:hover {
  background: #ece7e7;
}
#contact .sub_nav .swiper-slide:nth-child(1):hover {
  background: #f6f3e3;
}
#contact .sub_nav .swiper-slide:nth-child(3):hover {
  background: #ebfdff;
}

.banner_service {
  width: 100%;
  height: 446px;
  margin-top: 100px;
}

.service_sec {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_sec_1,
.service_sec_2,
.service_sec_3 {
  width: 388px;
  height: 250px;
  float: left;
  margin-right: 20px;
}

.jpfw_list {
  width: 100%;
  margin-top: 40px;
}
.jpfw_list .item {
  width: 32%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.jpfw_list .item .text {
  text-align: center;
  padding: 10px 40px 0 40px;
  font-size: 14px;
  line-height: 1.5;
}
.jpfw_list .item img {
  display: block;
  margin: 0 auto;
}

/*地图*/
.service_map {
  height: 642px;
}

/*投诉与建议*/
.form1 {
  width: 1199px;
  height: 462px;
  margin: 0 auto;
  border-bottom: 1px solid #dcd8d8;
}

.contact-submit-div .t1 {
  padding-top: 54px;
  padding-bottom: 30px;
}
.contact-submit-div .left {
  float: left;
  width: 277px;
}
.contact-submit-div .t2 {
  padding-bottom: 15px;
  padding-bottom: 15px;
}
.contact-submit-div .right {
  float: left;
  width: 886px;
  margin-left: 36px;
  padding-bottom: 89px;
}
.contact-submit-div .btn-submit {
  width: 180px;
  height: 40px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 40px;
  display: block;
  margin-top: 19px;
}

.hei {
  color: #000;
}

.f24 {
  font-size: 24px !important;
}

.hui666 {
  color: #666;
  color: #666;
}

.f14 {
  font-size: 14px;
  font-size: 14px;
}

select,
input {
  vertical-align: middle;
  font-size: 12px;
}

input {
  width: 100%;
  height: 41px;
  padding-left: 13px;
}
input.input-style-2 {
  width: 255px;
  padding: 0 10px;
  height: 38px;
  border: 1px solid #7c7c7c;
  line-height: 38px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}

.textarea {
  padding: 10px;
  height: 140px;
  width: 864px;
  border: 1px solid #7c7c7c;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #999;
}

.cls {
  clear: both;
  line-height: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  clear: both;
  line-height: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
}

/*form2:height:201*/
.foot-icon-list {
  width: 1202px;
  margin: 0 auto;
  padding-bottom: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.foot-icon-list li {
  float: left;
  width: 162px;
  position: relative;
  height: 60px;
  padding-left: 70px;
  margin-left: 63px;
}
.foot-icon-list li .t1 {
  font-size: 18px;
  line-height: 170%;
  padding-top: 27px;
  color: #666;
}
.foot-icon-list li .icon {
  background: url(../img/foot_icon.png) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 21px;
}
.foot-icon-list li .icon2 {
  background-position: 0 -60px;
}
.foot-icon-list li a.t2 {
  color: #ff9f00;
}
.foot-icon-list li .icon3 {
  background-position: 0 -120px;
}
.foot-icon-list li .icon4 {
  background-position: 0 -180px;
}

.Fw_icon_list {
  padding-top: 61px;
}

/*.foot-icon-list li {
    float: left;
    width: 230px;
    position: relative;
    height: 60px;
    padding-left: 70px;
}*/
.foot-map-div {
  position: relative;
}

.foot-map-list {
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
  height: 213px;
}
.foot-map-list ul {
  float: left;
  width: 166px;
}
.foot-map-list li {
  line-height: 21px;
}
.foot-map-list li.h {
  padding-bottom: 22px;
}
.foot-map-list .h a {
  color: #333;
}
.foot-map-list a {
  color: #999;
}

.foot-ewm-div {
  width: 130px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50px;
}
.foot-ewm-div .code {
  width: 113px;
  height: 113px;
  border: 1px dashed #e2e2e2;
  display: block;
  padding: 8px;
  margin-bottom: 10px;
}

.line-ul li {
  padding: 8px 0;
  width: 70%;
  border-bottom: 1px solid #ececec;
}
.line-ul li a {
  color: #4b4b4b;
}

/*----------服务------------------------*/
/*独创金保姆*/
.server-top {
  text-align: center;
}
.server-top .t1 {
  font-size: 36px;
  color: #000;
  padding-top: 70px;
  padding-bottom: 8px;
}
.server-top .t2 {
  font-size: 16px;
  color: #666;
  line-height: 29px;
}

.server-top-icon .items {
  float: left;
  width: 340px;
  padding-left: 45px;
  padding-right: 42px;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: center;
  height: 150px;
}
.server-top-icon .items img {
  display: block;
  margin: 0 auto 15px;
}

/*365*/
.FW_365_title {
  width: 329px;
  height: 80px;
  text-align: center;
  margin: 59px auto;
  padding-top: 20px;
}
.FW_365_title p:first-child {
  font-size: 36px;
}
.FW_365_title p:last-child {
  font-size: 16px;
}

.promise {
  height: 940px;
  background: url(../img/service-promise.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.middle-ser-intro {
  min-width: 1280px;
}
.middle-ser-intro img {
  width: 100%;
}

.service-class {
  width: 1280px;
  margin: 0 auto;
  margin-top: -50px;
}

.service-class-left {
  float: left;
  margin-top: 92px;
}

.service-class-right {
  float: right;
  float: right;
}

.clear_float {
  clear: both;
}

.up-num {
  float: left;
}

.service-class-left-num {
  float: left;
  float: left;
}

.text-class-left {
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}

.text-class-left1 {
  font-size: 30px;
  color: #2d1407;
}

.text-class-left2 {
  font-size: 18px;
  color: #a9a9a9;
}

.down-icon {
  margin-left: 40px;
  margin-top: 38px;
  float: left;
}

.state-iocn {
  display: inline-block;
  margin-right: 46px;
  width: 92px;
  text-align: center;
  cursor: pointer;
}
.state-iocn span {
  margin-top: 10px;
  width: 59px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.hide {
  display: none;
}

.service-class-right-nav {
  margin-top: 84px;
  display: flex;
  flex-direction: column;
}
.service-class-right-nav .item {
  width: 130px;
  height: 40px;
  border: 1px solid #f0f5f4;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  color: #434343;
  font-size: 16px;
  margin: 10px 0px;
  margin-left: 16px;
  cursor: pointer;
  background: #fff;
}

.current-nav.item {
  background: #2d1407;
  color: #fff;
}
.current-nav .service-class-right-num {
  color: #fff;
}

.service-class-right-num {
  font-size: 22px;
  color: #2d1407;
  height: 40px;
  line-height: 40px;
  font-family: HelveticalNeueLTPro ThEx;
}

/*右边悬浮菜单*/
.right_div {
  position: fixed;
  right: 0px;
  bottom: 0%;
  z-index: 99;
  height: 300px;
}
.right_div .r_box {
  width: 0px;
  height: 40px;
  line-height: 40px;
  float: right;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  clear: both;
  margin: 10px 0px;
  width: 0px;
  height: 40px;
  line-height: 40px;
  float: right;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  clear: both;
  margin: 10px 0px;
}
.right_div .r_box.b1 {
  background: url(../img/radius_ico1.png) no-repeat left center;
}
.right_div .r_box.b2 {
  background: url(../img/radius_ico2.png) no-repeat left center;
}
.right_div .r_box.b3 {
  background: url(../img/radius_ico3.png) no-repeat left center;
}
.right_div .r_box.b4 {
  background: url(../img/radius_ico4.png) no-repeat left center;
}
.right_div .backtop {
  background: url(../img/radius_ico5.png) no-repeat center center;
  width: 66px;
}

/*.right_div .yoyobox {
    width: 66px;
    height: 70px;
    float: right;
    clear: both;
    position: relative;
}
.right_div .yoyobox .showyoyodiv {
    width: 66px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: block;
    background: url(../img/yoyoopacity1.png) no-repeat center center;
}*/
/*独一无二的后续保障*/
.server-mid-box {
  text-align: center;
  z-index: 11;
  padding-bottom: 84px;
  padding-top: 70px;
}
.server-mid-box img {
  display: block;
  margin: 40px auto;
}

.time-block {
  width: 607px;
  height: 179px;
  position: relative;
  background: url(../img/Fw_time_bg.png) no-repeat;
  margin: 70px auto 0;
}
.time-block a.a2 {
  background-image: url(../img/icon_2.png);
  left: inherit;
  right: 1px;
}

/*----------------------------------------------------------*/
/*.lc_timebox li{
	display: inline-block;
	margin-right: 100px;
}*/
/*------------------------------------------------------------*/
.time-block a,
.server-a {
  position: absolute;
  height: 58px;
  width: 228px;
  bottom: 0px;
  left: 1px;
  background: url(../img/icon_1.png) no-repeat;
}

.time-block a:hover,
.server-a:hover {
  background-position: 0 bottom;
  background-color: #4f240c;
}

/*你的建议*/
.Fw_foot {
  height: 723px;
  position: relative;
}

.Fw_foot_lefr {
  float: left;
}

.Fw_Ts {
  position: absolute;
  width: 225px;
  height: 56px;
  top: 428px;
  left: 394px;
  border: 2px solid #feecd2;
  color: #feecd2;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}
.Fw_Ts:hover {
  background-color: #feecd2;
  color: #552512;
}

/*----------------产品-----------*/
.cp {
  background-color: white;
}

.product-nav {
  text-align: center;
  margin: 20px auto -20px auto;
  z-index: 999;
  width: 100%;
  position: relative;
}
.product-nav a {
  display: inline-block;
  width: 131px;
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 20px 20px 40px 20px;
  color: #666;
}
.product-nav .icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 24px auto 8px;
}

.product-nav a:hover,
.product-nav a.active {
  background-color: #371808;
  color: #fff;
}

/*系列*/
.products_xl {
  width: 1198px;
  height: 427px;
  margin: 0 auto;
  padding-top: 200px;
  background: url(../img/Product_xl.png) center bottom no-repeat;
  position: relative;
}
.products_xl .pic {
  display: block;
  width: 570px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 5%;
}
.products_xl .pic img {
  width: 100%;
}

.products_Num {
  width: 512px;
  height: 185px;
  position: absolute;
  top: 20%;
  right: 67px;
}
.products_Num p {
  color: black;
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 36px;
}

.product_TD {
  width: 560px;
  height: 250px;
  color: white;
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  margin-right: 20px;
}

/*产品卖点*/
.product_MD {
  width: 1198px;
  height: 271px;
  margin: 0 auto;
}
.product_MD img {
  display: block;
  margin-top: 10px;
}

.MD_1,
.MD_2,
.MD_3,
.MD_4,
.MD_5 {
  width: 1198px;
  margin: 0 auto;
}

/*-------------------门店-------------*/
.store_map {
  width: 1289px;
  background: url(../img/store_title.png) center 30px no-repeat;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 120px 0 0 0;
}

.store_2 .list .item {
  background: #fff;
  transition: all .5s ease;
}
.store_2 .list .item .text {
  text-align: center;
}
.store_2 .list .item:hover {
  background: #3d1b09;
  color: #fff;
}

/*选择城市*/
.choose_city {
  width: 289px;
  height: 49px;
  border: 1px solid black;
  position: absolute;
  top: 354px;
  left: 81px;
  text-align: center;
}

/*免费预约*/
.free_yy {
  width: 289px;
  height: 49px;
  border: 1px solid black;
  text-align: center;
  font-size: 16px;
}

.yy_btn {
  display: block;
  width: 100px;
  height: 49px;
  background-color: #5e341c;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  position: absolute;
  top: 118px;
  left: 801px;
}
.yy_btn:hover {
  background-color: #da0000;
}

/*------工程案例-----*/
/*搜索框*/
.search {
  padding: 30px 0;
}

input,
button {
  border: none;
  outline: none;
}

button {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
}

/*搜索框1*/
.bar1 input {
  border: 1px solid #c6c6c6;
  color: #9e9c9c;
}
.bar1 button {
  top: 1px;
  right: -63px;
  background: #3d1b09;
}

/*.bar1 button:before {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 16px;
            color: #F9F0DA;
        }*/
/*风格*/
.style {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  background-color: white;
  line-height: 48px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.style a {
  font-size: 15px;
  margin-left: 50px;
  color: #7c7c7c;
}
.style a:hover {
  color: #ff9f00;
}

.use,
.style_1 {
  border-bottom: 1px dashed #ccc;
}

.style_tytle {
  font-size: 17px;
  margin-left: 30px;
  font-weight: initial;
}

.style_ul {
  width: 1200px;
  margin: 0 auto;
}
.style_ul a:hover {
  box-shadow: 6px 6px 10px #d0cdcd;
}
.style_ul ul {
  background-color: white;
}

.style_li {
  width: 370px;
  height: 481px;
}
.style_li a {
  display: block;
  color: #8a8a8a;
}
.style_li img {
  margin-top: 0;
}

.style_name {
  text-align: center;
  display: block;
  width: 370px;
  font-size: 17px;
  line-height: 43px;
  border-bottom: 2px solid #cdcccc;
  color: #8a8a8a;
}

.style_num {
  font-size: 16px;
  color: #8a8a8a;
  margin: 5px 15px;
}

/*-----------------工程案例----------------*/
.work_examp-nav {
  width: 298px;
  position: absolute;
  z-index: 99;
  left: 44%;
}

.work_icon2 {
  background-position: 0 -138px !important;
}

.work_icon1 {
  background-position: 0 -33px !important;
}

.work_2 {
  padding-top: 70px;
}
.work_2 ul li {
  background-color: white;
}
.work_2 ul li:hover {
  background-color: #593419;
  color: white;
}

/*品牌介绍*/
#about {
  /*发展历程*/
  /*发展历程小圆点*/
  /*信息方框*/
  /*豪华展厅*/
}
#about .title {
  text-align: center;
  padding: 20px 0;
}
#about .title h2 {
  font-size: 48px;
  color: #2d1407;
}
#about .title h3 {
  font-size: 22px;
  color: #666;
}
#about .title span {
  font-size: 20px;
}
#about .title p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  width: 770px;
  margin: 5px auto;
}
#about .conbox {
  width: 1200px;
  margin: auto;
  text-align: center;
}
#about .company .conbox {
  padding: 20px 0 0 0;
}
#about .ppjj_text .conbox {
  padding: 20px 0;
}
#about .ppjj_text .conbox ul {
  width: 820px;
  margin: auto;
}
#about .ppjj_text .conbox ul li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: center;
  color: #000;
  position: relative;
}
#about .ppjj_text .conbox ul li h2 {
  font-size: 18px;
  font-weight: bold;
}
#about .ppjj_text .conbox ul li h2 b {
  font-size: 40px;
}
#about .ppjj_text .conbox ul li p {
  font-size: 16px;
}
#about .ppjj_text .conbox ul li::after {
  content: "";
  border-left: 1px solid #ccc;
  height: 60%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20%;
}
#about .ppjj_text .conbox .text {
  padding: 25px 0;
  line-height: 1.8;
}
#about .ppjj_banner {
  height: 550px;
}
#about .ppjj img {
  display: block;
  margin: 0 auto;
}
#about .about_us-team {
  text-align: center;
}
#about .about_us-team h1 {
  margin-bottom: 10px;
}
#about .about_us-team .conbox img {
  width: 100%;
}
#about .lc {
  position: relative;
  height: 870px;
  background-size: cover;
  box-sizing: border-box;
  padding: 50px 0;
}
#about .lc .swiper-container {
  width: 1050px;
  height: 235px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
#about .lc .swiper-container .line {
  width: 100%;
  height: 1px;
  background: #929292;
  position: absolute;
  top: 33px;
  left: 0;
}
#about .lc .swiper-container .swiper-slide {
  text-align: center;
  padding: 20px 0 0 0;
  cursor: pointer;
}
#about .lc .swiper-container .swiper-slide i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon1.png) no-repeat;
  margin: auto;
}
#about .lc .swiper-container .swiper-slide h2 {
  font-size: 28px;
  color: #3d1b09;
  padding: 2px 0 0 0;
}
#about .lc .swiper-container .swiper-slide .text {
  display: none;
}
#about .lc .list .prev {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 5%;
  left: 0;
  cursor: pointer;
  background: url(../img/arrow.png) center left no-repeat;
}
#about .lc .list .next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 5%;
  right: 0;
  cursor: pointer;
  background: url(../img/arrow.png) center right no-repeat;
}
#about .lc .lc_box {
  width: 278px;
  height: 135px;
  background: url(../img/lc_box.png) no-repeat;
  position: absolute;
  top: 53%;
  left: -60px;
  display: none;
}
#about .lc .lc_box .conbox {
  width: auto;
}
#about .lc_text {
  position: absolute;
  top: 0;
  left: 628px;
}
#about .jt-right,
#about .jt-left {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid black;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
}
#about .jt-right:hover,
#about .jt-left:hover {
  background-color: #f5d4b3;
  color: white;
  border: 1px solid #f5d4b3;
}
#about .jt-left {
  top: 295px;
  left: 359px;
}
#about .jt-right {
  top: 295px;
  right: 350px;
}
#about .list {
  width: 1200px;
  margin: 100px auto 0 auto;
  position: relative;
}
#about .lc_box .conbox {
  color: white;
  font-size: 14px;
  margin-top: 35px;
  margin-left: 10px;
  display: block;
  text-align: center;
  line-height: 11px;
}
#about .show_room {
  background-image: url(../img/ztz-bg.jpg);
}
#about .show_room img {
  margin-top: 10px;
}
#about .zt_img1 {
  margin-top: 60px;
}
#about .VR {
  background-color: white;
  padding-bottom: 10px;
}
#about .VR img {
  margin-top: 15px;
}
#about .VR .pic {
  height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .about_foot {
  position: relative;
}
#about .about_foot img {
  width: 100%;
}
#about .about_foot_button {
  width: 202px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 20px;
  border: 1px solid white;
  position: absolute;
  top: 60%;
  margin-left: 50%;
  left: -100px;
}
#about .about_foot_button a {
  display: block;
  color: white;
}
#about .about_foot_button a:hover {
  background-color: white;
  font-weight: 550;
  color: #552512;
}

/*招商*/
#join {
  /*整合升级4.0*/
  /*站在巨人*/
  /*金保姆*/
  /*高端形象*/
  /*金牌培训*/
  /*聚力营销*/
  /*十大帮扶*/
  /*电话*/
  /*有梦想,一起拼*/
  /*.enjoy_leader_1_right p:nth-child(3){
	margin-top: 10px;
}
.enjoy_leader_1_right p:nth-child(4){
	line-height:25px;
}
.enjoy_leader_1_right p:nth-child(5){
	margin-bottom: 38px;
}
.enjoy_leader_1_right p:nth-child(6){
	font-size: 19px;
	margin-bottom: 26px;
	color: red;
}
.enjoy_leader_1_right p:nth-child(7){
	line-height: 27px;
}*/
  /*火热招募*/
  /*视频*/
}
#join .title {
  text-align: center;
  padding: 40px 0;
}
#join .title h2 {
  font-size: 46px;
  color: #2d1407;
}
#join .title h3 {
  font-size: 34px;
  padding: 10px 0 0 0;
  color: #333;
}
#join .title .line {
  width: 30px;
  margin: 20px auto;
}
#join .title .text_list {
  font-size: 18px;
  font-weight: bold;
}
#join .title .text_list span::after {
  content: "|";
  padding: 0 10px;
}
#join .title .text_list span:last-child::after {
  content: "";
}
#join .title p {
  width: 800px;
  margin: auto;
  font-size: 17px;
  color: #444;
  line-height: 1.8;
}
#join .enjoy_zh .list {
  width: 70%;
  min-width: 1200px;
  margin: 0 auto;
}
#join .enjoy_zh .list ul li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 60px 0;
  text-align: center;
}
#join .enjoy_zh .list ul li img {
  display: block;
  margin: 10px auto;
}
#join .enjoy_zh .list ul li h2 {
  font-size: 25px;
  color: #3b1a09;
  padding: 5px 0;
}
#join .enjoy_zh .list ul li p {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
}
#join .enjoy_jr {
  width: 100%;
  height: 1265px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0 0 0;
}
#join .enjoy_jr .title .line {
  margin: 10px auto;
}
#join .enjoy_jr .title h3 {
  padding: 10px 0;
}
#join .enjoy_jr .title p {
  color: #000;
}
#join .enjoy_jr .conbox {
  width: 1200px;
  margin: auto;
}
#join .enjoy_jr .conbox ul {
  width: 800px;
  margin: auto;
}
#join .enjoy_jr .conbox ul li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: center;
  color: #000;
}
#join .enjoy_jr .conbox ul li h2 {
  font-size: 18px;
  font-weight: bold;
}
#join .enjoy_jr .conbox ul li h2 b {
  font-size: 40px;
}
#join .enjoy_jr .conbox ul li p {
  font-size: 16px;
}
#join .creation .conbox img {
  width: 100%;
}
#join .service {
  background: url(../img/enjoy_bg.jpg);
  color: #fff;
}
#join .service .title {
  width: 1200px;
  margin: auto;
}
#join .service .title * {
  color: #fff;
}
#join .service .title .line {
  background: #fff;
}
#join .service .title .sub_title {
  padding: 0 0 20px 0;
}
#join .service .title .sub_title span {
  padding: 0 20px;
  font-size: 20px;
}
#join .service .title .sub_title span b {
  font-size: 35px;
}
#join .service .pic {
  height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#join .image .conbox {
  width: 1200px;
  margin: auto;
}
#join .train {
  background: url(../img/enjoy_jppx_bg.png);
  position: relative;
}
#join .train .bg {
  background: #fff;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#join .train .list {
  width: 1200px;
  margin: auto;
}
#join .train .list ul {
  width: 100%;
  height: 256px;
  margin: 0 auto;
}
#join .train .list ul li {
  width: 224px;
  height: 256px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/enjoy_jppx_six.png) no-repeat;
  text-align: center;
}
#join .train .list ul li h2 {
  font-size: 27px;
  margin-top: 85px;
}
#join .train .list ul li p {
  font-size: 15px;
  color: #828282;
  margin-top: 10px;
}
#join .train .conbox {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
  z-index: 9;
}
#join .market .navbar {
  width: 1200px;
  margin: auto;
}
#join .market .navbar .swiper-slide {
  display: block;
  color: #2d1407;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}
#join .market .navbar .swiper-slide h2 {
  height: 136px;
  width: 136px;
  box-sizing: border-box;
  padding: 30px 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin: auto;
  border: 1px solid #050000;
  transition: all .5s ease;
}
#join .market .navbar .swiper-slide p {
  padding: 10px 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
#join .market .navbar .swiper-slide:hover h2, #join .market .navbar .swiper-slide.active h2 {
  background: #2d1407;
  color: #feecd2;
}
#join .market .navbar .swiper-slide:hover p, #join .market .navbar .swiper-slide.active p {
  color: #2d1407;
}
#join .market .list {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#join .enjoy_sdbf {
  height: 764px;
  background: url(../img/enjoy_sdbf.jpg) no-repeat;
  padding-top: 30px;
  background-size: cover;
}
#join .enjoy_sdbf p {
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
#join .enjoy_sdbf p:first-child {
  font-size: 45px;
}
#join .sdbf_box {
  width: 1203px;
  height: 556px;
  margin: 45px auto;
}
#join .sdbf_box_left {
  width: 373px;
  height: 556px;
  float: left;
}
#join .sdbf_box_left h4
{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;   
}
#join .sdbf_box_left ul {
  width: 373px;
  height: 556px;
}
#join .sdbf_box_left ul li {
  width: 180px;
  height: 106px;
  float: left;
  background-color: white;
  margin: 3px;
  cursor: pointer;
  overflow: hidden;
}
#join .sdbf_box_left ul li:hover {
  background-color: #fcead0;
}
#join .sdbf_box_left ul li img {
  margin-top: 25px;
}
#join .sdbf_box_right {
  width: 814px;
  height: 556px;
  float: right;
  background-color: white;
}
#join .sdbf_box_right .swiper-slide {
  background: #fff;
}
#join .sdbf_box_right t {
  margin-left: 20px;
  font-size: 21px;
  color: black;
  line-height: 50px;
}
#join .sdbf_box_right t:nth-child(2) {
  font-weight: bolder;
}
#join .sdbf_box_right t:nth-child(4) {
  font-size: 15px;
  color: #2c2c2c;
  line-height: 20px;
}
#join .sdbf_right_img {
  margin-top: 20px;
}
#join .enjoy_tel {
  height: 179px;
  background: #2a1306;
  padding: 10px;
  position: relative;
  padding: 50px 0 0 0;
}
#join .enjoy_tel h2 {
  color: white;
  font-size: 30px;
  text-align: center;
  margin-bottom: -12px;
}
#join .enjoy_tel .text {
  padding: 30px 0 0 0;
  text-align: center;
}
#join .enjoy_tel .text * {
  font-size: 30px;
  color: #feecd2;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#join .enjoy_tel .enjoy_btn {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
#join .enjoy_tel .enjoy_btn a {
  display: block;
  width: 222px;
  height: 50px;
  margin: auto;
  background-color: #feecd2;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #2a1306;
  border-radius: 10px;
}
#join .enjoy_tel .enjoy_btn a:hover {
  color: #feecd2;
  background-color: #2a1306;
  border: 1px solid #feecd2;
}
#join .enjoy_leader {
  height: 1000px;
  background-color: #f3f3f3;
}
#join .enjoy_leader img {
  cursor: pointer;
}
#join .enjoy_leader_top {
  width: 1193px;
  height: 275px;
  margin: 0 auto;
  padding-top: 65px;
}
#join .enjoy_leader_top p {
  font-size: 45px;
  text-align: center;
  margin-top: 20px;
  color: #2d1407;
}
#join .enjoy_leader_2 {
  width: 1193px;
  height: 215px;
  margin-top: 10px;
}
#join .enjoy_leader_2 ul {
  height: 88%;
  width: 100%;
}
#join .enjoy_leader_2 ul li {
  width: 25%;
  height: 100%;
  display: inline-block;
}
#join .enjoy_leader_2 ul li:hover {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.5);
}
#join .enjoy_leader_2 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#join .enjoy_leader_bottom {
  width: 1193px;
  height: 555px;
  margin: 0 auto;
  margin-top: 10px;
}
#join .enjoy_leader_1 {
  width: 1193px;
  height: 407px;
}
#join .enjoy_leader_1_left {
  width: 686px;
  float: left;
}
#join .enjoy_leader_1_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#join .enjoy_leader_1_right {
  width: 507px;
  height: 406px;
  float: right;
  background-color: white;
}
#join .enjoy_leader_1_right p {
  font-size: 13px;
  margin-left: 30px;
  margin-right: 12px;
}
#join .enjoy_leader_1_right p:nth-child(1) {
  margin-top: 22px;
  font-weight: 600;
}
#join .enjoy_leader_1_right p:nth-child(2) {
  margin-top: 13px;
}
#join .enjoy_leader_1_right p:nth-child(1),
#join .enjoy_leader_1_right p:nth-child(2) {
  margin-right: 49px;
  text-align: right;
}
#join .enjoy_zm {
  height: 525px;
  background-color: white;
}
#join .enjoy_zm_box {
  width: 1277px;
  height: 525px;
  margin: 0 auto;
}
#join .enjoy_zm_box_banner {
  height: 325px;
}
#join .enjoy_zm_box_banner p {
  position: absolute;
}
#join .enjoy_zm_box_banner ul li {
  width: 12%;
  height: 325px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#join .enjoy_zm_box_banner ul li .line_icon {
  margin: 0 auto;
}
#join .enjoy_zm_box_banner ul li span {
  color: #656565;
  text-align: center;
  display: block;
  padding: 5px 0 0 0;
}
#join .enjoy_zm_box_banner ul li p {
  color: #656565;
  font-size: 16px;
  top: 195px;
  left: 49px;
}
#join .enjoy_zm_box_banner ul a:hover .zm_box_icon {
  display: none;
}
#join .enjoy_zm_box_banner ul a:hover .zm_box_icon_active {
  display: block;
}
#join .zm_box_icon_active,
#join .zm_box_icon {
  width: 107px;
  height: 107px;
  background-color: #5e5e5e;
  border-radius: 50%;
  margin: 0 auto;
}
#join .zm_box_icon_active {
  display: none;
}
#join .enjoy_vid {
  display: block;
  height: 725px;
  position: relative;
}
#join .VID_icon {
  position: absolute;
  top: 0;
  margin-left: 50%;
  left: -5%;
}
/*整合4.0*/
#join .integration{
	height: 747px;
	background-size: cover;
	overflow: hidden;
}
#join .integration .title{
	width: 340px;
	height: 41px;
	background: url(../img/integration_Icon.png) no-repeat;
	background-size: contain;
	margin: 5% auto;
}
#join .integration .title h2{
	font-size:26px;
	color: white;
	text-align: center;
	line-height: 60px;
}
#join .integration .title h3{
	font-size:36px;
	color: white;
	text-align: center;
    line-height: 110px;
    padding:0;
    font-weight:normal;	
}
#join .integration .brand{
	width: 1211px;
	height: 301px;
	margin: 0 auto;
}

#join .integration .brand img{
	width:24%;
	height: 50%;
	object-fit: cover;
	float: left;
}

/*分页*/
.digg {
  margin-left: 40%;
  height: 47px;
  font-size: 15px;
}

.digg span,
.digg a {
  margin-right: 10px;
  color: Black;
}

.Validform_checktip {
  position: absolute;
  bottom: 100px;
  left: 42%;
  font-size: 14px;
}

.Validform_wrong {
  color: red;
}

#case {
  padding-top: 60px;
}

/*# sourceMappingURL=style.css.map */
