/* 首页开始 */
/* banner开始 */
.sybanner {
  position: relative;
}

.focus {
  /* position: relative; */
  width: 100%;
  height: 100%;
  /* float: left; */
}




.focus a {
  display: block;
  width: 100%;
  /* height: 937px; */
  overflow: hidden;
}

.focus a img {
  width: auto;
  /* height: 937px; */
  border: 0;
  margin: 0 50%;
  transform: translateX(-50%)
}

.focus .fPic {
  /* position: absolute; */
  left: 0px;
  top: 0px;
}

.focus .fcon {
  /* position: relative; */
  width: 100%;
  /* float: left; */
  display: none;
  background: #000
}




.focus .D1fBt a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 10px 5px;
  text-decoration: none;
  text-align: center;
  outline: 0;
  padding: 4px;
}

.focus .D1fBt a i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
  border: 1px solid #C71751;
}

.focus .D1fBt .current i {
  background-color: #9A1D25;
}

.more {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #d61756;
  position: absolute;
  bottom: 200px;
  left: 47%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.down {
  position: absolute;
  bottom: 60px;
  left: 49.5%;
  width: 25px;
  height: 20px;
  background-image: url(../img/down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all .3s linear 0s;
			animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
}
@keyframes b_jump {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}

@-webkit-keyframes b_jump {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
/* banner结束 */

/* 企业介绍开始 */
.companies—introduce {
  width: 100%;
  height: 720px;
}

.ci-content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 90px 0;
}

.ci-title {
  width: 44%;
  height: 540px;
  float: left;
  padding: 54px 0;
}

.ci-title-img {
  width: 205px;
  height: 125px;
  background-image: url(../img/qyjs.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
}

.ci-text {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 45px 0;
}

.ci-text p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 3%;
}

.ci-img {
  width: 48%;
  height: 540px;
  float: right;
}

.ci-img img {
  max-width: 100%;
}

.more1 {
  display: block;
  width: 130px;
  height: 40px;
  border: solid 1px #d61756;
  font-size: 16px;
  line-height: 40px;
  color: #d61756;
  text-align: center;
}

.more1:hover {
  color: #fff;
  background-color: #d61756;
}

/* 企业介绍结束 */
/* 首页视频开始 */
.sy-video {
  width: 100%;
  height: 450px;
  background-image: url(../images/video.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}

.sy-video-btn {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9997;
  position: relative;
}

.sy-video-btn .shipin {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 52%;
  left: 47%;
}

.sy-video-btn .shipin_text {
  width: auto;
  text-align: center;
  padding-top: 120px;
}

.sy-video-btn .shipin_text p {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  opacity: 0.5;
}

.sy-video-btn .shipin_text span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.35;
  display: block;
}

.sy-video-btn .shipin img {
  width: 100%;
  height: 100%;
}

.shipin .video_mb {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.shipin .video {
  width: 35%;
  height: 420px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: none;
  z-index: 20000;
}

.shipin .video div {
  height: 50px;
  width: 100%;
  text-align: right;
}

.shipin .video div img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

/* 首页视频结束 */
/* 鱼你相恋四块内容开始 */
.content3 {
  width: 100%;
  height: 825px;
}

.content-step {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

.content-title {
  width: 100%;
  height: 300px;
  padding-top: 70px;
}

.content-titleimg {
  width: 240px;
  height: 165px;
  margin: auto;
  background-image: url(../img/ynxl.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
}

.content-con {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.content-con ul {
  width: 100%;
  height: 100%;
}

.content-con ul li {
  width: 18%;
  height: 100%;
  float: left;
  margin-right: 9.3%;
}

.content-con ul li:last-child {
  margin-right: 0;
}

.gongyi {
  width: 100%;
  height: auto;
  transition: ease-in-out 1.5s;
  transform-style: preserve-3d;
  /* position: relative; */
}

.content-con ul li:hover .gongyi {
  transform: rotateY(180deg);
  /* transition: all 1.5s; */
}

.gongyi img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
}

.gimg2 {
  transform: rotateY(180deg);
  /* transition: all 1.5s; */
}

.gimg2 {
  display: none;
}

.content-con ul li:hover .gimg1 {
  display: none;
}

.content-con ul li:hover .gimg2 {
  display: block;
}

.gongyi-tt {
  width: 100%;
  height: 160px;
  margin-top: 20px;
}

.gongyi-tt p {
  font-size: 24px;
  line-height: 45px;
  color: #ff0062;
  text-align: center;
}

.gongyi-tt i {
  display: block;
  width: 80px;
  height: 2px;
  margin: auto;
  border: solid 1px #ff0062;
}

.gongyi-tt ul {
  width: 80%;
  margin: auto;
  height: auto !important;
}

.gongyi-tt ul li {
  width: auto;
  height: 32px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  float: none;
  text-align: center;
}

.gongyi-tt .chengnuo li {
  text-align: left !important;
}

/* 鱼你相恋四块内容结束 */
/* 大众点评开始 */
.publiccomment {
  width: 100%;
  height: 810px;
  background-image: url(../images/mlxxbj.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 130px;
}

.publiccomment-title {
  width: 935px;
  height: 102px;
  /* background-image: url(../img/bichibang.png); */
  /* background-repeat: no-repeat; */
}

.publiccomment-title img {
  width: 100%;
}

.publiccomment-con {
  width: 100%;
  height: 500px;
  margin-top: 85px;
}

.publiccomment-con ul {
  float: right;
}

.publiccomment-con ul li {
  width: auto;
  height: 500px;
  float: left;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.7s;
  transform: scale(1.01);
}

.publiccomment-con ul li:last-child {
  margin-right: 0;
}

.publiccomment-con ul li .pimg2,
.publiccomment-con ul li .pmb .pimg3 {
  display: none;
  transition: all 0.7s;
  transform: scale(1.01);
}

.publiccomment-con ul li:hover .pimg1,
.publiccomment-con ul li:hover .pmb .pimg4 {
  display: none;
  transition: all 0.7s;
  transform: scale(1.01);
}

.publiccomment-con ul li:hover .pimg2,
.publiccomment-con ul li:hover .pmb .pimg3 {
  display: block;
  transition: all 0.7s;
  transform: scale(1.01);
}

.publiccomment-con ul li:hover .pimg2 {
  display: block;
  animation: publiccommentimg 0.5s;
}

@keyframes publiccommentimg {
  from {
    width: 280px;
    height: 500px;
  }

  to {
    width: 320px;
    height: 500px;
  }
}

.pmb {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  padding-top: 30px;
}

.pmb .pimg4,
.pmb .pimg3 {
  display: block;
  margin: auto;
}

/* 大众点评结束 */
/* 推荐菜品开始 */
.recommendedmenu {
  width: 100%;
  height: 705px;
  padding-top: 60px;
}

.menu-title {
  width: 100%;
  height: 113px;
  background-image: url(../img/tjcp.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* 推荐菜品轮播 */
.menu-lunbo {
  width: 100%;
  height: 465px;
  margin-top: 35px;
}

.friend {
  height: 413px;
  margin: 0 auto;
  /* overflow: hidden; */
  width: 100%;
}

.mr_frbox {
  height: 407px;
  position: relative;
}

.mr_frBtn {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  margin: 150px -40px 0 0;
  width: 28px;
  position: absolute;
  z-index: 99;
}

.mr_frUl {
  height: 390px;
  margin-left: 10px;
}

.mr_frBtnR {
  float: right;
  margin-top: 160px;
  cursor: pointer;
  width: 28px;
  height: 46px;
}

.mr_frUl ul li {
  display: inline-block;
  float: left;
  width: 473px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mr_frUl ul li a img {
  width: 100%;

}

.prev {
  left: 40px;
  top: 30px;
}

.next {
  right: 72px;
  top: 30px;
}

.menuname {
  position: absolute;
  bottom: 35px;
  right: 35px;
  color: #fff;
  font-size: 20px;
}

.mr_frUl ul li:hover a {
  /* height: 100%; */
  bottom: 20px;
  transition: all 1s;
}

.tempWrap {
  height: 100%
}

.tempWrap ul li a {
  width: 100%;
  /* height: 100%; */
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 1s;
}

.hd {
  position: absolute;
  bottom: 0;
  z-index: 9999;
}

.hd ul li {
  width: 10px !important;
  height: 10px;
  border-radius: 50%;
  background-color: #C71751;
}

/* 推荐菜品结束 */
/* 店面风采开始 */
.storepresence {
  width: 100%;
  height: auto;
  background-image: url(../images/Storepresencebj.png);
  background-repeat: no-repeat;
  padding: 60px 0;
}

.storepresence-title {
  width: 100%;
  height: 110px;
  background-image: url(../img/dmfc.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.storepresence-abstract {
  width: 100%;
  height: 90px;
  margin-top: 30px;
}

.storepresence-abstract p {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.store-con {
  width: 92%;
  max-width: 1500px;
  margin: auto;
  height: auto;
  overflow: hidden;
}

/* 店面风采轮播有一单独css */
/* 店面风采结束 */
/* 新闻动态开始 */
.synews {
  width: 100%;
  height: 850px;
  background-color: #F9F9F9;
}

.synews_title {
  width: 100%;
  height: 110px;
  background-image: url(../img/NewsCenter.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.synews_content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 60px;
}

.synews_con {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}


.synews_conleft {
  width: 47%;
  height: auto;
  float: left;
}

.synews_conright {
  width: 50%;
  height: 565px;
  float: right;
}

.synews_conlefttu {
  width: 100%;
  height: 377px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.synews_conleft:hover .synews_conlefttu img {
  transform: scale(1.05);
  opacity: .8;
  transition: all 0.7s;
}

.synews_conlefttu img {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.synews_text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(25, 25, 25, 0.5);
}

.synews_text span {
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #ffffff;
}


.synews_text span:last-child {
  float: right;
  font-size: 16px;
}

.synews_abstract {
  width: 100%;
  height: auto;
  padding: 20px 0;
  cursor: pointer;
}

.synews_abstract a {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
}

.synews_abstract p {
  width: 92%;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}

.synews_abstract:hover a {
  color: #d61756;
}

.moredetail {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #f9f9f9;
  border: solid 1px #d61756;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #d61756;
  margin-top: 9px;
}

.moredetail:hover {
  background-color: #d61756;
  color: #fff;
}

.synews_conleft:hover .moredetail {
  background-color: #d61756;
  color: #fff;
  transition: all 0.7s;
}

.conright1 {
  width: 100%;
  height: 280px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  cursor: pointer;
  margin-bottom: 16px;
}

.conright1_tu {
  width: 43%;
  height: auto;
  float: left;
  display: block;
  overflow: hidden;
}

.conright1_tu img {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}

.conright1_text {
  width: 50%;
  height: 260px;
  float: right;
  padding-top: 15px;
}

.conright1_text span {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

.conright1_text a {
  display: block;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #333333;
}

.conright1_text p {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.conright1:hover img {
  transform: scale(1.05);
  opacity: .8;
  transition: all 0.7s;
}

.conright1:hover a {
  color: #C71751;
}

.conright1:last-child {
  border-bottom: 0;

}

/* 新闻动态结束 */
/* 携手并进，共创未来8开始 */
.content8 {
  width: 100%;
  height: 500px;
  background-image: url(../images/xsbj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.content8 .content8_p{
  padding-top: 10%;
  width: 45%;
  text-align: center;
  color: #fff;
  margin: auto;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
}

.content8 a {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #d61756;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 130px;
  left: 46.5%;
  cursor: pointer;
}

/* 携手并进，共创未来8结束 */
/* 首页结束 */
/* 品牌优势—产品特色 */
.nybanner {
  width: 100%;
  height: 450px;
  background-image: url(../images/bbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 370px;
}

.nybanner_nav {
  width: auto;
  text-align: center;
  padding: 10px 10px;
}

.nybanner_nav a,
.nybanner_nav span {
  font-size: 16px;
  color: #ffffff;
}

.nybanner_nav p {
  display: inline;
  font-size: 16px;
  color: #ffffff;
}

.fish {
  width: 100%;
  height: 565px;
  background-color: rgba(229, 229, 229, 0.35);
}

.fish_content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 80px;
}

.fish_title {
  width: 430px;
  height: 140px;
  margin: auto;
  background-image: url(../img/dianming.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fish_con {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.fish_con ul {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.fish_con ul li {
  width: 22%;
  height: 240px;
  float: left;
  margin-right: 4%;
}

.fish_con ul li:last-child {
  margin-right: 0;
}

.fish_img {
  margin: auto;
  width: 90%;
  height: 100px;
}

.fish_img img {
  width: 100%;
  height: 100%;
}


.fish_con ul li:last-child .fish_text {
  padding: 10px 37px;
}

.fish_con ul li:last-child .fish_text p {
  text-align: left;
}

.live_title {
  padding-bottom: 50px;
}

.live_title span {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.live_abstract p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.spicydelicious {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  overflow: hidden;
  padding-bottom: 50px;
}

.spicy_title {
  width: 100%;
  height: 145px;
  background-color: #333333;
}


.spicy_img img {
  width: 100%;
  height: 100%;
}

.home_dishes {
  width: 100%;
  height: auto;
}

.home_con {
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.home_con ul {
  width: 100%;
  height: auto;
}

.home_con ul li {
  width: 32%;
  height: 370px;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.home_con ul li img {
  max-width: 100%;
}

.home_con ul li:nth-child(3n) {
  margin-right: 0px;
}

.home_con ul li p {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.home_text {
  width: 85%;
  height: 150px;
  background-color: #fff;
  /*! display: none; */
  box-shadow: -2px 2px 29px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: -150px auto 0;
  z-index: 9996;
  position: absolute;
  bottom: -155px;
  left: 8%;
  padding: 30px 37px;
  transition: all 2s;
  /*! overflow: hidden; */
}

.home_con ul li:hover .home_text {
  /*! display: block; */
  transition: all 2s;
  bottom: 15px;
}

.home_text p {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.home_text span {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  display: block;
}

/* 产品特色结束 */
/* 关于我们开始 */
.abanner {
  background-image: url(../images/abanner.jpg);
}


.company_left {
  width: 49.5%;
  height: 100%;
  float: left;
}

.company_title p,
.company_title span {
  text-align: left;
}

.company_leftcon {
  width: 100%;
  padding-top: 20px;
}

.brand_left {
  width: 50%;
  height: auto;
  float: left;
}

.brand_left img {
  max-width: 100%;
}


.brand_right {
  width: 41.7%;
  height: 100%;
  float: right;
  padding-top: 20px;
}

.brand_rightcon {
  width: 128%;
  height: 220px;
  background-color: rgba(204, 204, 204, 0.25);
  margin-left: -142px;
  margin-top: -72px;
  padding-left: 146px;
  padding-top: 40px;
  padding-right: 15px;
}

.brand_rightcon p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tab_history {
  width: 100%;
  height: auto;
  background-image: url(../img/fazhan.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin-top: 30px;
}
.tab_history  li:nth-child(2n) .history_left{float: right;}
.tab_history  li:nth-child(2n) .history_right{float: left;}
.history_right div{line-height: 40px;}
.history_left {
  width: 39%;
  height: auto;
  box-shadow: -10px 7px 27px 0px rgba(0, 0, 0, 0.14);
  float: left;
}

.history_left img,
.history_right2 img {
  max-width: 100%;
}



.history_left2 {
  width: 510px;
  height: 100%;
  box-shadow: none;
}

.history_right2 {
  width: 100%;
  height: auto !important;
  box-shadow: -10px 7px 27px 0px rgba(0, 0, 0, 0.14);
}

.history_right span,
.history_left2 span {
  font-size: 24px;
  line-height: 40px;
  color: #cccccc;
  display: block;
  margin-left: -50px;
}

.history_left2 span {
  margin-left: 10%;
}


.history_left2 h4,
.history_left2 p {
  margin-left: 50px;
}


.history_dot {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 49%;
  top: 50px;
}

.history_dot img {
  width: 100%;
  height: 100%;
}

/* 战略目标开始 */
.strategic_target {
  width: 100%;
  height: 690px;
  background-color: #f9f9f9;
  padding-top: 80px;
}

.strategic_content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

.strategic_left {
  float: left;
  width: 40.5%;
  height: 388px;
}

.strategic_left img {
  width: 100%;
  height: 100%;
}

.strategic_con {
  width: 100%;
  height: 500px;
}

.strategic_right h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  margin-bottom:5%;
}



.strategic_right span {
  font-weight: normal;
}

.culture {
  width: 100%;
  height: 450px;
  background-image: url(../images/aculture-bj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  position: relative;
  background-position: 50%;
}

.culture_title {
  width: auto;
  margin-left: -25px;
}

.culture_title p {
  color: #aaaaaa;
}

.culture_title span {
  color: #ffffff;
}

.culture_con {
  width: 40.1%;
  height: 238px;
  background-color: rgba(255, 255, 255, 0.11);
  position: absolute;
  bottom: 65px;
  left: 43%;
  padding: 40px 140px 50px 80px;
}

.culture_con p {
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* 家族文化 */
.family_brand {
  width: 92%;
  max-width: 1200px;
  height: 700px;
  margin: auto;
  padding-top: 80px;
}

.family_con {
  width: 100%;
  height: 520px;
  padding: 20px 0;
}

.family_con ul {
  width: 100%;
  overflow: hidden;
  height: auto;
}



.family_text {
  width: 100%;
  height: 50px;
}

.family_text p {
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  text-align: center;
}

.family_con ul li {
  width: 29%;
  float: left;
  margin-right: 6.5%;
}

/* 直营合作 */
.zbanner {
  background-image: url(../images/zbanner.jpg);
}

.cooperation {
  padding: 80px 0px 45px 0;
}

.cooper_content li {
  background-color: #fff;
  width: 30.71%;
  padding: 4% 2%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
  height: 300px;
  border: solid 2px transparent;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.03);
}

.cooper_content li:nth-child(3n) {
  margin-right: 0;
}

.cooper_content li:hover {
  border: solid 2px #ec2a6a;
  transition: all 0.7s;
}

.cooper_content li .li_img {
  width: 25%;
}

.cooper_content li .li_img img {
  width: 100%;
}

.cooper_content li .li_p_one {
  font-size: 1.3em;
  color: #333333;
  margin-top: 8%;
}

.cooper_content li .li_p_two {
  line-height: 24px;
  font-size: 1.1em;
  color: #999999;
  margin-top: 3%;
}

.cooperation_form {
  padding: 80px 0px;
}

.cooperation_form .content_form {
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.cooperation_form .content_form .form_div {
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 0;
  padding-bottom: 30px;
}

.cooperation_form .content_form .form_div p.form_title {
  border-left: solid 2px #e4007f;
  padding: 0px 12px;
  color: #333333;
  font-size: 20px;
  margin: 30px 0px;
}

.cooperation_form .content_form .photo {
  width: 145px;
  height: 180px;
  border: solid 1px #e5e5e5;
  background: url(../img/photo.png) no-repeat center center;
  background-size: 100%;
}

.cooperation_form .content_form .photo img {
  width: 100%;
}

.cooperation_form .content_form .img_file {
  width: 100%;
  height: 100%;
  display: block;
}

.cooperation_form .content_form .layui-form-label {
  font-size: 16px;
  color: #333333;
  width: 31.5%;
}

.cooperation_form .content_form .text_label {
  width: 16%;
}

.cooperation_form .content_form .layui-input-block {
  margin-left: 0px;
}

.form_div_margin {
  margin: 20px 0;
}

.red {
  color: #d61756;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin-top: 4%;
}

.form_btn {
  text-align: center;
}

.submit {
  width: 15%;
  border-radius: 20px !important;
}

.form_submit {
  background-color: #d61756 !important;
}

.form_reset {
  background-color: #e5e5e5 !important;
  color: #333 !important;
}

.contact {
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
  clear: both;
}

.contact li {
  width: 9%;
  float: left;
  margin: 0px 8%;

}

.contact li .contact_img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 7%;
}

.contact li:hover .contact_img img:nth-child(2) {
  display: block;
}

.contact li:hover .contact_img img:nth-child(1) {
  display: none;

}

.contact li .contact_img img:nth-child(2) {
  display: none;
}

.contact li img {
  width: 100%;
}

.contact li p {
  margin: 1% 0;
  color: #333333;
  line-height: 24px;
  font-size: 1em;
}

.map {
  width: 70%;
  float: left;
}

.address_map {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.address_search {
  width: 80%;
  margin: 10px auto;
  background-color: #eee;
  border-radius: 14px;
}

.address_search input {
  height: 100%;
}

.address_search input[type="text"] {
  width: 80%;
  float: left;
  background: none;
}

.address_search input[type="submit"] {
  width: 20%;
  float: left;
}

/* 新闻中心开始 */
.nbanner {
  background-image: url(../images/newbanner.jpg);
}

.newscenter {
  width: 100%;
  height: auto;
  background-image: url(../images/newbj.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 70px;
}

.newscenter_con {
  width: 92%;
  max-width: 1200px;
  margin: auto;
  height: auto;
}

.news_title {
  width: 100%;
  margin: auto;
  height: 105px;
  text-align: center;
}

.news_list {
  width: 100%;
  height: auto;
  padding-top: 55px;
}

.news_list ul {
  width: 100%;
  height: auto;
}

.news_list ul li {
  width: 100%;
  height: 240px;
  box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  background-color: #fff;
  cursor: pointer;
}

.news_date {
  width: 16%;
  height: 100%;
  float: left;
  padding: 85px 0;
}

.news_date p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.news_date span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #666666;
  display: block;
  text-align: center;
}

.news_img {
  width: 15%;
  height: 175px;
  float: left;
  margin-top: 35px;
  position: relative;
}

.news_img .nimg2 {
  display: none;
}

.news_list ul li:hover .news_img .nimg2 {
  display: block;
  /* transition:all 0.9s; */
}

.news_list ul li:hover .news_img .nimg1 {
  display: none;
  /* transition:all 0.9s; */
}

.news_img img {
  width: 100%;
  height: 100%;
}

.news_img1 {
  width: 160px;
  height: 160px;
  background-color: #f9f9f9;
  box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 6px;
  overflow: hidden;
}

.news_text {
  width: 53%;
  height: 100%;
  float: left;
  padding: 50px 30px;
}

.news_text a {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  width: 100%;
  height: 50px;
  text-align: left;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_text p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}



.news_btn {
  width: 16%;
  height: 100%;
  float: right;
  padding: 97px 0;
}

.news_btn a {
  display: block;
  width: 110px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  margin: auto;
  text-align: center;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  color: #666666;
}



.news_list ul li:hover .news_text a {
  color: #ec2a6a;
}

.news_list ul li:hover .news_btn a {
  background-color: #ec2a6a;
  color: #fff;
}


/* 新闻中心结束 */
/* 新闻详情开始 */
.news_detail {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding-top: 80px;
}

.detail_title {
  width: 100%;
  height: 100px;
}

.detail_title1 {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.detail_title1 p {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.detail_title2 {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.detail_title2 span {
  display: inline-block;
  line-height: 45px;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  margin-right: 40px;
}

.detail_title2 span:last-child {
  margin-right: 0;
}

.detail_content {
  width: 100%;
  height: auto;
}

.detail_content1 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
}

.detail_content1 p {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}

.detail_content2 {
  width: 100%;
  height: auto;
  border-top: 1px solid #f0f0f0;
  line-height: 36px;
  margin-top: 50px;
  padding: 20px 0;
}

.detail_content2 p {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  margin-top: 0;
}

.detail_content2 a {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.detail_content2 a:hover {
  color: #e4007f;
}

/* 人力资源 */
.rbanner {
  background-image: url(../images/rbanner.jpg);
}

.human_resources-container {
  text-align: center;
}

.human_img {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.human_img img {
  width: 100%;
}

.comments_pagination,
.human_resources-pagination {
  overflow: hidden;
  clear: both;
  height: 20px;
  margin-top: 30px;
}

.human_resources {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding-top: 80px;
}

.comments_pagination .swiper-pagination-bullet,
.human_resources-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #d5d5d5;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  vertical-align: middle;
}

.human_resources-pagination .swiper-visible-switch {
  /* background: #aaa; */
}

.comments_pagination .swiper-pagination-bullet-active,
.human_resources-pagination .swiper-pagination-bullet-active {
  background: url('../img/dotselect.png') no-repeat center center;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.group_activities {
  width: 100%;
  height: auto;
}

.group_title {
  padding-bottom: 60px !important;
}


.football_team {
  width: 100%;
  height: 410px;
}

.football_img {
  width: 50%;
  height: auto;
  float: left;
}




.football_img img {
  max-width: 100%;
}

.football_team1 {
  width: 50%;
  height: auto;
  float: right;
  padding: 70px 0 0 85px;
}

.football_title {
  width: 235px;
  height: auto;
  border-top: solid 1px #b5b5b5;
}


.football_title p {
  font-size: 1.4em;
  color: #333333;
  margin-top: 25px;
}

.football_con {
  width: 652px;
  height: 168px;
  background-color: rgba(228, 0, 127, 0.05);
  margin-left: -137px;
  margin-top: -17px;
  padding: 40px 160px 20px 138px;
}


.football_con p {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}

.football_img1 {
  float: right;
  width: 51.25%;
  margin-top: -50px;
}


.football_team2 {
  float: left;
  width: 48%;
}



.football_con1 {
  margin-left: -85px;
  padding: 40px 230px 20px 87px;
}

.football_img2 {
  width: 51.25%;
  margin-top: -70px;
}


.football_team3 {
  width: 48%;
  padding: 20px 0 0 85px;
}






.collective_activity {
  width: 100%;
  height: auto;
}

.collective_title {
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
}

.collective_title p {
  width: 235px;
  border-top: solid 1px #b5b5b5;
  font-size: 30px;
  line-height: 85px;
  color: #333333;
  margin: auto;
}

.collective_title span {
  font-size: 16px;
  color: #666666;
}

.collective_con {
  width: 100%;
  height: auto;
  padding: 45px 0;
  overflow: hidden;
}

.collective_content {
  width: 28.75%;
  height: auto;
  float: left;
}

.collective_img1 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.collective_img1 img,
.collective_img2 img {
  max-width: 100%;
  transition: all 0.7s;
}

.collective_img1:hover img,
.collective_img2:hover img {
  transition: all 0.7s;
  transform: scale(1.05);
}

.collective_img2 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}


.collective_content1 {
  width: 33%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
}

.collective_img3 {
  width: 100%;
  height: auto;
}

.collective_img4 {
  width: 100%;
  height: auto;
}

.collective_content2 {
  width: 34%;
  height: auto;
  float: left;
}

.collective_img5 {
  width: 100%;
  height: auto;
}

.collective_img6 {
  height: auto;
  margin-top: 26px;
}

.collective_img7 {
  height: auto;
  margin-top: 27px;
}

.employee_growth {
  width: 100%;
  height: auto;
  padding-top: 50px;
}


.employee_con {
  width: 100%;
  height: auto;
  padding: 30px 0 80px 0;
  overflow: hidden;
}


.employee_con1 {
  width: 48.84%;
  height: 413px;
  background-image: url(../images/mlxxbj.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 85px 50px;
  float: left;
}

.employee_con1 span {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}

.employee_con1 p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
}

.employee_con2 {
  width: 50%;
  height: 410px;
  background-color: #ffffff;
  float: right;
}

/* 员工成长轮播css */
.device {
  width: 100%;
  height: 100%;
  position: relative;
}

.device .arrow-left {
  background: url(../img/leftcp.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 45%;
  margin-top: -15px;
  width: 45px;
  height: 70px;
  z-index: 9998;
}




.device .arrow-right {
  background: url(../img/rightcp.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 45%;
  margin-top: -15px;
  width: 45px;
  height: 70px;
  z-index: 9998;
}


.swiper-container {
  width: 100%;
  height: 410px;
}

.our_team {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding-bottom: 80px;
}

.our_swiper {
  width: 100%;
  height: 500px;
  background-color: salmon
}

/* 人才招聘 */
.recruitment {
  width: 100%;
  height: auto;
  padding-bottom: 90px;
}

.option_ul {
  text-align: center;
  margin-bottom: 3%;
}

.option_ul li {
  width: 15%;
  margin: 1% 8%;
  font-size: 20px;
  border: solid 1px #d61756;
  height: 40px;
  line-height: 35px;
  color: #d61756;
  display: inline-block;
  cursor: pointer;
}

.option_ul li.active {
  color: #fff;
  background-color: #d61756;
}

.recruitment_con {
  /*width: 1200px;*/
  height: auto;
  padding: 65px 60px;
  background-color: #ffffff;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.07);
  display: none;
}

.recruitment_con ul {
  width: 100%;
  height: auto;
}

.recruitment_con ul li {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.recruitment_con ul li .recruitment_con1 p {
  font-size: 18px;
  line-height: 45px;
  color: #d61756;
  display: inline-block;
  width: 25%;
}

.recruitment_con ul li .recruitment_img {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}

.shouqi,
.zhankai {
  width: 100%;
  height: 100%;
}

.recruitment_con ul li .recruitment_img .shouqi {
  display: none;
}



.recruitment_con1 {
  width: 100%;
  height: auto;
  border-bottom: 0px solid #e3eee8;
}

.zhankai-con {
  width: 100%;
  height: 485px;
  background-color: #f9f9f9;
  margin-top: 15px;
  padding: 10px 30px;
  display: none;
  animation: myfirst 2s;
  overflow: hidden;
}

@keyframes myfirst {
  from {
    height: 0px;
  }

  to {
    height: 485px;
  }
}

.zhankai-con p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}


/* 品牌优势—产品特色 */
.nybanner_nav {
  width: auto;
  text-align: center;
  padding: 10px 10px;
}

.nybanner_nav a,
.nybanner_nav span {
  font-size: 16px;
  color: #ffffff;
}

.nybanner_nav p {
  display: inline;
  font-size: 16px;
  color: #ffffff;
}

.fish {
  width: 100%;
  height: 565px;
  background-color: rgba(229, 229, 229, 0.35);
}

.fish_content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 80px;
}


.fish_con ul {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.focus .fbg {
  top: 408px;
  right: 70px;
  position: absolute;
  text-align: center;
  z-index: 200;
}

.fish_con ul li:last-child {
  margin-right: 0;
}

.fish_img {
  margin: auto;
  width: 236px;
  height: 100px;
}

.fish_img img {
  width: 100%;
  height: 100%;
}

.fish_text {
  width: 100%;
  height: 140px;
  padding-top: 10px;
}

.fish_text p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fish_con ul li:last-child .fish_text {
  padding: 10px 37px;
}

.fish_con ul li:last-child .fish_text p {
  text-align: left;
}

.live_fish {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

.live_fishcon {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 80px;

}

.live_title p {
  font-size: 36px;
  line-height: 40px;
  color: #cccccc;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.live_title span {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
}



.live_img {
  width: 80%;
  height: auto;
  margin: 55px auto 0;
  overflow: hidden;
}

.live_img ul li {
  float: left;
  width: 31.9%;
  margin-right: 2%;
}

.live_img ul li:last-child {
  margin-right: 0;
}

.live_img ul li img {
  width: 100%;
  height: 100%;
}

.spicy_con {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 80px;
  overflow: hidden;
}

.spicy_title {
  width: 100%;
  height: 145px;
  background-color: #333333;
}

.spicy_img {
  width: 100%;
  height: auto;
  margin: 80px auto 0;
}

.spicy_img img {
  width: 100%;
  height: 100%;
}

/* 产品特色结束 */
/* 关于我们开始 */
.abanner {
  background-image: url(../images/abanner.jpg);
}

.company_profile {
  width: 100%;
  height: 645px;
  background-color: #f9f9f9;
}

.company_con {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 90px;
}

.company_left {
  width: 49.5%;
  height: 100%;
  float: left;
}

.company_title p,
.company_title span {
  text-align: left;
}




.company_leftcon {
  width: 100%;
  padding-top: 20px;
}


.company_leftcon p:first-child {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.company_leftcon p:last-child {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-top: 3%;
}




.company_right {
  width: 39.5%;
  height: 100%;
  float: right;
}

.company_right img {
  max-width: 100%;
}

.brand_sotry {
  height: 420px;
  padding-top: 50px;
}

.tab_history {
  width: 100%;
  height: auto;
  background-image: url(../img/fazhan.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin-top: 30px;
}

.tab_history ul li {
  width: 100%;
  height: 380px;
  position: relative;
  margin-bottom: 35px;
}

.li_qi {
  height: 500px;
}

.history_right {
  float: right;
  width: 42.5%;
  height: 100%;
}

.history_left2 {
  width: 42.5%;
  height: 100%;
  box-shadow: none;
}

.history_right span,
.history_left2 span {
  font-size: 24px;
  line-height: 40px;
  color: #cccccc;
  display: block;
  margin-left: -50px;
}

.history_left2 span {
  margin-left: 0px;
}

.history_right h4,
.history_left2 h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  margin: 0;
}

.history_left2 h4,
.history_left2 p {
  margin-left: 50px;
}

.history_right p,
.history_left2 p {
  font-size: 16px !important;
  line-height: 40px !important;
  color: #666666 !important;
  margin-top: 4px;
}

.history_dot {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 49%;
  top: 50px;
}


.history_dot img {
  width: 100%;
  height: 100%;
}


/* 战略目标开始 */
.strategic_target {
  width: 100%;
  height: 690px;
  background-color: #f9f9f9;
  padding-top: 80px;
}

.strategic_content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}


.strategic_left img {
  width: 100%;
  height: 100%;
}

.strategic_right {
  width: 43.7%;
  height: 100%;
  float: right;
}

.strategic_con {
  width: 100%;
  height: 500px;
}

.strategic_right h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
}

.strategic_right p,
.strategic_right span {
  font-size: 18px;
  letter-spacing: 0px;
  color: #666666;
  line-height: 40px;
  margin:10px 0px;
}
.strategic_right span {
  font-weight: normal;
}

.culture_title {
  width: auto;
  margin-left: -25px;
}

/* 家族文化 */


.family_con ul li:last-child {
  margin-right: 0px;
}

.family_img {
  width: 100%;
}

.family_img img {
  width: 100%;
}

.family_con ul li:last-child {
  margin-right: 0px;
}


.family_text p {
  font-size: 16px;
  line-height: 50px;
  color: #333333;
  text-align: center;
}

.address_form {
  width: 25%;
  float: left;
  overflow: hidden;
}

.map {
  width: 72%;
  float: left;
  height: 455px;
  margin-top: 50px;
  margin-left: 2%;
}

.address_map {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}

.address_search {
  width: 90%;
  margin: 10px auto;
  height: 100%;
  overflow: hidden;
  background-color: #eee;
  border-radius: 14px;
  padding: 2% 4%;
}

.address_search input {
  height: 100%;
}

.address_search input[type="text"] {
  width: 90%;
  float: left;
  background: none;
}

.address_search input[type="submit"] {
  width: 10%;
  float: right;
  background: url(../img/address_submit.png) no-repeat top center;
}

.address_more {
  display: none;
}

.address_ul {
  clear: both;
  overflow: hidden;
}

.address_ul ul {
  height: 455px;
  overflow-y: scroll;
}

.address_ul ul li {
  background-color: #fff;
  padding: 7% 5%;
  overflow: hidden;
  margin: 3% auto;
  cursor: pointer;
}

.address_ul .address_icon {
  width: 6%;
  float: left;
  margin: 1%;
}

.address_ul .address_icon img {
  width: 100%;
}

.address_ul .address_text {
  width: 90%;
  float: left;
  margin-left: 2%;
}

.address_ul .address_text b {
  font-size: 14px;
  color: #333333;
  display: block;
}

.address_ul .address_text p {
  font-size: 12px;
  color: #999999;
  margin-top: 3%;
}

/* 环境展示 */
.environ {
  margin: 5% auto;
  margin-bottom: 0px;
}

.environ_ul {
  text-align: center;
  margin-top: 20px;
}

.environ_ul li {
  width: 30%;
  margin: 1%;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.environ_ul li:hover .environ_li_img img {
  transform: scale(1.01);
  transition: all 0.5s;
}

.environ_ul li .environ_li_img {
  width: 96%;
  background: url(../images/bpic-bj.png) no-repeat top right;
  background-size: auto;
  margin: 1% auto;
  background-size: 97% 100%;
  overflow: hidden;
  padding-bottom: 2%;
  transition: all 0.5s;
  height: 235px;
}

.environ_ul li .environ_li_img img {
  width: 95%;
  height: 100%;
}

.environ_ul li p {
  color: #333333;
}

/* 环境展示 结束*/

/* 环境展示相册详情 */
.slidepic {
  clear: both;
  overflow: hidden;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  ;
}

.slidepic_close {
  width: 29px;
  height: 20px;
  background: url(../img/slideclose.png) no-repeat center center;
  position: absolute;
  right: 15%;
  top: 75px;
  z-index: 999;
}

/* 环境展示相册详情结束*/

/* 奖项荣誉 */
.honor_con {
  padding-top: 25px;
}

.honor_con p {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}

.honor_left {
  width: 15.85%;
  height: auto;
  box-shadow: none;
  position: absolute;
  left: 26%;
}

.honor_con span {
  font-size: 18px;
  line-height: 36px;
  color: #ec2a6a;
  margin-top: 30px;
  margin-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.honor_con2 {
  text-align: right;
}

.honor_right {
  width: 34.5%;
  height: auto;
  box-shadow: none;
  position: absolute;
  right: 10%;
}

.honor_left1 {
  width: 24.2%;
  height: auto;
  position: absolute;
  left: 18%;
  top: 30px;
}

.tab_honor ul li {
  width: 100%;
  height: 275px;
  position: relative;
  margin-bottom: 35px;
}

.taste_evaluation_list {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 80px 0;
  overflow: hidden;
}

.taste_con {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

.taste_left {
  width: 45.84%;
  height: 100%;
  float: left;
  padding-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.taste_text {
  width: 100%;
  height: auto;
  padding-top: 20px;
  overflow: hidden;
}

.taste_text p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.taste_bgi {
  width: 100%;
  height: 145px;
  background-image: url(../img/jiangbgi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
}

.taste_right {
  width: 41%;
  height: 100%;
  float: right;
}

.taste_rightimg {
  width: 100%;
  height: auto;
}

.rightimg {
  width: 100%;
  height: auto;
}

.rightimg img {
  width: 100%;
  height: 100%;
}

.taste_rightimg p {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  text-align: center;
}

.waiting_dinner {
  width: 100%;
  height: 650px;
  padding: 80px 0;
}

.waiting_left {
  float: left;
  width: 47.7%;
}

.waiting_right {
  float: right;
}

.waiting_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.waiting_img {
  width: 100%;
  height: auto;
}

.public_comments {
  width: 100%;
  height: 685px;
  background-color: #f9f9f9;
  padding: 30px 20px;
}

.public_comments {
  height: auto;
  padding: 30px 20px;
  overflow: hidden;
}

.live_title .score {
  color: #ec2a6a;
}

.live_title .score1 {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}

.comments_container {
  text-align: center;
}

.comments_img {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  box-shadow: -2px 2px 29px 0px rgba(0, 0, 0, 0.07);
  margin: 5% auto;
  overflow: hidden;
  border-radius: 50%;
}

.comments_img img {
  width: 100%;

}

.comments_content {
  margin-top: 2%;
}

.comments_container .swiper-slide {
  padding-top: 3%;
  padding-bottom: 2%;
  background-color: #fff;
  box-shadow: -2px 2px 29px 0px rgba(0, 0, 0, 0.07);

}

.comments_container .swiper-slide p {
  margin: 1% 0;
}

.comments_container .swiper-slide ul {
  width: 32%;
  overflow: hidden;
  margin: 3% auto;
}

.comments_container .swiper-slide li {
  float: left;
  width: 17.2%;
  height: auto;
  margin: 0px 1%;
  /* background: url('../img/star.png') no-repeat center center; */
}

.comments_container .swiper-slide li img {
  max-width: 100%;
}

.comments_container .swiper-slide li.half {
  background-image: url('../img/half_star.png');
}

.mobileci-content {
  display: none;
}

.mobile_publiccomment {
  display: none;
}

.mobile-title-img {
  display: none;
}

.mobiletaste_con {
  display: none;
}


/*自适应 */
@media (max-width: 1290px) {
  .share_icon {
    margin-right: 15%;
  }
}

@media (max-width: 1275px) {
  .publiccomment-con ul li {
    width: 23%;
    margin-right: 25px;
  }
}

@media (max-width: 1250px) {
  .cooperation_form .content_form .layui-form-label {
    font-size: 16px;
    color: #333333;
    width: 120px;
  }
}

@media (max-width: 1215px) {
  .publiccomment-con ul li {
    width: 22%;
  }

  .taste_text p {
    line-height: 30px;
  }

  .taste_text {
    padding-top: 0;
  }

  .waiting_img {
    width: 100%;
    height: auto;
    margin-top: 12px;
  }

  .share_icon {
    margin-right: 8% !important;
  }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .shipin .video{
    width: 94%;
  }
  .shipin .video video{
    width: 100%;
    height: 210px;
  }
  
  .storepresence-abstract{
    height: auto;
  }
  .brand_rightcon p{
    -webkit-line-clamp: 6;
  }
  .cooperation_form .content_form {
    padding: 20px 0;
}
  .taste_bgi {
    display: none;
  }

  .cooperation {
    padding: 35px 0px 45px 0;
  }
  .news_date{
    display: none;
  }
  /* 首页 */
  .ci-title-img {
    display: none;
  }

  .mobile-title-img {
    display: block;
    background-image: url(../img/title1@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 45%;
    height: 106px;
    margin: auto;
}

  .content_title h3 {
    font-size: 22px;
  }

  .cooper_content li {
    width: 100%;
    padding: 4%;
    height: 200px;
  }

  .cooper_content li .li_p_one {
    margin-top: 2%;
  }

  .cooperation_form {
    padding: 30px 0px;
  }

  .content_title p.p_content {
    width: 90%;
  }

  .cooperation_form .content_form .photo {
    width: 40%;
    height: 120px;
    margin: 0 auto;
  }

  .cooperation_form .content_form .layui-input-block {
    /* margin-left: 10px; */
  }

  .cooperation_form .content_form .layui-form-label {
    width: 26%;
    font-size: 1em;
    text-align: center;
    padding: 0px;
  }

  .cooperation_form .content_form .layui-form-2 {
    margin: 0;
  }

  .row_margin {
    margin: 2% 0;
  }

  .submit {
    width: 30%;
  }

  .contact li {
    width: 48%;
    margin: 1%;
  }

  .contact li .contact_img {
    width: 40%;
  }

  .address_form {
    width: 100%;
  }

  .map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  .address_search {
    width: 80%;
    float: left;
  }

  .address_more {
    width: 20px;
    height: 25px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }

  .address_ul {
    display: none;
  }

  .address_more img {
    width: 100%;
  }

  .slidepic {
    height: 600px;
  }

  .gallery-top {
    width: 90% !important;
  }

  .gallery-thumbs {
    width: 80% !important;
  }

  .slidepic_close {
    right: 5%;
  }

  .tab_history {
    background-position: 6% 0px;
  }

  .history_dot {
    left: 3%;
    top: 10px;
  }

  .tab_honor ul li {
    padding-left: 12%;
    margin: 2% 0px;
    overflow: hidden;
    height: auto;
  }

  .honor_left,
  .honor_right,
  .honor_left1 {
    position: static !important;
    margin-left: 0 !important;
    bottom: 0 !important;
  }

  .honor_con2 {
    padding-top: 215px !important;
  }

  .history_right {
    width: 100%;
    padding: 0px;
    position: initial;
    float: none;
    overflow: hidden;
    height: auto;
  }

  .honor_con span {
    margin-top: 0;
  }

  .honor_con p {
    margin: 3% 0px;
    padding: 0;
  }

  .honor_con2 {
    text-align: left;
    float: none;
  }

  .history_left2 {
    width: 100% !important;
    height: auto;
  }

  .history_left2 img {
    width: 100%;
  }

  .honor_right {
    float: none;
    margin: 0;
  }

  .honor_left1 {
    position: initial;
  }

  .taste_left {
    width: 100%;
  }

  .taste_right {
    width: 100%;
    height: auto;
    /* margin-top: 20px; */
  }

  .taste_evaluation_list {
    overflow: hidden;
    height: auto;
    padding: 0px 0 20px 0;
  }

  .waiting_dinner {
    overflow: hidden;
    height: auto;
    padding: 0 0 30px 0;
  }

  .waiting_left {
    float: right;
    /* width: 47.7%; */
  }

  .waiting_right {
    float: left;
    ;
  }

  .taste_con2 {
    display: none;
  }

  .mobiletaste_con {
    display: block;
    width: 92%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }

  .company_profile {
    height: auto;
    margin-bottom: 5%;
    overflow: hidden;
  }

  .company_left {
    width: 100%;
  }

  .company_right {
    width: 100%;
  }

  .company_right img {
    height: auto;
  }

  .brand_left {
    width: 100%;
    height: auto;
  }

  .brand_left img {
    height: auto;
  }

  .brand_right {
    width: 100%;
  }

  .brand_rightcon {
    width: 100%;
    margin: 0;
    padding: 2%;
  }

  .history_left {
    width: 80%;
    box-shadow: none;
    height: auto;
    /*margin-top: 20px;*/
  }

  .tab_history ul li {
    padding-left: 10%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .company_history .tab_history {
    background-position: 3%;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
  }


  .history_right span,
  .history_left2 span {
    margin-left: 0px;
  }

  .history_right2 {
    height: auto;
  }

  .history_right p,
  .history_left2 p {
    margin-top: 10px;
  }

  .tab_history .history_dot {
    left: 0px;
  }

  .history_right2 {
    box-shadow: none;
  }

  .history_left img,
  .history_right2 img {
    height: auto;
    width: 100%;
  }



  .strategic_left {
    width: 100%;
  }

  .strategic_left img {
    height: auto;
  }

  .culture {
    padding-top: 50px;
    overflow: hidden;
    height: auto;
    margin-top: 20px;

  }

  .culture_con {
    width: 100%;
    position: initial;
    padding: 5%;
    height: auto;
  }
  .culture_con p {
    font-size: 16px;
    -webkit-line-clamp: 7 !important;
}

  .strategic_target {
    height: auto;
    overflow: hidden;
  }

  .strategic_right {
    width: 100%;
    height: auto;
  }

  .family_con {
    height: auto;
  }

  .family_brand {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
  }

  .company_leftcon p:last-child,
  .company_leftcon p:first-child {
    -webkit-box-orient: initial
  }

  .company_leftcon p:first-child {
    line-height: 30px;
  }

  .company_leftcon p:last-child {
    margin-bottom: 4%;
    color: #333333;
  }

  .brand_sotry {
    padding-top: 20px;
  }

  .company_con {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
  }

  .strategic_right span,
  .history_right p,
  .history_left2 p {
    line-height: 30px !important;
  }

  .focus a img {
    width: 210%;
    height: auto;
  }

  .focus a {
    height: auto;
  }

  .focus .fbg {
    display: none;
  }

  .down {
    display: none;
  }

  .more {
    display: none;
  }

  .focus .D1fBt a {
    float: left;
  }

  .ci-img {
    width: 100%;
    float: left;
  }

  .ci-content {
    display: none;
  }

  .companies—introduce {
    height: auto;
  }

  .mobileci-content {
    width: 92%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: block;
    padding-bottom: 20px;
  }

  .ci-img {
    /* width: 48%; */
    height: auto;
    float: right;
    padding-top: 25px;
  }

  .ci-title {
    width: 100%;
    padding: 20px 0;
  }

  .ci-text {
    overflow: hidden;
    padding: 0px 0 20px 0;
  }

  .more1 {
    margin: auto;
  }

  .fish {
    height: auto;
    padding: 20px 0px;
  }

  .fish_title {
    background-size: 80% 70%;
    width: 100%;
    background-position: center center;
}

  .fish_con ul {
    padding: 0px;
  }

  .fish_con ul li {
    width: 100%;
    margin: 3% 1%;
    height: auto;
  }

  .fish_con ul li .fish_img {
    width: 40%;
    height: auto;
    float: left;
  }

  .fish_con ul li .fish_img img {
    width: 100%;
    height: auto;
  }

  .fish_con ul li .fish_text {
    height: auto;
    width: 55%;
    padding: 0px;
    float: right;
    text-align: left;
    padding: 0px !important;
  }

  .fish_text p {
    line-height: 20px;
    text-align: left;
  }

  .sy-video-btn .shipin {
    width: 60px;
    height: 60px;
    position: static;
    margin: 25px auto 0;
}
  .sy-video {
    height: 225px;
}
.sy-video-btn .shipin_text {
  padding-top: 20px;
}
.content-title {
  width: 100%;
  height: 175px;
  padding-top: 30px;
}
.content-titleimg {
  width: 200px;
  height: 125px;
  background-size: 100% 100%;
}
  .content-con ul li {
    width: 23.5%;
    margin-right: 2%;
  }

  .gongyi-tt p {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .gongyi-tt ul li {
    width: 100% !important;
    font-size: 12px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    height: auto;
    line-height: 20px;
  }
  .gongyi-tt {
    height: auto;
}

  .gongyi-tt ul {
    width: 100%;
    padding-top: 5px;
  }

  .content3 {
    width: 100%;
    height: auto;
  }

  .content-con {
    margin: 20px 0;
    overflow: hidden;
  }
  .menu-title {
    background-size: 50%;
}

  .publiccomment {
    display: none;
  }

  .mobile_publiccomment {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../images/mlxxbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0px;
    overflow: hidden;
  }

  .publiccomment-title {
    width: 92%;
    max-width: 470px;
    height: auto;
    margin: auto;
  }

  .publiccomment-title img {
    width: 100%;
    height: 100%;
  }

  .publiccomment-con ul {
    float: none;
    width: 92%;
    overflow: hidden;
    margin: auto;
  }

  .publiccomment-con ul li {
    width: 47%;
    height: 300px;
    float: left;
    margin-right: 5%;
    position: relative;
    overflow: hidden;
    transition: .3s;
  }

  .publiccomment-con ul li img {
    max-width: 100%;
  }

  .publiccomment-con ul li:nth-child(2n) {
    margin-right: 0;
  }

  .publiccomment-con {
    width: 100%;
    height: auto;
    margin-top: 55px;
  }

  .menu-lunbo {
    margin-top: 0px;
  }

  .mr_frUl {
    margin-left: 0;
  }

  .menuname {
    right: 126px;
}

  .recommendedmenu {
    height: auto;
    padding-top: 15px;
  }

  .storepresence-abstract p {
    font-size: 14px;
  }

  .store-con {
    margin: 0px auto 0;
}

  .synews_conleft {
    display: none;
  }

  .synews_conright {
    width: 100%;
    height: 565px;
    float: right;
  }

  .conright1_text {
    padding-top: 0px;
    height: auto
  }

  .conright1_text a {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .storepresence {
    padding: 20px 0;
}
  .storepresence-title {
    background-size: 65%;
}
.synews_title {
  background-size: 35%;
}
  .conright1_text p {
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 4;
  }

  .conright1 {
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .synews {
    height: auto;
    padding-bottom: 30px;
  }

  .synews_conright {
    height: auto;
  }

  .synews_content {
    padding-top: 10px;
}
.synews_con {
  margin-top: 10px;
}

  .mobile_content8 {
    background-image: url(../images/xsbj.png);
    background-size: cover;
    height: 215px;
    padding-top: 8%;
  }
  .content8 .content8_p {
    width: 94%;
  }
  .content8 .content8_p p{
    font-size: 12px;
    line-height: 24px
  }

  .mobile_content8 a {
    position: static;
    margin: auto;
  }

  .moredetail {
    margin: 20px auto 0;
  }

  .live_abstract p {
    -webkit-box-orient: initial
  }

  .live_fish {
    height: auto;
  }

  .live_img {
    width: 100%;
    margin-top: 10px;
  }

  .live_img ul li {
    height: auto;
    width: 32%;
    margin-right: 1%;
  }

  .live_title p {
    font-size: 2em;
  }


  .spicy_img {
    width: 100%;
    margin: auto;
    height: auto;
  }

  .spicy_img img {
    height: auto;
  }

  .spicy_con {
    padding-top: 40px;
  }

  .spicydelicious {
    height: auto;
  }

  .home_con {
    height: auto;
    overflow: hidden;
  }

  .home_con ul li {
    width: 100%;
    height: 340px;
    margin: 3% auto;
}

  .home_text {
    bottom: -190px;
  }

  .home_con ul li img {
    width: 100%;
  }

  .fish_content {
    padding-top: 10px;
    overflow: hidden;
  }

  .live_fishcon {
    padding-top: 30px;
  }

  .newscenter {
    background: none;
  }


  .detail_title2 span {
    margin-right: 10px;
  }

  .detail_content2 {
    margin-top: 0px;
  }

  .news_detail {
    padding-top: 20px;
  }

  .human_resources {
    padding-top: 40px;
  }


  .football_img {
    height: auto;
  }

  .football_team1 {
    padding: 0px;
  }

  .football_title {
    width: 100%;
  }

  .football_con1 {
    margin: 0px;
    padding: 0px;
  }

  .football_con p {
    margin: 4%;
    font-size: 0.8em;
    line-height: 30px;
  }

  .football_con {
    width: 100%;
    padding: 8px 0px 20px 0px;
    margin: 0px;
  }

  .football_team {
    height: 275px;
  }

  .collective_con {
    width: 100%;
  }

  .collective_content,
  .collective_img2,
  .collective_img1,
  .collective_content1,
  .collective_img3,
  .collective_img4,
  .collective_content2,
  .collective_img5,
  .collective_img6,
  .collective_img7 {
    width: 100%;
    height: auto;
    margin: 1% 0px;
  }

  .employee_con1 {
    padding: 2%;
    width: 100%;
    height: auto;
  }

  .employee_con1 p {
    font-size: 1em;
    line-height: 30px;
  }

  .employee_con2 {
    width: 100%;
    margin: 1% 0px;
  }

  .football_team {
    height: 230px;
  }

  .live_title {
    text-align: center;
    padding-bottom: 0;
  }

  .history_right h4,
  .history_left2 h4 {
    font-size: 20px !important;
  }

  .news_title {
    height: 80px;
  }

  .news_title img {
    width: 70%;
}

  .news_list .news_date {
    width: 18%;
    padding: 70px 0;
  }

  .news_list .news_img {
    width: 20%;
    height: auto;
  }

  .news_list .news_btn {
    display: none;
  }

  .news_list ul li {
    height: 155px;
  }

  .news_date p {
    font-size: 16px;
  }

  .news_date span {
    font-size: 12px;
    line-height: 0;
  }

  .news_img1 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 26px;
    left: 6px;
  }

  .news_list {
    padding-top: 30px;
  }

  .news_list .news_text {
    width: 58%;
    padding: 40px 0 5px 34px;
    font-size: 10px;
  }
  .news_text {
    width: 79% !important;
}

  .news_text a {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news_text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
  .news_img {
    margin-top: 15px !important;
}
  .news_btn a {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    width: 64px;
  }

  .group_title {
    padding-bottom: 10px !important;
  }

  .football_team {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

  .football_img {
    height: auto;
    width: 100%;
  }

  .football_con {
    width: 100%;
    padding: 8px 0px 20px 0px;
    height: 120px !important;
  }

  .football_title {
    border-top: none;
  }

  .collective_title p {
    border-top: none;
  }

  .football_con {
    width: 100%;
    padding: 8px 0px 20px 0px;
  }

  .football_team1,
  .football_team2,
  .football_team3 {
    width: 100%;
  }

  .football_img1 {
    height: auto;
    width: 100%;
    margin-top: -54px;
  }

  .football_team2 {
    height: auto;
    width: 100%;
    margin-top: -40px;
  }

  .football_title p {
    margin-top: 10px;
  }

  .football_title .love_sport {
    margin-top: 50px;
  }

  .football_team3 {
    height: auto;
    width: 100%;
    height: 130px;
  }

  .football_img2 {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }

  .football_team2 {
    height: auto;
    width: 100%;
  }

  .collective_title p {
    width: 100%;
    /* margin-top: 53px; */
  }

  .employee_con {
    padding-bottom: 60px;
  }

  .employee_growth {
    padding-top: 6px;
  }

  .device .arrow-left {
    background-size: cover;
    width: 30px;
    height: 50px;
  }

  .device .arrow-right {
    background-size: cover;
    width: 30px;
    height: 50px;
  }

  .recruitment_con {
    padding: 65px 30px;
  }

  .recruitment {
    padding-bottom: 36px;
  }

  .recruitment_con ul li .recruitment_con1 p {
    width: 55%;
  }
  .recruitment_con ul li .recruitment_con1 .call_mobile{
    width: 80%;
  }

  .brand_sotry {
    position: relative;
    height: 580px !important;
  }

  .company_leftcon p:last-child,
  .company_leftcon p:first-child {
    font-size: 14px;
  }

  .company_title p,
  .company_title span {
    text-align: center;
  }

  .brand_sotry .brand_left {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
  }

  .tab_history ul li {
    position: relative;
    height: 510px !important;
  }


  .tab_history ul li .history_right2 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    margin-left: 8%;
  }

  .history_right_qi {
    position: absolute;
    top: -10px;
    left: 0px;
  }

  .history_left {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: 8%;
}

  .history_left2 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 8%;
  }

  .history_left2 h4,
  .history_left2 p {
    margin-left: 0;
  }

  .history_dot {
    /*display: none;*/
  }

  .history_left_qi {
    position: absolute;
    bottom: 76px;
    left: 0;
  }

  .history_right_qi {
    position: absolute;
    bottom: 200px;
    left: 0;
  }

  .li_qi .history_dot {
    top: 0;
  }

  .history_right_qi span {
    margin-left: 10%;
  }

  .li_qi {
    margin-top: -60px;
  }

  .li_ba {
    margin-top: -120px;
  }

  .li_ba .history_left2 {
    top: 70px;
  }

  .li_ba .history_right2 {
    position: absolute;
    bottom: 20px !important;
    left: 0px;
    margin-left: 8%;
  }

  .li_ba .history_dot {
    top: 80px;
  }

  .li_last {
    margin-top: 10px;
  }

  .li_last .history_left {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: 8%;
  }

  .tab_history p {
    line-height: 18px;
    font-size: 14px;
  }

  .strategic_right h4 {
    font-size: 20px;
  }

  .tab_history ul li p,
  .tab_history ul li h4 {
    margin-left: 6%;
  }

  .li_qi .history_right_qi h4,
  .li_qi .history_right_qi p {
    margin-left: 16%;
  }

  .strategic_left {
    height: 340px;
  }

  .strategic_right span {
    font-size: 15px;
    line-height: 26px;
  }

  .strategic_right p {
    margin-top: 0;
  }

  .company_history .tab_history {
    margin-top: 10px;
  }

  .live_title p {
    font-size: 26px;
  }

  .live_title span {
    font-size: 22px;
  }

  .human_resources {
    padding-top: 20px;
  }

  .newscenter {
    padding-top: 35px;
}

  .brand_left {
    margin-bottom: 20px;
  }
  .environ_ul li .environ_li_img {
    height: auto;
}
.environ_ul li p {
  font-size: 14px;
  }
  .detail_content1 img{
    max-width: 100%;
  }
}
@media (max-width: 450px){
  .tab_honor ul li {
    position: relative;
    height: 428px !important;
}
.detail_title1 p {
  font-size: 18px;
  }
  .zhankai-con {
    height: auto;
  }
  .zhankai-con p {
    line-height: 25px;
}
.nybanner {
  height: 320px;
  padding-top: 240px;
}
}
@media (max-width: 360px){
  .mobile_content8 {
    height: 240px;
  }
  .home_con ul li {
    height: 290px;
  }
  .home_con ul li:hover .home_text {
    transition: all 2s;
    bottom: 3px;
  }
  .tab_honor ul li {
    position: relative;
    height: 390px !important;
}
.detail_title2 span {
  font-size: 12px;
  }
  .detail_title1 p {
    font-size: 16px;
}
.cooperation_form .content_form .layui-form-label {
  font-size: 12px;
}

}
