/*home.css*/

.yzf_banner {
  width: 100%;
  /*height: 480px;*/
}

.yzf_banner div {
  width: 100%;
  height: 100%;
  /*background: url("../img/banner1.jpg")  no-repeat ;*/
  /*background-size: cover;*/
}

.yzf_banner div img {
  width: 100%;
  /*height: 100%;*/
}

.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.header_path {
  width: 100%;
  /* width: 1200px; */
  margin: 0 auto 16px;
}

.header_path h1 {
  margin-top: 16px;
  font-size: 18px;
}

.header_path h1 a:hover {
  color: #d2b68f;
}

.header_path h1 a.active {
  color: #d2b68f;
}

.wrap_list {
  width: 100%;
  /*margin: 25px auto 10px;*/
  background-color: white;
  /* border: 1px solid #e6e6e6; */
  /*flex-direction: column;*/
  height: 72px;
  overflow: hidden;
}

.wrap_list.active_lists {
  height: auto;
}

.wrap_list.active_lists>h2 {
  height: 100%;
}

.wrap_list .current {
  background: #063b5b;
  padding: 0 10px;
}

.wrap_list .current a {
  color: #f0f0f0;
}

.wrap_list h2 {
  width: 122px;
  /* height: 100%; */
  height: 72px;
  line-height: 72px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  /* padding-bottom: 20px; */
  float: left;
  /* text-align: center; */
  padding-left: 1em;
  /* background: #eee; */
}

.wrap_list p {
  width: 61px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #49535d;
  /*padding-bottom: 10px;*/
  float: left;
}

.wrap_list ul {
  width: 85%;
  padding-left: 1em;
  position: relative;
  float: left;
  margin-top: 19px;
}

.wrap_list ul li {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  /*margin-right: 5px;*/
  font-weight: 400;
  /*min-width: 95px;*/
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
  margin-right: 5px;
}

#more_village {
  margin-left: 110px;
}

.wrap_list p a {
  cursor: pointer;
  color: #fff;
}

.wrap_list ul li a {
  cursor: pointer;
}

.show_more {
  width: 100%;
  /*height: 30px;*/
  /*overflow: hidden;*/
}

.more {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  width: 55px;
  height: 40px;
  line-height: 40px;
  /*text-align: center;*/
  cursor: pointer;
}

.more em {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}

.more .more_hide {
  display: none;
}

.more .more_show {
  display: none;
}

.more .more_show {
  display: block;
}

.wrap_list1 {
  width: 100%;
  margin-top: 20px;
}

.wrap_list1 .img_lists {
  width: 100%;
  margin: 0 auto;
}

.wrap_list1 .img_lists li {
  width: 580px;
  width: 580px\9;
  /*height: 466px;*/
  /*margin-right: 42px;*/
  /*margin-right: 80px\9;*/
  margin-bottom: 13px;
  background: #f2f2f2;
  float: left;
  position: relative;
  padding: 0 0;
  /*z-index: -1;*/
}

.wrap_list1 .img_lists li:nth-child(2n) {
  float: right;
}

.wrap_list1 .img_lists li.img_box {
  width: 100%;
  height: 336px;
}

.wrap_list1 .img_lists li.img_box>div.button_ {
  width: 100%;
  height: 100px;
}

.wrap_list .img_lists li>img.main_img {
  /*width: 100%;*/
  height: 368px;
  display: block;
}

.button_>span {
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.img_lists li>div>div.ifo_box {
  height: 65px;
  line-height: 65px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.ifo_box>div {
  /*padding-left: 36px;*/
  color: #010101;
  font-size: 18px;
  font-weight: normal;
  float: left;
  /*margin-top: 20px;*/
  margin-right: 20px;
}

.ifo_box div.span1 {
  /*background: #00FF00;*/
  height: 50px;
  width: 50px;
  margin-left: 15px;
  margin-right: 5px;
  /*justify-self: flex-start;*/
  border-radius: 50%;
}

.ifo_box div.span1>img {
  width: 100%;
  height: 100%;
  /*display: inline-block;*/
  /*margin-bottom: 30px;*/
  border-radius: 50%;
}

.ifo_box div.span4 {
  text-align: right;
  float: right;
}

#pageBox {
  margin-left: 45%;
}

.img_lists li>div>span {
  width: 100%;
  padding-left: 36px;
  color: #010101;
  font-size: 17px;
  font-weight: normal;
}

.position_show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*display: none;*/
  opacity: 0;
  filter: alpha(opacity=0);
  /*z-index: 100000;*/
}

.position_show:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  /* Firefox 4 */
  -webkit-transition: opacity 1s;
  /* Safari 和 Chrome */
  -o-transition: opacity 1s;
  /* Opera */
}

.position_show.active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  /* Firefox 4 */
  -webkit-transition: opacity 1s;
  /* Safari 和 Chrome */
  -o-transition: opacity 1s;
  /* Opera */
}

/*.position_show:hover{*/

/*display: block;*/

/*}*/

.position_show .position_wrap {
  /*border: 1px solid black;*/
  width: 60%;
  height: 80%;
  margin: 0 auto;
}

.position_show .position_wrap>div {
  width: 100%;
  /*border: 1px solid black;*/
  text-align: center;
  color: #a78b66;
}

.position_show>div.bg_an {
  width: 100%;
  height: 100%;
  /*margin-top: -40px;*/
  background-color: rgba(70, 55, 48, 0.7);
  opacity: 0\0;
  filter: alpha(opacity=0)\0;
  position: absolute;
  left: 0;
  top: 0;
}

.position_show>div.bg_an:hover {
  width: 100%;
  height: 100%;
  /*margin-top: -40px;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2463730, endColorstr=#B2463730);
  /*background-color:rgb(70,55,48);*/
  -ms-filter: alpha(opacity=70)\0;
  opacity: 0.8;
  background-color: rgba(70, 55, 48, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

/*.position_show>div.bg_an>img{*/

/*}*/

.position_show .position_wrap>div.dv1 {
  /*height: 206px;*/
  width: 130px;
  margin: 24px auto 23px;
  border-radius: 50%;
}

.position_show .position_wrap>div.dv1 img {
  /*height: 246px;*/
  width: 130px;
  /*margin-top: 40px;*/
  border-radius: 50%;
  background: rgb(70, 55, 48);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2463730,endColorstr=#B2463730);*/
  display: block;
}

.position_show .position_wrap>div.dv2 {
  /*height: 246px;*/
  margin-top: 20px;
  height: 20px;
  color: #ccaa7c;
  font-size: 20px;
}

.position_show .position_wrap>div.dv3 {
  /*height: 246px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  color: #ccaa7c;
  font-size: 17px;
}

.position_show .position_wrap>div.dv4 {
  /*height: 246px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  color: #ccaa7c;
  font-size: 17px;
}

.position_show .position_wrap>a {
  width: 100%;
  padding-left: 40%;
  margin-top: 40px;
  color: #a78b66;
  font-size: 17px;
}

/* 切换案例的分类模块 (后改的)*/

.cases_category_list {
  width: 100%;
  height: 82px;
  background-color: white;
  padding-top: 21px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cases_category_list ul {
  width: 358px;
  height: 40px;
  margin: 0 auto;
}

.cases_category_list ul li {
  width: auto;
  height: 40px;
  margin-left: 37px\9;
  float: left;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}

.cases_category_list ul li:first-child {
  margin-left: 0\9;
}

.cases_category_list ul li.current {
  border-bottom: 2px solid #063b5b;
}

.cases_category_list ul li:nth-child(2) {
  margin: 0 57px;
}

/* 案例列表页面 */

.qg_cases {
  width: 100%;
  background-color: #fafafa;
  padding: 20px 0 56px;
  box-sizing: border-box;
}

.cases_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.cases_wrap ul {
  width: 100%;
  min-height: 312px;
}

.cases_wrap ul li {
  width: 32.5%;
  height: 312px;
  float: left;
  margin-right: 1.25%;
  cursor: pointer;
}

.cases_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.cases_wrap ul li .img_box {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.cases_wrap ul li .img_box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
}

.cases_wrap ul li:hover .img_box img {
  transform: scale(1.06);
}

.cases_wrap ul li .bottom_info {
  width: 100%;
  height: 75px;
  text-align: center;
  position: relative;
  background-color: white;
  padding-top: 15px;
}

.position_up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #f1b642;
  color: white;
  text-align: center;
  line-height: 75px;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cases_wrap ul li .bottom_info .wrap_info {
  margin: auto;
}

/* .cases_wrap ul li .bottom_info .wrap_info p.name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.cases_wrap ul li .bottom_info .wrap_info p.price {
    
    line-height: 40px;
    background-color: #5c5c5c;

    
    /* font-weight: bold; */

/* font-size: 16px; */

/* }  */

.cases_wrap ul li .bottom_info .wrap_info p.name {
  width: 70%;
  text-align: left;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  float: left;
  line-height: 40px;
  text-indent: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cases_wrap ul li .bottom_info .wrap_info p.price {
  /* color: #f50404; */
  line-height: 35px;
  /* font-weight: bold; */
  font-size: 16px;
  background-color: #5c5c5c;
  float: right;
  color: #ffd45e;
  width: auto;
  height: auto;
  height: 35px;
  margin-top: 6px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
}