/* ---------- about ---------- */
.about-intro {
  padding: 80px 0;
  font-size: 15px;
  line-height: 240%;
}
.about-intro p {
  padding-bottom: 24px;
}
.about-intro img {
  padding: 20px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about-intro {
    padding: 60px 0;
  }
  .about-intro img {
    width: 100%;
    height: 100%;
  }
}


.about_a {
  /*padding-bottom: 5.2083%;*/
}

.about_a .content {
  line-height: 32px;
  color: #666666;
  text-align: justify;
}

.about_a .wrap {
  padding-bottom: 140px;
  position: relative;
}

.about_a .pftip-box {
  position: absolute;
  left: 0;
  bottom: -80px;
  background: #1e76cf;
  color: #ffffff;
  padding: 40px 0 40px 88px;
  z-index: 90;
}

.about_a .pftip-box .lt-box {
  float: left;
}

.about_a .pftip-box .lt-box .tl {
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  margin-bottom: 12px;
}

.about_a .pftip-box .lt-box .te {
  font-size: 20px;
}

.about_a .pftip-box .rt-box {
  float: right;
  padding-top: 10px;
}

.about_a .pftip-box .rt-box .box {
  float: left;
  padding: 0 60px;
  border-right: 1px solid rgba(221, 221, 221, 0.4);
}

.about_a .pftip-box .rt-box .box .tp {
  margin-bottom: 12px;
}

.about_a .pftip-box .rt-box .box .tp .big {
  font-size: 42px;
  font-weight: bold;
}

.about_a .pftip-box .rt-box .box:last-child {
  border-right: none;
}

.about_a .bgimg img {
  width: 100%;
}

.about_b {
  background-color: #f8f8f8;
}

.about_b .base-ul li {
  position: relative;
  margin-bottom: 190px;
}

.about_b .base-ul li .imgbox {
  width: 57.1429%;
}

.about_b .base-ul li .imgbox img {
  width: 100%;
}

.about_b .base-ul li .text-box {
  position: absolute;
  width: 57.1429%;
  height: 100%;
  top: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  -moz-box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  padding: 50px 50px 0 50px;
}

.about_b .base-ul li .text-box .index-box {
  margin-bottom: 35px;
}

.about_b .base-ul li .text-box .index-box .index {
  font-size: 30px;
  float: left;
  color: #1e76cf;
  margin-right: 20px;
}

.about_b .base-ul li .text-box .index-box .bz {
  float: left;
  height: 60px;
  width: 144px;
  position: relative;
}

.about_b .base-ul li .text-box .index-box .bz::after {
  width: 120px;
  left: 0;
  height: 1px;
  background: #1e76cf;
}

.about_b .base-ul li .text-box .index-box .bz::before {
  width: 16px;
  height: 16px;
  border: solid 1px #1e76cf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0;
}

.about_b .base-ul li .text-box .index-box .bz::before,
.about_b .base-ul li .text-box .index-box .bz::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_b .base-ul li .text-box .info {
  margin-bottom: 60px;
}

.about_b .base-ul li .text-box .info .in {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}

.about_b .base-ul li .text-box .info .in .mcolor {
  font-size: 30px;
  color: #1e76cf;
  font-weight: bold;
}

.about_b .base-ul li .text-box .text {
  color: #999999;
  line-height: 26px;
}

.about_b .base-ul li:nth-child(2n+1) .imgbox {
  float: left;
}

.about_b .base-ul li:nth-child(2n+1) .text-box {
  right: 0;
}

.about_b .base-ul li:nth-child(2n) .imgbox {
  float: right;
}

.about_b .base-ul li:nth-child(2n) .text-box {
  left: 0;
}

.history_a {
  margin-top: 80px;
  position: relative;
  padding-bottom: 60px;
  background: url(../images/history_02.png) no-repeat center bottom;
}

.history_a .tp-box {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}

.history_a .tp-box .lt,
.history_a .tp-box .rt {
  width: 50%;
  float: left;
}

.history_a .tp-box .lt {
  text-align: right;
  color: #333;
  padding-right: 26px;
}

.history_a .tp-box .rt {
  padding-left: 26px;
  color: #1e76cf;
}

.history_a .history-ul li {
  padding-top: 26px;
  line-height: 28px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .text,
.history_a .history-ul li .date-box {
  width: 50%;
}

.history_a .history-ul li .text .inbox {
  width: 420px;
  color: #999999;
  padding-bottom: 26px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .text .inbox::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #dddddd;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .date-box {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li::before {
  content: "";
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 4px solid #e0e0e0;
  top: 32px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li::before {
  background: #999999;
  z-index: 20;
}

.history_a .history-ul li:nth-child(2n+1) .date-box {
  float: left;
  text-align: right;
  padding-right: 26px;
}

.history_a .history-ul li:nth-child(2n+1) .text {
  float: left;
  padding-left: 26px;
}

.history_a .history-ul li:nth-child(2n) .date-box {
  float: right;
  text-align: left;
  padding-left: 26px;
}

.history_a .history-ul li:nth-child(2n) .text {
  float: right;
  text-align: right;
  padding-right: 26px;
}

.history_a .history-ul li:nth-child(2n) .text .inbox {
  float: right;
}

.history_a .history-ul li:hover {
  background-color: #1e76cf;
}

.history_a .history-ul li:hover .text .inbox {
  color: #fff;
}

.history_a .history-ul li:hover .text .inbox::after {
  display: none;
}

.history_a .history-ul li:hover .date-box {
  color: #fff;
}

.history_a .history-ul li:hover::before {
  border-color: #629fdd;
  background-color: #fff;
}

.history_a::after {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #ddd;
  z-index: -1;
}

.more-box {
  padding: 40px 0 86px;
}

.more-box .pub-btn {
  margin: 0 auto;
  border-color: #1e76cf;
  color: #1e76cf;
}

.more-box .pub-btn:hover {
  color: #fff;
}

.honor_a .wrap {
  position: relative;
}

.honor_a .wrap .hoverbtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.honor_a .wrap .hoverbtn img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.honor_a .wrap .hoverbtn::after {
  content: "";
  border: solid 1px #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.honor_a .wrap .hoverbtn:hover {
  background: #1e76cf;
}

.honor_a .wrap .hoverbtn:hover::after {
  border-color: #1e76cf;
}

.honor_a .wrap .prev_honor {
  left: 0;
}

.honor_a .wrap .next_honor {
  right: 0;
}

.honor_a .wrap .next_honor img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#honor {
  padding-top: 64px;
  max-width: 810px;
}

#honor .swiper-slide {
  width: 430px;
}

#honor .swiper-slide .imgbox {
  -webkit-box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  -moz-box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  border: solid 1px #dddddd;
}

#honor .swiper-slide .te {
  color: #333333;
  text-align: center;
  line-height: 120px;
}

.partner_a .title-box {
  padding: 64px 0 70px;
  text-align: center;
}

.partner_a .title-box .title {
  font-weight: Bold;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333333;
}

.partner_a .title-box .text {
  width: 564px;
  margin: 0 auto;
  line-height: 28px;
  color: #666666;
}

.partner_a .p_ul {
  padding-bottom: 1px;
}

.partner_a .p_ul li {
  width: 180px;
  float: left;
  position: relative;
  margin-right: -webkit-calc((100% - 1080px) / 5);
  margin-right: -moz-calc((100% - 1080px) / 5);
  margin-right: calc((100% - 1080px) / 5);
  margin-bottom: 50px;
  overflow: hidden;
}

.partner_a .p_ul li img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.partner_a .p_ul li:nth-child(6n) {
  margin-right: 0;
}

.partner_a .p_ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 1px #dddddd;
  pointer-events: none;
}

.partner_a .p_ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.partner_a .more-box {
  padding-top: 20px;
}

.partner_a .more-box .pub-btn {
  border-color: #1e76cf;
  color: #1e76cf;
  margin: 0 auto;
}

.partner_a .more-box .pub-btn:hover {
  color: #fff;
}

@media (max-width: 1536px) {
  .about_a .content {
    line-height: 28px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 24px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 18px;
  }

  .about_b .base-ul li .text-box .info .in {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 1366px) {
  .about_a .wrap {
    padding-bottom: 100px;
  }

  .about_a .pftip-box {
    padding: 30px 0 30px 50px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 20px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 16px;
  }

  .about_a .pftip-box .rt-box {
    padding-top: 0;
  }

  .about_a .pftip-box .rt-box .box {
    padding: 0 40px;
  }

  .about_a .pftip-box .rt-box .box .tp .big {
    font-size: 36px;
  }

  .about_b .base-ul li {
    margin-bottom: 160px;
  }

  .about_b .base-ul li .text-box {
    padding: 30px 30px 0 30px;
    top: 80px;
  }

  .about_b .base-ul li .text-box .index-box {
    margin-bottom: 25px;
  }

  .about_b .base-ul li .text-box .index-box .index {
    font-size: 30px;
  }

  .about_b .base-ul li .text-box .info {
    margin-bottom: 30px;
  }

  .about_b .base-ul li .text-box .info .in {
    font-size: 16px;
    line-height: 28px;
  }

  .about_b .base-ul li .text-box .info .in .mcolor {
    font-size: 24px;
  }

  .history_a {
    margin-top: 60px;
  }

  .partner_a .p_ul li {
    width: 160px;
    margin-right: -webkit-calc((100% - 1020px) / 5);
    margin-right: -moz-calc((100% - 1020px) / 5);
    margin-right: calc((100% - 1020px) / 5);
    margin-bottom: -webkit-calc((100% - 1020px) / 5);
    margin-bottom: -moz-calc((100% - 1020px) / 5);
    margin-bottom: calc((100% - 1020px) / 5);
  }
}

@media (max-width: 1280px) {
  #honor .swiper-slide {
    width: 430px;
  }

  .partner_a .title-box {
    padding: 50px 0 40px;
  }

  .more-box {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .about_a .pftip-box {
    padding-left: 30px;
  }

  .about_a .pftip-box .rt-box .box {
    padding: 0 30px;
  }

  .partner_a .title-box {
    padding: 50px 0 40px;
  }

  .partner_a .p_ul li {
    margin: 0 -webkit-calc((100% - 800px) / 4) -webkit-calc((100% - 800px) / 4) 0;
    margin: 0 -moz-calc((100% - 800px) / 4) -moz-calc((100% - 800px) / 4) 0;
    margin: 0 calc((100% - 800px) / 4) calc((100% - 800px) / 4) 0;
  }

  .partner_a .p_ul li:nth-child(6n) {
    margin-right: -webkit-calc((100% - 800px) / 4);
    margin-right: -moz-calc((100% - 800px) / 4);
    margin-right: calc((100% - 800px) / 4);
  }

  .partner_a .p_ul li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .about_a {
    padding-bottom: 40px;
  }

  .about_a .wrap {
    padding-bottom: 40px;
  }

  .about_a .content {
    margin-bottom: 30px;
  }

  .about_a .bgimg {
    overflow: hidden;
  }

  .about_a .bgimg img {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about_a .pftip-box {
    position: static;
    padding: 30px 15px;
  }

  .about_a .pftip-box .lt-box {
    margin-bottom: 20px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 18px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 14px;
  }

  .about_a .pftip-box .rt-box {
    width: 100%;
  }

  .about_a .pftip-box .rt-box .box {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    float: none;
    border-right: none;
  }

  .about_a .pftip-box .rt-box .box:last-child {
    margin-bottom: 0;
  }

  .about_b {
    padding-bottom: 50px;
  }

  .about_b .base-ul li {
    margin-bottom: 20px;
  }

  .about_b .base-ul li .imgbox,
  .about_b .base-ul li .text-box {
    width: 100%;
    position: static;
    float: none !important;
  }

  .about_b .base-ul li .text-box {
    padding: 25px 15px;
  }

  .about_b .base-ul li .text-box .index-box {
    margin-bottom: 20px;
  }

  .about_b .base-ul li .text-box .index-box .index {
    font-size: 20px;
  }

  .about_b .base-ul li .text-box .index-box .bz {
    height: 30px;
  }

  .about_b .base-ul li .text-box .info {
    margin-bottom: 15px;
  }

  .history_a {
    margin-top: 50px;
    background: none;
    padding-bottom: 0;
  }

  .history_a .tp-box {
    font-size: 20px;
  }

  .history_a .tp-box .lt,
  .history_a .tp-box .rt {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 30px;
  }

  .history_a .tp-box .lt br,
  .history_a .tp-box .rt br {
    display: none;
  }

  .history_a .history-ul {
    width: auto;
    margin: 0 5%;
    padding-left: 14px;
    position: relative;
  }

  .history_a .history-ul li {
    padding-top: 10px;
  }

  .history_a .history-ul li .date-box,
  .history_a .history-ul li .text {
    float: left !important;
    text-align: left !important;
  }

  .history_a .history-ul li .date-box {
    font-size: 14px;
    width: 90px;
    padding: 0 !important;
  }

  .history_a .history-ul li .text {
    padding: 0 !important;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }

  .history_a .history-ul li .text .inbox {
    width: 100%;
    padding-bottom: 10px;
  }

  .history_a .history-ul li::before {
    left: -14px;
    top: 16px;
  }

  .history_a .history-ul::after {
    content: "";
    left: 0;
    top: 30px;
    bottom: 0;
    width: 1px;
    background: #ddd;
    z-index: -1;
  }

  .history_a .history-ul::before {
    content: "";
    width: 21px;
    height: 10px;
    background: url(../images/history_02.png) no-repeat center;
    left: -11px;
    bottom: 0;
  }

  .history_a::after {
    display: none;
  }

  .honor_a {
    padding-bottom: 50px;
  }

  .honor_a .wrap .prev_honor,
  .honor_a .wrap .next_honor {
    display: none;
  }

  .honor_a .wrap .swiper-pagination {
    position: static;
  }

  .honor_a .wrap .swiper-pagination-bullet {
    margin: 0 5px;
  }

  #honor {
    width: 100%;
    padding-top: 50px;
  }

  #honor .swiper-slide .te {
    line-height: 50px;
  }

  .partner_a .title-box {
    padding: 50px 0 30px;
  }

  .partner_a .title-box .title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .partner_a .title-box .text {
    width: 100%;
  }

  .partner_a .p_ul li {
    margin: 0 -webkit-calc(100% - 320px) -webkit-calc(100% - 320px) 0;
    margin: 0 -moz-calc(100% - 320px) -moz-calc(100% - 320px) 0;
    margin: 0 calc(100% - 320px) calc(100% - 320px) 0;
  }

  .partner_a .p_ul li:nth-child(6n) {
    margin-right: -webkit-calc(100% - 320px);
    margin-right: -moz-calc(100% - 320px);
    margin-right: calc(100% - 320px);
  }

  .partner_a .p_ul li:nth-child(5n) {
    margin-right: -webkit-calc(100% - 320px);
    margin-right: -moz-calc(100% - 320px);
    margin-right: calc(100% - 320px);
  }

  .partner_a .p_ul li:nth-child(2n) {
    margin-right: 0;
  }
}



.contact-wrap {
  padding: 100px 0;
}
.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: 1px solid #027eee;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.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;
  text-align: center;
}
.contact-con li {
  font-size: 14px;
  line-height: 32px;
}

.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: 1024px) {
  .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;
  }
}


.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% / 4 - 40px);
}
.product-list li a {
  display: block;
  border: 2px solid #f0f0f0;
  background: #fafafa;
}
.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/product-more.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 #1a6fc9;
  background: #1a6fc9;
  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: 1024px) {
  .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: url("../images/product-more.png") no-repeat right 16px bottom 16px;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}


.news-list {
  padding: 60px 0 100px;
}
.news-list ul {
  padding-bottom: 50px;
}
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  position: relative;
  width: 26%;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .pic .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 70%;
}
.news-list li .con h4 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 36px;
}
.news-list li .more-btn {
  padding-right: 36px;
  background: url("../images/product-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list {
    padding: 20px 0 60px;
  }
  .news-list li .con h4 {
    padding-top: 4px;
  }
  .news-list li .con p {
    padding-top: 12px;
  }
  .news-list li .btm {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding: 32px 0 60px;
  }
  .news-list ul {
    padding-bottom: 40px;
  }
  .news-list li {
    padding: 28px 0;
    height: auto;
  }
  .news-list li .pic {
    float: none;
    width: auto;
  }
  .news-list li .con {
    float: none;
    width: auto;
  }
  .news-list li .con h4 {
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}
