/* 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: 60px 0 40px;
}
.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:last-child {
  color: #265ebf;
}
.crumb .con a:hover {
  color: #265ebf;
}

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

/* ---------- 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 {
  padding-bottom: 60px;
}

.product-class {
  margin-bottom: 40px;
  padding: 40px 40px 20px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.product-class .class-con .pic {
  float: left;
  width: 36%;
}
.product-class .class-con .pic img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.product-class .class-con .intro {
  float: right;
  width: 60%;
}
.product-class .class-con .intro .tit h2 {
  position: relative;
  padding: 4px 0 20px;
  font-size: 28px;
  color: #202020;
}
.product-class .class-con .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-class .class-con .intro .con {
  padding-top: 24px;
  line-height: 200%;
}
.product-class .class-con .intro .item {
  padding-top: 24px;
}
.product-class .class-con .intro .item h3 {
  font-size: 20px;
}
.product-class .class-con .intro .item ul {
  padding-top: 12px;
}
.product-class .class-con .intro .item li {
  position: relative;
  padding: 4px 0 4px 24px;
  line-height: 160%;
}
.product-class .class-con .intro .item li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/tick-ico.png") no-repeat center;
  background-size: cover;
  content: "";
}

.product-class .class-item {
  padding-top: 48px;
}
.product-class .class-item ul {
  width: calc(100% + 20px);
}
.product-class .class-item li {
  float: left;
  margin: 0 20px 20px 0;
  width: calc(100% / 3 - 20px);
}
.product-class .class-item li a {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}
.product-class .class-item li .pic {
  width: 36%;
}
.product-class .class-item li .pic img {
  margin: -1px;
  width: 100%;
}
.product-class .class-item li .name {
  flex: 1;
  display: table;
  padding: 20px;
  background: #fff;
  vertical-align: middle;
}
.product-class .class-item 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 .class-item li a:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

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

  .product-class {
    margin-bottom: 20px;
    padding: 20px 20px 8px 20px;
    border-radius: 12px;
  }
  .product-class .class-con .pic {
    float: none;
    width: auto;
  }
  .product-class .class-con .intro {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  .product-class .class-con .intro .tit h2 {
    padding: 0 0 12px;
    font-size: 20px;
  }
  .product-class .class-con .intro .tit h2:after {
    width: 32px;
    height: 4px;
  }
  .product-class .class-con .intro .con {
    padding-top: 16px;
    font-size: 14px;
    line-height: 160%;
  }
  .product-class .class-con .intro .item {
    padding-top: 16px;
  }
  .product-class .class-con .intro .item h3 {
    font-size: 16px;
  }
  .product-class .class-con .intro .item ul {
    padding-top: 8px;
  }
  .product-class .class-con .intro .item li {
    padding: 4px 0 4px 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .product-class .class-con .intro .item li:before {
    top: 6px;
    width: 14px;
    height: 14px;
  }

  .product-class .class-item {
    padding-top: 24px;
  }
  .product-class .class-item ul {
    width: auto;
  }
  .product-class .class-item li {
    float: none;
    margin: 0 0 12px 0;
    width: auto;
  }
  .product-class .class-item li .pic {
    width: 24%;
  }
  .product-class .class-item li .name {
    padding: 12px;
  }
  .product-class .class-item li .name h3 {
    background-size: 12px;
    font-size: 14px;
  }
}

/* Product list */
.product-series-info {
  margin-bottom: 40px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
.product-series-info .pic {
  float: left;
  width: 36%;
}
.product-series-info .pic img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.product-series-info .intro {
  float: right;
  width: 60%;
}
.product-series-info .intro .tit h2 {
  position: relative;
  padding: 4px 0 20px;
  font-size: 28px;
  color: #202020;
}
.product-series-info .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-series-info .intro .con {
  padding-top: 24px;
  line-height: 200%;
}
.product-series-info .intro .item {
  padding-top: 24px;
}
.product-series-info .intro .item h3 {
  font-size: 20px;
}
.product-series-info .intro .item ul {
  padding-top: 12px;
}
.product-series-info .intro .item li {
  position: relative;
  padding: 4px 0 4px 24px;
  line-height: 160%;
}
.product-series-info .intro .item li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/tick-ico.png") no-repeat center;
  background-size: cover;
  content: "";
}

@media only screen and (max-width: 768px) {
  .product-series-info {
    margin-bottom: 20px;
    padding: 20px 20px 8px 20px;
    border-radius: 12px;
  }
  .product-series-info .pic {
    float: none;
    width: auto;
  }
  .product-series-info .intro {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  .product-series-info .intro .tit h2 {
    padding: 4px 0 12px;
    font-size: 20px;
  }
  .product-series-info .intro .tit h2:after {
    width: 32px;
    height: 4px;
  }
  .product-series-info .intro .con {
    padding-top: 16px;
    font-size: 14px;
    line-height: 160%;
  }
  .product-series-info .intro .item {
    padding-top: 16px;
  }
  .product-series-info .intro .item h3 {
    font-size: 16px;
  }
  .product-series-info .intro .item ul {
    padding-top: 8px;
  }
  .product-series-info .intro .item li {
    padding: 4px 0 4px 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .product-series-info .intro .item li:before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}

.product-search {
  float: left;
  position: relative;
  padding: 20px;
  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;
}
.menu-search .search-text {
  padding: 0 12px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}
.menu-search .search-btn {
  position: absolute;
  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;
}

.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: 45px;
}
.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: 160px;
  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-discontinued {
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #f98441;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.product-discontinued .tip {
  float: left;
  padding-left: 24px;
  background: url("../img/tip-ico.png") no-repeat left center;
  background-size: 16px;
  color: #f98441;
}
.product-discontinued .more-btn {
  float: right;
  padding-right: 24px;
  background: url("../img/dis-more-arrow.png") no-repeat right center;
  background-size: 16px;
}

.product-intro {
  float: right;
  width: 60%;
}
.product-intro .tit h2 {
  font-size: 32px;
  line-height: 150%;
}
.product-intro .order {
  display: flex;
  padding: 28px 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: 32px;
}
.product-intro a.collect-btn {
  float: left;
  display: inline-block;
  width: calc(50% - 10px);
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #265ebf;
  background-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.product-intro a.contrast-btn {
  float: right;
  display: inline-block;
  width: calc(50% - 10px);
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #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%;
}
.product-parameter table {
  width: 100%;
  border-collapse: collapse;
}
.product-parameter table tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 14px;
}
.product-parameter table tr td:first-child {
  width: 40%;
}
.product-parameter table tr:nth-of-type(even) {
  background: #f6f6f6;
}
.product-parameter table tr:hover {
  border-bottom: 1px solid #265ebf;
}

/* 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-parameter table {
    font-size: 14px;
  }
  .product-parameter table tr td {
    padding: 8px 12px;
  }
}

.product-download {
  padding-top: 24px;
}
.product-download .item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.product-download .item .download-tit {
  width: 25%;
}
.product-download .item .download-tit h3 {
  padding-top: 16px;
  font-size: 18px;
}
.product-download .download-con {
  width: 75%;
}
.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;
  }
}

.product-video {
  padding-top: 48px;
  overflow: hidden;
}
.product-video ul {
  width: calc(100% + 20px);
  overflow: hidden;
}
.product-video li {
  float: left;
  margin: 0 20px 20px 0;
  width: calc(100% /4 - 20px);
  border-radius: 8px;
  overflow: hidden;
}
.product-video li .pic {
  position: relative;
}
.product-video li .pic img {
  width: 100%;
}
.product-video li .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-28px,-28px);
  border-radius: 100%;
  background: url("../img/play-ico.png") no-repeat center rgba(255,255,255,0.8);
  background-size: 16px;
}
.product-video li .con {
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px;
}
.product-video li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-video li .btm {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
}
.product-video li .btm .date {
  padding-left: 20px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 14px;
}
.product-video li .btm .visit {
  padding-left: 20px;
  background: url("../img/visit-ico.png") no-repeat left center;
  background-size: 14px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-video {
    padding-top: 24px;
  }
  .product-video ul {
    width: auto;
  }
  .product-video li {
    float: none;
    margin: 0 0 12px 0;
    width: auto;
  }
  .product-video li .con {
    padding: 12px;
  }
  .product-video li .con h4 {
    font-size: 14px;
  }
  .product-video li .btm {
    padding-top: 4px;
  }
}

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

.support-menu {
  float: left;
  margin-bottom: 20px;
  padding: 12px 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-size: 16px;
  font-size: 18px;
  line-height: 40px;
}
.support-menu .item ul {
  padding: 8px 0;
}
.support-menu .item li a {
  position: relative;
  display: block;
  padding: 0 16px 0 32px;
  border-radius: 8px;
  line-height: 40px;
}
.support-menu li a:before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #265ebf;
  content: "";
}
.support-menu .item li a.cur {
  background: #f1f2f8;
  color: #265ebf;
}
.support-menu .item:last-child {
  border-bottom: 0;
}

.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-tag {
  padding-top: 24px;
}
.support-tag a {
  display: inline-block;
  margin: 0 12px 10px 0;
  padding: 4px 12px;
  border: 1px solid #efefef;
  border-radius: 6px;
  background: #f6f6f6;
  font-size: 15px;
}
.support-tag a.cur {
  border: 1px solid #265ebf;
  background: #265ebf;
  box-shadow: 0 4px 12px rgba(38,94,191,0.2);
  color: #fff;
}

.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: 160px;
  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: 4px 0;
  }
  .support-menu .item ul {
    padding: 4px 0;
  }
  .support-menu .item li a {
    line-height: 36px;
  }

  .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;
  }
}

.video-list {
  padding-top: 48px;
  overflow: hidden;
}
.video-list ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.video-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% /2 - 40px);
  border-radius: 8px;
  overflow: hidden;
}
.video-list li .pic {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.video-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list li .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-28px,-28px);
  border-radius: 100%;
  background: url("../img/play-ico.png") no-repeat center rgba(255,255,255,0.8);
  background-size: 16px;
}
.video-list li .con {
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px;
}
.video-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-list li .btm {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
}
.video-list li .btm .date {
  padding-left: 20px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 14px;
}
.video-list li .btm .visit {
  padding-left: 20px;
  background: url("../img/visit-ico.png") no-repeat left center;
  background-size: 14px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .video-list {
    padding-top: 24px;
  }
  .video-list ul {
    width: auto;
  }
  .video-list li {
    float: none;
    margin: 0 0 12px 0;
    width: auto;
  }
	.video-list li .pic {
	  height: 180px;
	}
  .video-list li .con {
    padding: 12px;
  }
  .video-list li .con h4 {
    font-size: 14px;
  }
  .video-list li .btm {
    padding-top: 4px;
  }
}

/* ---------- faq ---------- */
.faq-con {
  float: right;
  padding: 40px 40px 60px;
  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-search {background-color: #f2f2f2;padding: 15px 30px 15px 30px;display: flex;}
.faq-search input {
    width: 240px;
    height: 37px;
    padding: 5px 10px;
}
.faq-search .submitbt {
    display: block;
    width: 54px;
    background-color: #0072c1;
    background-image: url(../img/loupe.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}


.faq-list {
  padding: 20px 0 40px;
}
.faq-list li {
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}
.faq-list li a {
  padding-left: 26px;
  background: url("../img/question-ico.png") no-repeat left center;
  background-size: 18px;
  line-height: 160%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .faq-con {
    float: none;
    padding: 20px 16px 40px;
    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: 12px 0 24px;
  }
}

.faq-detail {
  padding-top: 40px;
}
.faq-detail .tit h3 {
  padding-left: 28px;
  background: url("../img/question-ico.png") no-repeat left 5px;
  background-size: 20px;
  line-height: 160%;
}
.faq-detail .con {
  padding: 24px 0;
  line-height: 200%;
}
.faq-detail .btm {
  padding-top: 40px;
  text-align: center;
}
.faq-detail .btm a {
  display: inline-block;
  padding: 0 40px 0 64px;
  border-radius: 24px;
  background: url("../img/back-ico.png") no-repeat 36px center #527be0;
  background-size: 16px;
  box-shadow: 0 4px 20px rgba(82,123,224,0.4);
  color: #fff;
  line-height: 48px;
}
.faq-detail .document {
  padding: 12px 0;
}
.faq-detail .document li {
  padding: 8px 0;
}
.faq-detail .document li a {
  display: flex;
}
.faq-detail .document li .ico {
  width: 50px;
}
.faq-detail .document li .ico img {
  width: 100%;
}
.faq-detail .document li .name {
  flex: 1;
  padding-left: 12px;
}
.faq-detail .document li .name h4 {
  font-size: 16px;
  font-weight: normal;
}
.faq-detail .document li .info {
  padding-top: 6px;
  font-size: 15px;
  color: #999;
}
.faq-detail .document li .info .size {
  padding-left: 20px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 14px;
}
.faq-detail .video {
  padding: 12px 0;
}
.faq-detail .video video {
  width: 480px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .faq-detail {
    padding-top: 24px;
  }
  .faq-detail .tit h3 {
    padding-left: 24px;
    background: url("../img/question-ico.png") no-repeat left 3px;
    background-size: 18px;
    font-size: 16px;
    line-height: 140%;
  }
  .faq-detail .con {
    padding: 16px 0;
    font-size: 15px;
    line-height: 160%;
  }
  .faq-detail .document {
    padding: 8px 0;
  }
  .faq-detail .document li .ico {
    width: 48px;
  }
  .faq-detail .document li .name {
    padding-left: 8px;
  }
  .faq-detail .document li .name h4 {
    font-size: 14px;
  }
  .faq-detail .video {
    padding: 8px 0;
  }
  .faq-detail .video video {
    width: 100%;
  }
}

/* ---------- 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: 10px;
  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;
  padding: 0 14px;
  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-wrap {
  position: relative;
  padding: 32px 0 328px;
  background: url("../img/about-intro-bg.jpg") no-repeat center bottom;
  background-size: 100%;
}

.about-tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
}
.about-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-tit h2 {
  font-size: 48px;
}
.about-tit h3 {
  font-size: 28px;
}

.about-intro {
  float: left;
  padding-top: 48px;
  width: 52%;
  font-size: 16px;
  line-height: 240%;
}
.about-intro p {
  padding-bottom: 20px;
}

.about-count {
  float: right;
  padding-top: 40px;
  width: 40%;
  overflow: hidden;
}
.about-count ul {
  width: calc(100% + 20px);
}
.about-count li {
  float: left;
  margin: 0 20px 20px 0;
  padding: 16px 24px 20px;
  width: calc(50% - 20px);
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
.about-count li h4 {
  font-family: "DIN-Light";
  font-size: 56px;
  color: #265ebf;
}
.about-count li h4 span {
  font-size: 32px;
}
.about-count li h4 .ico {
  display: inline-block;
  margin: -14px 8px 0 0;
  width: 36px;
  vertical-align: top;
}
.about-count li h4 .ico img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.about-count li p {
  padding: 8px 0 0 0;
  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-wrap {
    padding: 24px 0 88px;
  }

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

  .about-intro {
    float: none;
    padding-top: 24px;
    width: auto;
    font-size: 15px;
    line-height: 180%;
  }
  .about-intro p {
    padding-bottom: 12px;
  }

  .about-count {
    float: none;
    padding-top: 20px;
    width: auto;
  }
  .about-count ul {
    width: auto;
  }
  .about-count li {
    float: none;
    margin: 0 0 16px 0;
    padding: 12px 20px 16px;
    width: auto;
    border-radius: 8px;
  }
  .about-count li h4 {
    font-size: 40px;
  }
  .about-count li h4 span {
    font-size: 24px;
  }
  .about-count li h4 .ico {
    margin: -7px 8px 0 0;
    width: 28px;
  }
  .about-count li p {
    padding: 4px 0 0 36px;
    line-height: 140%;
  }
}

.about-culture {
  padding: 100px 0;
  background: #265ebf;
  color: #fff;
  overflow: hidden;
}
.about-culture li {
  float: left;
  position: relative;
  padding: 0 80px;
  width: calc(100% / 3);
  box-sizing: border-box;
  text-align: center;
}
.about-culture li:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.about-culture li:last-child:after {
  background: none;
}
.about-culture li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.about-culture li i.ico-1 {
  background: url("../img/culture-ico-1.png") no-repeat center #fff;
  background-size: 36px;
}
.about-culture li i.ico-2 {
  background: url("../img/culture-ico-2.png") no-repeat center #fff;
  background-size: 36px;
}
.about-culture li i.ico-3 {
  background: url("../img/culture-ico-3.png") no-repeat center #fff;
  background-size: 36px;
}
.about-culture li h3 {
  padding-top: 16px;
  font-size: 20px;
}
.about-culture li p {
  padding-top: 12px;
  font-size: 16px;
  line-height: 160%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-culture {
    padding: 40px 0;
  }
  .about-culture li {
    float: none;
    padding: 16px 20px;
    width: auto;
  }
  .about-culture li:after {
    background: none;
  }
  .about-culture li i {
    width: 64px;
    height: 64px;
  }
  .about-culture li i.ico-1 {
    background-size: 28px;
  }
  .about-culture li i.ico-2 {
    background-size: 28px;
  }
  .about-culture li i.ico-3 {
    background-size: 28px;
  }
  .about-culture li h3 {
    padding-top: 8px;
    font-size: 18px;
  }
  .about-culture li p {
    padding-top: 4px;
    font-size: 15px;
    line-height: 140%;
  }
}

.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 .item {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.history-list .year {
  font-family: "DIN-Medium";
  font-size: 88px;
}
.history-list .pic {
  padding: 24px 0;
}
.history-list .pic img {
  border-radius: 12px;
}
.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: 8px;
  }
  .history-list .item {
    text-align: center;
  }
  .history-list .year {
    display: none;
  }
  .history-list .pic img {
    border-radius: 8px;
  }
  .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-honor {
  padding: 100px 0;
  background: url("../img/about-honor.jpg") no-repeat center top;
  background-size: cover;
}
.about-honor .tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
}
.about-honor .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-honor .tit h2 {
  font-size: 48px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-honor {
    padding: 40px 0;
  }
  .about-honor .tit:after {
    width: 32px;
    height: 4px;
  }
  .about-honor .tit h2 {
    font-size: 24px;
  }
}

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

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

.h-rvc {
  position: relative;
  margin: auto;
  max-width: 1500px;
}
.h-rvc .rvc-wrapper {
  margin: auto;
  overflow: hidden;
}
.h-rvc .rvc-wrapper ul {
  position: relative;
  overflow: hidden;
}
.h-rvc .rvc-wrapper ul li {
  float: left;
}
.h-rvc .rvc-wrapper ul li a .img-wrapper {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
}
.h-rvc .rvc-wrapper ul li a .img-wrapper img {
  width: 100%;
  box-sizing: border-box;
}
.h-rvc .rvc-wrapper ul li a .img-wrapper .con {
  padding-top: 20px;
}
.h-rvc .rvc-wrapper ul li a .img-wrapper h4 {
  background: url("../img/zoom-ico.png") no-repeat right center;
  font-size: 16px;
  text-align: center;
}
.h-rvc-prv, .h-rvc-next {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.h-rvc-prv {
  left: 0;
}
.h-rvc-next {
  right: 0;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .h-rvc .rvc-wrapper ul li a .img-wrapper {
    padding: 12px;
    border-radius: 8px;
  }
  .h-rvc .rvc-wrapper ul li a .img-wrapper .con {
    padding-top: 8px;
  }
  .h-rvc .rvc-wrapper ul li a .img-wrapper h4 {
    font-size: 14px;
  }
}

.bigimg {
  /*display: none;*/
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
  /*width: 600px;*/
  /*border: 10px solid #fff;*/
  /*z-index: 1000001;*/
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  transition: all 1s;
  z-index: 1000000;
}
.imgbox:hover {
  cursor: zoom-in;
}
.mask:hover {
  cursor: zoom-out;
}
.mask>img {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 32px;
}
.mask>img:hover {
  cursor: pointer;
}

.qua-con {
  margin: auto;
  max-width: 1420px;
  padding: 20px 30px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.qua-con img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .qua-con {
    padding: 16px 20px;
    border-radius: 8px;
    overflow-y: auto;
  }
  .qua-con img {
    width: auto;
    height: 32px;
  }
}

.about-team {
  position: relative;
  padding-top: 100px;
}
.about-team .tit {
  position: relative;
  padding-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
}
.about-team .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-team .tit h2 {
  font-size: 48px;
}
.about-team .con {
  margin: auto;
  padding-top: 48px;
  width: 88%;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}
.about-team .con p {
  padding-bottom: 20px;
}
.about-team .pic {
  padding-top: 40px;
  text-align: center;
}
.about-team .pic img {
  width: 40%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-team {
    padding-top: 40px;
  }
  .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 {
    padding-top: 24px;
  }
  .about-team .pic img {
    width: 64%;
  }
}

.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-map img {
      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.jinan {
  background: url("../img/jinan-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.xian {
  background: url("../img/xian-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit.qingdao {
  background: url("../img/qingdao-ico.png") no-repeat right 8px bottom;
}
.contact-branch li .tit h4 {
  font-size: 18px;
}
.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.jinan {
    background-size: auto 40px;
  }
  .contact-branch li .tit.xian {
    background-size: auto 40px;
  }
  .contact-branch li .tit.qingdao {
    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: 100px 0;
}
.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-top: 80px;
  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-form .tip {
  padding: 12px 0;
  font-size: 14px;
  color: #999;
}

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

.search-example {
  padding: 32px 0;
}
.search-example .tit {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
}
.search-example .con {
  padding-top: 32px;
  overflow: hidden;
}
.search-example .con ul {
  width: calc(100% + 32px);
}
.search-example .con li {
  float: left;
  margin: 0 32px 16px 0;
  width: calc(100% / 3 - 32px);
  min-height: 108px;
}
.search-example .con li h4 {
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: normal;
}
.search-example .con li .item {
  position: relative;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 20px;
}
.search-example .con li .item:after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url("../img/dis-more-arrow.png") no-repeat center #f4f5fa;
  background-size: 12px;
  content: "";
}
.search-example .con li .tip {
  padding: 8px 16px 0;
  font-size: 14px;
  color: #999;
}
.search-example .con li a {
  display: block;
  padding-left: 40px;
  background: url("../img/mobile-search-ico.png") no-repeat 16px center;
  background-size: 16px;
  font-size: 14px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .search-example {
    padding: 24px 0;
  }
  .search-example .tit {
    padding-bottom: 12px;
    font-size: 15px;
  }
  .search-example .con {
    padding-top: 24px;
  }
  .search-example .con ul {
    width: 100%;
  }
  .search-example .con li {
    margin: 0 0 12px 0;
    width: 100%;
    min-height: 0;
  }
  .search-example .con li h4 {
    padding-bottom: 8px;
    font-size: 14px;
  }
}

.search-tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  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: 40px;
}
.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-tit h2 {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .search-tit h2:after {
    width: 32px;
    height: 4px;
  }

  .search-tag {
    padding-top: 24px;
  }
  .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: 20px 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;
  }
}

.no-result {
  padding: 48px 0;
}
.no-result h3 {
  font-size: 20px;
}
.no-result p {
  padding-top: 12px;
  color: #666;
}

.search-recomm {
  display: flex;
  padding: 40px 0 80px;
}
.search-recomm .recomm-item {
  width: 36%;
}
.search-recomm .recomm-item .tit {
  height: 40px;
  font-size: 18px;
}
.search-recomm .recomm-item .con {
  padding: 20px 24px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
}
.search-recomm .recomm-item .con li {
  padding: 8px 0;
}
.search-recomm .recomm-item .con li a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.search-recomm .recomm-item .con li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f98441;
  content: "";
}
.search-recomm .recomm-contact {
  margin: 40px 0 0 40px;
  padding: 20px;
  width: 28%;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
}
.search-recomm .recomm-contact .pic img {
  width: 100%;
  border-radius: 8px;
}
.search-recomm .recomm-contact .con {
  padding-top: 16px;
  font-size: 20px;
}
.search-recomm .recomm-contact .btm {
  padding-top: 16px;
}
.search-recomm .recomm-contact .btm a.more-btn {
  display: inline-block;
  padding-right: 24px;
  background: url("../img/dis-more-arrow.png") no-repeat right center;
  background-size: 14px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .no-result {
    padding: 24px 0;
  }
  .no-result h3 {
    font-size: 16px;
  }
  .no-result p {
    padding-top: 8px;
    font-size: 14px;
  }

  .search-recomm {
    display: inherit;
    padding: 20px 0 40px;
  }
  .search-recomm .recomm-item {
    width: 100%;
  }
  .search-recomm .recomm-item .tit {
    height: 32px;
    font-size: 16px;
  }
  .search-recomm .recomm-item .con {
    padding: 16px 20px;
    border-radius: 8px;
  }
  .search-recomm .recomm-item .con li {
    padding: 4px 0;
  }
  .search-recomm .recomm-item .con li a {
    padding-left: 16px;
    font-size: 14px;
  }
  .search-recomm .recomm-item .con li a:before {
    width: 4px;
    height: 4px;
  }
  .search-recomm .recomm-contact {
    margin: 20px 0 0 0;
    width: 100%;
    border-radius: 12px;
  }
  .search-recomm .recomm-contact .pic img {
    width: 100%;
    border-radius: 8px;
  }
  .search-recomm .recomm-contact .con {
    padding-top: 12px;
    font-size: 16px;
  }
  .search-recomm .recomm-contact .btm {
    padding-top: 12px;
  }
  .search-recomm .recomm-contact .btm a.more-btn {
    padding-right: 20px;
    background-size: 12px;
    font-size: 14px;
  }
}

/* ---------- dealer ---------- */
.dealer-banner {
  height: 880px;
  background: url("../img/dealer-banner.jpg") no-repeat center top;
  background-size: cover;
}
.dealer-banner .slogan {
  display: table;
  margin: auto;
  padding: 0 20px;
  height: 100%;
  color: #fff;
  text-align: center;
}
.dealer-banner .con {
  display: table-cell;
  padding-top: 60px;
  vertical-align: middle;
}
.dealer-banner .slogan h2 {
  font-size: 60px;
}
.dealer-banner .slogan p {
  padding-top: 20px;
  font-size: 24px;
  font-weight: normal;
  line-height: 160%;
}
.dealer-banner .btm {
  padding-top: 40px;
}
.dealer-banner .btm a.apply-btn {
  position: relative;
  display: inline-block;
  padding: 0 88px 0 48px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(to right, #f98441, #1b3d7b);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 56px;
}
.dealer-banner .btm a.apply-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: url("../img/flick-btn-arrow.png") no-repeat center #1166ce;
  background-size: 16px;
  content: "";
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-banner {
    height: 680px;
  }
  .dealer-banner .slogan h2 {
    font-size: 48px;
  }
  .dealer-banner .slogan p {
    padding-top: 16px;
    font-size: 20px;
  }
  .dealer-banner .btm {
    padding-top: 36px;
  }
  .dealer-banner .btm a.apply-btn {
    padding: 0 80px 0 40px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
  }
  .dealer-banner .btm a.apply-btn:after {
    width: 52px;
    height: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-banner {
    height: 480px;
  }
  .dealer-banner .slogan {
    padding: 0 20px;
  }
  .dealer-banner .con {
    padding-top: 60px;
  }
  .dealer-banner .slogan h2 {
    font-size: 28px;
  }
  .dealer-banner .slogan p {
    padding-top: 12px;
    font-size: 16px;
  }
  .dealer-banner .btm {
    padding-top: 24px;
  }
  .dealer-banner .btm a.apply-btn {
    padding: 0 64px 0 32px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
  .dealer-banner .btm a.apply-btn:after {
    width: 44px;
    height: 44px;
  }
}

.dealer-describe {
  padding: 120px 20px 0;
  height: 760px;
  background: url("../img/dealer-con.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.dealer-describe .tit {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}
.dealer-describe .con {
  padding-top: 40px;
  font-size: 22px;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-describe {
    padding: 100px 20px 0;
    height: 640px;
  }
  .dealer-describe .tit {
    font-size: 40px;
  }
  .dealer-describe .con {
    padding-top: 32px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-describe {
    padding: 80px 20px 0;
    height: 400px;
  }
  .dealer-describe .tit {
    font-size: 24px;
  }
  .dealer-describe .con {
    padding-top: 24px;
    font-size: 16px;
    line-height: 180%;
  }
}

.dealer-type {
  padding: 100px 0;
}
.dealer-type .tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 40px;
  color: #202020;
}
.dealer-type .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: "";
}
.dealer-type .con {
  padding-top: 68px;
}
.dealer-type .con li {
  float: left;
  position: relative;
  padding: 280px 50px 0;
  width: calc(50% - 50px);
  box-sizing: border-box;
}
.dealer-type .con li:first-child {
  float: left;
}
.dealer-type .con li:last-child {
  float: right;
  margin-top: -132px;
}
.dealer-type .con li .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.dealer-type .con li .pic img {
  width: 100%;
  border-radius: 48px 0 48px 0;
}
.dealer-type .con li .item {
  position: relative;
  padding: 36px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4 40px rgba(0,0,0,0.05);
}
.dealer-type .con li .text {
  border-bottom: 1px solid #e6e6e6;
}
.dealer-type .con li .text h3 {
  font-size: 24px;
}
.dealer-type .con li .text p {
  padding: 20px 0;
  font-size: 18px;
  line-height: 180%;
}
.dealer-type .con li .btm {
  padding-top: 24px;
  overflow: hidden;
}
.dealer-type .con li .btm a {
  display: inline-block;
  padding-right: 32px;
  width: calc(100% / 2 - 10px);
  height: 44px;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
.dealer-type .con li .btm a.apply-btn {
  float: left;
  background: url("../img/solution-more-arrow.png") no-repeat calc(50% + 48px) center #265ebf;
  background-size: 16px;
}
.dealer-type .con li .btm a.detail-btn {
  float: right;
  background: url("../img/solution-more-arrow.png") no-repeat calc(50% + 48px) center #f98441;
  background-size: 16px;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-type {
    padding: 60px 0;
  }
  .dealer-type .tit h2 {
    padding-bottom: 16px;
    font-size: 36px;
  }
  .dealer-type .con {
    padding-top: 60px;
  }
  .dealer-type .con li {
    padding: 200px 40px 0;
    width: calc(50% - 40px);
  }
  .dealer-type .con li:last-child {
    margin-top: -108px;
  }
  .dealer-type .con li .pic img {
    border-radius: 40px 0 40px 0;
  }
  .dealer-type .con li .item {
    padding: 20px 24px;
  }
  .dealer-type .con li .text h3 {
    font-size: 20px;
  }
  .dealer-type .con li .text p {
    padding: 16px 0;
    font-size: 16px;
    line-height: 160%;
  }
  .dealer-type .con li .btm {
    padding-top: 20px;
  }
  .dealer-type .con li .btm a {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-type {
    padding: 40px 0;
  }
  .dealer-type .tit h2 {
    font-size: 24px;
  }
  .dealer-type .tit h2:after {
    width: 32px;
    height: 4px;
  }
  .dealer-type .con {
    padding-top: 32px;
  }
  .dealer-type .con li {
    float: none;
    padding: 120px 20px 0;
    width: auto;
  }
  .dealer-type .con li:first-child {
    float: none;
  }
  .dealer-type .con li:last-child {
    float: none;
    margin-top: 24px;
  }
  .dealer-type .con li .pic img {
    border-radius: 24px 0 24px 0;
  }
  .dealer-type .con li .item {
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4 20px rgba(0,0,0,0.05);
  }
  .dealer-type .con li .text h3 {
    font-size: 20px;
  }
  .dealer-type .con li .text p {
    padding: 12px 0;
    font-size: 15px;
    line-height: 140%;
  }
  .dealer-type .con li .btm {
    padding-top: 16px;
  }
  .dealer-type .con li .btm a {
    padding-right: 20px;
    font-size: 15px;
  }
  .dealer-type .con li .btm a.apply-btn {
    background: url("../img/solution-more-arrow.png") no-repeat calc(50% + 34px) center #265ebf;
    background-size: 14px;
  }
  .dealer-type .con li .btm a.detail-btn {
    background: url("../img/solution-more-arrow.png") no-repeat calc(50% + 34px) center #f98441;
    background-size: 14px;
  }
}

.dealer-form {
  padding: 100px 0;
  background: url("../img/dealer-form.jpg") no-repeat center top;
}
.dealer-form .tit {
  text-align: center;
}
.dealer-form .tit h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 40px;
  color: #202020;
}
.dealer-form .tit h2:after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: url("../img/tit-line.png");
  background-size: cover;
  content: "";
}
.dealer-form .con {
  margin: 48px auto 0;
  padding: 50px 60px;
  width: 880px;
  border-radius: 16px;
  background: #fff;
  font-size: 15px;
}
.dealer-form .con ul {
  overflow: hidden;
}
.dealer-form .con li {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.dealer-form .con li h4 {
  padding-bottom: 10px;
  height: 25px;
  font-size: 18px;
}
.dealer-form .con li.row-full {
  width: 100%;
}
.dealer-form .con li.row-half {
  width: 50%;
}
.dealer-form .con a {
  color: #265ebf;
  text-decoration: underline;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .dealer-form {
    padding: 40px 0;
  }
  .dealer-form .tit h2 {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .dealer-form .tit h2:after {
    left: calc(50% - 16px);
    width: 32px;
    height: 4px;
  }
  .dealer-form .con {
    margin: 32px auto 0;
    padding: 12px;
    width: auto;
    border-radius: 12px;
    font-size: 14px;
  }
  .dealer-form .con ul {
    overflow: hidden;
  }
  .dealer-form .con li {
    float: none;
    padding: 8px;
  }
  .dealer-form .con li h4 {
    padding-bottom: 8px;
    height: auto;
    font-size: 16px;
  }
  .dealer-form .con li.row-half {
    width: 100%;
  }
}

.reveal-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 100;
}
.reveal-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 76%;
  box-sizing: border-box;
  background: #fff;
  z-index: 101;
  visibility: hidden;
}
.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #666;
  line-height: 60%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .reveal-modal {
    padding: 40px;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .reveal-modal {
    padding: 20px;
    width: 88%;
  }
}

.popup-tit h3 {
  font-size: 40px;
  text-align: center;
}
.popup-con {
  padding-top: 60px;
}

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

@media only screen and (max-width: 768px) {
  .popup-tit h3 {
    font-size: 20px;
  }
  .popup-con {
    padding-top: 24px;
  }
}

.dealer-product {
  overflow: hidden;
}
.dealer-product li {
  float: left;
  padding: 68px 32px 80px;
  width: 20%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
}
.dealer-product li:last-child {
  border-right: 0;
}
.dealer-product li i {
  display: inline-block;
  width: 96px;
  height: 96px;
}
.dealer-product li i.ico-1 {
  background: url("../img/dealer-pro-ico-1.png");
  background-size: cover;
}
.dealer-product li i.ico-2 {
  background: url("../img/dealer-pro-ico-2.png");
  background-size: cover;
}
.dealer-product li i.ico-3 {
  background: url("../img/dealer-pro-ico-3.png");
  background-size: cover;
}
.dealer-product li i.ico-4 {
  background: url("../img/dealer-pro-ico-4.png");
  background-size: cover;
}
.dealer-product li i.ico-5 {
  background: url("../img/dealer-pro-ico-5.png");
  background-size: cover;
}
.dealer-product li h4 {
  padding-top: 32px;
  font-size: 22px;
}
.dealer-product li p {
  padding-top: 16px;
  font-size: 18px;
  color: #666;
  line-height: 160%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-product li {
    padding: 32px 24px 40px;
  }
  .dealer-product li i {
    width: 80px;
    height: 80px;
  }
  .dealer-product li h4 {
    padding-top: 24px;
    font-size: 20px;
  }
  .dealer-product li p {
    padding-top: 12px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-product li {
    padding: 4px 8px 8px;
    width: 50%;
    border-right: 0;
  }
  .dealer-product li i {
    width: 48px;
    height: 48px;
  }
  .dealer-product li h4 {
    padding-top: 4px;
    font-size: 16px;
  }
  .dealer-product li p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 140%;
  }
}

.dealer-channel img {
  width: 100%;
}

.dealer-search-banner {
  height: 480px;
  background: url("../img/dealer-search-banner.jpg") no-repeat center top;
  background-size: cover;
}
.dealer-search-banner .con {
  padding: 224px 20px 0;
  color: #fff;
  text-align: center;
}
.dealer-search-banner .con h2 {
  font-size: 48px;
}
.dealer-search-banner .con p {
  padding-top: 8px;
  font-size: 20px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .dealer-search-banner {
    height: 320px;
  }
  .dealer-search-banner .con {
    padding: 140px 20px 0;
  }
  .dealer-search-banner .con h2 {
    font-size: 24px;
  }
  .dealer-search-banner .con p {
    font-size: 14px;
  }
}

.dealer-search {
  margin: -80px auto 0;
  padding: 50px 0;
  width: 52%;
  border-radius: 12px;
  background: #262930;
  text-align: center;
}
.dealer-search-text {
  margin: 0 4px;
  padding: 0 16px;
  width: 36%;
  height: 50px;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}
.dealer-search-btn {
  margin: 0 8px;
  padding-left: 24px;
  width: 14%;
  height: 50px;
  border: 0;
  border-radius: 4px;
  background: url("../img/search-ico.png") no-repeat calc(50% - 24px) center #265ebf;
  background-size: 16px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-search {
    width: 72%;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-search {
    padding: 20px 0;
    width: 88%;
    border-radius: 12px;
  }
  .dealer-search-text {
    margin: 4px 0;
    width: 88%;
    height: 44px;
    font-size: 16px;
  }
  .dealer-search-btn {
    margin: 8px 0;
    width: 88%;
    height: 44px;
    font-size: 16px;
  }
}

.dealer-search-result {
  margin: auto;
  padding: 80px 0;
  width: 52%;
  min-height: 200px;
  text-align: center;
}
.dealer-search-result .tit {
  position: relative;
  font-size: 16px;
  color: #999;
}
.dealer-search-result .tit:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 40px);
  height: 1px;
  background: #e0e0e0;
  content: "";
}
.dealer-search-result .tit:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 40px);
  height: 1px;
  background: #e0e0e0;
  content: "";
}
.dealer-search-result .con {
  padding: 80px 0;
}
.dealer-search-result .con p {
  padding: 10px 0;
  font-size: 18px;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .dealer-search-result {
    width: 72%;
  }
}

@media only screen and (max-width: 768px) {
  .dealer-search-result {
    padding: 60px 0;
    width: 80%;
  }
  .dealer-search-result .con {
    padding: 40px 0;
  }
  .dealer-search-result .con p {
    padding: 5px 0;
    font-size: 16px;
  }
}

/* ---------- job ---------- */
.job-banner {
  height: 680px;
  background: url("../img/job-banner.jpg") no-repeat center top;
  background-size: cover;
}
.job-banner .con {
  padding: 272px 20px 0;
  color: #fff;
  text-align: center;
}
.job-banner .con h2 {
  font-size: 60px;
}
.job-banner .con p {
  padding-top: 8px;
  font-size: 24px;
}

.job-search {
  margin: 40px auto;
  width: 40%;
  height: 52px;
  border-radius: 8px;
  background: #fff;
}
.job-banner form {
  display: flex;
}
.job-search-select {
  width: 124px;
  height: 52px;
  border: 0;
  border-radius: 8px 0 0 8px;
  font-size: 18px;
  text-align: center;
}
.job-search-text {
  flex: 1;
  padding: 0 20px;
  height: 52px;
  border: 0;
  font-size: 18px;
}
.job-search-btn {
  padding-left: 24px;
  width: 120px;
  height: 52px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: url("../img/search-ico.png") no-repeat calc(50% - 24px) center #265ebf;
  background-size: 16px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .job-banner {
    height: 560px;
  }
  .job-banner .con {
    padding: 240px 20px 0;
  }
  .job-banner .con h2 {
    font-size: 48px;
  }
  .job-banner .con p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .job-banner {
    height: 480px;
  }
  .job-banner .con {
    padding: 168px 20px 0;
  }
  .job-banner .con h2 {
    font-size: 28px;
  }
  .job-banner .con p {
    font-size: 16px;
  }

  .job-search {
    margin: 32px auto;
    width: 80%;
    height: auto;
  }
  .job-banner form {
    display: inline;
  }
  .job-search-select {
    width: 100%;
    height: 44px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
  }
  .job-search-text {
    padding: 0 20px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    text-align: center;
  }
  .job-search-btn {
    width: 100%;
    height: 44px;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
  }
}

.job-tab {
  padding: 80px 0 60px;
  text-align: center;
}
.job-tab a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 25%;
  height: 56px;
  border-radius: 12px;
  background: #e1e4ed;
  font-size: 20px;
  color: #6d7da2;
  line-height: 56px;
}
.job-tab a.cur {
  background: #265ebf;
  color: #fff;
}
.job-tab a.cur:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 20px;
  height: 8px;
  background: url("../img/product-tab-arrow.png");
  background-size: cover;
  content: "";
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-tab {
    padding: 40px 0 30px;
  }
  .job-tab a {
    margin: 0 4px;
    width: 44%;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
}

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

.job-menu {
  float: left;
  margin-bottom: 20px;
  padding: 12px 20px;
  width: 320px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}
.job-menu .tit {
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 28px;
  overflow: hidden;
}
.job-menu .tit h3 {
  float: left;
  font-size: 20px;
}
.job-menu .tit a.del-btn {
  float: right;
  color: #999;
}
.job-menu .item {
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}
.job-menu .item h4 {
  background-size: 16px;
  font-size: 18px;
  line-height: 40px;
}
.job-menu .item ul {
  padding: 4px 0;
}
.job-menu .item li {
  padding: 0 12px;
  line-height: 32px;
}
.job-menu .item input[type="checkbox"] {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.job-menu .item:last-child {
  border-bottom: 0;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-menu {
    float: none;
    padding: 16px;
    width: auto;
    border-radius: 12px;
  }
  .job-menu .item {
    padding: 4px 0;
  }
  .job-menu .item ul {
    padding: 4px 0;
  }
  .job-menu .item li a {
    line-height: 36px;
  }
}

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

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

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

/* responsive */
@media only screen and (max-width: 768px) {
  .job-tit {
    padding: 12px 0;
  }
  .job-tit h2 {
    font-size: 18px;
  }
}

.job-list ul {
  padding: 10px 0 50px;
}
.job-list li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.job-list li h4 {
  font-size: 18px;
}
.job-list li .btm {
  padding-top: 12px;
  font-size: 15px;
  color: #999;
}
.job-list li .btm .date {
  padding-left: 22px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
}
.job-list li .btm .size {
  padding-left: 22px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 16px;
}
.job-list li .salary {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #f98441;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-list ul {
    padding: 10px 0 30px;
  }
  .job-list li {
    padding: 16px 0;
  }
  .job-list li h4 {
    font-size: 16px;
  }
  .job-list li .btm {
    padding-top: 8px;
    font-size: 14px;
  }
  .job-list li .btm .date {
    padding-left: 18px;
    background-size: 14px;
  }
  .job-list li .btm .size {
    padding-left: 18px;
    background-size: 14px;
  }
  .job-list li .salary {
    top: 28px;
    font-size: 16px;
  }
}

.job-detail {
  padding: 40px 40px 60px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #fff;
}
.job-show {
  padding-top: 40px;
}
.job-show .info {
  font-size: 15px;
  color: #999;
}
.job-show .info .date {
  padding-left: 22px;
  background: url("../img/time-ico.png") no-repeat left center;
  background-size: 16px;
}
.job-show .info .size {
  padding-left: 22px;
  background: url("../img/file-ico.png") no-repeat left center;
  background-size: 16px;
}
.job-show .con {
  padding-top: 32px;
  line-height: 180%;
}
.job-show .btm {
  padding-top: 40px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-detail {
    padding: 20px 20px 40px;
    border-radius: 12px;
  }
  .job-show {
    padding-top: 20px;
  }
  .job-show .info {
    font-size: 14px;
  }
  .job-show .info .date {
    padding-left: 20px;
    background-size: 14px;
  }
  .job-show .info .size {
    padding-left: 20px;
    background-size: 14px;
  }
  .job-show .con {
    padding-top: 24px;
    font-size: 14px;
    line-height: 160%;
  }
  .job-show .btm {
    padding-top: 32px;
  }
}




