/* CSS Document */

/* ---------- banner ---------- */
.banner {
  height: 500px;
  background-position: center top;
  background-size: cover;
}
.banner.article {
  height: 300px;
}

.banner-tit {
  padding-top: 240px;
  color: #fff;
  text-align: center;
}
.banner-tit h2 {
  font-size: 24px;
}
.banner-tit h2 span {
  position: relative;
  display: inline-block;
}
.banner-tit h2 span:before {
  position: absolute;
  top: 50%;
  left: -52px;
  width: 32px;
  height: 1px;
  background: #fff;
  content: "";
}
.banner-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -52px;
  width: 32px;
  height: 1px;
  background: #fff;
  content: "";
}
.banner-tit h3 {
  padding-top: 8px;
  font-family: "Aparajita";
  font-size: 64px;
  font-weight: normal;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .banner {
    height: 400px;
  }

  .banner-tit {
    padding-top: 200px;
  }
  .banner-tit h2 {
    font-size: 20px;
  }
  .banner-tit h2 span:before {
    left: -36px;
    width: 24px;
  }
  .banner-tit h2 span:after {
    right: -36px;
    width: 24px;
  }
  .banner-tit h3 {
    padding-top: 4px;
    font-size: 48px;
  }
}

/* ---------- sub nav ---------- */
.sub-nav {
  border-bottom: 1px solid #efefef;
}
.sub-nav .con {
  margin: 0 auto -1px;
  padding: 0 20px;
  max-width: 1280px;
  overflow: hidden;
}
.sub-nav li {
  float: left;
  width: 20%;
}
.sub-nav li a {
  display: block;
  height: 80px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
}
.sub-nav li a.current {
  font-weight: bold;
  color: #ad8954;
  border-bottom: 2px solid #ad8954;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    border-bottom: 0;
    background: #f6f6f6;
  }
  .sub-nav .con {
    margin: auto;
    padding: 16px;
  }
  .sub-nav li {
    padding: 4px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-nav li a {
    height: 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    line-height: 40px;
  }
  .sub-nav li a.current {
    background: #ad8954;
    color: #fff;
    border-bottom: 0;
  }
}

/* ---------- about ---------- */
.about {
  padding: 100px 0 80px;
  background-position: center top;
  background-size: cover;
}

.about-tit {
  position: relative;
}
.about-tit h2 {
  font-size: 20px;
  color: #333;
}
.about-tit h2 span {
  position: relative;
}
.about-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: #ad8954;
  content: "";
}
.about-tit h3 {
  padding-top: 8px;
  font-family: "Aparajita";
  font-size: 44px;
  font-weight: normal;
  color: #ad8954;
}

.about-intro {
  padding-top: 48px;
  overflow: hidden;
}
.about-intro .con {
  float: left;
  width: 72%;
  font-size: 15px;
  line-height: 280%;
}
.about-intro .con p {
  padding-bottom: 28px;
}
.about-intro .count {
  float: right;
  width: 16%;
}
.about-intro .count ul {
  margin-top: -20px;
}
.about-intro .count li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.about-intro .count li .num {
  font-family: "Aparajita";
  font-size: 64px;
  color: #ad8954;
}
.about-intro .count li .num sup {
  position: relative;
  top: 0;
  left: 10px;
  font-size: 15px;
  color: #666;
}
.about-intro .count li h4 {
  font-size: 15px;
  color: #666;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }

  .about-tit h2 {
    font-size: 16px;
  }
  .about-tit h2 span:after {
    right: -44px;
    width: 32px;
  }
  .about-tit h3 {
    padding-top: 4px;
    font-size: 32px;
  }

  .about-intro {
    padding-top: 24px;
  }
  .about-intro .con {
    float: none;
    width: auto;
    line-height: 220%;
  }
  .about-intro .con p {
    padding-bottom: 20px;
  }
  .about-intro .count {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .about-intro .count ul {
    margin-top: 0;
  }
  .about-intro .count li {
    float: left;
    padding: 16px 0;
    width: 50%;
  }
  .about-intro .count li .num {
    font-size: 48px;
  }
  .about-intro .count li .num sup {
    top: 4px;
  }
}

/* ---------- office ---------- */
.office {
  padding: 100px 0;
}

.office-tit {
  position: relative;
}
.office-tit h2 {
  font-size: 20px;
  color: #333;
}
.office-tit h2 span {
  position: relative;
}
.office-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: #ad8954;
  content: "";
}
.office-tit h3 {
  padding-top: 8px;
  font-family: "Aparajita";
  font-size: 44px;
  font-weight: normal;
  color: #ad8954;
}

.office-con {
  padding-top: 48px;
  overflow: hidden;
}
.office-con li {
  float: left;
  width: 50%;
}
.office-con li img {
  width: 100%;
  height: 100%;
}
.office-con li:nth-of-type(n+2) {
  width: 25%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .office {
    padding: 60px 0;
  }

  .office-tit h2 {
    font-size: 16px;
  }
  .office-tit h2 span:after {
    right: -44px;
    width: 32px;
  }
  .office-tit h3 {
    padding-top: 4px;
    font-size: 32px;
  }

  .office-con {
    padding-top: 24px;
  }
  .office-con li {
    width: 100%;
  }
  .office-con li:nth-of-type(n+2) {
    width: 50%;
  }
}

/* ---------- honor ---------- */
.honor {
  padding: 100px 0;
  background-position: center top;
  background-size: cover;
}

.honor-tit {
  position: relative;
}
.honor-tit h2 {
  font-size: 20px;
  color: #333;
}
.honor-tit h2 span {
  position: relative;
}
.honor-tit h2 span:after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: #ad8954;
  content: "";
}
.honor-tit h3 {
  padding-top: 8px;
  font-family: "Aparajita";
  font-size: 44px;
  font-weight: normal;
  color: #ad8954;
}

.honor-con {
  padding-top: 48px;
}
.rvc {
  position: relative;
  margin: auto;
  max-width: 1280px;
}
.rvc .rvc-wrapper {
  margin: auto;
  overflow: hidden;
}
.rvc .rvc-wrapper ul {
  position: relative;
  overflow: hidden;
}
.rvc .rvc-wrapper ul li {
  float: left;
}
.rvc .rvc-wrapper ul li a .img-wrapper {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
}
.rvc .rvc-wrapper ul li a .img-wrapper img {
  padding: 10px 0 30px;
  width: 100%;
  box-sizing: border-box;
}
.rvc .rvc-wrapper ul li a .img-wrapper .con {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.rvc .rvc-wrapper ul li a .img-wrapper h4 {
  background: url("../img/zoom-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/zoom-ico.png*/ no-repeat right center;
  font-size: 15px;
  font-weight: normal;
}
.rvc-prv, .rvc-next {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rvc-prv {
  left: 0;
}
.rvc-next {
  right: 0;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .honor {
    padding: 60px 0;
  }

  .honor-tit h2 {
    font-size: 16px;
  }
  .honor-tit h2 span:after {
    right: -44px;
    width: 32px;
  }
  .honor-tit h3 {
    padding-top: 4px;
    font-size: 32px;
  }

  .honor-con {
    padding-top: 24px;
  }
  .rvc .rvc-wrapper ul li a .img-wrapper {
    padding: 20px;
  }
  .rvc .rvc-wrapper ul li a .img-wrapper img {
    padding: 0 0 20px;
  }
}

/* ---------- product ---------- */
.product-list {
  padding: 80px 0 100px;
  overflow: hidden;
}
.product-list ul {
  padding: 20px 0;
  width: calc(100% + 40px);
  overflow: hidden;
}
.product-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 3 - 40px);
}
.product-list li a {
  display: block;
  border: 1px solid #efefef;
  background: #f6f6f6;
}
.product-list li .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li .pic .tag {
  position: absolute;
  top: 28px;
  left: 28px;
  padding: 4px 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
  color: #999;
}
.product-list li .con {
  padding: 28px;
  text-align: center;
}
.product-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li a:hover {
  transform: translate(0,-10px);
  background: #ad8954;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li a:hover h4, .product-list li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .product-list {
    padding: 40px 0 60px;
  }
  .product-list ul {
    width: calc(100% + 16px);
  }
  .product-list li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
  .product-list li .pic .tag {
    top: 12px;
    left: 12px;
    padding: 2px 4px;
    font-size: 12px;
  }
  .product-list li .con {
    padding: 12px;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-family: Arial;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.page a:hover {
  background: #eaeaea;
}
.page a.crt {
  background: #ad8954;
  color: #fff;
}
.page a.disable {
  background: #eaeaea;
  color: #666;
}

/* ---------- product detail ---------- */
.product-tag {
  padding: 80px 0 40px;
}
.product-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ad8954;
  border-radius: 2px;
  font-size: 14px;
  color: #ad8954;
}

.product-detail {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}
.product-pic {
  float: left;
  width: 38%;
}
.product-pic img {
  width: 100%;
}
.product-desc {
  float: right;
  padding-right: 40px;
  width: 54%;
}
.product-desc .tit {
  padding: 32px 0;
}
.product-desc .tit h1 {
  font-size: 32px;
}
.product-desc .con {
  padding: 32px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 240%;
}
.product-desc .share {
  padding: 32px 0;
}

.product-intro {
  padding: 60px 0;
}
.product-intro .tit {
  text-align: center;
}
.product-intro .tit h2 {
  position: relative;
  font-size: 16px;
}
.product-intro .tit h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .tit h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 240%;
}
.product-intro .con img {
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .product-tag {
    padding: 48px 0 32px;
  }

  .product-pic {
    float: none;
    width: auto;
  }
  .product-desc {
    float: none;
    padding: 0 20px;
    width: auto;
  }
  .product-desc .tit {
    padding: 24px 0;
  }
  .product-desc .tit h1 {
    font-size: 20px;
  }
  .product-desc .con {
    padding: 20px 0;
  }
  .product-desc .share {
    padding: 20px 0;
  }

  .product-intro {
    padding: 40px 0;
  }
  .product-intro .con {
    padding: 24px 0;
  }
  .product-intro .con img {
    width: 100%;
    height: 100%;
  }
}

/* ---------- news ---------- */
.news-list {
  padding: 100px 0;
  overflow: hidden;
}
.news-list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.news-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 3 - 40px);
}
.news-list li a {
  display: block;
  padding: 40px;
  border: 1px solid #efefef;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.news-list li .date {
  font-family: "PFDinTextPro-Light";
}
.news-list li .date .day {
  display: block;
  font-size: 32px;
  color: #999;
}
.news-list li .date .year {
  display: block;
  font-size: 16px;
  color: #999;
}
.news-list li .con {
  padding: 28px 0 36px;
}
.news-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 16px;
  min-height: 48px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list {
    padding: 60px 0;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .news-list li a {
    padding: 20px;
  }
  .news-list li .date .day {
    font-size: 24px;
  }
  .news-list li .con {
    padding: 16px 0 24px;
  }
  .news-list li .con h4 {
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 12px;
  }
}

/* ---------- article ---------- */
.article-wrap {
  padding: 100px 0;
}

.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ad8954;
  border-radius: 2px;
  font-size: 14px;
  color: #ad8954;
}

.article-tit {
  padding: 30px 0 39px;
}
.article-tit h1 {
  font-size: 32px;
}

.article-bar {
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("../img/date-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/date-ico.png*/ no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../img/visit-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/visit-ico.png*/ no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-con {
  padding-top: 60px;
  font-size: 16px;
  line-height: 240%;
}
.article-con p {
  padding-bottom: 24px;
}
.article-con img {
  padding: 20px 0;
  max-width: 100%;
}

.article-side {
  float: right;
  margin-top: 140px;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #ad8954;
}
.article-side h3 {
  font-size: 18px;
  color: #ad8954;
}
.article-side ul {
  padding-top: 30px;
}
.article-side li {
  padding-bottom: 30px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.article-side li p {
  padding-top: 12px;
  font-family: Arial;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.article-side li .date {
  padding-left: 22px;
  background: url("../img/date-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/date-ico.png*/ no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("../img/visit-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/visit-ico.png*/ no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: #f6f6f6;
}
.article-btm .con {
  margin: auto;
  padding: 50px 0;
  max-width: 1280px;
  background: #fff;
  overflow: hidden;
}
.article-btm .related {
  float: left;
  padding: 0 60px;
  width: 68%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.article-btm .related p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("../img/prev-arrow.png")/*tpa=https://mb.tdjweb.com/moban/15/img/prev-arrow.png*/ no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("../img/next-arrow.png")/*tpa=https://mb.tdjweb.com/moban/15/img/next-arrow.png*/ no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 25px;
  width: 25%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 25px;
  background: url("../img/list-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/list-ico.png*/ no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .article-wrap {
    padding: 60px 0;
  }

  .article-main {
    float: none;
    width: auto;
  }

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-con {
    padding-top: 40px;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 12px 24px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }
}

/* ---------- intro ---------- */
.intro-con {
  padding: 100px 0;
  font-size: 15px;
  line-height: 240%;
}
.intro-con p {
  padding-bottom: 24px;
}
.intro-con img {
  padding: 20px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .intro-con {
    padding: 48px 0;
  }
  .intro-con img {
    width: 100%;
  }
}

/* ---------- contact ---------- */
.contact-us {
  padding: 100px 0;
}

.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  padding-top: 80px;
  overflow: hidden;
}
.contact-list ul {
  width: calc(100% + 40px);
}
.contact-list li {
  float: left;
  margin-right: 40px;
  padding: 40px;
  border: 1px solid #efefef;
  background: #fafafa;
  box-sizing: border-box;
  width: calc(100% / 3 - 40px);
}
.contact-list li i {
  float: left;
  margin-right: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  background-color: #ad8954;
}
.contact-list li i.ico-1 {
  background-image: url("../img/contact-ico-1.png")/*tpa=https://mb.tdjweb.com/moban/15/img/contact-ico-1.png*/;
}
.contact-list li i.ico-2 {
  background-image: url("../img/contact-ico-2.png")/*tpa=https://mb.tdjweb.com/moban/15/img/contact-ico-2.png*/;
}
.contact-list li i.ico-3 {
  background-image: url("../img/contact-ico-3.png")/*tpa=https://mb.tdjweb.com/moban/15/img/contact-ico-3.png*/;
}
.contact-list li h4 {
  padding-top: 8px;
  font-size: 16px;
}
.contact-list li p {
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
}

.contact-con {
  padding-top: 80px;
  overflow: hidden;
}
.contact-other {
  float: left;
  padding: 0 0 0 40px;
  width: calc(100% - 200px);
  height: 200px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 50px;
}
.contact-qrcode {
  float: right;
  text-align: center;
}
.contact-qrcode img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.contact-qrcode p {
  padding-top: 15px;
  font-size: 13px;
  color: #999;
}

.contact-map {
	position: relative;
	width: 100%;
	height: 600px;
}
.contact-map #map {
	width: 100%;
	height: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .contact-us {
    padding: 60px 0;
  }

  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list {
    padding-top: 40px;
  }
  .contact-list ul {
    width: auto;
  }
  .contact-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
  }
  .contact-list li i {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
  .contact-list li h4 {
    padding-top: 4px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }

  .contact-con {
    padding-top: 20px;
  }
  .contact-other {
    float: none;
    padding: 0 0 32px 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .contact-other li {
    font-size: 14px;
    line-height: 36px;
  }
  .contact-qrcode {
    float: none;
    padding-top: 48px;
  }

  .contact-map {
    height: 400px;
  }
}

/* ---------- search ---------- */
.search {
  padding: 100px 0;
}
.search-form {
  text-align: center;
}
.search-form-text {
  padding: 0 30px;
  width: 60%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.search-form-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: -80px;
  width: 75px;
  height: 50px;
  border: 0;
  background: url("../img/search-btn-ico.png")/*tpa=https://mb.tdjweb.com/moban/15/img/search-btn-ico.png*/ no-repeat center;
  cursor: pointer;
}

.search-result {
  padding-top: 50px;
}
.search-result .result-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.search-result .result-tit h3 {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
.search-result .result-tit .count {
  float: right;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.result-list {
  padding-top: 20px;
}
.result-list ul {
  padding-bottom: 50px;
}
.result-list li {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.result-list li .pic {
  float: left;
  position: relative;
  width: 210px;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.result-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.result-list li .pic .date {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 12px;
  color: #999;
}
.result-list li .con {
  float: right;
  width: calc(100% - 240px);
}
.result-list li .con h4 {
  font-size: 18px;
  line-height: 160%;
}
.result-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.result-list li .btm {
  padding-top: 16px;
}
.result-list li .more-btn {
  padding-right: 32px;
  background: url("../img/more-arrow.png")/*tpa=https://mb.tdjweb.com/moban/15/img/more-arrow.png*/ no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.result-list li a:hover .pic img {
  transform: scale(1.05);
}
.result-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .search {
    padding: 60px 0;
  }

  .search-form-text {
    width: 80%;
    height: 44px;
    border-radius: 44px;
  }
  .search-form-btn {
    margin-left: -60px;
    width: 55px;
    height: 44px;
  }

  .search-result {
    padding-top: 32px;
  }

  .result-list ul {
    padding-bottom: 40px;
  }
  .result-list li {
    padding: 20px 0;
    height: auto;
  }
  .result-list li a {
    display: -webkit-flex;
    display: flex;
  }
  .result-list li .pic {
    float: none;
    width: 140px;
  }
  .result-list li .con {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 16px;
    width: auto;
  }
  .result-list li .con h4 {
    font-size: 14px;
    line-height: 140%;
  }
  .result-list li .con p {
    padding-top: 8px;
    line-height: 160%;
  }
  .result-list li .btm {
    display: none;
  }
}