/* CSS Document */

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

.banner-tit {
  padding-top: 280px;
}
.banner-tit h2 {
  position: relative;
  padding-bottom: 24px;
  font-size: 40px;
  color: #b4835a;
}
.banner-tit h2:before {
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #666;
  content: "";
}
.banner-tit h3 {
  padding-top: 20px;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: normal;
  color: #666;
}

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

  .banner-tit {
    padding-top: 220px;
  }
  .banner-tit h2 {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .banner-tit h2:before {
    width: 28px;
  }
  .banner-tit h3 {
    padding-top: 12px;
    font-size: 18px;
  }
}

/* ---------- sub nav ---------- */
.sub-nav {
  padding: 88px 0 48px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.sub-nav ul {
  width: calc(100% + 20px);
}
.sub-nav li {
  float: left;
  margin: 0 20px 0 0;
  width: calc(100% / 6 - 20px);
}
.sub-nav li a {
  display: block;
  height: 48px;
  border: 1px solid #efefef;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.sub-nav li a.current {
  border: 1px solid #b4835a;
  background: #b4835a;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    padding: 28px 0 12px;
  }
  .sub-nav ul {
    width: calc(100% + 8px);
  }
  .sub-nav li {
    margin: 0 8px 8px 0;
    width: calc(100% / 2 - 8px);
  }
  .sub-nav li a {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}

/* ---------- about ---------- */
.about {
  padding: 120px 0 100px;
  background: url("../images/about-bg.png") no-repeat left 80px bottom #fafafa;
}

.about-tit {
  float: left;
}
.about-tit h2 {
  position: relative;
  padding: 8px 0 24px;
  font-size: 28px;
}
.about-tit h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #999;
  content: "";
}

.about-intro {
  float: right;
  width: 76%;
}
.about-intro .con {
  font-size: 15px;
  line-height: 280%;
}
.about-intro .con p {
  padding-bottom: 32px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 60px 0 40px;
    background: url("../images/about-bg.png") no-repeat left bottom #fafafa;
    background-size: 300px;
  }

  .about-tit {
    float: none;
  }
  .about-tit h2 {
    padding: 4px 0 20px;
    font-size: 20px;
  }
  .about-tit h2:before {
    width: 24px;
  }

  .about-intro {
    float: none;
    padding-top: 32px;
    width: auto;
  }
  .about-intro .con {
    line-height: 240%;
  }
  .about-intro .con p {
    padding-bottom: 24px;
  }
}

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

.office-tit h2 {
  position: relative;
  padding: 8px 0 24px;
  font-size: 28px;
}
.office-tit h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #999;
  content: "";
}

.office-con {
  padding-top: 60px;
  overflow: hidden;
}
.office-con ul {
  width: calc(100% + 40px);
}
.office-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(50% - 40px);
}
.office-con li img {
  width: 100%;
  height: 100%;
}

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

  .office-tit h2 {
    padding: 4px 0 20px;
    font-size: 20px;
  }
  .office-tit h2:before {
    width: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .office-con {
    padding-top: 40px;
  }
  .office-con ul {
    width: auto;
  }
  .office-con li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
}

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

.honor-tit {
  position: relative;
}
.honor-tit h2 {
  position: relative;
  padding: 8px 0 24px;
  font-size: 28px;
}
.honor-tit h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #999;
  content: "";
}
.honor-tit .ico {
  position: absolute;
  top: -120px;
  right: 100px;
}

.honor-con {
  padding-top: 60px;
}

.rvc {
  position: relative;
  margin: auto;
  max-width: 1320px;
}
.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;
}
.rvc .rvc-wrapper ul li a .img-wrapper h4 {
 
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.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 {
    padding: 4px 0 20px;
    font-size: 20px;
  }
  .honor-tit h2:before {
    width: 24px;
  }
  .honor-tit .ico {
    top: -60px;
    right: 40px;
  }
  .honor-tit .ico img {
    width: 68px;
  }
}

@media only screen and (max-width: 768px) {
  .honor-con {
    padding-top: 40px;
  }

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

/* ---------- service ---------- */
.service-con {
  padding: 80px 0 120px;
  font-size: 15px;
  line-height: 280%;
}
.service-con p {
  padding-bottom: 24px;
}
.service-con img {
  padding: 40px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service-con {
    padding: 40px 0 60px;
    line-height: 240%;
  }
  .service-con p {
    padding-bottom: 20px;
  }
  .service-con img {
    padding: 20px 0;
  }
}

/* ---------- store ---------- */
.store-list {
  padding: 120px 0;
  overflow: hidden;
}
.store-list ul {
  width: calc(100% + 60px);
  overflow: hidden;
}
.store-list li {
  float: left;
  margin: 0 60px 60px 0;
  width: calc(100% / 2 - 60px);
  overflow: hidden;
}
.store-list li .pic {
  float: left;
  width: 180px;
}
.store-list li .pic img {
  width: 100%;
}
.store-list li .con {
  float: right;
  padding-top: 12px;
  width: calc(100% - 208px);
}
.store-list li .con h4 {
  position: relative;
  font-size: 16px;
}
.store-list li .con h4 .more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Times New Roman";
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.store-list li .con h4:after {
  position: absolute;
  left: 96px;
  right: 108px;
  bottom: 4px;
  height: 1px;
  background: #efefef;
  content: "";
}
.store-list li .con p {
  padding-top: 24px;
  line-height: 28px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .store-list {
    padding: 60px 0;
  }
  .store-list ul {
    padding-bottom: 16px;
    width: auto;
  }
  .store-list li {
    float: none;
    margin: 0 0 28px 0;
    width: auto;
  }
  .store-list li .pic {
    width: 132px;
  }
  .store-list li .con {
    padding-top: 0;
    width: calc(100% - 148px);
  }
  .store-list li .con h4 {
    font-size: 15px;
  }
  .store-list li .con h4 .more-btn {
    font-size: 12px;
  }
  .store-list li .con h4:after {
    left: 84px;
    right: 88px;
  }
  .store-list li .con p {
    padding-top: 8px;
    line-height: 20px;
  }
}

/* ---------- news ---------- */
.news-list {
  padding: 80px 0 120px;
  overflow: hidden;
}
.news-list ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.news-list li {
  float: left;
  position: relative;
  margin: 0 40px 60px 0;
  width: calc(100% / 3 - 40px);
  overflow: hidden;
}
.news-list li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover img {
  transform: scale(1.05);
}
.news-list li .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  padding: 36px 40px;
  color: #fff;
}
.news-list li .date {
  float: left;
  width: 16%;
  font-family: "Times New Roman";
}
.news-list li .day {
  display: block;
  font-size: 26px;
}
.news-list li .year {
  display: block;
  padding-top: 4px;
  font-size: 16px;
}
.news-list li .con {
  float: right;
  width: 100%;
}
.news-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
}
.news-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

@media only screen and (max-width: 768px) {
  .news-list ul {
    padding-bottom: 20px;
    width: auto;
  }
  .news-list li {
    float: none;
    margin: 0 0 24px 0;
    width: auto;
  }
  .news-list li .mask {
    padding: 20px;
  }
  .news-list li .date {
    width: 22%;
  }
  .news-list li .day {
    font-size: 20px;
  }
  .news-list li .year {
    font-size: 14px;
  }
  .news-list li .con {
    width: 100%;
  }
  .news-list li .con h4 {
    font-size: 16px;
    line-height: 140%;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
    -webkit-line-clamp: 1;
  }
}

/* ---------- 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: #b4835a;
  color: #fff;
}
.page a.disable {
  background: #eaeaea;
  color: #666;
}

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

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

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

.article-tit {
  padding: 40px 0;
}
.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("../images/date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../images/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: 151px;
  padding: 39px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #b4835a;
}
.article-side h3 {
  font-size: 18px;
  color: #b4835a;
}
.article-side ul {
  padding-top: 40px;
}
.article-side li {
  padding-bottom: 32px;
}
.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("../images/date-ico.png") no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("../images/visit-ico.png") no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: #f6f6f6;
}
.article-btm .con {
  margin: auto;
  padding: 50px 0;
  max-width: 1320px;
  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("../images/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("../images/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("../images/list-ico.png") no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .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;
  }
}

/* ---------- contact ---------- */
.contact-us {
  padding: 120px 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: #b4835a;
}
.contact-list li i.ico-1 {
  background-image: url("../images/contact-ico-1.png");
}
.contact-list li i.ico-2 {
  background-image: url("../images/contact-ico-2.png");
}
.contact-list li i.ico-3 {
  background-image: url("../images/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("../images/search-ico.png") no-repeat center;
  cursor: pointer;
}

.search-result {
  padding-top: 60px;
}
.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: 240px;
  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% - 280px);
}
.result-list li .con h4 {
  font-size: 18px;
  line-height: 160%;
}
.result-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.result-list li .btm {
  padding-top: 14px;
}
.result-list li .more-btn {
  padding-right: 32px;
  background: url("../images/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: 40px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .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 .pic {
    width: 140px;
  }
  .result-list li .con {
    width: calc(100% - 160px);
  }
  .result-list li .con h4 {
    font-size: 14px;
    line-height: 140%;
  }
  .result-list li .con p {
    padding-top: 4px;
    -webkit-line-clamp: 1;
  }
  .result-list li .btm {
    display: none;
  }
}