/* CSS Document */

/* ---------- banner ---------- */
.banner {
  height: 500px;
  background-position: center top;
  background-size: cover;
}
.banner.article {
  height: 200px;
}

.banner-tit {
  padding: 248px 0 60px;
}
.banner-tit h2 {
  font-size: 40px;
  font-weight: bold;
  color: #18bc83;
  
}
.banner-tit h3 {
font-family: "Montserrat-Regular";
text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}

.sub-nav {
  overflow: hidden;
}
.sub-nav ul {
  width: calc(100% + 20px);
}
.sub-nav li {
  float: left;
  margin: 0 20px 0 0;
  width: calc(100% / 5 - 20px);
}
.sub-nav li a {
  display: block;
  height: 44px;
  background: #efefef;
  font-size: 15px;
  color: #333;
  line-height: 44px;
  text-align: center;
}
.sub-nav li a:hover {
  background: #fff;
}
.sub-nav li a.current {
  background: #18bc83;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .banner {
    padding-bottom: 20px;
    height: auto;
  }

  .banner-tit {
    padding: 160px 0 40px;
  }
  .banner-tit h2 {
    font-size: 28px;
  }
  .banner-tit h3 {
    font-size: 20px;
  }

  .sub-nav ul {
    width: calc(100% + 10px);
  }
  .sub-nav li {
    margin: 0 10px 10px 0;
    width: calc(100% / 2 - 10px);
  }
  .sub-nav li a {
    height: 36px;
    line-height: 36px;
  }
}

/* ---------- about ---------- */
.about {
  padding: 120px 0 120px;
  background-position: center top;
  background-size: cover;
}

.about-intro {
  overflow: hidden;
}
.about-intro .tit {
  float: left;
}
.about-intro .tit h2 {
  font-family: "Montserrat-Regular";
  font-size: 52px;
  font-weight: normal;
  color: #18bc83;
  text-transform: uppercase;
}
.about-intro .tit h3 {
  padding-top: 4px;
  font-size: 22px;
  color: #333;
}
.about-intro .con {
  float: right;
  width: 100%;
  font-size: 15px;
  line-height: 200%;
}
.about-intro .con p {
  padding-bottom: 20px;
}

.about-pic {
  padding-top: 10px;
}
.about-pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 160px 0 60px;
  }

  .about-intro .tit {
    float: none;
  }
  .about-intro .tit h2 {
    font-size: 28px;
  }
  .about-intro .tit h3 {
    font-size: 16px;
  }
  .about-intro .con {
    padding-top: 40px;
    float: none;
    width: auto;
    line-height: 240%;
  }
  .about-intro .con p {
    padding-bottom: 20px;
  }

  .about-pic {
    padding-top: 24px;
  }
}

/* ---------- office ---------- */
.office {
  padding: 120px 0;
}

.office-tit {
  overflow: hidden;
}
.office-tit h2 {
  float: left;
  font-family: "Montserrat-Regular";
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
.office-tit h3 {
  float: left;
  padding: 24px 0 0 16px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}

.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: 24px;
  }
  .office-tit h3 {
    padding: 6px 0 0 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .office-con {
    padding-top: 32px;
  }
  .office-con li {
    width: 100%;
  }
  .office-con li:nth-of-type(n+2) {
    width: 50%;
  }
}

/* ---------- honor ---------- */
.honor {
  padding-bottom: 120px;
  background-position: center top;
  background-size: cover;
}

.honor-tit {
  position: relative;
  padding-top: 120px;
  height: 80px;
}
.honor-tit h2 {
  float: left;
  font-family: "Montserrat-Regular";
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
.honor-tit h3 {
  float: left;
  padding: 24px 0 0 16px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.honor-tit .ico {
  position: absolute;
  top: 0;
  right: 100px;
}

.honor-con {
  padding-top: 48px;
}

.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 {
  background: url("../images/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-bottom: 60px;
  }

  .honor-tit {
    position: relative;
    padding-top: 60px;
    height: 40px;
  }
  .honor-tit h2 {
    font-size: 24px;
  }
  .honor-tit h3 {
    padding: 6px 0 0 12px;
    font-size: 14px;
  }
  .honor-tit .ico {
    right: 20px;
  }
  .honor-tit .ico img {
    width: 64px;
  }

  .honor-con {
    padding-top: 32px;
  }

  .rvc .rvc-wrapper ul li a .img-wrapper {
    padding: 20px;
  }
  .rvc .rvc-wrapper ul li a .img-wrapper img {
    padding: 0 0 20px;
  }
}

/* ---------- client ---------- */
.client {
  padding: 120px 0 100px;
  background: #f6f6f6;
}

.client-tit {
  overflow: hidden;
}
.client-tit h2 {
  float: left;
  font-family: "Montserrat-Regular";
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
.client-tit h3 {
  float: left;
  padding: 24px 0 0 16px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}

.client-con {
  padding-top: 48px;
}
.client-con ul {
  width: calc(100% + 20px);
}
.client-con li {
  float: left;
  margin: 0 20px 20px 0;
  width: calc(100% / 6 - 20px);
}
.client-con li img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.client-con li:hover img {
  width: 100%;
  filter: grayscale(0);
  box-shadow: 0 4px 32px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .client {
    padding: 60px 0;
  }

  .client-tit h2 {
    font-size: 24px;
  }
  .client-tit h3 {
    padding: 6px 0 0 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .client-con {
    padding-top: 32px;
  }
  .client-con ul {
    width: calc(100% + 16px);
  }
  .client-con li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
}

/* ---------- case ---------- */
.case-list {
  padding: 120px 0;
  overflow: hidden;
}
.case-list ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.case-list li {
  float: left;
  margin: 0 40px 60px 0;
  width: calc(100% / 2 - 40px);
}
.case-list li .pic {
  overflow: hidden;
}
.case-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list li .con {
  padding: 40px;
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}
.case-list li .con h4 {
  position: relative;
  padding: 8px 0 32px;
  font-size: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  line-height: 32px;
}
.case-list li .con h4 span {
  padding-left: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.case-list li .con h4:after {
  position: absolute;
  top: 9px;
  right: 0;
  width: 80px;
  height: 30px;
  border: 1px solid rgba(0,0,0,0.08);
  background: url("../images/case-more-arrow.png") no-repeat center;
  content: "";
}
.case-list li a:hover .pic img {
  transform: scale(1.05);
}
.case-list li a:hover .con {
  background: #18bc83;
}
.case-list li a:hover .con h4 {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.case-list li a:hover .con h4 span {
  color: #fff;
}
.case-list li a:hover .con h4:after {
  border: 1px solid rgba(255,255,255,0.08);
  background: url("../images/case-more-arrow.png") no-repeat center rgba(255,255,255,0.6);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case-list {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .case-list ul {
    padding-bottom: 20px;
    width: auto;
  }
  .case-list li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .case-list li .con {
    padding: 24px;
  }
  .case-list li .con h4 {
    padding: 0 0 12px;
    font-size: 16px;
  }
  .case-list li .con h4 span {
    padding-left: 16px;
    font-size: 14px;
  }
  .case-list li .con h4:after {
    display: none;
  }
}

/* ---------- 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: #18bc83;
  color: #fff;
}
.page a.disable {
  background: #eaeaea;
  color: #666;
}

/* ---------- news ---------- */
.news-list {
  padding: 120px 0;
  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% / 2 - 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: 20%;
  font-family: "Montserrat-Regular";
}
.news-list li .day {
  display: block;
  font-size: 24px;
}
.news-list li .year {
  display: block;
  padding-top: 4px;
  font-size: 16px;
}
.news-list li .con {
  float: right;
  width: 80%;
}
.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 20px 0;
    width: auto;
  }
  .news-list li .mask {
    padding: 20px;
  }
  .news-list li .date {
    width: 25%;
  }
  .news-list li .day {
    font-size: 20px;
  }
  .news-list li .year {
    font-size: 14px;
  }
  .news-list li .con {
    width: 75%;
  }
  .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;
  }
}

/* ---------- article ---------- */
.article-wrap {
  padding: 80px 0;
}

.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #18bc83;
  border-radius: 2px;
  font-size: 14px;
  color: #18bc83;
}

.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: 50px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.article-con p {
  padding-bottom: 10px;
}
.article-con img {
  padding: 0;
  max-width: 100%;
  display: block;
}

.article-side {
  float: right;
  margin-top: 151px;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #18bc83;
}
.article-side h3 {
  font-size: 18px;
  color: #18bc83;
}
.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("../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: 30px 10px;
  }
  .article-con p {
    padding-bottom: 5px;
  }
  .article-con img {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 10px;
    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;
  }
}

/* ---------- team ---------- */
.team-list {
  padding: 120px 0;
  overflow: hidden;
}
.team-list ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.team-list li {
  float: left;
  margin: 0 40px 60px 0;
  width: calc(100% / 3 - 40px);
}
.team-list li .pic {
  overflow: hidden;
}
.team-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.team-list li .con {
  padding: 24px 30px;
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}
.team-list li .con h4 {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.team-list li .con h4 span {
  padding-left: 12px;
  font-size: 14px;
  color: #666;
}
.team-list li .con p {
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  color: #999;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.team-list li a:hover .pic img {
  transform: scale(1.05);
}
.team-list li a:hover .con {
  background: #18bc83;
}
.team-list li a:hover .con h4, .team-list li a:hover .con h4 span, .team-list li a:hover .con p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .team-list {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .team-list ul {
    padding-bottom: 20px;
    width: calc(100% + 16px);
  }
  .team-list li {
    margin: 0 16px 20px 0;
    width: calc(100% / 2 - 16px);
  }
  .team-list li .con {
    padding: 12px 16px;
  }
  .team-list li .con h4 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .team-list li .con h4 span {
    padding-left: 6px;
  }
  .team-list li .con p {
    padding-top: 8px;
    line-height: 160%;
  }
}

/* ---------- contact ---------- */
.contact-wrap {
  padding-top: 100px;
  padding-bottom: 30px;
}
.contact-tit {
  padding-bottom: 80px;
}
.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  overflow: hidden;
}
.contact-list ul {
  width: calc(100% + 30px);
}
.contact-list li {
  float: left;
  margin-right: 30px;
  padding: 60px 20px 40px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  background: url("../images/contact-bg.png") no-repeat center bottom;
  width: calc(100% / 3 - 30px);
  text-align: center;
}
.contact-list li:first-child {
  background: url("../images/contact-bg.png") no-repeat left bottom;
}
.contact-list li:last-child {
  margin-right: 0;
  background: url("../images/contact-bg.png") no-repeat right bottom;
}
.contact-list li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  background-color: #18bc83;
}
.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: 24px;
  font-size: 15px;
}
.contact-list li p {
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
}
.contact-con {
  padding: 48px 20px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.contact-qrcode {
  padding-top: 60px;
  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: 768px) {
  .contact-wrap {
    padding: 48px 0;
  }
  .contact-tit {
    padding-bottom: 48px;
  }
  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list ul {
    width: auto;
  }
  .contact-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 32px 20px 12px;
    width: auto;
  }
  .contact-list li i {
    width: 64px;
    height: 64px;
    background-size: 28px;
  }
  .contact-list li h4 {
    padding-top: 8px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }
  
  .contact-con {
    padding: 32px 20px;
  }

  .contact-map {
    height: 400px;
  }
}

/* ---------- search ---------- */
.search {
  padding: 80px 0 100px;
}
.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: 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: 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 {
  padding-top: 4px;
  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: 16px;
}
.result-list li .more-btn {
  padding-right: 40px;
  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: 48px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .search {
    padding: 48px 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: 144px;
  }
  .result-list li .con {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 16px;
    width: auto;
  }
  .result-list li .con h4 {
    padding-top: 0;
    font-size: 14px;
  }
  .result-list li .con p {
    padding-top: 8px;
    -webkit-line-clamp: 1;
  }
  .result-list li .btm {
    display: none;
  }
}

/* ---------- sub nav ---------- */
.sub-nav1 {
    border-bottom: 1px solid #efefef;
  }
  .sub-nav1 .con {
    margin: 0 auto -1px;
    padding: 0 20px;
    max-width: 1280px;
    overflow: hidden;
  }
  .sub-nav1 li {
    float: left;
    width: 20%;
  }
  .sub-nav1 li a {
    display: block;
    height: 80px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
  }
  .sub-nav1 li a.current {
    font-weight: bold;
    color: #18bc83;
    border-bottom: 2px solid #18bc83;
  }
  
  /* responsive */
  @media only screen and (max-width: 1024px) {
    .sub-nav1 {
      border-bottom: 0;
      background: #f6f6f6;
    }
    .sub-nav1 .con {
      margin: auto;
      padding: 16px;
    }
    .sub-nav1 li {
      padding: 4px;
      width: 50%;
      box-sizing: border-box;
    }
    .sub-nav1 li a {
      height: 40px;
      border-radius: 4px;
      background: #fff;
      font-size: 15px;
      line-height: 40px;
    }
    .sub-nav1 li a.current {
      background: #18bc83;
      color: #fff;
      border-bottom: 0;
    }
  }
  

  
/* ---------- product ---------- */
.product-list {
  padding: 100px 0;
  overflow: hidden;
}
.product-list ul {
  padding-bottom: 20px;
  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: 2px solid #f6f6f6;
  background: #f6f6f6;
}
.product-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li .con {
  padding: 24px;
  background: url("../images/more-arrow1.png") no-repeat right 24px bottom 28px;
}
.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;
}
.product-list li a:hover {
  border: 2px solid #18bc83;
  background: #18bc83;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.product-list li a:hover h4, .product-list li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .product-list {
    padding: 60px 0;
  }
  .product-list ul {
    width: auto;
  }
  .product-list li {
    margin: 0 0 16px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .product-list li:nth-of-type(odd) {
    padding-right: 8px;
  }
  .product-list li:nth-of-type(even) {
    padding-left: 8px;
  }
  .product-list li .pic {
    width: auto;
    height: auto;
  }
  .product-list li .con {
    padding: 16px;
    background: none;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}

/* ---------- product detail ---------- */
.product-tag {
  padding: 80px 0 40px;
}
.product-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}

.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: 36px 0;
}
.product-desc .tit h1 {
  font-size: 32px;
}
.product-desc .con {
  padding: 40px 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%;
  }
}
.submenu{ padding-top: 80px;}
.submenu ul{ display: flex; display: -webkit-flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.submenu ul li a{ display: block; padding: 15px 30px; border-radius: 5px; margin: 5px; background: #eee;}
.submenu ul li:hover a,.submenu ul li.current a{ background: #18bc83; color: #fff;}

@media only screen and (max-width: 768px) {
  .submenu{ padding-top: 30px;}
  .submenu ul li{ width: 50%;}
  .submenu ul li a{ padding: 10px 20px; margin: 1px;}
}