*,
*:before,
*:after {
  transition: color 600ms,
    border-color 600ms,
    background-color 600ms,
    background-image 600ms,
    opacity 600ms;
}

main {
  background: #f9f5ec;
}

.ui-prodhead {
  margin-top: 25px;
  position: relative;
}

.ui-prodhead .view {
  width: calc(100 - 20px);
  margin: 0 10px;
}



/* 轮播--------------------------------- */
.ui-prodhead .view .img {
  background: #ca9a52;
  padding: 5px;
}

.ui-prodhead .view .img img {
  border-radius: 6px;
  width: 100%;
  /*  height: 495px;*/
}

.ui-prodhead .view .tab {
  margin-top: 20px;
}

.ui-prodhead .view .tab ul {}

.ui-prodhead .view .tab ul li {
  float: left;
  width: calc(20% - 10px);
  margin-left: 10px;

}

.ui-prodhead .view .tab ul li a img {
  display: block;
  width: 100%;
}

.ui-prodhead .view .tab .i {
  display: block;
}

.ui-prodhead .view .tab .i:hover {
  opacity: .8;
}









/*.ui-prodhead .view .tab .i img{
  width: 125px;
  height: 105px;
}*/
.ui-prodhead .text {
  /*  margin-left: 800px;*/
  margin: 20px;
  font-family: "微软雅黑";
}

.ui-prodhead .text hr {
  border: none;
  border-bottom: 1px solid #ecdabd;
}

.ui-prodhead .text p {
  color: #594934;
  font-size: 30px;
  font-size: 18px;
  /* font-weight: bold; */
}

.ui-prodhead .text p.p1 {
  font-size: 1.8rem;
  color: #4b3b24;
  text-align: center;
  /* font-weight: bold; */
}

.ui-prodhead .text p.p2 {
  position: relative;
  width: 100%;
}

.ui-prodhead .text p.p2 span:nth-child(1) {
  display: block;
  width: 20%;
  float: left;
  height: 68px;
}

.ui-prodhead .text p.p2 .call {
  display: block;
  width: 80%;
  float: left;
  height: 68px;
}

.ui-prodhead .text p.p2 .call .f1 {
  font-size: 1em;
  color: #4b3b24;
}

.ui-prodhead .text p.p2 .call .f2 {
  font-size: 1em;
  color: #4b3b24;
  margin-top: 10px;
  display: inline-block;
}

.ui-prodhead .text p.p2 .call a {
  color: #1a1a1a;
}

.ui-prodhead .text p.p2 .call img {
  vertical-align: middle;
  display: inline-block;
  width: 36px;
}

.ui-prodhead .text p.p3 {
  margin-top: 15px;
}

.ui-prodhead .text p.p4 {}

.ui-prodhead .text p.p4 .numb {
  display: inline-block;
  height: 42px;
  width: 95px;
  position: relative;
}

.ui-prodhead .text p.p4 .numb input[type="text"] {
  color: #4b3b24;
  background: none;
  padding: 0;
  /* background-color: #7c7c7c;*/
  text-align: center;
  border: 1px solid #ca9a52;

  width: 50px;
  height: 42px;
}

.ui-prodhead .text p.p4 .numb a {
  display: inline-block;
  width: 40px;
  height: 21px;
  background: none no-repeat center #ca9a52;
  position: absolute;
  right: 0;
}

.ui-prodhead .text p.p4 .numb a:hover {
  opacity: .8;
}

.ui-prodhead .text p.p4 .numb a.u {
  top: 0;
  background-image: url(../images/awu1.png);
}

.ui-prodhead .text p.p4 .numb a.d {
  bottom: 0;
  background-image: url(../images/awd1.png);
}

.ui-prodhead .text p.p5 {
  margin-top: 20px;
  color: #4b3b24;
  font-size: 14px;
}

.ui-prodhead .text p.p6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ui-prodhead .text p.p6 .bt {
  display: inline-block;
  width: calc(100% - 20px);
  height: 56px;
  background-color: #ca2e2f;
  border-radius: 5px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin: 0 10px;
}

.ui-prodhead .text p.p6 .bt:hover {
  opacity: .8;
}

/*弹窗css*/
.huadong {
  /*width: 60rem;*/
  height: 7rem;
  padding: 0.5rem 0 0.3rem 0;
  position: relative;
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", simsun;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.8;
  display: none;
  z-index: 999;
}

.huadong .huabox {
  margin: 0 auto;
  /*width: 80%;*/
  line-height: 4rem;
}


.huadong .notice_active {
  float: left;
  /*width: 55%;*/
  height: 7rem;
  padding: 0;

  overflow: hidden;
  position: relative;
}

.huadong .notice_active li {
  list-style-type: none;
  line-height: 2rem;
  overflow: hidden;
  margin: 1rem 0;
}

.notice_active_ch span {
  font-size: 14px;
  color: #666;
  display: block;
}

.notice_active_ch .kehu {
  background: -moz-linear-gradient(right, #e14b4b 0%, #ca9a52 100%);
  background: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%, #e14b4b), color-stop(100%, #ca9a52));
  background: -webkit-linear-gradient(right, #e14b4b 0%, #ca9a52 100%);
  background: -o-linear-gradient(right, #e14b4b 0%, #ca9a52 100%);
  background: -ms-linear-gradient(right, #e14b4b 0%, #ca9a52 100%);
  background: linear-gradient(to left, #e14b4b 0%, #ca9a52 100%);
  /*background:url(../images/tcbg.png) no-repeat;*/
  border-radius: 30px;
  padding: 5px;
  color: #fff;
  font-size: 1em;
}









/* 轮播 */
.view {
  position: relative;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.gallery-top {
  width: 100%;
}

.gallery-thumbs {
  height: 42px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.8;
  margin-right: 1%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}