body {
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  max-width: 140rem;
  width: 100%;
}
.container_m {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}
.z_home {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
.z_home_head {
  height: 10rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  overflow: hidden;
}
.z_home_head .logo {
  height: 4.7rem;
}
.z_home_head .nav_box {
  margin-right: 3rem;
  flex: 1;
  line-height: 10rem;
  text-align: right;
}
.z_home_head .nav_item {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  color: #222222;
  font-size: 1.6rem;
}
.z_home_head .nav_item.active,
.z_home_head .nav_item:hover {
  color: #d3b174;
  font-weight: bold;
}
.z_home_head .nav_item.active::after,
.z_home_head .nav_item:hover::after {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: block;
  content: '';
  width: 2rem;
  height: .4rem;
  background: #d3b174;
  border-radius: 2px;
  transform: translateX(-50%);
}
.z_home_head .more_nav {
  display: none;
}
.z_home_head .login_btn {
  display: inline-block;
  margin-left: 1rem;
  padding: 0 2rem;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: #222222;
  text-align: center;
  background: #d3b174;
  border-radius: 1.3rem;
  border: 1px solid #d3b174;
  cursor: pointer;
}
.z_home_head .login_btn.register,
.z_home_head .login_btn:hover {
  color: #d3b174;
  background-color: #fff;
}
.z_home_head .login_btn.register:hover {
  color: #fff;
  background-color: #d3b174;
}
.z_home_banner {
  width: 100%;
  height: 82rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_banner .swiper-container {
  position: relative;
  width: 100%;
  height: 82rem;
}
/* .z_home_banner .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
} */
.z_home_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_banner .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.5;
}
.z_home_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d3b174;
  opacity: 1;
}
.z_home_sec {
  position: relative;
  padding: 5rem 0;
}
.z_home_sec.no_pb {
  padding-bottom: 0;
}
.z_home_sec .sec_title {
  margin-bottom: 5rem;
  font-weight: bold;
  line-height: 4.5rem;
}
.z_home_sec .sec_title .en {
  font-size: 3.4rem;
  color: #B4BCC4;
  text-transform: uppercase;
}
.z_home_sec .sec_title .cn {
  font-size: 3.2rem;
  color: #222222;
}
.z_home_sec .sec_title .more {
  margin-left: 4rem;
  font-size: 1.6rem;
  color: #A0A4AD;
}
.z_home_sec .sec_title .more:hover {
  color: #d3b174;
}
.z_home_sec .sec_title .btn {
  display: inline-block;
  padding: 0 2rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #222222;
  font-weight: bold;
  background: #DFDFDF;
  border-radius: 2rem;
  cursor: pointer;
}
.z_home_sec .sec_title .btn.cur,
.z_home_sec .sec_title .btn:hover {
  background-color: #d3b174;
}
.z_home_sec .sec_title .btn:not(:first-child) {
  margin-left: 1.5rem;
}
.z_home_sec .btns {
  display: inline-block;
}
.z_home_sec .opre_tab {
  display: none;
  text-align: center;
}
.z_home_sec .opre_tab .btn {
  display: inline-block;
  padding: 0 2rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #222222;
  font-weight: bold;
  background: #DFDFDF;
  border-radius: 2rem;
  cursor: pointer;
}
.z_home_sec .opre_tab .btn.cur,
.z_home_sec .opre_tab .btn:hover {
  background-color: #d3b174;
}
.z_home_sec .opre_tab .btn:not(:first-child) {
  margin-left: 1.5rem;
}
.z_home_sec .yw_l {
  display: inline-block;
  padding: 4.5rem 5rem;
  width: 42%;
  height: 28.5rem;
  font-size: 1.4rem;
  color: #fff;
  background-size: cover;
  box-sizing: border-box;
}
.z_home_sec .yw_l .tit {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: bold;
}
.z_home_sec .yw_l .btn {
  display: inline-block;
  padding: 0 2rem;
  margin-top: 2rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  color: #222222;
  background: #d3b174;
  border-radius: 15px;
}
.z_home_sec .yw_l .btn:hover {
  color: #d3b174;
  background-color: #fff;
}
.z_home_sec .yw_r {
  width: 57%;
}
.z_home_sec .yw_r .r_box {
  display: inline-block;
  width: calc(50% - .5rem);
  height: 13.75rem;
}
.z_home_sec .yw_r .r_item {
  padding: 3rem;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #999999;
}
.z_home_sec .yw_r .r_item:first-child {
  margin-bottom: 1rem;
}
.z_home_sec .yw_r .r_item .icon_box {
  display: inline-block;
  margin-right: 2rem;
  width: 15%;
}
.z_home_sec .yw_r .r_item .icon_box .img {
  display: block;
  width: 100%;
  height: auto;
}
.z_home_sec .yw_r .r_item .con_box {
	width: calc(85% - 2rem)
}
.z_home_sec .yw_r .r_item .tit {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #222222;
}
.z_home_sec.bggrey {
  background-color: #faf8f5;
}
.z_home_sec .qy_sec .qy_l {
  width: 50.7%;
}
.z_home_sec .qy_sec .qy_r {
  width: 36%;
}
.z_home_sec .qy_sec .img {
  display: block;
  width: 100%;
  height: auto;
}
.z_home_sec .xwzx_sec .swiper_box {
  position: relative;
  width: 42%;
  height: 44rem;
}
.z_home_sec .xwzx_sec .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.z_home_sec .xwzx_sec .swiper_box .swiper-slide {
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_sec .xwzx_sec .swiper_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: #fff;
  border-radius: 50%;
}
.z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullet-active {
  color: #fff;
  background: #d3b174;
}
.z_home_sec .xwzx_sec .swiper_box .swiper-horizontal > .swiper-pagination-bullets,
.z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-right: 2rem;
  bottom: 17px;
  text-align: right;
  box-sizing: border-box;
}
.z_home_sec .xwzx_sec .swiper_box .title_bot {
  padding: 0 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.z_home_sec .xwzx_sec .swiper_box .bot_con {
  width: calc(100% - 20rem);
}
.z_home_sec .xwzx_sec .xwzx_box {
  display: inline-block;
  width: 26%;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item {
  display: block;
  padding: 3rem 3rem 0;
  max-width: 100%;
  height: 21.1rem;
  background-color: #fff;
  box-sizing: border-box;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:not(:last-child) {
  margin-bottom: 2rem;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .title {
  font-size: 1.8rem;
  color: #222222;
  font-weight: bold;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .desc {
  font-size: 1.4rem;
  color: #4D4D4D;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .opre_bot {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6e6e6;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box {
  position: relative;
  color: #999999;
  text-align: right;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .day {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.6rem;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .year {
  font-size: 1.4rem;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .spre {
  margin: 1rem 0;
  width: 1.8rem;
  height: 1px;
  background: #CCCCCC;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item .iconfont {
  font-size: 3.2rem;
  color: #999999;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:hover {
  background-color: #d3b174;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:hover .date_box .day,
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:hover .iconfont {
  color: #222222;
}
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:hover .date_box .year,
.z_home_sec .xwzx_sec .xwzx_box .xwzx_item:hover .date_box .spre {
  color: #4D4D4D;
}
.z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item {
  height: 13.3rem;
}
.z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box {
  margin-right: 2rem;
  text-align: left;
}
.z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .item_con {
  padding-left: 2rem;
  border-left: 1px solid #e6e6e6;
}
.z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .item_con .iconfont {
  font-size: 2rem;
}
.z_home_sec .flfg_sec .flfg_item {
  display: inline-flex;
  padding: 0 3rem;
  width: 33%;
  box-sizing: border-box;
  overflow: hidden;
}
.z_home_sec .flfg_sec .flfg_item:nth-child(2) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.z_home_sec .flfg_sec .date_box {
  position: relative;
  top: -1.5rem;
  color: #222222;
  text-align: right;
}
.z_home_sec .flfg_sec .date_box .day {
  font-size: 3rem;
}
.z_home_sec .flfg_sec .date_box .year {
  font-size: 1.6rem;
}
.z_home_sec .flfg_sec .item_con {
  margin-left: 3rem;
  flex: 1;
}
.z_home_sec .flfg_sec .item_con .tit {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  color: #999999;
}
.z_home_sec .flfg_sec .item_con .desc {
  min-height: 60px;
  font-size: 1.8rem;
  color: #222222;
}
.z_home_sec .flfg_sec .item_con:hover .desc {
  color: #d3b174;
}
.z_home_sec .zzry_sec .ry_box {
  float: left; margin-bottom: 3rem;
  width: calc(25% - 2.3rem); overflow: hidden;
  text-align: center;
}
.z_home_sec .zzry_sec .ry_box .img_box {
	display: block;
	width: 100%;
	height: 24rem; overflow: hidden;
}
.z_home_sec .zzry_sec .ry_box .img {
  width: 100%; height: 100%;
  object-fit: cover; transition: all .3s;
}
.z_home_sec .zzry_sec .ry_box:hover .img { transform: scale(1.1); }
.z_home_sec .zzry_sec .ry_box .tit {
  padding: 0 1.5rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #222222;
  font-weight: bold;
  background-color: #F5F5F5;
  box-sizing: border-box;
}
.z_home_sec .zzry_sec .ry_box:not(:nth-child(4n)) {
  margin-right: 3rem;
}
.z_home_sec.det_sec {
  padding: 3rem 0;
  border-top: 1px solid #e6e6e6;
}
.z_home_sec.det_sec .sec_nav {
  font-size: 1.4rem;
}
.z_home_sec.det_sec .sec_nav .nav_item {
  color: #333333;
}
.z_home_sec.det_sec .sec_nav .nav_item.active,
.z_home_sec.det_sec .sec_nav .nav_item:hover {
  color: #d3b174;
}
.z_home_sec.det_sec .sec_nav .iconfont {
  font-size: 1.2rem;
}
.z_home_sec.det_sec .det_box {
  padding: 4rem 0;
  min-height: 40rem;
  font-size: 1.4rem;
  color: #333333;
}
.z_home_sec.det_sec .det_box img {
  max-width: 100%;
}
.z_home_sec.det_sec .det_box .det_tit {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  text-align: center;
}
.z_home_sec .business_box {
  width: 80rem;
}
.z_home_sec .business_box .yw_desc {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #222222;
}
.z_home_sec .business_box .yw_item {
  display: inline-flex;
  padding: 3rem;
  margin-bottom: 1rem;
  width: calc(50% - .5rem);
  height: 14rem;
  font-size: 1.4rem;
  color: #999999;
  background-color: #fff;
  box-sizing: border-box;
}
.z_home_sec .business_box .yw_item:nth-child(odd) {
  margin-right: 1rem;
}
.z_home_sec .business_box .yw_item .img {
  margin-right: 1.5rem;
  width: 18%;
}
.z_home_sec .business_box .yw_item .item_con {
  flex: 1;
}
.z_home_sec .business_box .yw_item .item_con .tit {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #222222;
}
.z_home_box .box_l {
  width: 25%;
  font-size: 1.8rem;
  color: #333333;
  background-color: #fff;
}
.z_home_box .box_l .tab_item {
  padding-left: 3rem;
  height: 7rem;
  line-height: 7rem;
  cursor: pointer;
  box-sizing: border-box;
}
.z_home_box .box_l .tab_item.active,
.z_home_box .box_l .tab_item:hover {
  background-color: #d3b174;
}
.z_home_box .box_r {
  padding: 3rem;
  width: 73%;
  min-height: 50rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #333333;
  background-color: #fff;
}
.z_home_box .box_r .tab_title {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.z_home_box .box_r .tab_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 7rem;
  height: 2px;
  background: #d3b174;
}
.z_home_box .box_r .show_box {
  display: none;
}
.z_home_box .box_r .show_box.show {
  display: block;
}
.desc_box img{
  max-width: 100%;
}
.z_home_box .box_r .desc_box .img {
  max-width: 100%;
}
.z_home_box .box_r .desc_box .ry_box {
  margin: 0 1.5rem 1.5rem 0;
  width: calc(33.33% - 1.5rem);
}
.z_home_box .box_r .desc_box .ry_box:nth-child(3n) {
  margin-right: 0;
}
.z_home_box .box_r .desc_box .ry_box .img {
  display: inline-block;
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.z_home_box .box_r .desc_box .ry_box .tit {
  padding: 0 1.5rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #222222;
  font-weight: bold;
  background-color: #F5F5F5;
  box-sizing: border-box;
  text-align: center;
}
.z_home_box .box_r .news_box {
  width: 100%;
}
.z_home_box .box_r .news_box .news_item {
  margin-top: 3rem;
  width: 100%;
}
.z_home_box .box_r .news_box .news_item:hover .img_box .img {
  transform: scale(1.1);
}
.z_home_box .box_r .news_box .news_item:hover .item_con .tit {
  color: #d3b174;
}
.z_home_box .box_r .news_box .img_box {
  flex: 0 0 16rem;
  width: 16rem;
  height: 11rem;
  overflow: hidden;
}
.z_home_box .box_r .news_box .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.z_home_box .box_r .news_box .item_con {
  flex: 0 0 calc(100% - 18rem);
  margin-left: 2rem;
  width: calc(100% - 18rem);
  font-size: 1.4rem;
}
.z_home_box .box_r .news_box .item_con .tit {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
.z_home_box .box_r .news_box .item_con .desc {
  margin-top: .5rem;
  height: 4.5rem;
  color: #666;
}
.z_home_box .box_r .news_box .item_con .date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #999999;
}
.z_home_box .news_list .news_det {
  padding-left: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  color: #333333;
  box-sizing: border-box;
}
.z_home_box .news_list .news_det .date {
  flex: 0 0 15rem;
  width: 10rem;
  color: #999999;
  text-align: right;
}
.z_home_box .news_list .news_det::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.8rem solid #d3b174;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  transform: translateY(-50%);
}
.z_home_box .news_list .news_det:hover {
  color: #d3b174;
}
.z_home_footer {
  padding: 3rem 0;
  background-color: #1A1A1A;
  text-align: center;
  color: #d3b174;
  font-size: 1.6rem;
  border-top: 4px solid #d3b174;
}
.z_home_footer .footer_box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.z_home_footer .logo {
  display: block;
  height: 6rem;
}
.z_home_footer .copy_box {
  text-align: left;
  line-height: 3rem;
  box-sizing: border-box;
}
.z_home_footer .copy_scan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.z_home_footer .copy_scan .qrcode {
  display: inline-block;
  width: 13rem;
  height: 13rem;
  object-fit: cover;
}
.z_home_footer .copy_scan .tips {
  margin-right: 2rem;
  writing-mode: tb;
  letter-spacing: 2px;
}
.z_home_footer .company_name {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: bold;
}
.z_home_footer .copy_line {
  margin-top: 3rem;
  padding: 2.6rem 0 0;
  font-size: 1.2rem;
}
.page_banner {
  padding: 10rem 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
}
.page_banner .cn {
  font-size: 4rem;
}
.page_banner .en {
  font-size: 2.4rem;
}
.more_box {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 0;
  height: 100%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s;
}
.more_box .nav_box {
  display: inline-block;
  margin-right: 0;
  max-width: 30rem;
  width: 50%;
  height: 100%;
  line-height: 5rem;
  background-color: #fff;
}
.more_box .nav_box .close_sec {
  padding-right: 2rem;
  text-align: right;
  box-sizing: border-box;
}
.more_box .nav_box .close_sec .iconfont {
  font-size: 3erm;
  color: #000000;
}
.more_box .nav_box .nav_item {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}
.more_box .nav_box .nav_item.active,
.more_box .nav_box .nav_item:hover {
  color: #222222;
  background-color: #d3b174;
}
.more_box .nav_box .nav_item.active::after,
.more_box .nav_box .nav_item:hover::after {
  display: none;
}
.more_box.show {
  left: 0;
  width: 100%;
  opacity: 1;
}
/* 弹窗 */
.fixed_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.fixed_modal .modal_con {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4rem;
  width: 40rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.fixed_modal .modal_con .close_btn {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  color: #333333;
  cursor: pointer;
}
.fixed_modal .modal_con .con_concat {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #222222;
  font-weight: 600;
}
.fixed_modal .modal_con .form_box {
  margin: 4rem 0 2rem;
  box-sizing: border-box;
}
.fixed_modal .modal_con .wl_desc {
  color: #808080;
}
.fixed_modal .modal_con .code_box {
  margin: 2rem auto;
  display: inline-block;
  width: 18rem;
  height: 18rem;
}
.fixed_modal .modal_con .code_box .img {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed_modal .modal_con.login_modal {
  display: none;
  font-size: 14px;
  color: #AAAAAA;
}
.fixed_modal .modal_con.login_modal .input_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.fixed_modal .modal_con.login_modal .input_box.no_bod {
  border-bottom: none;
}
.fixed_modal .modal_con.login_modal .input_box .input {
  display: inline-block;
  width: 100%;
  height: 3.8rem;
  font-size: 1.4rem;
  color: #222222;
}
.fixed_modal .modal_con.login_modal .input_box.short_input .input {
  width: calc(100% - 12rem);
}
.fixed_modal .modal_con.login_modal .input_box.short_input.show {
  display: flex;
}
.fixed_modal .modal_con.login_modal .input_box.short_input .iconfont {
  font-size: 1.6rem;
  color: #666;
}
.fixed_modal .modal_con.login_modal .input_box .code_img {
  position: relative;
  right: -1.5rem;
  display: inline-block;
  width: 12rem;
  height: 4rem;
}
.fixed_modal .modal_con.login_modal .input_box .code_btn {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  color: #4D4D4D;
}
.fixed_modal .modal_con.login_modal .input_box .code_btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 1.6rem;
  background-color: #D2D2D2;
  transform: translateY(-50%);
}
.fixed_modal .modal_con.login_modal .login_btn {
  margin-top: 3.3rem;
  display: block;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #d3b174;
  border-radius: 5px;
  cursor: pointer;
}
.fixed_modal .modal_form_check {
  display: inline-flex;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}
.fixed_modal .modal_form_check input[type=checkbox] {
  position: relative;
  top: -1px;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.fixed_modal .modal_form_check input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #D0CECE;
}
.fixed_modal .modal_form_check input[type=checkbox]:checked::before {
  content: '✔';
  color: #fff;
  border-color: #d3b174;
  background-color: #d3b174;
}
.fixed_modal .modal_form_check .check_tips {
  position: relative;
  top: -0.5rem;
  font-size: 1.4rem;
  color: #808080;
}
.fixed_modal .modal_form_check .check_tips .text {
  color: #d3b174;
}
.fixed_modal .modal_form_check .check_tips .text:hover {
  color: #334052;
  text-decoration: underline;
}
.fixed_modal .tips {
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
}
.fixed_modal .tips .reg {
  display: inline-block;
  color: #d3b174;
  cursor: pointer;
}



.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 a, .z_pages_bar li.active, .z_pages_bar li.disabled {
  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;
}
/*#d3b174  #d3b174*/
.z_pages_bar li.disabled{
  background-color: #dddddd;
}
.z_pages_bar a.active,
.z_pages_bar li.active,
.z_pages_bar a:hover {
  background: #d3b174;
  border-color: #d3b174;
  color: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .container {
    width: 120rem;
  }
  .z_home_sec .xwzx_sec .swiper_box {
    width: 44%;
  }
  .z_home_sec .xwzx_sec .xwzx_box {
    width: 27%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .page_banner {
    padding: 7rem 2rem;
  }
  .page_banner .cn {
    font-size: 3.4rem;
  }
  .page_banner .en {
    font-size: 2rem;
  }
  .z_home_head {
    height: 8rem;
    font-size: 1.4rem;
  }
  .z_home_head .head_box {
    height: 100%;
  }
  .z_home_head .head_r {
    display: none;
  }
  .z_home_head .more_nav {
    display: block;
  }
  .z_home_head .more_nav .iconfont {
    font-size: 3rem;
  }
  .z_home_banner {
    height: 60rem;
  }
  .z_home_banner .swiper-container {
    height: 60rem;
  }
  .z_home_sec {
    padding: 4rem 0;
  }
  .z_home_sec .sec_title {
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }
  .z_home_sec .sec_title .en {
    font-size: 2.2rem;
  }
  .z_home_sec .sec_title .cn {
    font-size: 2.3rem;
  }
  .z_home_sec .sec_title .more {
    margin-left: 3rem;
  }
  .z_home_sec .yw_sec .yw_l {
    padding: 2.2rem 2rem;
    height: auto;
    font-size: 1.4rem;
  }
  .z_home_sec .yw_sec .yw_l .tit {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .z_home_sec .yw_sec .yw_l .btn {
    padding: 0 2rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
  .z_home_sec .yw_sec .r_box {
    width: calc(50% - 1px);
    height: auto;
  }
  .z_home_sec .yw_sec .r_box .r_item {
    padding: 1.5rem;
    height: 10.5rem;
    font-size: 1.4rem;
  }
  .z_home_sec .yw_sec .r_box .r_item .icon_box {
    margin-right: 1.5rem;
    flex: 0 0 4rem;
    width: 4rem;
  }
  .z_home_sec .yw_sec .r_box .r_item .tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .z_home_sec .yw_sec .r_box .r_item:first-child {
    margin: 0;
    border-bottom: 1px solid #faf8f5;
  }
  .z_home_sec .qy_sec {
    padding-bottom: 3rem;
  }
  .z_home_sec .xwzx_sec {
    display: block;
  }
  .z_home_sec .xwzx_sec .swiper_box {
    width: 100%;
    height: 35rem;
  }
  .z_home_sec .xwzx_sec .swiper_box .title_bot {
    padding: 0 1.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .z_home_sec .xwzx_sec .swiper_box .bot_con {
    width: calc(100% - 12rem);
  }
  .z_home_sec .xwzx_sec .swiper_box .swiper-horizontal > .swiper-pagination-bullets,
  .z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 1.5rem;
    bottom: 13px;
  }
  .z_home_sec .xwzx_sec .xwzx_box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    width: calc(50% - 1rem);
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item {
    padding: 1rem; display: inline-block;
    margin: 0!important;
    width: calc(50% - 5px);
    height: 17.5rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .desc {
    font-size: 1.4rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .day {
    font-size: 2rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .year {
    font-size: 1.4rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .iconfont {
    font-size: 2.6rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .opre_bot {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r {
    float: right;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item {
    width: calc(33.33% - 5px);
    height: 17.5rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .flex-center {
    display: block;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box {
    display: flex;
    align-items: baseline;
    margin: 0;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box .spre {
    display: none;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box .day {
    margin-right: 1.4rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .item_con {
    margin-top: 1.5rem;
    padding: 1.5rem 0 0 0;
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  .z_home_sec .flfg_sec .flfg_item {
    padding: 1rem 0;
    width: 100%;
  }
  .z_home_sec .flfg_sec .flfg_item:nth-child(2) {
    padding: 0 1.5rem;
    border: none;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box {
    top: 0;
    color: #999999;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box .day {
    font-size: 2rem;
    font-weight: bold;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box .year {
    font-size: 1.4rem;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con {
    position: relative;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con .title {
    color: #999999;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con .desc {
    font-size: 1.6rem;
    -webkit-line-clamp: 1;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
  }
  .z_home_sec .zzry_sec .ry_box .img {
    height: 22rem;
  }
  .z_home_sec .zzry_sec .ry_box .tit {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .z_home_sec.det_sec {
    padding: 3rem;
  }
  .z_home_sec.det_sec .det_box {
    padding: 2.5rem 0;
  }
  .z_home_sec.det_sec .det_box .det_tit {
    font-size: 2.4rem;
  }
  .z_home_box .box_l {
    font-size: 1.7rem;
  }
  .z_home_box .box_l .tab_item {
    padding-left: 2.5rem;
    height: 6rem;
    line-height: 6rem;
    cursor: pointer;
    box-sizing: border-box;
  }
  .z_home_box .box_r {
    padding: 2.5rem;
  }
  .z_home_box .box_r .tab_title {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .z_home_box .box_r .desc_box .ry_box {
    margin: 0 1.5rem 1.5rem 0;
    width: calc(50% - .8rem);
  }
  .z_home_box .box_r .desc_box .ry_box:nth-child(even) {
    margin-right: 0;
  }
  .z_home_box .box_r .desc_box .ry_box:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .z_home_box .box_r .desc_box .ry_box .img {
    height: 20rem;
  }
  .z_home_box .box_r .desc_box .ry_box .tit {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .z_home_footer .container {
    padding: 0 1.5rem;
  }
  .z_home_footer .logo_box {
    width: 18rem;
  }
  .z_home_footer .logo_box .logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .z_home_footer .copy_box {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .z_home_footer .company_name {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .z_home_footer .copy_scan .tips {
    margin-right: 1rem;
  }
  .z_home_footer .copy_scan .qrcode {
    width: 12rem;
    height: 12rem;
  }
  .z_home_footer .copy_line {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .z_home_sec.business_sec {
    padding: 0;
    background-color: #fff;
  }
  .z_home_sec .business_box {
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .z_home_sec .business_box .yw_desc {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .z_home_sec .business_box .yw_item {
    padding: 2rem;
    margin-bottom: 2px;
    width: calc(50% - 1px);
    height: 10rem;
    font-size: 1.2rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .z_home_sec .business_box .yw_item:nth-child(odd) {
    margin-right: 2px;
  }
  .z_home_sec .business_box .yw_item .img {
    margin-right: 1rem;
    width: 18%;
  }
  .z_home_sec .business_box .yw_item .item_con .tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 699px) {
  .z_home_head {
    height: 6rem;
  }
  .z_home_head .logo {
    height: 3rem;
  }
  .z_home_head .more_nav .iconfont {
    font-size: 1.8rem;
  }
  .z_home_banner {
    height: 30rem;
  }
  .z_home_banner .swiper-container {
    height: 30rem;
  }
  .z_home_sec {
    padding: 3rem 0;
  }
  .z_home_sec .sec_title {
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }
  .z_home_sec .sec_title .en {
    font-size: 1.7rem;
  }
  .z_home_sec .sec_title .cn {
    font-size: 1.8rem;
  }
  .z_home_sec .sec_title .more {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .z_home_sec .sec_title .btns {
    display: none;
  }
  .z_home_sec .opre_tab {
    display: block;
    margin-bottom: 2rem;
  }
  .z_home_sec .opre_tab .btn {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .z_home_sec .opre_tab .btn.cur {
    font-weight: bold;
  }
  .z_home_sec .yw_sec .yw_l,
  .z_home_sec .yw_sec .yw_r {
    float: none;
    width: 100%;
  }
  .z_home_sec .yw_sec .yw_l {
    padding: 2rem;
    height: auto;
    font-size: 1.2rem;
  }
  .z_home_sec .yw_sec .yw_l .tit {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .z_home_sec .yw_sec .yw_l .btn {
    padding: 0 1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
  }
  .z_home_sec .yw_sec .r_box {
    width: calc(50% - 1px);
    height: auto;
  }
  .z_home_sec .yw_sec .r_box .r_item {
    padding: 1.5rem;
    font-size: 1rem;
  }
  .z_home_sec .yw_sec .r_box .r_item .icon_box {
    margin-right: 1rem;
    flex: 0 0 3rem;
    width: 3rem;
  }
	.z_home_sec .yw_sec .r_box .r_item .con_box {
		width: calc(100% - 4rem);
	}
  .z_home_sec .yw_sec .r_box .r_item .tit {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .z_home_sec .yw_sec .r_box .r_item:first-child {
    margin: 0;
    border-bottom: 1px solid #faf8f5;
  }
  .z_home_sec .qy_sec {
    padding-bottom: 3rem;
    display: block;
  }
  .z_home_sec .qy_sec .qy_l,
  .z_home_sec .qy_sec .qy_r {
    width: 100%;
  }
  .z_home_sec .qy_sec .qy_r {
    margin-top: 1.5rem;
  }
  .z_home_sec .xwzx_sec {
    display: block;
  }
  .z_home_sec .xwzx_sec .swiper_box {
    width: 100%;
    height: 26rem;
  }
  .z_home_sec .xwzx_sec .swiper_box .title_bot {
    padding: 0 1rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1rem;
  }
  .z_home_sec .xwzx_sec .swiper_box .bot_con {
    width: calc(100% - 5rem);
  }
  .z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullet {
    margin: 2px;
    width: 5px;
    height: 5px;
  }
  .z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #D70013;
  }
  .z_home_sec .xwzx_sec .swiper_box .swiper-horizontal > .swiper-pagination-bullets,
  .z_home_sec .xwzx_sec .swiper_box .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 1rem;
    bottom: 6px;
  }
  .z_home_sec .xwzx_sec .xwzx_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    width: 100%;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item {
    padding: 1rem;
    margin: 0!important;
    width: calc(50% - 5px);
    height: 16rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .desc {
    font-size: 1rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .day {
    font-size: 1.8rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .date_box .year {
    font-size: 1rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .iconfont {
    font-size: 2.4rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box .xwzx_item .opre_bot {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r {
    float: none;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item {
    width: calc(33.33% - 5px);
    height: 16rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .flex-center {
    display: block;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box {
    display: flex;
    align-items: baseline;
    margin: 0;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box .spre {
    display: none;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .date_box .day {
    margin-right: 1rem;
  }
  .z_home_sec .xwzx_sec .xwzx_box.xwzx_r .xwzx_item .item_con {
    margin-top: 1.3rem;
    padding: 1.3rem 0 0 0;
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  .z_home_sec .flfg_sec {
    display: block;
  }
  .z_home_sec .flfg_sec .flfg_item {
    padding: 1rem 0!important;
    width: 100%;
  }
  .z_home_sec .flfg_sec .flfg_item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box {
    top: 0;
    color: #999999;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box .day {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .z_home_sec .flfg_sec .flfg_item .date_box .year {
    font-size: 1rem;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con {
    position: relative;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con .title {
    color: #999999;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con .desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 1;
  }
  .z_home_sec .flfg_sec .flfg_item .item_con::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
  }
  .z_home_sec .zzry_sec .ry_box {
    display: inline-block;
    margin-right: 0!important;
    width: calc(50% - 5px);
  }
  .z_home_sec .zzry_sec .ry_box:nth-child(even) {
    float: right;
  }
  .z_home_sec .zzry_sec .ry_box .img {
    height: 17rem;
  }
  .z_home_sec .zzry_sec .ry_box .tit {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .z_home_sec.page_sec {
    padding: 0;
    background-color: #fff;
  }
  .z_home_sec.det_sec {
    padding: 1.5rem;
  }
  .z_home_sec.det_sec .det_box .det_tit {
    font-size: 1.8rem;
  }
  .z_home_sec .business_box {
    padding: 1.5rem;
  }
  .z_home_sec .business_box .yw_item {
    padding: 1.5rem;
  }
  .z_home_sec .business_box .yw_item .item_con .tit {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }
  .z_home_box .box_l,
  .z_home_box .box_r {
    float: none;
    width: 100%;
  }
  .z_home_box .box_l {
    display: flex;
  }
  .z_home_box .box_l .tab_item {
    flex: 1;
    padding-left: 0;
    width: 33.33%;
    font-size: 1.5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #F2F2F2;
  }
  .z_home_box .box_l::after {
    display: none;
  }
  .z_home_box .box_r {
    min-height: 30rem;
    padding: 1.5rem;
    font-size: 1.3rem;
  }
  .z_home_box .box_r .tab_title {
    display: none;
  }
  .z_home_box .box_r .desc_box .ry_box .img {
    height: 17rem;
  }
  .z_home_box .box_r .desc_box .ry_box .tit {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .z_home_box .box_r .news_box .news_item {
    margin: 0 0 1.5rem;
  }
  .z_home_box .box_r .news_box .img_box {
    flex: 0 0 10rem;
    width: 10rem;
    height: 7.5rem;
  }
  .z_home_box .box_r .news_box .item_con {
    flex: 0 0 calc(100% - 11rem);
    margin-left: 1rem;
    width: calc(100% - 11rem);
  }
  .z_home_box .box_r .news_box .item_con .tit {
    font-size: 1.6rem;
  }
  .z_home_box .box_r .news_box .item_con .desc {
    height: auto;
    font-size: 1.4rem;
    -webkit-line-clamp: 1;
  }
  .z_home_box .box_r .news_box .item_con .date {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .z_home_box.pai_box .box_l {
    display: none;
  }
  .z_home_box.pai_box .box_l.show {
    display: flex;
  }
  .z_home_box.pai_box .box_r {
    padding: 0 1.5rem 3rem;
  }
  .z_home_box.pai_box .box_r .news_det {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin: 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .z_home_box.pai_box .box_r .news_det .tit {
    white-space: break-spaces;
    overflow: visible;
    font-size: 1.5rem;
  }
  .z_home_box.pai_box .box_r .news_det .date {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: left;
  }
  .z_home_box.pai_box .box_r .news_det::before {
    top: 2.2rem;
    transform: translateY(0);
  }
  .z_home_footer {
    padding-top: 8rem;
    position: relative;
  }
  .z_home_footer .container {
    padding: 0 1rem;
  }
  .z_home_footer .logo_box {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    width: 10rem;
  }
  .z_home_footer .logo_box .logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .z_home_footer .copy_box {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .z_home_footer .company_name {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .z_home_footer .copy_scan .tips {
    margin-right: 1rem;
  }
  .z_home_footer .copy_scan .qrcode {
    width: 9rem;
    height: 9rem;
  }
  .z_home_footer .copy_line {
    padding-top: 2rem;
    font-size: 1rem;
  }
  .page_banner {
    padding: 5rem 1.5rem;
  }
  .page_banner .cn {
    font-size: 2.8rem;
  }
  .page_banner .en {
    font-size: 1.8rem;
  }
  .z_pages_bar a {
    padding: 0 .5rem;
    margin: 0 2px;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .z_home_head {
    height: 5rem;
  }
  .z_home_head .logo {
    height: 2.5rem;
  }
  .z_home_head .more_nav .iconfont {
    font-size: 1.6rem;
  }
  .z_home_banner {
    height: 20rem;
  }
  .z_home_banner .swiper-container {
    height: 20rem;
  }
  .fixed_modal .modal_con {
    padding: 3rem;
    width: 30rem;
  }
  .fixed_modal .modal_con .con_concat {
    font-size: 1.8rem;
  }
  .fixed_modal .modal_con.login_modal .form_box {
    margin: 2rem 0 1.5rem;
  }
  .fixed_modal .modal_con.login_modal .login_btn {
    margin-top: 2rem;
    height: 4rem;
    line-height: 4rem;
  }
}
