/* CSS Document */

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

.banner.product {
  background-image: url("../img/product-banner.jpg");
}
.banner.case {
  background-image: url("../img/case-banner.jpg");
}
.banner.support {
  background-image: url("../img/support-banner.jpg");
}
.banner.news {
  background-image: url("../img/news-banner.jpg");
}
.banner.about {
  background-image: url("../img/about-banner.jpg");
}
.banner.contact {
  background-image: url("../img/contact-banner.jpg");
}
.banner.search {
  height: 200px;
  background-image: url("../img/product-banner.jpg");
}

.banner-tit {
  padding-top: 248px;
  color: #fff;
}
.banner-tit h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.banner-tit h2 span {
  position: relative;
}
.banner-tit h2 span:after {
  position: absolute;
  right: -36px;
  bottom: 8px;
  width: 24px;
  height: 6px;
  background: #fff;
  content: "";
}
.banner-tit h3 {
  padding-top: 12px;
  font-size: 20px;
  font-weight: normal;
}

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

  .banner-tit {
    padding-top: 224px;
  }
  .banner-tit h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 280px;
  }

  .banner.search {
    height: 128px;
  }

  .banner-tit {
    padding-top: 148px;
  }
  .banner-tit h2 {
    font-size: 24px;
  }
  .banner-tit h2 span:after {
    right: -24px;
    bottom: 8px;
    width: 16px;
    height: 4px;
  }
  .banner-tit h3 {
    padding-top: 8px;
    font-size: 15px;
  }
}

/* ---------- crumb ---------- */
.crumb {
  padding: 40px 0 20px;
}
.crumb .con {
  padding-left: 30px;
  background: url("../img/crumb-ico.png") no-repeat left;
  background-size: 16px;
  font-size: 15px;
  color: #999;
}
.crumb .con a {
  color: #999;
}
.crumb .con a:hover {
  color: #265ebf;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .crumb {
    padding: 20px 0 10px;
  }
}

/* ---------- sub nav ---------- */
.sub-nav {
  padding: 80px 0;
  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: 48px;
  background: #e3e7f2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.sub-nav li a.cur {
  background: #265ebf;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    padding: 40px 0;
  }
  .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;
  }
}

/* ---------- product ---------- */
.product-wrap {
    margin-bottom: 10px;
}
.product-wrap-one {
  padding: 0 0 60px;
}
.product-wrap-two {
  padding: 80px 0 60px;
}
.product-wrap-two.gray-bg {
  background: #eef5fb;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-wrap-one {
    padding: 0 0 20px;
  }
  .product-wrap-two {
    padding: 40px 0 20px;
  }
}

.product-main {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}
.product-main .pic {
  float: left;
  width: 40%;
}
.product-main .pic img {
  width: 100%;
  border-radius: 12px;
}
.product-main .intro {
  float: right;
  width: 56%;
}
.product-main .intro .tit {
  padding-bottom: 32px;
}
.product-main .intro .tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  color: #202020;
}
.product-main .intro .tit h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.product-main .intro .con {
  line-height: 200%;
}
.product-main .intro .con p {
  padding-bottom: 14px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-main {
    padding: 20px;
    border-radius: 12px;
  }
  .product-main .pic {
    float: none;
    width: auto;
  }
  .product-main .pic img {
    border-radius: 8px;
  }
  .product-main .intro {
    float: none;
    width: auto;
  }
  .product-main .intro .tit {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .product-main .intro .tit h2 {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .product-main .intro .tit h2:after {
    width: 32px;
    height: 4px;
  }
  .product-main .intro .con {
    font-size: 14px;
    line-height: 160%;
  }
  .product-main .intro .con p {
    padding-bottom: 8px;
  }
}

/* Product classification */
.product-class {
  padding-top: 60px;
}
.product-class .tit h2 {
  font-size: 20px;
}
.product-class .con {
  padding-top: 32px;
}
.product-class .con ul {
  width: calc(100% + 30px);
}
.product-class .con li {
  float: left;
  margin: 0 30px 30px 0;
  width: calc(100% / 3 - 30px);
}
.product-class .con li a {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}
.product-class .con li .pic {
  width: 40%;
}
.product-class .con li .pic img {
  margin: -1px;
  width: 100%;
}
.product-class .con li .name {
  flex: 1;
  display: table;
  padding: 20px;
  background: #fff;
  vertical-align: middle;
}
.product-class .con li .name h3 {
  display: table-cell;
  background: url("../img/menu-arrow.png") no-repeat right center;
  background-size: 16px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-class .con li a:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .product-class .con li {
    width: calc(100% / 2 - 30px);
  }
}

@media only screen and (max-width: 768px) {
  .product-class {
    padding-top: 32px;
  }
  .product-class .tit h2 {
    font-size: 16px;
  }
  .product-class .con {
    padding-top: 24px;
  }
  .product-class .con ul {
    width: auto;
  }
  .product-class .con li {
    float: none;
    margin: 0 0 16px 0;
    width: auto;
  }
  .product-class .con li a {
    border-radius: 12px;
  }
  .product-class .con li .pic {
    width: 30%;
  }
  .product-class .con li .name {
    padding: 12px;
  }
  .product-class .con li .name h3 {
    background-size: 14px;
    font-size: 15px;
  }
}
.product-series-info {
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.product-series-info .tit h2 {
  font-size: 28px;
}
.product-series-info .info {
  padding-top: 24px;
  overflow: hidden;
}
.product-series-info .pic {
  float: left;
  width: 200px;
}
.product-series-info .pic img {
  width: 100%;
  border-radius: 12px;
}
.product-series-info .con {
  float: right;
  width: calc(100% - 240px);
  line-height: 24px;
}
.product-series-info .con li {
  position: relative;
  padding: 8px 20px;
}
.product-series-info .con li:before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #265ebf;
  content: "";
}

@media only screen and (max-width: 768px) {
  .product-series-info {
    margin-bottom: 24px;
    padding: 20px 0;
  }
  .product-series-info .tit h2 {
    font-size: 20px;
  }
  .product-series-info .pic {
    float: none;
    width: auto;
  }
  .product-series-info .con {
    float: none;
    padding-top: 20px;
    width: auto;
  }
  .product-series-info .con li {
    position: relative;
    padding: 4px 20px;
  }
  .product-series-info .con li:before {
    top: 12px;
  }
}
.product-search {
  float: left;
  position: relative;
  padding: 8px 20px 24px;
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1;
}
.product-search .option {
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
}
.product-search .option-tit {
  background: url("../img/menu-dn-arrow.png") no-repeat right center;
  background-size: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.product-search .option-tit.current {
  background: url("../img/menu-up-arrow.png") no-repeat right center;
  background-size: 16px;
}
.product-search .option-con {
  padding: 4px 0;
}
.product-search .option-con p {
  padding: 2px 0;
}
.product-search .option-con a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 14px;
}
.product-search .option-con a.selected {
  background: url("../img/del-ico.png") no-repeat right 8px  center #f6f6f6;
  background-size: 14px;
}

.menu-search {
  padding: 8px 0;
}

.menu-search .con {
  position: relative;
}

.product-search .menu-search .search-text {
  padding: 0 12px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}
.product-search .menu-search .search-btn {
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: url("../img/search-ico.png") no-repeat center #265ebf;
  background-size: 16px;
  cursor: pointer;
  position: absolute;
}

.product-list {
  float: right;
  position: relative;
  width: calc(100% - 380px);
  z-index: 0;
}
.product-list ul {
  padding-bottom: 30px;
  width: calc(100% + 20px);
  overflow: hidden;
}
.product-list li {
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  padding: 20px;
  width: calc(100% / 3  - 20px);
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}
.product-list li .pic {
  width: 100%;
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li .con {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #efefef;
}
.product-list li h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 160%;
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-list li .model {
  padding-top: 10px;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 160%;
  min-height: 70px;
 
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li .operate {
  position: absolute;
  top: 12px;
  right: 12px;
}
.product-list li a.operate-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url("../img/operate-ico.png") no-repeat center #f9f9f9;
  background-size: 24px;
}
.product-list li .operate-group {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}
.product-list li .operate-group a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.product-list li .operate-group a.detail-btn {
  background-image: url("../img/product-detail-ico.png");
}
.product-list li .operate-group a:hover.detail-btn {
  background-color: #f6f6f6;
}
.product-list li .operate-group a.fav-btn {
  background-image: url("../img/product-fav-ico.png");
}
.product-list li .operate-group a:hover.fav-btn {
  background-color: #f6f6f6;
}
.product-list li .operate-group a.contrast-btn {
  background-image: url("../img/product-contrast-ico.png");
}
.product-list li .operate-group a:hover.contrast-btn {
  background-color: #f6f6f6;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-search {
    float: none;
    padding: 16px;
    width: auto;
    border-radius: 12px;
  }

  .product-list {
    float: none;
    padding-top: 24px;
    width: auto;
  }
  .product-list ul {
    padding-bottom: 20px;
    width: auto;
  }
  .product-list li {
    margin: 0 0 16px 0;
    padding: 16px;
    width: auto;
    border-radius: 12px;
  }
  .product-list li .con {
    padding-top: 12px;
  }
  .product-list li h4 {
    font-size: 15px;
  }
  .product-list li .model {
    padding-top: 5px;
  }
}

/* product detail */
.product-overview {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}

.product-pic {
  float: left;
  width: 36%;
}

/* DB_gallery */
#DB_gallery {
  width: 100%;
  background: #FFF;
}
#DB_gallery .DB_imgSet {
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
#DB_gallery .DB_imgSet .DB_imgWin {
  height: 100%;
}
#DB_gallery .DB_imgSet .DB_imgWin img {
  width: 100%;
  height: 100%;
}
#DB_gallery .DB_imgSet .DB_page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #CCC;
  text-align: center;
}
#DB_gallery .DB_imgSet .DB_page .DB_current {
  color: #CCC;
}
#DB_gallery .DB_imgSet .DB_page .DB_total {
  color: #CCC;
}
#DB_gallery .DB_imgSet .DB_prevBtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
#DB_gallery .DB_imgSet .DB_nextBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
#DB_gallery .DB_thumSet {
  position: relative;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
#DB_gallery .DB_thumSet .DB_thumMove {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
#DB_gallery .DB_thumSet .DB_thumMove li {
  display: inline;
  margin-right: 10px;
}
#DB_gallery .DB_thumSet .DB_thumMove li img {
  width: 100px;
  height: 100px;
}
#DB_gallery .DB_thumSet .DB_prevPageBtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
#DB_gallery .DB_thumSet .DB_nextPageBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
#DB_gallery .DB_thumSet .DB_thumLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 98px;
  border: 1px solid #f98441;
}

.product-intro {
  float: right;
  width: 60%;
}
.product-intro .tit h2 {
  font-size: 32px;
  line-height: 150%;
}
.product-intro .order {
  display: flex;
  padding: 32px 0;
}
.product-intro .ordercode {
  flex: 1;
  padding-left: 32px;
  background: url("../img/ordercode-ico.png") no-repeat left center;
  background-size: 24px;
}
.product-intro .ordernum {
  flex: 1;
  padding-left: 32px;
  background: url("../img/ordernum-ico.png") no-repeat left center;
  background-size: 24px;
}
.product-intro .info {
  padding: 40px;
  border-radius: 8px;
  background: #f6f6f6;
}
.product-intro .info li {
  position: relative;
  padding: 10px 0 10px 24px;
}
.product-intro .info li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #265ebf;
  content: "";
}
.product-intro .btm {
  padding-top: 40px;
}
.product-intro a.collect-btn {
  float: left;
  display: inline-block;
  padding-left: 20px;
  width: calc(50% - 10px);
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background: url("../img/product-fav-btn-ico.png") no-repeat left calc(50% - 40px) center #265ebf;
  background-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.product-intro a.contrast-btn {
  float: right;
  display: inline-block;
  padding-left: 20px;
  width: calc(50% - 10px);
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background: url("../img/product-contrast-btn-ico.png") no-repeat left calc(50% - 40px) center #265ebf;
  background-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-overview {
    padding: 20px;
    border-radius: 12px;
  }

  .product-pic {
    float: none;
    width: auto;
  }

  #DB_gallery .DB_thumSet .DB_thumMove li img {
    width: 60px;
    height: 60px;
  }
  #DB_gallery .DB_thumSet .DB_thumLine {
    width: 58px;
    height: 58px;
  }

  .product-intro {
    float: none;
    width: auto;
  }
  .product-intro .tit {
    padding-top: 40px;
  }
  .product-intro .tit h2 {
    font-size: 18px;
  }
  .product-intro .order {
    display: inherit;
    padding: 20px 0;
    font-size: 14px;
  }
  .product-intro .ordercode {
    padding: 8px 0 8px 32px;
  }
  .product-intro .ordernum {
    padding: 8px 0 8px 32px;
  }
  .product-intro .info {
    padding: 16px;
  }
  .product-intro .info li {
    padding: 4px 0 4px 24px;
    font-size: 14px;
  }
  .product-intro .btm {
    padding-top: 20px;
  }
}

/* Recommended accessories */
.recomm-accessories {
  margin-top: 20px;
  padding: 40px 0;
  border-radius: 16px;
  background: #fff;
}
.recomm-tit {
  padding-left: 40px;
}
.recomm-tit h3 {
  font-size: 20px;
  color: #202020;
}
.recomm-con {
  padding-top: 28px;
  overflow: hidden;
}

.rvc {
  position: relative;
  margin: auto;
  max-width: 1500px;
}
.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 {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.rvc .rvc-wrapper ul li a .img-wrapper {
  position: relative;
}
.rvc .rvc-wrapper ul li a .img-wrapper img {
  width: 100%;
  border-radius: 8px;
}
.rvc .rvc-wrapper ul li a .con {
  position: relative;
  padding: 12px 16px;
}
.rvc .rvc-wrapper ul li a .con:before {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #efefef;
  content: "";
}
.rvc .rvc-wrapper ul li a h4 {
  font-size: 15px;
  font-weight: normal;
  color: #666;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rvc-prv, .rvc-next {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rvc-prv {
  left: 0;
}
.rvc-next {
  right: 0;
}
.rvc .rvc-wrapper ul li a:hover {
  border: 1px solid #ccc;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .recomm-accessories {
    padding: 20px 0;
    border-radius: 12px;
  }
  .recomm-tit {
    padding-left: 20px;
  }
  .recomm-tit h3 {
    font-size: 18px;
  }
  .recomm-con {
    padding-top: 20px;
    overflow: hidden;
  }
}

/* product detail */
.product-detail {
  margin: 20px 0 100px;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}

#product-detail-tab {
  height: 50px;
  background: url("../img/gray-line.png") repeat-x bottom;
  overflow-x: auto;
}
#product-detail-tab::-webkit-scrollbar {
  display: none;
}
#product-detail-tab li {
  float: left;
  padding: 0 48px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
}
#product-detail-tab li.out {
  background: #f6f6f6;
}
#product-detail-tab li.over {
  border-bottom: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #265ebf;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-detail {
    margin: 20px 0 40px;
    padding: 20px;
    border-radius: 12px;
  }

  #product-detail-tab {
    height: 40px;
  }
  #product-detail-tab li {
    padding: 0;
    width: calc(100% / 3);
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
  }
}

.product-parameter {
  padding-top: 24px;
}
.product-parameter .item {
  padding: 16px 0;
}
.product-parameter .item h4 {
  font-size: 20px;
}
.product-parameter .item ul {
  padding-top: 16px;
}
.product-parameter .item li {
  display: flex;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #f6f6f6;
  font-size: 15px;
  line-height: 24px;
}
.product-parameter .item li .data-tit {
  width: 40%;
  font-weight: bold;
}
.product-parameter .item li .data-con {
  width: 60%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-parameter {
    padding-top: 16px;
  }
  .product-parameter .item {
    padding: 8px 0;
  }
  .product-parameter .item h4 {
    font-size: 16px;
  }
  .product-parameter .item ul {
    padding-top: 8px;
  }
  .product-parameter .item li {
    display: inherit;
    font-size: 14px;
  }
  .product-parameter .item li .data-tit {
    width: auto;
  }
  .product-parameter .item li .data-con {
    width: auto;
  }
}

.product-download {
  padding-top: 24px;
}
.product-download .item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.product-download .item .download-tit {
  width: 30%;
}
.product-download .item .download-tit h3 {
  padding-top: 16px;
  font-size: 18px;
}
.product-download .download-con {
  width: 70%;
}
.product-download .download-con li {
  display: flex;
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}
.product-download .download-con li:last-child {
  border-bottom: 0;
}
.product-download .download-con li .ico {
  width: 64px;
}
.product-download .download-con li .ico img {
  width: 100%;
}
.product-download .download-con li .con {
  flex: 1;
  padding-left: 16px;
}
.product-download .download-con li .con h4 {
  font-size: 16px;
  font-weight: normal;
}
.product-download .download-con li .con .info {
  padding: 8px 0;
}
.product-download .download-con li .con .info span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  color: #7a7a7a;
}
.product-download .download-con li .btm {
  font-size: 15px;
  color: #999;
}
.product-download .download-con li .btm .date {
  padding-left: 22px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
}
.product-download .download-con li .btm .size {
  padding-left: 22px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 16px;
}
.product-download .download-con li .operate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-download .download-con li a.operate-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url("../img/operate-ico.png") no-repeat center #f9f9f9;
  background-size: 24px;
}
.product-download .download-con li .operate-group {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}
.product-download .download-con li .operate-group a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.product-download .download-con li .operate-group a.view-btn {
  background-image: url("../img/operate-view-ico.png");
}
.product-download .download-con li .operate-group a:hover.view-btn {
  background-color: #f6f6f6;
}
.product-download .download-con li .operate-group a.fav-btn {
  background-image: url("../img/operate-fav-ico.png");
}
.product-download .download-con li .operate-group a:hover.fav-btn {
  background-color: #f6f6f6;
}
.product-download .download-con li .operate-group a:hover.view-btn {
  background-color: #f6f6f6;
}
.product-download .download-con li .operate-group a.down-btn {
  background-image: url("../img/operate-down-ico.png");
}
.product-download .download-con li .operate-group a:hover.down-btn {
  background-color: #f6f6f6;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-download {
    padding-top: 16px;
  }
  .product-download .item {
    display: inherit;
  }
  .product-download .item .download-tit {
    width: auto;
  }
  .product-download .item .download-tit h3 {
    padding-top: 8px;
    font-size: 16px;
  }
  .product-download .download-con {
    width: auto;
  }
  .product-download .download-con li {
    padding: 16px 0 60px;
  }
  .product-download .download-con li .ico {
    width: 32px;
  }
  .product-download .download-con li .con {
    padding-left: 12px;
  }
  .product-download .download-con li .con .info {
    padding: 8px 0;
  }
  .product-download .download-con li .con .info span {
    padding: 5px 10px;
  }
  .product-download .download-con li .btm {
    font-size: 14px;
  }
  .product-download .download-con li .btm .date {
    padding-left: 20px;
    background-size: 14px;
  }
  .product-download .download-con li .btm .size {
    padding-left: 20px;
    background-size: 14px;
  }
  .product-download .download-con li .operate {
    top: auto;
    right: 0;
    bottom: 8px;
    transform: none;
  }
}

.product-accessories {
  padding-top: 48px;
  overflow: hidden;
}
.product-accessories ul {
  width: calc(100% + 20px);
}
.product-accessories li {
  float: left;
  margin: 0 20px 20px 0;
  width: calc(100% / 5  - 20px);
}
.product-accessories li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.product-accessories li .pic {
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.product-accessories li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-accessories li .con {
  position: relative;
  padding: 12px 20px 16px;
}
.product-accessories li .con:before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #efefef;
  content: "";
}
.product-accessories li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-accessories li a:hover {
  border: 1px solid #d6d6d6;
}
.product-accessories li a:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-accessories {
    padding-top: 28px;
  }
  .product-accessories ul {
    width: calc(100% + 12px);
  }
  .product-accessories li {
    margin-right: 12px;
    margin-bottom: 12px;
    width: calc(100% / 2  - 12px);
  }
  .product-accessories li .con {
    padding: 8px 16px 12px;
  }
  .product-accessories li .con:before {
    left: 16px;
    right: 16px;
  }
  .product-accessories li h4 {
    font-size: 14px;
  }
}

/* 显示隐藏(js调用) */
.dis {
  display: block;
}
.undis {
  display: none;
}

/* ---------- case ---------- */
.case-list {
  padding-bottom: 100px;
  overflow: hidden;
}
.case-list ul {
  width: calc(100% + 60px);
}
.case-list li {
  float: left;
  margin: 0 60px 60px 0;
  width: calc(100% / 3 - 60px);
}
.case-list li a {
  display: block;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.case-list li a .pic {
  overflow: hidden;
}
.case-list li a .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list li a:hover .pic img {
  transform: scale(1.05);
}
.case-list li a .con {
  padding: 24px;
}
.case-list li .con h4 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list li .con p {
  padding-top: 12px;
  min-height: 48px;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-list li .con .btm {
  padding-top: 24px;
}
.case-list li .con .btm .more-btn {
  display: inline-block;
  padding-right: 36px;
  background: url("../img/case-arrow.png") no-repeat right;
  background-size: 28px;
  font-size: 15px;
  color: #999;
  line-height: 28px;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .case-list {
    padding-bottom: 48px;
  }
  .case-list ul {
    width: calc(100% + 40px);
  }
  .case-list li {
    margin: 0 40px 40px 0;
    width: calc(100% / 3 - 40px);
  }
}

@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 a .con {
    padding: 20px;
  }
  .case-list li .con h4 {
    font-size: 16px;
  }
  .case-list li .con p {
    padding-top: 8px;
    min-height: 48px;
    font-size: 15px;
    line-height: 160%;
  }
  .case-list li .con .btm {
    padding-top: 16px;
  }
  .case-list li .con .btm .more-btn {
    padding-right: 32px;
    background-size: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

/* case detail */
.case-detail {
  padding-bottom: 100px;
}
.case-tit {
  padding: 20px 0 40px;
}
.case-tit h2 {
  font-size: 36px;
  color: #202020;
}
.case-banner img {
  max-width: 100%;
  border-radius: 16px;
}
.case-desc {
  padding: 64px 0 24px;
  border-bottom: 1px solid #e6e6e6;
}
.case-desc .tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.case-desc .con {
  padding: 40px 0;
  font-size: 16px;
  line-height: 200%;
}
.case-desc .con img {
  max-width: 100%;
}
.case-desc .btm a.more-btn {
  padding-left: 32px;
  background: url("../img/case-detail-arrow.png") no-repeat left center;
  font-size: 18px;
  background-size: 24px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .case-detail {
    padding-bottom: 60px;
  }
  .case-tit {
    padding: 12px 0 24px;
  }
  .case-tit h2 {
    font-size: 24px;
  }
  .case-banner img {
    border-radius: 12px;
  }
  .case-desc {
    padding: 32px 0 16px;
  }
  .case-desc .tit h3 {
    font-size: 18px;
  }
  .case-desc .con {
    padding: 20px 0;
    font-size: 15px;
    line-height: 160%;
  }
  .case-desc .btm a.more-btn {
    padding-left: 28px;
    font-size: 16px;
    background-size: 20px;
  }
}

/* solution */
.solution-detail {
  padding-bottom: 100px;
}
.solution-tit {
  padding: 20px 0 40px;
}
.solution-tit h2 {
  font-size: 36px;
  color: #202020;
}
.solution-banner img {
  max-width: 100%;
  border-radius: 16px;
}
.solution-desc {
  padding: 64px 0 32px;
}
.solution-desc .tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.solution-desc .con {
  padding: 40px 0;
  font-size: 16px;
  line-height: 200%;
}
.solution-desc .con img {
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .solution-detail {
    padding-bottom: 60px;
  }
  .solution-tit {
    padding: 12px 0 24px;
  }
  .solution-tit h2 {
    font-size: 24px;
  }
  .solution-banner img {
    border-radius: 12px;
  }
  .solution-desc {
    padding: 32px 0 16px;
  }
  .solution-desc .tit h3 {
    font-size: 18px;
  }
  .solution-desc .con {
    padding: 20px 0;
    font-size: 15px;
    line-height: 160%;
  }
}

/* related products */
.related-product {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}
.related-tit h3 {
  font-size: 20px;
  color: #202020;
}
.related-con {
  padding-top: 28px;
  overflow: hidden;
}
.related-con ul {
  width: calc(100% + 20px);
}
.related-con li {
  float: left;
  margin-right: 20px;
  width: calc(100% / 6  - 20px);
}
.related-con li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.related-con li .pic {
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.related-con li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.related-con li .con {
  position: relative;
  padding: 12px 20px 16px;
}
.related-con li .con:before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #efefef;
  content: "";
}
.related-con li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.related-con li a:hover {
  border: 1px solid #d6d6d6;
}
.related-con li a:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .related-product {
    padding: 20px;
    border-radius: 12px;
  }
  .related-tit h3 {
    font-size: 18px;
  }
  .related-con {
    padding-top: 20px;
  }
  .related-con ul {
    width: calc(100% + 12px);
  }
  .related-con li {
    margin-right: 12px;
    margin-bottom: 12px;
    width: calc(100% / 2  - 12px);
  }
  .related-con li .con {
    padding: 8px 16px 12px;
  }
  .related-con li .con:before {
    left: 16px;
    right: 16px;
  }
  .related-con li h4 {
    font-size: 14px;
  }
}

/* Related download */
.related-download {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
}
.related-download .download-tit {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.related-download .download-tit h3 {
  font-size: 20px;
  color: #202020;
}
.related-download .download-con {
  padding-top: 12px;
}
.related-download .download-con li {
  display: flex;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.related-download .download-con li .ico {
  width: 64px;
}
.related-download .download-con li .ico img {
  width: 100%;
}
.related-download .download-con li .con {
  flex: 1;
  padding-left: 16px;
}
.related-download .download-con li .con h4 {
  font-size: 18px;
  font-weight: normal;
}
.related-download .download-con li .con .info {
  padding: 8px 0;
}
.related-download .download-con li .con .info span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 15px;
  color: #7a7a7a;
}
.related-download .download-con li .btm {
  font-size: 15px;
  color: #999;
}
.related-download .download-con li .btm .date {
  padding-left: 22px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
}
.related-download .download-con li .btm .size {
  padding-left: 22px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 16px;
}
.related-download .download-con li .operate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.related-download .download-con li a.operate-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url("../img/operate-ico.png") no-repeat center #f9f9f9;
  background-size: 24px;
}
.related-download .download-con li .operate-group {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}
.related-download .download-con li .operate-group a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.related-download .download-con li .operate-group a.view-btn {
  background-image: url("../img/operate-view-ico.png");
}
.related-download .download-con li .operate-group a:hover.view-btn {
  background-color: #f6f6f6;
}
.related-download .download-con li .operate-group a.fav-btn {
  background-image: url("../img/operate-fav-ico.png");
}
.related-download .download-con li .operate-group a:hover.fav-btn {
  background-color: #f6f6f6;
}
.related-download .download-con li .operate-group a:hover.view-btn {
  background-color: #f6f6f6;
}
.related-download .download-con li .operate-group a.down-btn {
  background-image: url("../img/operate-down-ico.png");
}
.related-download .download-con li .operate-group a:hover.down-btn {
  background-color: #f6f6f6;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .related-download {
    padding: 20px;
    border-radius: 12px;
  }
  .related-download .download-tit {
    padding-bottom: 12px;
  }
  .related-download .download-tit h3 {
    font-size: 18px;
  }
  .related-download .download-con {
    padding-top: 8px;
  }
  .related-download .download-con li {
    padding: 16px 0 60px;
  }
  .related-download .download-con li .ico {
    width: 32px;
  }
  .related-download .download-con li .con {
    padding-left: 12px;
  }
  .related-download .download-con li .con h4 {
    font-size: 16px;
  }
  .related-download .download-con li .con .info span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .related-download .download-con li .btm {
    font-size: 14px;
  }
  .related-download .download-con li .btm .date {
    padding-left: 20px;
    background-size: 14px;
  }
  .related-download .download-con li .btm .size {
    padding-left: 20px;
    background-size: 14px;
  }
  .related-download .download-con li .operate {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    transform: none;
  }
}

/* ---------- support ---------- */
.support-wrap {
  padding-bottom: 100px;
}

.support-menu {
  float: left;
  padding: 20px;
  width: 320px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}
.support-menu .item {
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}
.support-menu .item h3 {
  background: url("../img/menu-arrow.png") no-repeat right center;
  background-size: 16px;
  font-size: 18px;
  line-height: 40px;
}
.support-menu .item h3.current {
  background: url("../img/menu-arrow-dn.png") no-repeat right center;
  background-size: 16px;
}
.support-menu .item ul {
  padding: 10px;
}
.support-menu .item li {
  background: url("../img/menu-sub-arrow.png") no-repeat right center;
  background-size: 14px;
  line-height: 40px;
}
.support-menu .item li.current {
  background: url("../img/menu-sub-arrow-dn.png") no-repeat right center;
  background-size: 14px;
}
.support-menu .item-sub {
  margin: 8px -10px;
  padding: 4px 16px;
  border-radius: 12px;
  background: #f6f6f6;
}
.support-menu .item-sub .option {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.support-menu .item-sub .option:last-child {
  border-bottom: 0;
}
.support-menu .item-sub .option .tit a {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.support-menu .item-sub .option .con {
  padding-top: 10px;
}
.support-menu .item-sub .option .con a {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 26px;
}

.support-con {
  float: right;
  padding: 40px 40px 60px;
  width: calc(100% - 380px);
  border-radius: 16px;
  box-sizing: border-box;
  background: #fff;
}

.support-search {
  padding: 20px 0;
}
.support-search form {
  margin: auto;
  position: relative;
  width: 56%;
}
.support-search form .search-text {
  padding: 0 20px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}
.support-search form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: url("../img/search-ico.png") no-repeat center #265ebf;
  background-size: 16px;
  cursor: pointer;
}

.support-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.support-tit h2 {
  font-size: 24px;
  color: #202020;
}

.support-list ul {
  padding: 10px 0 50px;
}
.support-list li {
  display: flex;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.support-list li .ico {
  width: 64px;
}
.support-list li .ico img {
  width: 100%;
}
.support-list li .con {
  flex: 1;
  padding-left: 16px;
}
.support-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
}
.support-list li .con .info {
  padding: 8px 0;
}
.support-list li .con .info span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 15px;
  color: #7a7a7a;
}
.support-list li .btm {
  font-size: 15px;
  color: #999;
}
.support-list li .btm .date {
  padding-left: 22px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
}
.support-list li .btm .size {
  padding-left: 22px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 16px;
}
.support-list li .operate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.support-list li a.operate-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url("../img/operate-ico.png") no-repeat center #f9f9f9;
  background-size: 24px;
}
.support-list li .operate-group {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}
.support-list li .operate-group a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.support-list li .operate-group a.view-btn {
  background-image: url("../img/operate-view-ico.png");
}
.support-list li .operate-group a:hover.view-btn {
  background-color: #f6f6f6;
}
.support-list li .operate-group a.fav-btn {
  background-image: url("../img/operate-fav-ico.png");
}
.support-list li .operate-group a:hover.fav-btn {
  background-color: #f6f6f6;
}
.support-list li .operate-group a.down-btn {
  background-image: url("../img/operate-down-ico.png");
}
.support-list li .operate-group a:hover.down-btn {
  background-color: #f6f6f6;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .support-wrap {
    padding-bottom: 40px;
  }

  .support-menu {
    float: none;
    padding: 16px;
    width: auto;
    border-radius: 12px;
  }
  .support-menu .item {
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
  }
  .support-menu .item h3 {
    background-size: 14px;
    font-size: 16px;
  }
  .support-menu .item h3.current {
    background-size: 14px;
  }
  .support-menu .item ul {
    padding: 8px;
  }
  .support-menu .item li {
    background-size: 12px;
    line-height: 32px;
  }
  .support-menu .item li.current {
    background-size: 12px;
  }
  .support-menu .item-sub .option {
    padding: 12px 0;
  }
  .support-menu .item-sub .option .tit a {
    font-size: 15px;
    line-height: 24px;
  }
  .support-menu .item-sub .option .con {
    padding-top: 10px;
  }
  .support-menu .item-sub .option .con a {
    font-size: 14px;
    line-height: 24px;
  }

  .support-con {
    float: none;
    margin-top: 24px;
    padding: 20px 16px 40px;
    width: auto;
    border-radius: 12px;
  }

  .support-search {
    padding: 12px 0;
  }
  .support-search form {
    width: 100%;
  }
  .support-search form .search-text {
    padding: 0 12px;
    height: 44px;
  }
  .support-search form .search-btn {
    width: 48px;
    height: 44px;
  }

  .support-tit {
    padding: 12px 0;
  }
  .support-tit h2 {
    font-size: 18px;
  }

  .support-list ul {
    padding: 10px 0 30px;
  }
  .support-list li {
    padding: 16px 0 60px;
  }
  .support-list li .ico {
    width: 32px;
  }
  .support-list li .con {
    padding-left: 12px;
  }
  .support-list li .con h4 {
    font-size: 16px;
  }
  .support-list li .con .info span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .support-list li .btm {
    font-size: 14px;
  }
  .support-list li .btm .date {
    padding-left: 20px;
    background-size: 14px;
  }
  .support-list li .btm .size {
    padding-left: 20px;
    background-size: 14px;
  }
  .support-list li .operate {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    transform: none;
  }
}

.faq-con {
  float: right;
  padding: 40px;
  width: calc(100% - 380px);
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}
.faq-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.faq-tit h2 {
  font-size: 36px;
  color: #202020;
}
.faq-tit p {
  padding-top: 12px;
  font-size: 16px;
  color: #7a7a7a;
}
.faq-list {
  padding: 20px 0;
}
.faq-list .item {
  padding: 10px 0;
}
.faq-list .item .tit {
  padding: 16px 0;
}
.faq-list .item .tit h3 {
  font-size: 24px;
}
.faq-list .item .con {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.faq-list .item .con .que {
  padding: 12px 20px;
  border-top: 1px solid #efefef;
  background: url("../img/menu-dn-arrow.png") no-repeat right 20px center #f9f9f9;
  background-size: 16px;
  font-size: 18px;
}
.faq-list .item .con .que.current {
  background: url("../img/menu-up-arrow.png") no-repeat right 20px center #f9f9f9;
  background-size: 16px;
}
.faq-list .item .con .que:first-child {
  border-top: 0;
}
.faq-list .item .con .ans {
  padding: 16px 20px;
  font-size: 15px;
  color: #666;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .faq-con {
    float: none;
    padding: 20px;
    width: auto;
    border-radius: 12px;
  }
  .faq-tit {
    padding-bottom: 12px;
  }
  .faq-tit h2 {
    font-size: 24px;
  }
  .faq-tit p {
    padding-top: 8px;
    font-size: 14px;
  }
  .faq-list {
    padding: 8px 0;
  }
  .faq-list .item {
    padding: 4px 0;
  }
  .faq-list .item .tit {
    padding: 12px 0;
  }
  .faq-list .item .tit h3 {
    font-size: 18px;
  }
  .faq-list .item .con {
    border-radius: 4px;
  }
  .faq-list .item .con .que {
    padding: 12px 12px;
    font-size: 16px;
  }
  .faq-list .item .con .ans {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 160%;
  }
}

/* ---------- news ---------- */
.rec-news {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.picnews {
  float: left;
  position: relative;
  width: calc(50% - 30px);
}
.picnews .pic {
  border-radius: 12px;
  overflow: hidden;
}
.picnews .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.picnews .date {
  position: absolute;
  top: 28px;
  left: 40px;
}
.picnews .date span {
  display: block;
  font-family: "DIN-Medium";
  color: #fff;
}
.picnews .date .day {
  font-size: 26px;
}
.picnews .date .year {
  padding-top: 2px;
  font-size: 18px;
}
.picnews .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 40px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  color: #fff;
}
.picnews .con h4 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picnews .con p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.picnews a:hover .pic img {
  transform: scale(1.05);
}

.topnews {
  float: right;
  width: calc(50% - 30px);
}
.topnews li {
  margin-bottom: 20px;
}
.topnews li a {
  display: flex;
  padding: 28px 32px;
  border-radius: 12px;
  background: #fff;
}
.topnews li .date {
  width: 96px;
}
.topnews li .date span {
  display: block;
  font-family: "DIN-Medium";
}
.topnews li .day {
  font-size: 26px;
  color: #333;
}
.topnews li .year {
  padding-top: 2px;
  font-size: 18px;
  color: #999;
}
.topnews li .con {
  width: calc(100% - 96px);
  padding-left: 28px;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.topnews li .con h4 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnews li .con p {
  padding-top: 12px;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.topnews li a:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .topnews li .con p {
    padding-top: 10px;
    -webkit-line-clamp: 1;
  }
}

@media only screen and (max-width: 768px) {
  .rec-news {
    padding-bottom: 20px;
  }

  .picnews {
    float: none;
    width: 100%;
  }
  .picnews .date {
    position: absolute;
    top: 16px;
    left: 20px;
  }
  .picnews .date .day {
    font-size: 24px;
  }
  .picnews .date .year {
    font-size: 16px;
  }
  .picnews .con {
    padding: 16px 20px;
  }
  .picnews .con h4 {
    font-size: 16px;
  }
  .picnews .con p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 140%;
  }

  .topnews {
    float: none;
    padding-top: 20px;
    width: 100%;
  }
  .topnews li {
    margin-bottom: 12px;
  }
  .topnews li a {
    padding: 16px 20px;
  }
  .topnews li .date {
    width: 76px;
  }
  .topnews li .day {
    font-size: 22px;
  }
  .topnews li .year {
    font-size: 16px;
  }
  .topnews li .con {
    width: calc(100% - 76px);
    padding-left: 20px;
  }
  .topnews li .con h4 {
    font-size: 16px;
  }
  .topnews li .con p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 150%;
  }
}

/* news list */
.news-list {
  padding: 60px 0 100px;
  overflow: hidden;
}
.news-list ul {
  padding-bottom: 20px;
  width: calc(100% + 60px);
  overflow: hidden;
}
.news-list li {
  float: left;
  margin: 0 60px 40px 0;
  width: calc(50% - 60px);
}
.news-list li a {
  display: flex;
  position: relative;
  border-radius: 12px;
  background: #fff;
}
.news-list li .pic {
  width: 42%;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .date {
  position: absolute;
  top: 24px;
  left: 28px;
}
.news-list li .date span {
  display: block;
  font-family: "DIN-Medium";
  color: #fff;
}
.news-list li .date .day {
  font-size: 26px;
}
.news-list li .date .year {
  padding-top: 2px;
  font-size: 18px;
}
.news-list li .con {
  width: 58%;
  padding: 24px 28px;
  box-sizing: border-box;
}
.news-list li .con h4 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 12px;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 170%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list li .con .visit-ico {
  display: inline-block;
  padding-left: 20px;
  background: url("../img/visit-ico.png") no-repeat left center;
  background-size: 16px;
  color: #999;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .news-list li .con {
    padding: 18px 28px;
  }
  .news-list li .con p {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 1024px) {
  .news-list li .con {
    padding: 14px 28px;
  }
  .news-list li .con p {
    -webkit-line-clamp: 1;
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding: 32px 0 48px;
  }
  .news-list ul {
    width: auto;
  }
  .news-list li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .news-list li .pic {
    width: 40%;
  }
  .news-list li .date {
    top: 16px;
    left: 20px;
  }
  .news-list li .date .day {
    font-size: 22px;
  }
  .news-list li .date .year {
    font-size: 16px;
  }
  .news-list li .con {
    width: 60%;
    padding: 12px 16px;
  }
  .news-list li .con h4 {
    font-size: 15px;
  }
  .news-list li .con p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 150%;
    -webkit-line-clamp: 1;
  }
  .news-list li .con .visit-ico {
    font-size: 14px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: #666;
  line-height: 36px;
  text-align: center;
}
.page a:hover {
  background: #efefef;
}
.page a.crt {
  border: 1px solid #265ebf;
  background: #265ebf;
  color: #fff;
}
.page a.disable {
  color: #999;
}

/* ---------- article ---------- */
.article {
  padding: 80px 60px;
  border-radius: 12px;
  background: #fff;
}
.article-tit {
  float: left;
  width: 28%;
}
.article-tit h2 {
  font-size: 32px;
}
.article-tit .info {
  padding-top: 60px;
  font-size: 15px;
  color: #999;
}
.article-tit .info .time-ico {
  display: inline-block;
  padding-left: 20px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
  color: #999;
}
.article-tit .info .visit-ico {
  display: inline-block;
  padding-left: 20px;
  background: url("../img/visit-ico.png") no-repeat left center;
  background-size: 16px;
  color: #999;
}
.article-con {
  float: right;
  padding: 8px 0 8px 60px;
  width: 68%;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 200%;
}
.article-con table {
    width: 100%;
}
.article-con img {
  max-width: 100%;
}

.article-con video {
    width: 100%;
    height: 100%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .article {
    padding: 28px 20px;
  }
  .article-tit {
    float: none;
    width: auto;
  }
  .article-tit h2 {
    font-size: 20px;
  }
  .article-tit .info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .article-con {
    float: none;
    padding: 28px 0;
    width: auto;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-left: 0;
    font-size: 16px;
    line-height: 200%;
  }
}

/* article link */
.article-btm {
  padding: 40px 0 100px;
}
.article-btm .con {
  padding: 40px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.article-btm .prev {
  float: left;
}
.article-btm .prev h4 {
  padding-left: 24px;
  background: url("../img/prev-arrow.png") no-repeat left center;
  background-size: 16px;
  font-size: 15px;
  font-weight: normal;
  color: #7a7a7a;
}
.article-btm .next {
  float: right;
  text-align: right;
}
.article-btm .next h4 {
  padding-right: 24px;
  background: url("../img/next-arrow.png") no-repeat right center;
  background-size: 16px;
  font-size: 15px;
  font-weight: normal;
  color: #7a7a7a;
}
.article-btm .con p {
  padding-top: 12px;
  font-size: 16px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .article-btm {
    padding: 20px 0 40px;
  }
  .article-btm .con {
    padding: 20px;
  }
  .article-btm .prev {
    float: none;
    padding: 12px 0;
  }
  .article-btm .next {
    float: none;
    padding: 12px 0;
  }
  .article-btm .con p {
    padding-top: 4px;
    font-size: 16px;
  }
}

/* ---------- about ---------- */
.about-intro {
  position: relative;
  padding: 32px 0;
}
.about-intro .tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
}
.about-intro .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.about-intro .tit h2 {
  font-size: 48px;
}
.about-intro .tit h3 {
  font-size: 28px;
}
.about-intro .con {
  padding: 48px 0;
  width: 50%;
  font-size: 16px;
  line-height: 200%;
}
.about-intro .con p {
  padding-bottom: 20px;
}
.about-intro .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
}
.about-intro .pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-intro {
    padding: 20px 0 0;
  }
  .about-intro .tit {
    padding-bottom: 20px;
  }
  .about-intro .tit:after {
    width: 32px;
    height: 4px;
  }
  .about-intro .tit h2 {
    font-size: 24px;
  }
  .about-intro .tit h3 {
    font-size: 16px;
  }
  .about-intro .con {
    padding: 24px 0;
    width: auto;
    font-size: 15px;
    line-height: 180%;
  }
  .about-intro .con p {
    padding-bottom: 12px;
  }
  .about-intro .pic {
    position: inherit;
    width: auto;
    text-align: center;
  }
  .about-intro .pic img {
    width: 50%;
  }
}

.about-count {
  background: #265ebf;
}
.about-count .con {
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}
.about-count .con li {
  float: left;
  position: relative;
  padding: 0 60px;
  width: calc(100% /3);
  box-sizing: border-box;
  text-align: center;
}
.about-count .con li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.about-count .con li:last-child:after {
  background: none;
}
.about-count .con li h4 {
  font-family: "DIN-Light";
  font-size: 64px;
}
.about-count li h4 span {
  font-size: 32px;
}
.about-count li h4 .ico {
  display: inline-block;
  margin: -18px 8px 0 0;
  width: 32px;
  vertical-align: top;
}
.about-count li h4 .ico img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.about-count li p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.about-count li:hover h4 .ico img {
  transform: rotateY(180deg);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-count .con {
    padding: 24px 0;
  }
  .about-count .con li {
    float: none;
    padding: 24px 0;
    width: auto;
  }
  .about-count .con li:after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .about-count .con li:last-child:after {
    background: none;
  }
  .about-count .con li h4 {
    font-size: 48px;
  }
  .about-count li h4 span {
    font-size: 28px;
  }
  .about-count li h4 .ico {
    margin: -10px 6px 0 0;
    width: 28px;
  }
  .about-count li p {
    padding-top: 4px;
  }
}

.about-history {
  padding: 100px 0;
  background: url("../img/about-history-bg.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
}
.about-history .tit {
  position: relative;
  padding-bottom: 20px;
}
.about-history .tit h2 {
  font-size: 48px;
  color: #202020;
  text-transform: uppercase;
}
.about-history .tit p {
  padding-top: 4px;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 160%;
}
.about-history .tit :after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.about-history .con {
  padding-top: 80px;
}
.event_box {
  position: relative;
}
.parHd {
  padding-top: 16px;
  height: 80px;
  overflow: hidden;
}
.parHd .tempWrap {
  margin: auto;
}
.parHd .tempWrap:after {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e6e6e6;
  content: "";
  z-index: 10;
}
.parHd ul {
  text-align: center;
}
.parHd li.no_line:before {
  display: none;
}
.parHd li {
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 15%;
  font-size: 16px;
  cursor: pointer;
}
.parHd li:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  width: 43px;
  height: 43px;
  background: url(../img/dot_ico.png) no-repeat center;
  content: "";
  z-index: 20;
}
.parHd li.act {
  font-size: 20px;
}
.parHd li.act:after {
  background: url(../img/cat_ico.png) no-repeat center;
}
.parBd {
  padding-top: 60px;
}
.history-list {
  text-align: center;
}
.history-list .year {
  display: inline-block;
  font-family: "DIN-Medium";
  font-size: 88px;
  vertical-align: top;
}
.history-list .event {
  display: inline-block;
  padding-left: 60px;
  text-align: left;
  vertical-align: top;
}
.history-list .event li {
  position: relative;
  padding-left: 40px;
}
.history-list .event li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 6px solid #eaeef6;
  border-radius: 100%;
  background: #265ebf;
  content: "";
}
.history-list .event li:after {
  position: absolute;
  top: 24px;
  left: 10px;
  bottom: 0;
  width: 1px;
  background: #e6e6e6;
  content: "";
}
.history-list .event li:last-child:after {
  background: none;
}
.history-list .event li h4 {
  font-size: 18px;
}
.history-list .event li p {
  padding: 8px 0 16px;
}
.history-list .event li p span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f4f7ff;
}
.sPrev, .sNext {
  position: absolute;
  top: 0;
  display: block;
  width: 84px;
  height: 84px;
  z-index: 30;
}
.sPrev img, .sNext img {
  width: 100%;
}
.sPrev {
  left: 0;
}
.sNext {
  right: 0;
}
.sPrev img, .sNext img {
  transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-history {
    padding: 40px 0;
  }
  .about-history .tit h2 {
    font-size: 24px;
  }
  .about-history .tit p {
    font-size: 14px;
    line-height: 140%;
  }
  .about-history .tit :after {
    width: 32px;
    height: 4px;
  }
  .about-history .con {
    padding-top: 32px;
  }
  .parHd {
    padding-top: 4px;
    height: 64px;
  }
  .parHd .tempWrap:after {
    height: 1px;
  }
  .parHd li {
    width: 70%;
  }
  .parBd {
    padding-top: 24px;
  }
  .history-list .year {
    display: none;
  }
  .history-list .event {
    padding-left: 16px;
  }
  .history-list .event li {
    padding-left: 32px;
  }
  .history-list .event li h4 {
    font-size: 16px;
  }
  .history-list .event li p {
    padding: 6px 0 12px;
    font-size: 14px;
  }
  .history-list .event li p span {
    padding: 6px 12px;
  }
  .sPrev, .sNext {
    width: 56px;
    height: 56px;
  }
}

.about-team {
  position: relative;
  padding: 100px 0;
}
.about-team .tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
}
.about-team .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.about-team .tit h2 {
  font-size: 48px;
}
.about-team .con {
  padding-top: 48px;
  width: 64%;
  font-size: 16px;
  line-height: 200%;
}
.about-team .con p {
  padding-bottom: 20px;
}
.about-team .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
.about-team .pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-team {
    padding: 40px 0 0;
  }
  .about-team .tit {
    padding-bottom: 20px;
  }
  .about-team .tit:after {
    width: 32px;
    height: 4px;
  }
  .about-team .tit h2 {
    font-size: 24px;
  }
  .about-team .con {
    padding-top: 24px;
    width: auto;
    font-size: 15px;
    line-height: 180%;
  }
  .about-team .con p {
    padding-bottom: 12px;
  }
  .about-team .pic {
    position: inherit;
    width: auto;
    text-align: center;
  }
  .about-team .pic img {
    width: 50%;
  }
}

.about-slogan {
  padding: 80px 0;
  background: #265ebf;
  color: #fff;
  text-align: center;
}
.about-slogan .tit {
  display: inline-block;
  padding-right: 32px;
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  vertical-align: top;
}
.about-slogan .con {
  display: inline-block;
  padding-top: 4px;
  padding-left: 32px;
  width: 50%;
  border-left: 1px solid rgba(255,255,255,0.4);
  line-height: 180%;
  text-align: left;
  vertical-align: top;
}
.about-slogan .con a.contact-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 4px 16px 4px 36px;
  border-radius: 6px;
  background: url("../img/mouse-ico.png") no-repeat 14px center #fff;
  background-size: 16px;
  color: #265ebf;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .about-slogan .tit {
    font-size: 32px;
  }
  .about-slogan .con {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .about-slogan {
    padding: 40px 0;
    text-align: inherit;
  }
  .about-slogan .tit {
    display: inherit;
    padding-right: 0;
    font-size: 24px;
    text-align: left;
    vertical-align: inherit;
  }
  .about-slogan .con {
    display: inherit;
    padding-top: 16px;
    padding-left: 0;
    width: auto;
    border-left: 0;
    font-size: 15px;
    line-height: 160%;
    vertical-align: inherit;
  }
}

.about-cooperate {
  padding: 100px 0;
}
.about-cooperate .tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
}
.about-cooperate .tit:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.about-cooperate .tit h2 {
  font-size: 48px;
}
.about-cooperate .con {
  padding: 140px 40px 60px;
  font-size: 16px;
}
.about-cooperate .con ul {
  text-align: center;
}
.about-cooperate .con li {
  position: relative;
  display: inline-block;
  padding: 0 28px;
  width: 24%;
  height: 180px;
  box-sizing: border-box;
  transition: all 1s;
}
.about-cooperate .con li:hover {
  transform: rotate(360deg);
}
.about-cooperate .con li h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 100%;
  z-index: 2;
}
.about-cooperate .con li img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .about-cooperate .con li {
    padding: 0 20px;
    height: 140px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-cooperate .con {
    padding: 120px 40px 40px;
  }
  .about-cooperate .con li {
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .about-cooperate {
    padding: 60px 0;
  }
  .about-cooperate .tit:after {
    width: 32px;
    height: 4px;
  }
  .about-cooperate .tit h2 {
    font-size: 24px;
  }
  .about-cooperate .con {
    padding: 80px 0 20px;
    font-size: 12px;
  }
  .about-cooperate .con li h4 {
    font-size: 12px;
  }
  .about-cooperate .con li img {
    width: 98%;
  }
}

@media only screen and (max-width: 480px) {
  .about-cooperate {
    padding: 40px 0;
  }
  .about-cooperate .con {
    padding: 48px 0 20px;
  }
  .about-cooperate .con li {
    height: 50px;
  }
}

/* ---------- contact ---------- */
.contact-info {
  padding-bottom: 60px;
  background: #fff;
}
.contact-tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 40px;
  color: #202020;
  text-transform: uppercase;
}
.contact-tit h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.contact-tit p {
  padding-top: 32px;
  color: #7a7a7a;
}
.contact-con {
  margin-top: 80px;
  border-radius: 12px;
  background: #f6f6f6;
  overflow: hidden;
}
.contact-map {
  float: left;
  width: 50%;
  height: 420px;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}
.contact-list {
  float: right;
  width: 50%;
  padding: 50px 60px 40px;
  box-sizing: border-box;
}
.contact-list .tit {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.contact-list .tit h3 {
  font-size: 24px;
}
.contact-list .con {
  padding-top: 36px;
  font-size: 16px;
  line-height: 160%;
}
.contact-list .con li {
  position: relative;
  padding: 0 0 20px 30px;
}
.contact-list .con li.address:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/address-ico.png");
  background-size: cover;
  content: "";
}
.contact-list .con li.landline:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/landline-ico.png");
  background-size: cover;
  content: "";
}
.contact-list .con li.phone:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/phone-ico.png");
  background-size: cover;
  content: "";
}
.contact-list .con li.mail:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/mail-ico.png");
  background-size: cover;
  content: "";
}
.contact-list .con li.service:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/service-ico.png");
  background-size: cover;
  content: "";
}

/* responsive */
@media only screen and (max-width: 768px) {
  .contact-info {
    padding-bottom: 40px;
  }
  .contact-tit h2 {
    padding: 20px 0;
    font-size: 20px;
  }
  .contact-tit h2:after {
    width: 32px;
    height: 4px;
  }
  .contact-tit p {
    padding-top: 20px;
    font-size: 14px;
  }
  .contact-con {
    display: inherit;
    margin-top: 40px;
  }
  .contact-map {
    float: none;
    width: auto;
    height: 240px;
  }
  .contact-con .contact-map img{
      max-height: 250px;
      width: 100%;
  }
  .contact-list {
    float: none;
    width: auto;
    padding: 24px 20px 8px;
  }
  .contact-list .tit {
    padding-bottom: 12px;
  }
  .contact-list .tit h3 {
    font-size: 18px;
  }
  .contact-list .con {
    padding-top: 20px;
    font-size: 14px;
  }
  .contact-list .con li {
    padding: 0 0 12px 24px;
  }
  .contact-list .con li.address:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .contact-list .con li.landline:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .contact-list .con li.phone:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .contact-list .con li.mail:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .contact-list .con li.service:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}

.contact-branch {
  padding-top: 60px;
  overflow: hidden;
}
.contact-branch ul {
  width: calc(100% + 30px);
}
.contact-branch li {
  float: left;
  margin: 0 30px 30px 0;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  width: calc(100% / 3 - 30px);
  background: #f6f6f6;
}
.contact-branch li .tit {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 60px;
}
.contact-branch li .tit.suzhou {
  background: url("../img/suzhou-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.hefei {
  background: url("../img/hefei-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.beijing {
  background: url("../img/beijing-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.shanghai {
  background: url("../img/shanghai-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.shengzhen {
  background: url("../img/shengzhen-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit h4 {
  font-size: 20px;
}
.contact-branch li .con {
  padding-top: 20px;
  height: 120px;
  line-height: 160%;
}
.contact-branch li .con p {
  position: relative;
  padding: 0 0 20px 30px;
}
.contact-branch li .con p.address:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/address-ico.png");
  background-size: cover;
  content: "";
}

/* responsive */
@media only screen and (max-width: 768px) {
  .contact-branch {
    padding-top: 20px;
  }
  .contact-branch ul {
    width: auto;
  }
  .contact-branch li {
    float: none;
    margin: 0 0 10px 0;
    padding: 12px 16px;
    border-radius: 12px;
    width: auto;
  }
  .contact-branch li .tit {
    height: 48px;
    line-height: 48px;
  }
  .contact-branch li .tit.suzhou {
    background-size: auto 40px;
  }
  .contact-branch li .tit.hefei {
    background-size: auto 40px;
  }
  .contact-branch li .tit.beijing {
    background-size: auto 40px;
  }
  .contact-branch li .tit.shanghai {
    background-size: auto 40px;
  }
  .contact-branch li .tit.shengzhen {
    background-size: auto 40px;
  }
  .contact-branch li .tit h4 {
    font-size: 16px;
  }
  .contact-branch li .con {
    padding-top: 16px;
    height: auto;
    font-size: 14px;
  }
  .contact-branch li .con p {
    padding: 0 0 8px 24px;
  }
  .contact-branch li .con p.address:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 10px;
}
.contact-form-tit h2 {
  font-size: 40px;
  color: #202020;
  text-transform: uppercase;
}
.contact-form-tit p {
  padding-top: 24px;
  color: #7a7a7a;
  line-height: 180%;
}
.contact-form-con {
  padding-top: 40px;
}
.contact-form-con .tip {
  padding: 20px 0;
  color: #999;
}
.contact-form-con .item {
  margin-bottom: 20px;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
}
.contact-form-con .item .tit h3 {
  font-size: 20px;
  font-weight: normal;
  color: #265ebf;
}
.contact-form-con .item .con {
  padding-top: 20px;
  overflow: hidden;
}
.contact-form-con .item .con li {
  float: left;
  padding: 10px 0;
}
.contact-form-con .item .con li.row-full {
  width: 100%;
}
.contact-form-con .item .con li.row-half {
  width: 50%;
}
.contact-form-con .item .con li h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  vertical-align: middle;
}
.contact-form-con .item .con li .w1 {
  width: 150px;
}
.contact-form-con .item .con li .w2 {
  width: 230px;
}
.contact-form-con .item .con li .w3p {
  width: 30%;
}
.contact-form-con .item .con li .w6p {
  width: 60%;
}
.contact-form-con .item .con img {
  padding: 0 0 0 10px;
}
.contact-form-con .item .btm {
  padding-top: 24px;
  text-align: center;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .contact-form {
    padding: 40px 0;
  }
  .contact-form-tit h2 {
    font-size: 18px;
  }
  .contact-form-tit p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .contact-form-con {
    padding-top: 10px;
  }
  .contact-form-con .item {
    margin-bottom: 12px;
    padding: 20px;
  }
  .contact-form-con .item .tit h3 {
    font-size: 16px;
  }
  .contact-form-con .item .con {
    padding-top: 4px;
  }
  .contact-form-con .item .con li {
    float: none;
    padding: 5px 0;
  }
  .contact-form-con .item .con li.row-full {
    width: 100%;
  }
  .contact-form-con .item .con li.row-half {
    width: 100%;
  }
  .contact-form-con .item .con li h4 {
    font-size: 16px;
    line-height: 40px;
  }
  .contact-form-con .item .con li .w1 {
    width: 150px;
  }
  .contact-form-con .item .con li .w2 {
    width: 230px;
  }
  .contact-form-con .item .con li .w3p {
    width: 100%;
  }
  .contact-form-con .item .con li .w6p {
    width: 100%;
  }
  .contact-form-con .item .con img {
    padding: 10px 0 0 0;
  }
  .contact-form-con .item .btm {
    padding-top: 24px;
    text-align: center;
  }
}

/* ---------- search ---------- */
.search-form {
  padding: 80px 0 60px;
  text-align: center;
}
.search-form form {
  position: relative;
  margin: auto;
  width: 60%;
}
.search-form-text {
  padding: 0 30px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.search-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 50px;
  border: 0;
  border-radius: 0 25px 25px 0;
  background: url("../img/search-ico.png") no-repeat center #f98441;
  background-size: 20px;
  cursor: pointer;
}

.search-tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 40px;
  color: #202020;
}
.search-tit h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}

.search-tag {
  padding-top: 60px;
}
.search-tag a {
  display: inline-block;
  margin-right: 12px;
  padding: 0 32px;
  height: 36px;
  background: #e3e7f2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 36px;
}
.search-tag a.cur {
  background: #265ebf;
  color: #fff;
}

.search-list {
  padding: 40px 0 80px;
}
.search-list ul {
  padding-bottom: 20px;
}
.search-list li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.search-list li a {
  display: flex;
}
.search-list li .pic {
  width: 160px;
  text-align: center;
}
.search-list li .pic img {
  max-width: 100%;
}
.search-list li .con {
  flex: 1;
  padding-left: 30px;
}
.search-list li .con h4 {
  padding-top: 8px;
  font-size: 17px;
}
.search-list li .con p {
  padding-top: 16px;
  font-size: 15px;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-list li a .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  border-radius: 0 0 8px 0;
  background: #e3e7f2;
  font-size: 14px;
  color: #6d7da2;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .search-form {
    padding: 40px 0 30px;
  }
  .search-form form {
    width: 100%;
  }
  .search-form-text {
    padding: 0 20px;
    height: 44px;
  }
  .search-form-btn {
    width: 64px;
    height: 44px;
    background-size: 16px;
  }

  .search-tit h2 {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .search-tit h2:after {
    width: 32px;
    height: 4px;
  }

  .search-tag {
    padding-top: 40px;
  }
  .search-tag a {
    margin-right: 8px;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .search-tag a.cur {
    background: #265ebf;
    color: #fff;
  }

  .search-list {
    padding: 32px 0 40px;
  }
  .search-list li {
    margin-bottom: 16px;
    padding: 12px;
  }
  .search-list li .pic {
    width: 100px;
  }
  .search-list li .con {
    padding-left: 16px;
  }
  .search-list li .con h4 {
    padding-top: 0;
    font-size: 15px;
  }
  .search-list li .con p {
    padding-top: 12px;
    font-size: 14px;
    line-height: 140%;
  }
  .search-list li a .tag {
    padding: 4px 8px;
  }
}

.product-parameter { 
    background:#fff;
}
.product-parameter h1{
    display: flex;
    align-items: center;
    margin: 1.5rem auto;color: #265ebf;
}
.product-parameter h1::after{    
    content: "";
    flex: 1 1;
    min-width: 20%;
    height: 1px;
    margin-left: 20px;
   background-color: #ede5e5;
}
.product-parameter table{     
    width: 100% !important;    
    border-collapse: collapse;  
}
.product-parameter table tr td:first-child{ font-weight: bold;   background: #f7f7f8;width:33%}
.product-parameter table tr:hover td:first-child  {    background: #1f72c0;color: #fff;}
.product-parameter table tr:hover td:last-child  {    background: #89b4dc;color: #fff;}
.product-parameter table tr td{
    padding: 13px;
    color: #666666;    font-size: 14px;
    margin-top: 10px;  border: 2px solid #e6e6e6;
}