.container {
  margin: auto;
  width: 1200px;
}
body {
  overflow-x: hidden;
}
/* 首页 */
.z_home {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.z_home_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all .5s;
}
.z_home_page .head_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
}
.z_home_page .head_nav li.link {
  position: relative;
}
.z_home_page .head_nav .btn_i {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #0b0d0b;
  border-bottom: 1px solid #eee;
}
.z_home_page .head_nav .btn_wrap {
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  width: 90px;
  text-align: center;
  font-size: 14px;
  color: #464646;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s;
  opacity: 0;
  transform: translateY(100%);
}
.z_home_page .head_nav .btn_wrap.show_page {
  opacity: 1;
  z-index: 9;
  transform: translateY(0);
}
.z_home_page .head_nav .btn_wrap .btn_child {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #000;
  border-bottom: 1px solid #fff;
}
.z_home_page .head_nav .btn_wrap .btn_child .qrcode_box {
  padding: 10px;
  position: absolute;
  left: 90px;
  top: 0;
  z-index: -1;
  width: 130px;
  background-color: #fff;
  transform: translateY(100%);
  font-size: 14px;
  color: #333;
  transition: all .3s;
  opacity: 0;
  line-height: 20px;
}
.z_home_page .head_nav .btn_wrap .btn_child .qrcode_box .qrcode {
  margin-bottom: 5px;
  width: 116px;
  height: 116px;
}
.z_home_page .head_nav .btn_wrap .btn_child .qrcode_box.show_qrcode {
  color: #b8a68b;
  opacity: 1;
  z-index: 9;
  transform: translateY(0);
}
.z_home_page.show_page {
  transform: translateX(0);
}
.z_home .z_head {
  margin: auto;
  max-width: 1200px;
  height: 118px;
  line-height: 118px;
}
.z_home .z_head .logo_box {
  display: inline-block;
  margin-right: 30px;
}
.z_home .z_head .logo {
  width: 63px;
  height: 67px;
}
.z_home .z_head .title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
  line-height: 118px;
}
.z_home .z_head .head_btn li.link {
  position: relative;
  float: left;
}
.z_home .z_head .head_btn li.link .btn_wrap {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
  width: 90px;
  text-align: center;
  font-size: 14px;
  color: #464646;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s;
  opacity: 0;
  transform: translateY(100%);
}
.z_home .z_head .head_btn li.link .btn_wrap .btn_child {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #000;
  border-bottom: 1px solid #fff;
}
.z_home .z_head .head_btn li.link .btn_wrap .btn_child:hover {
  color: #b8a68b;
}
.z_home .z_head .head_btn li.link .btn_wrap .btn_child:hover .qrcode_box {
  opacity: 1;
  z-index: 9;
  transform: translateY(0);
}
.z_home .z_head .head_btn li.link .btn_wrap .btn_child .qrcode_box {
  padding: 10px;
  position: absolute;
  left: 90px;
  top: 0;
  z-index: -1;
  width: 130px;
  background-color: #fff;
  transform: translateY(100%);
  font-size: 14px;
  color: #333;
  transition: all .3s;
  opacity: 0;
  line-height: 20px;
}
.z_home .z_head .head_btn li.link .btn_wrap .btn_child .qrcode_box .qrcode {
  margin-bottom: 5px;
  width: 116px;
  height: 116px;
}
.z_home .z_head .head_btn li.link .btn_i {
  display: inline-block;
  width: 90px;
  text-align: center;
  color: #797979;
  font-size: 14px;
  transition: all .3s;
}
.z_home .z_head .head_btn li.link.color_basics .btn_i {
  color: #b8a68b;
}
.z_home .z_head .head_btn li.link:hover .btn_i,
.z_home .z_head .head_btn li.link.active .btn_i {
  color: #b8a68b;
}
.z_home .z_head .head_btn li.link:hover .btn_wrap,
.z_home .z_head .head_btn li.link.active .btn_wrap {
  opacity: 1;
  z-index: 9;
  transform: translateY(0);
}
.z_home .z_head .nav_btn {
  display: none;
  margin: 25px 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #797979;
  cursor: pointer;
  transition: all .3s;
}
.z_home .z_head .nav_btn .icon-miaoshu {
  font-size: 40px;
  color: #797979;
}
.z_home .z_head .nav_btn:hover {
  color: #b8a68b;
}
.z_home .swiper_box {
  position: relative;
  width: 100%;
  height: 712px;
}
.z_home .swiper_box .swiper-container,
.z_home .swiper_box .swiper-slide {
  width: 100%;
  height: 100%;
}
.z_home .swiper_box .swiper-container .img,
.z_home .swiper_box .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.z_home .swiper_box .swiper_con {
  position: absolute;
  padding: 10px 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.z_home .swiper_box .swiper_con h1 {
  margin: 200px auto 30px;
  font-size: 48px;
  letter-spacing: 5px;
}
.z_home .swiper_box .swiper_con .more_btn {
  display: inline-block;
  margin-top: 50px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #b9a485;
  color: #fff;
  font-size: 14px;
}
.z_home .swiper_box .swiper_con .more_btn:hover {
  background-color: #a9977e;
}
.z_home_about {
  margin: 150px auto 50px;
  max-width: 1200px;
}
.z_home_about .img_box {
  position: relative;
  width: 495px;
  height: 400px;
  border: 20px solid #e3e3e3;
  background-color: #fff;
}
.z_home_about .img_box .img {
  position: absolute;
  left: 50px;
  top: -58px;
  width: 510px;
  height: 430px;
}
.z_home_about .about_r {
  margin-left: 45px;
  width: calc(100% - 600px);
}
.z_home_about .about_r .ml {
  margin-left: 50px;
}
.z_home_about .about_en {
  font-size: 30px;
  color: #c8a876;
  line-height: 45px;
}
.z_home_about .about_zh {
  font-size: 18px;
  color: #333333;
}
.z_home_about .line {
  margin: 30px 0 50px;
  width: 310px;
  height: 26px;
}
.z_home_about .about_con {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
}
.z_home_about .more_btn {
  display: inline-block;
  margin-top: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #797979;
  border: 1px solid #aaaaaa;
}
.z_home_about .more_btn:hover {
  color: #fff;
  background-color: #b9a485;
  border-color: #b9a485;
}
.z_home_case {
  padding: 1px 0;
  margin: 50px 0 180px;
  width: 100%;
  height: 600px;
  background-image: url(http://architecture-1123996.pic48.websiteonline.cn/upload/zbsl.jpg);
  background-position: top top;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.z_home_case .home_case_box {
  margin: 100px auto 0;
  max-width: 1200px;
  color: #fff;
  text-align: center;
}
.z_home_case .home_case_box .case_en {
  font-size: 30px;
  line-height: 150%;
}
.z_home_case .home_case_box .case_zh {
  font-size: 18px;
  line-height: 140%;
}
.z_home_case .home_case_box .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home_case .home_case_box .case_list .case_item {
  position: relative;
  width: 25%;
  height: 450px;
  line-height: 450px;
  background: no-repeat center center;
  background-size: cover;
}
.z_home_case .home_case_box .case_list .case_item .item_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transition: all .3s;
}
.z_home_case .home_case_box .case_list .case_item:hover .item_wrap {
  opacity: 1;
}
.z_home_advantage {
  margin: 200px auto 0;
  max-width: 1200px;
  text-align: center;
}
.z_home_advantage .advantage_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home_advantage .advantage_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home_advantage .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home_advantage .img_box {
  position: relative;
  width: 495px;
  height: 400px;
  border: 20px solid #e3e3e3;
  background-color: #fff;
}
.z_home_advantage .img_box .img {
  position: absolute;
  left: -50px;
  top: 45px;
  width: 510px;
  height: 430px;
}
.z_home_advantage .advantage_r {
  width: calc(100% - 600px);
}
.z_home_advantage .advantage_r .r_item {
  margin: 80px auto;
}
.z_home_advantage .advantage_r .r_item .serial {
  margin-right: 30px;
  font-size: 80px;
  color: #c8a876;
  line-height: 130%;
}
.z_home_advantage .advantage_r .r_item .item_con {
  width: calc(100% - 60px);
  font-size: 14px;
  color: #797979;
  line-height: 200%;
  text-align: left;
}
.z_home_advantage .advantage_r .r_item .item_con .label {
  font-size: 18px;
  color: #333333;
  line-height: 250%;
}
.z_home_advantage .advantage_r .r_item:first-child {
  margin-top: 0;
}
.z_home_team {
  padding: 1px 0;
  margin: 50px 0 100px;
  width: 100%;
  height: 897px;
  background-image: url(http://architecture-1123996.pic48.websiteonline.cn/upload/b6yg.jpg);
  background-position: top top;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.z_home_team .home_team_box {
  margin: 100px auto 0;
  max-width: 1200px;
  text-align: center;
}
.z_home_team .home_team_box .team_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home_team .home_team_box .team_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home_team .home_team_box .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home_team .home_team_box .team_list .team_item {
  margin-right: 3%;
  position: relative;
  width: 22.7%;
  height: 360px;
  background-color: #fff;
}
.z_home_team .home_team_box .team_list .team_item .avatar {
  width: 100%;
  height: 270px;
  transition: all .3s;
}
.z_home_team .home_team_box .team_list .team_item .name {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 220%;
}
.z_home_team .home_team_box .team_list .team_item .job {
  font-size: 14px;
  color: #797979;
  line-height: 220%;
}
.z_home_team .home_team_box .team_list .team_item:hover .avatar {
  transform: scale(0.9);
}
.z_home_team .home_team_box .team_list .team_item:last-child {
  margin-right: 0;
}
.z_home_team .home_team_box .more_btn {
  display: inline-block;
  margin-top: 100px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #797979;
  border: 1px solid #aaaaaa;
}
.z_home_team .home_team_box .more_btn:hover {
  color: #fff;
  background-color: #b9a485;
  border-color: #b9a485;
}
.z_home_news {
  margin: 100px auto;
  max-width: 1200px;
  text-align: center;
}
.z_home_news .news_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home_news .news_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home_news .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home_news .news_list .news_item {
  margin: 0 4% 15px 0;
  width: 48%;
  text-align: left;
}
.z_home_news .news_list .news_item .img_box {
  position: relative;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all .3s;
}
.z_home_news .news_list .news_item .img_box .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all .3s;
}
.z_home_news .news_list .news_item .title {
  margin-top: 20px;
  line-height: 140%;
  color: #333;
  font-size: 16px;
  transition: all .3s;
  cursor: pointer;
}
.z_home_news .news_list .news_item .title:hover {
  color: #b8a68b;
}
.z_home_news .news_list .news_item .desc {
  margin-top: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #797979;
  font-weight: normal;
  transition: all .3s;
}
.z_home_news .news_list .news_item:hover .img_hover {
  opacity: 1;
}
.z_home_news .news_list .news_item:hover .img_box {
  background-size: 120% 120%;
}
.z_home_news .news_list .news_item:nth-child(even) {
  margin-right: 0;
}
.z_home_news .more_btn {
  display: inline-block;
  margin-top: 100px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #797979;
  border: 1px solid #aaaaaa;
}
.z_home_news .more_btn:hover {
  color: #fff;
  background-color: #b9a485;
  border-color: #b9a485;
}
.z_home_partner {
  margin: 100px auto 0;
  width: 100%;
  background: #f4f4f4;
  text-align: center;
}
.z_home_partner .home_partner_box {
  margin: auto;
  padding: 30px 0;
  max-width: 1200px;
}
.z_home.z_about_page .swiper_box {
  height: 400px;
}
.z_home.z_about_page .swiper_box .swiper_con h1 {
  margin-top: 120px;
}
.z_home.z_about_page .z_home_about.about_sec {
  margin-top: 100px;
  text-align: center;
}
.z_home.z_about_page .z_home_about.about_sec .about_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home.z_about_page .z_home_about.about_sec .about_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home.z_about_page .z_home_about.about_sec .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img {
  position: relative;
  width: 300px;
  height: 450px;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .show_img {
  display: block;
  width: 100%;
  height: 100%;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container {
  width: 100%;
  height: 100%;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container .gallery-top {
  height: 80%;
  width: 100%;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container.gallery-thumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}
.z_home.z_about_page .z_home_about.about_sec .swiper_img .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.z_home.z_about_page .z_home_about.about_sec .about_r {
  width: calc(100% - 345px);
  text-align: left;
}
.z_home.z_about_page .z_home_partner.partner_sec {
  margin: 100px auto 50px;
  text-align: center;
  background-color: transparent;
}
.z_home.z_about_page .z_home_partner.partner_sec .partner_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home.z_about_page .z_home_partner.partner_sec .partner_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home.z_about_page .z_home_partner.partner_sec .line {
  display: block;
  margin: 30px auto 30px;
  width: 374px;
  height: 26px;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img {
  position: relative;
  width: 300px;
  height: 450px;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container {
  width: 100%;
  height: 100%;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container .gallery-top {
  height: 80%;
  width: 100%;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container.gallery-thumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}
.z_home.z_about_page .z_home_partner.partner_sec .swiper_img .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.z_home.z_about_page .z_home_partner.partner_sec .about_r {
  width: calc(100% - 345px);
  text-align: left;
}
.z_home.z_about_page .z_about_company {
  width: 100%;
  height: 400px;
  background: url(http://architecture-1123996.pic48.websiteonline.cn/upload/bg3.jpg) no-repeat center top;
}
.z_home.z_about_page .z_about_company .about_company_box {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 400px;
}
.z_home.z_about_page .z_about_company .about_company_box .company_info {
  padding: 1px 50px;
  width: 400px;
  height: 400px;
  background-color: #b9a485;
  box-sizing: border-box;
}
.z_home.z_about_page .z_about_company .about_company_box .company_info .label {
  margin-top: 50px;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
}
.z_home.z_about_page .z_about_company .about_company_box .company_info .desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 200%;
  color: #ffffff;
}
.z_home.z_about_page .organiza_box {
  margin: auto;
  max-width: 1200px;
}
.z_home.z_about_page .organiza_box .organiza_img {
  width: 100%;
  height: 450px;
}
.z_home.z_product_page .swiper_box {
  height: 400px;
}
.z_home.z_product_page .swiper_box .swiper_con h1 {
  margin-top: 120px;
}
.z_home.z_product_page .z_home_product.product_sec {
  margin-top: 100px;
  text-align: center;
}
.z_home.z_product_page .z_home_product.product_sec .product_en {
  font-size: 30px;
  line-height: 150%;
  color: #c8a876;
}
.z_home.z_product_page .z_home_product.product_sec .product_zh {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.z_home.z_product_page .z_home_product.product_sec .line {
  display: block;
  margin: 30px auto 80px;
  width: 374px;
  height: 26px;
}
.z_home.z_product_page .z_home_product.product_sec .product_tab {
  margin: 30px auto 60px;
  text-align: center;
}
.z_home.z_product_page .z_home_product.product_sec .product_tab .tab_item {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #797979;
}
.z_home.z_product_page .z_home_product.product_sec .product_tab .tab_item:hover,
.z_home.z_product_page .z_home_product.product_sec .product_tab .tab_item.active {
  color: #fff;
  background-color: #b9a485;
}
.z_home.z_product_page .z_home_product.product_sec .product_list {
  max-width: 1200px;
  margin: auto;
}
.z_home.z_product_page .z_home_product.product_sec .product_item {
  display: inline-block;
  width: 22.5%;
  margin-right: 3.3%;
  margin-bottom: 30px;
  vertical-align: top;
}
.z_home.z_product_page .z_home_product.product_sec .product_item:nth-child(4n) {
  margin-right: 0;
}
.z_home.z_product_page .z_home_product.product_sec .product_item .img_box {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all .3s;
}
.z_home.z_product_page .z_home_product.product_sec .product_item .img_box:hover {
  background-size: 120% 120%;
}
.z_home.z_product_page .z_home_product.product_sec .product_item .title {
  margin-top: 15px;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 140%;
}
.z_home.z_product_page .z_home_product.product_sec .product_item .title:hover {
  color: #b8a68b;
}
.z_home.z_product_page .z_home_product.product_sec .case_item {
  display: inline-block;
  margin-bottom: 30px;
  width: 31%;
  margin-right: 3.5%;
  vertical-align: top;
}
.z_home.z_product_page .z_home_product.product_sec .case_item:nth-child(3n) {
  margin-right: 0;
}
.z_home.z_product_page .z_home_product.product_sec .case_item .img_box {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all .3s;
}
.z_home.z_product_page .z_home_product.product_sec .case_item .img_box:hover {
  background-size: 120% 120%;
}
.z_home.z_product_page .z_home_product.product_sec .case_item .title {
  margin-top: 15px;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 140%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.z_home.z_product_page .z_home_product.product_sec .case_item .title:hover {
  color: #b8a68b;
}
.z_home.z_product_page .z_home_product.product_sec .news_item {
  display: block;
  margin-bottom: 30px;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .img_box {
  margin-right: 30px;
  width: 250px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all .3s;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .img_box:hover {
  background-size: 120% 120%;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con {
  width: calc(100% - 280px);
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .name,
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .tag {
  display: inline-block;
  font-size: 14px;
  padding-top: 15px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .name:hover,
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .tag:hover {
  color: #b9a485;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .tag {
  color: #b9a485;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .tag:hover {
  color: #2c90ff;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .date {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.z_home.z_product_page .z_home_product.product_sec .news_item .news_con .desc {
  display: inline-block;
  font-size: 14px;
  line-height: 25px !important;
  padding-top: 10px;
  color: #797979;
  font-weight: normal;
  text-decoration: none;
}
.z_home.z_product_page .z_home_product.product_sec .product_det {
  position: relative;
  margin: 50px auto;
  width: 40%;
  min-width: 320px;
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container {
  width: 100%;
  height: 400px;
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container .gallery-top {
  height: 80%;
  width: 100%;
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container.gallery-thumbs {
  margin-top: 20px;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}
.z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.z_home.z_product_page .z_home_product.product_sec .product_desc {
  margin: 15px auto;
  max-width: 1200px;
}
.z_home.z_product_page .z_home_product.product_sec .con_box {
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}
.z_home.z_product_page .z_home_product.product_sec .wanted_con {
  max-width: 1200px;
  margin: 0 auto 80px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec img{
  max-width: 100%;
  height: auto;
}
.z_home.z_product_page .z_home_product.product_sec .news_con .title {
  padding: 3px 0;
  font-size: 18px;
  color: #333333;
}
.z_home.z_product_page .z_home_product.product_sec .news_con .desc {
  margin: 10px 0 15px;
  font-size: 12px;
  color: #888888;
  line-height: 21px;
}
.z_home.z_product_page .z_home_product.product_sec .news_con .desc span {
  margin: 0 15px;
}
.z_home.z_product_page .z_home_product.product_sec .news_con .label {
  margin-bottom: 15px;
  padding: 5px 0;
  display: block;
  font-size: 12px;
  color: #868686;
  font-weight: normal;
  text-decoration: none;
  line-height: 25px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  text-indent: 24px;
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec .news_con .content_box {
  font-size: 14px;
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec .product_opre {
  padding: 0 15px;
  margin: 30px auto;
  max-width: 1200px;
}
.z_home.z_product_page .z_home_product.product_sec .product_opre .opre_item {
  font-size: 14px;
  color: #797979;
  line-height: 25px;
}
.z_home.z_product_page .z_home_product.product_sec .product_opre .opre_item:hover {
  color: #048BCD;
}
.z_home.z_product_page .z_home_product.product_sec .product_opre .opre_item:hover .name {
  text-decoration: underline;
}
.z_home.z_product_page .z_home_product.product_sec .product_opre .opre_item .iconfont {
  font-size: 14px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_box .concat_item {
  width: 50%;
  text-align: center;
  font-size: 14px;
  color: #797979;
}
.z_home.z_product_page .z_home_product.product_sec .concat_box .concat_item .img {
  margin-bottom: 10px;
  display: block;
  margin: 20px auto;
  height: 50px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_map {
  margin: 30px auto;
  height: 500px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_map .map {
  width: 100%;
  height: 100%;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company {
  margin: 30px auto;
  height: 550px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_l {
  width: calc(100% - 430px);
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_l .map {
  width: 100%;
  height: 550px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r {
  padding: 35px 0 0 50px;
  width: 429px;
  height: 100%;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .label {
  padding: 10px 0;
  color: #797979;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .input_box {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 328px;
  min-height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  color: #797979;
  box-sizing: border-box;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .input_box .input {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .input_box .textarea {
  height: 80px;
  line-height: 35px;
  resize: none;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .btn_box {
  text-align: left;
}
.z_home.z_product_page .z_home_product.product_sec .concat_company .company_r .submit_btn {
  margin-top: 15px;
  background-color: #b9a485;
  width: 328px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.z_home.z_team_page .swiper_box {
  height: 400px;
}
.z_home.z_team_page .swiper_box .swiper_con h1 {
  margin-top: 120px;
}
.z_home.z_team_page .z_home_about {
  margin: 60px auto 0!important;
}
.z_home.z_team_page .z_home_team {
  margin: 0 auto 50px;
  height: auto;
  background: none;
}
.z_home.z_team_page .z_home_advantage {
  margin-top: 100px;
}
.z_home_footer {
  padding: 100px 0 20px;
  background-color: transparent;
  background-image: url(http://architecture-1123996.pic48.websiteonline.cn/upload/bottom.jpg);
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_footer .footer_con {
  margin: auto;
  max-width: 1200px;
  font-size: 14px;
  color: #fff;
}
.z_home_footer .footer_con.footer_xs {
  display: none;
}
.z_home_footer .footer_con .concat,
.z_home_footer .footer_con .search_box {
  line-height: 40px;
}
.z_home_footer .footer_con .qrcode_box {
  margin: 0 50px;
  text-align: center;
}
.z_home_footer .footer_con .qrcode {
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
}
.z_home_footer .footer_con .input_box {
  margin-top: 15px;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.z_home_footer .footer_con .input_box .input {
  display: inline-block;
  margin: 2px;
  padding: 0 10px;
  width: 335px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.z_home_footer .footer_con .input_box .input:focus {
  border-color: #000;
}
.z_home_footer .footer_con .input_box .btn {
  display: inline-block;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #b8a68b;
  color: #fff;
}
.z_home_footer .footer_con .input_box .btn .iconfont {
  font-size: 35px;
}
.z_home_footer .footer_con .keyword {
  font-size: 12px;
}
.z_home_footer .copyright {
  margin-top: 50px;
  padding: 50px 20px 0;
  font-size: 14px;
  /*color: #fff;*/
  text-align: center;
  border-top: 2px solid #aaa;
}
.z_home_footer .copyright .btn {
  display: inline-block;
  padding: 0 10px;
  margin: 10px auto;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 1350px) {
  .z_home .swiper_box {
    height: 625px;
  }
}
@media screen and (max-width: 1220px) {
  .z_home .swiper_box {
    height: 600px;
  }
  .z_home.z_product_page .swiper_box {
    height: 350px;
  }
  .z_home.z_product_page .swiper_box .swiper_con h1 {
    margin-top: 90px;
  }
  .z_home_footer .footer_con .qrcode_box {
    margin: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .z_home .swiper_box {
    height: 550px;
  }
  .z_home.z_product_page .swiper_box {
    height: 340px;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_con,
  .z_home.z_product_page .z_home_product.product_sec .con_box,
  .z_home.z_product_page .z_home_product.product_sec .wanted_con {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .z_home.z_product_page .z_home_product.product_sec .wanted_con {
    margin-bottom: 50px;
  }
  .z_home.z_product_page .organiza_box {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .z_home .z_home_about .img_box,
  .z_home .z_home_advantage .img_box {
    width: 430px;
    height: 350px;
  }
  .z_home .z_home_about .img_box .img,
  .z_home .z_home_advantage .img_box .img {
    width: 470px;
    height: 380px;
  }
  .z_home .z_home_about .advantage_r,
  .z_home .z_home_advantage .advantage_r {
    width: calc(100% - 500px);
  }
  .z_home .z_home_about .advantage_r .r_item,
  .z_home .z_home_advantage .advantage_r .r_item {
    margin: 50px 0;
  }
  .z_home .z_home_about .advantage_r .r_item:first-child,
  .z_home .z_home_advantage .advantage_r .r_item:first-child {
    margin-top: 0;
  }
  .z_home .home_case_box .case_list .case_item {
    height: 420px;
  }
  .z_home .z_home_team .team_list .team_item {
    height: 340px;
  }
  .z_home .z_home_team .team_list .team_item .avatar {
    height: 250px;
  }
  .z_home .z_home_news .news_list .img_box {
    width: 100%;
    height: 340px;
  }
}
@media screen and (max-width: 960px) {
  .z_home .swiper_box {
    height: 500px;
  }
  .z_home .swiper_box .swiper_con h1 {
    margin-top: 150px;
  }
  .z_home.z_product_page .swiper_box {
    height: 300px;
  }
  .z_home.z_product_page .swiper_box .swiper_con h1 {
    margin-top: 70px;
  }
  .z_home .z_home_about,
  .z_home .z_home_advantage {
    margin-top: 80px;
  }
  .z_home .z_home_about .img_box,
  .z_home .z_home_advantage .img_box {
    display: none;
  }
  .z_home .z_home_about .about_r,
  .z_home .z_home_advantage .about_r,
  .z_home .z_home_about .advantage_r,
  .z_home .z_home_advantage .advantage_r {
    padding: 0 15px;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .z_home .z_home_about .about_r .ml,
  .z_home .z_home_advantage .about_r .ml,
  .z_home .z_home_about .advantage_r .ml,
  .z_home .z_home_advantage .advantage_r .ml {
    margin-left: 0;
  }
  .z_home .z_home_about .about_r .about_en,
  .z_home .z_home_advantage .about_r .about_en,
  .z_home .z_home_about .advantage_r .about_en,
  .z_home .z_home_advantage .advantage_r .about_en {
    margin-left: 0;
    text-align: center;
  }
  .z_home .z_home_about .about_r .about_zh,
  .z_home .z_home_advantage .about_r .about_zh,
  .z_home .z_home_about .advantage_r .about_zh,
  .z_home .z_home_advantage .advantage_r .about_zh {
    margin-left: 0;
    text-align: center;
  }
  .z_home .z_home_about .about_r .center_box,
  .z_home .z_home_advantage .about_r .center_box,
  .z_home .z_home_about .advantage_r .center_box,
  .z_home .z_home_advantage .advantage_r .center_box {
    text-align: center;
  }
  .z_home .z_home_about .about_r .center_box .line,
  .z_home .z_home_advantage .about_r .center_box .line,
  .z_home .z_home_about .advantage_r .center_box .line,
  .z_home .z_home_advantage .advantage_r .center_box .line {
    display: block;
    margin: 30px auto 50px;
  }
  .z_home .z_home_about .about_r .more_btn,
  .z_home .z_home_advantage .about_r .more_btn,
  .z_home .z_home_about .advantage_r .more_btn,
  .z_home .z_home_advantage .advantage_r .more_btn {
    margin: 30px auto 0;
  }
  .z_home .z_home_about .about_r .r_item .serial,
  .z_home .z_home_advantage .about_r .r_item .serial,
  .z_home .z_home_about .advantage_r .r_item .serial,
  .z_home .z_home_advantage .advantage_r .r_item .serial {
    line-height: 120%;
  }
  .z_home .z_head {
    padding-left: 15px;
    height: 90px!important;
    line-height: 90px!important;
  }
  .z_home .z_head .logo {
    width: 43px;
    height: 47px;
  }
  .z_home .z_head .title {
    font-size: 26px;
    line-height: 90px!important;
  }
  .z_home .z_head .head_btn {
    display: none;
  }
  .z_home .z_head .nav_btn {
    display: block;
  }
  .z_home .home_case_box .case_list .case_item {
    height: 390px;
  }
  .z_home .z_home_team {
    height: 750px;
  }
  .z_home .z_home_team .team_list .team_item {
    height: 300px;
  }
  .z_home .z_home_team .team_list .team_item .avatar {
    height: 210px;
  }
  .z_home .z_home_team .more_btn {
    margin-top: 50px;
  }
  .z_home .z_home_news .news_list .img_box {
    width: 100%;
    height: 300px;
  }
  .z_home_footer .footer_con .concat,
  .z_home_footer .footer_con .copyright {
    text-align: center;
  }
  .z_home_footer .fl,
  .z_home_footer .fr {
    display: block;
    margin: 15px auto;
    float: none;
  }
  .z_home_footer .search_box {
    text-align: center;
  }
  .z_home_footer .search_box .fl {
    float: left;
    margin: 0;
  }
  .z_home_footer .search_box .fr {
    float: right;
    margin: 0;
  }
  .z_home_footer .search_box .input_box {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .z_home .z_head {
    height: 70px;
    line-height: 70px;
  }
  .z_home .z_head .logo,
  .z_home .z_head .nav_btn {
    transform: scale(0.8);
  }
  .z_home .swiper_box {
    height: 400px;
  }
  .z_home .swiper_box .swiper_con h1 {
    margin-top: 90px;
  }
  .z_home.z_product_page .swiper_box {
    height: 280px;
  }
  .z_home.z_product_page .swiper_box .swiper_con h1 {
    margin-top: 60px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_tab {
    margin-bottom: 30px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_det {
    margin-bottom: 15px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_det .swiper-container.gallery-thumbs {
    margin-top: 10px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list .product_item {
    margin-right: 4%;
    width: 48%;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list .product_item:nth-child(2n) {
    margin-right: 0;
  }
  .z_home.z_product_page .z_home_product.product_sec .case_item .img_box {
    height: 200px!important;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_con .desc {
    margin-bottom: 0;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_con .desc span {
    display: inline-block;
    margin: 0 3% 10px 0;
    width: 47%;
    text-align: left;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_con .desc span:nth-child(even) {
    margin-right: 0;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .img_box {
    width: 200px;
    height: 160px;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .news_con {
    width: calc(100% - 230px);
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_item {
    margin-bottom: 15px;
    width: 100%;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_item .img {
    margin-top: 0;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_map {
    margin: 15px auto;
    padding: 0 15px;
    height: 400px;
    box-sizing: border-box;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company {
    margin-top: 15px;
    padding: 0 15px;
    height: auto;
    box-sizing: border-box;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_l {
    width: 100%;
    height: 300px;
    float: none;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_l .map {
    width: 100%;
    height: 100%;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_r {
    padding: 15px 0 15px 30px;
    width: 345px;
    height: auto;
    float: none;
    margin: 15px auto 30px;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_r .input_box,
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_r .submit_btn {
    width: 285px;
  }
  .z_home.z_product_page .z_home_product.product_sec.concat_sec .concat_company .company_r .submit_btn {
    margin-top: 0;
  }
  .z_home.z_team_page .z_home_about .home_about_con .swiper_img {
    display: none;
  }
  .z_home.z_team_page .z_home_about .home_about_con .about_r {
    width: 100%;
  }
  .z_home .z_home_advantage .advantage_r .r_item .serial {
    margin-right: 0!important;
    font-size: 50px;
  }
  .z_home .z_home_advantage .advantage_r .r_item .item_con {
    float: right;
    width: calc(100% - 80px);
  }
  .z_home .z_home_team {
    margin: 0 auto 50px;
    height: 1055px;
    background-size: cover;
  }
  .z_home .z_home_team .home_team_box .team_list {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .z_home .z_home_team .home_team_box .team_list .team_item {
    margin: 0 4% 30px 0;
    width: 48%;
  }
  .z_home .z_home_team .home_team_box .team_list .team_item:nth-child(even) {
    margin-right: 0;
  }
  .z_home .z_home_team .more_btn {
    margin-top: 0;
  }
  .z_home .z_home_news .more_btn {
    margin-top: 30px;
  }
  .z_home.z_about_page .z_home_about .home_about_con .swiper_img {
    display: block;
    margin: 0 auto 30px;
    float: none;
  }
  .z_home.z_about_page .z_home_about .home_about_con .about_r {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 666px) {
  .z_home .swiper_box {
    height: 300px;
  }
  .z_home .swiper_box .swiper_con h1 {
    font-size: 36px;
  }
  .z_home .swiper_box .swiper_con .more_btn {
    display: none;
  }
  .z_home.z_product_page .swiper_box {
    height: 240px;
  }
  .z_home.z_product_page .swiper_box .swiper_con h1 {
    font-size: 36px;
  }
  .z_home .z_home_news .news_item {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .z_home .z_home_news .news_item .title,
  .z_home .z_home_news .news_item .desc {
    padding: 0 15px;
  }
  .z_home.z_product_page .z_home_product.product_sec {
    margin-top: 50px;
  }
  .z_home.z_product_page .z_home_product.product_sec .line {
    margin: 30px auto 50px;
  }
  .z_home.z_product_page .z_home_product .case_item {
    margin-right: 0!important;
    width: 100%!important;
  }
  .z_home.z_product_page .z_home_product .case_item .img_box {
    margin: auto;
    width: 300px!important;
    height: 250px!important;
  }
}
@media screen and (max-width: 414px) {
  .z_home .z_head .logo_box {
    margin-right: 15px;
  }
  .z_home .swiper_box {
    height: 250px;
  }
  .z_home .swiper_box .swiper_con h1 {
    margin-top: 60px;
  }
  .z_home.z_product_page .swiper_box {
    height: 280px;
  }
  .z_home.z_product_page .swiper_box .swiper_con h1 {
    margin-top: 60px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_tab .tab_item {
    margin-bottom: 10px;
    width: 85px;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list .product_item {
    margin-right: 4%;
    width: 48%;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list .product_item:nth-child(2n) {
    margin-right: 0;
  }
  .z_home.z_product_page .z_home_product.product_sec .product_list .product_item .img_box {
    height: 170px;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dedede;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .img_box {
    margin-right: 15px;
    width: 130px;
    height: 95px;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .news_con {
    padding: 0;
    width: calc(100% - 145px);
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .news_con .tag,
  .z_home.z_product_page .z_home_product.product_sec .news_item .news_con .name {
    padding-top: 0;
    display: inline;
  }
  .z_home.z_product_page .z_home_product.product_sec .news_item .news_con .desc {
    padding-top: 5px;
    margin: 0;
    display: -webkit-box;
  }
  .z_home .z_home_about,
  .z_home .z_home_about.about_sec,
  .z_home .home_case_box,
  .z_home .z_home_advantage,
  .z_home .home_team_box,
  .z_home .z_home_news,
  .z_home .z_home_partner {
    margin: 50px auto;
  }
  .z_home .z_home_about .line,
  .z_home .z_home_about.about_sec .line,
  .z_home .home_case_box .line,
  .z_home .z_home_advantage .line,
  .z_home .home_team_box .line,
  .z_home .z_home_news .line,
  .z_home .z_home_partner .line {
    margin-bottom: 50px!important;
  }
  .z_home .z_home_about .more_btn,
  .z_home .z_home_about.about_sec .more_btn,
  .z_home .home_case_box .more_btn,
  .z_home .z_home_advantage .more_btn,
  .z_home .home_team_box .more_btn,
  .z_home .z_home_news .more_btn,
  .z_home .z_home_partner .more_btn {
    margin-top: 30px;
  }
  .z_home .z_home_advantage {
    margin: 80px auto 0;
  }
  .z_home.z_team_page .z_home_advantage {
    margin: 50px auto;
  }
  .z_home.z_team_page .z_home_advantage .advantage_r .r_item:last-child {
    margin-bottom: 0;
  }
  .z_home .z_home_partner {
    margin-top: 50px;
  }
  .z_home.z_about_page.z_product_page .z_home_about.about_sec {
    margin-top: 50px;
  }
  .z_home.z_about_page.z_product_page .company_info {
    width: 100%!important;
  }
  .z_home.z_about_page.z_product_page .z_home_partner {
    margin: 50px auto;
  }
  .z_home.z_about_page.z_product_page .z_home_partner .home_partner_box {
    padding: 0;
  }
  .z_home .z_home_case {
    margin-bottom: 50px;
    height: 775px;
  }
  .z_home .z_home_case .home_case_box .case_item {
    width: 50%;
    height: 300px;
  }
  .z_home .z_home_case .home_case_box .case_item .item_wrap {
    line-height: 300px;
  }
  .z_home .z_home_team {
    height: 977px;
  }
  .z_home_footer {
    padding-top: 40px ;
  }
  .z_home_footer .footer_con .input_box {
    width: 280px;
    height: 40px;
    line-height: 40px;
  }
  .z_home_footer .footer_con .input_box .input {
    width: 216px;
    height: 36px;
  }
  .z_home_footer .footer_con .input_box .btn {
    height: 40px;
    line-height: 40px;
  }
  .z_home_footer .footer_con .input_box .btn .iconfont {
    font-size: 28px;
  }
  .z_home_footer .footer_con.footer_m {
    display: none;
  }
  .z_home_footer .footer_con.footer_xs {
    display: block;
  }
  .z_home_footer .footer_con.footer_xs .search_box,
  .z_home_footer .footer_con.footer_xs .concat {
    margin: auto;
    width: 280px;
    text-align: left;
  }
  .z_home_footer .footer_con.footer_xs .concat {
    margin: 30px auto;
  }
  .z_home_footer .footer_con.footer_xs .qrcode_box {
    margin: 0;
    float: left;
    width: 50%;
    text-align: center;
  }
  .z_home_footer .footer_con.footer_xs .input_box {
    height: 40px;
    line-height: 40px;
  }
  .z_home_footer .footer_con.footer_xs .input_box .input {
    width: 216px;
    height: 36px;
  }
  .z_home_footer .footer_con.footer_xs .input_box .btn {
    height: 40px;
    line-height: 40px;
  }
  .z_home_footer .footer_con.footer_xs .input_box .btn .iconfont {
    font-size: 28px;
  }
}
.z_pages_bar {
  text-align: center;
  margin: 30px 0;
}
.z_pages_bar .pagination {
  align-items: center;
  justify-content: center;
}
.z_pages_bar .pagination li {
  display: inline-block;
  vertical-align: middle;
}
.z_pages_bar .pagination .input {
  display: inline-block;
  padding: 0 10px;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  vertical-align: initial;
}
.z_pages_bar .pagination .enter_btn {
  display: inline-block;
  margin-left: 40px;
  line-height: 38px;
  color: #999;
  vertical-align: middle;
}
.z_pages_bar li {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 0 5px;
}
.z_pages_bar li a{ color: #666; }
.z_pages_bar li.active,
.z_pages_bar li:hover {
  background: #b9a485;
  border-color: #b9a485;
  color: #fff;
}
.z_pages_bar li.active a,
.z_pages_bar li:hover a{ color: #fff }
