/* CSS Document */

/* ---------- banner ---------- */
.banner {
  background-position: center top;
  background-size: cover;
}
.banner.job {
  background-image: url("../images/job-banner.jpg");
}
.banner.product {
  background-image: url("../images/product-banner.jpg");
}
.banner.product-detail {
  height: 120px;
  background-image: url("../images/product-banner.jpg");
}
.banner.solution {
  background-image: url("../images/solution-banner.jpg");
}
.banner.service {
  background-image: url("../images/service-banner.jpg");
}
.banner.news {
  background-image: url("../images/news-banner.jpg");
}
.banner.partner {
  background-image: url("../images/partner-banner.jpg");
}
.banner.contact {
  background-image: url("../images/contact-banner.jpg");
}

.banner-tit {
  padding-top: 200px;
  height: 200px;
  color: #fff;
}
.banner-tit h1 {
  font-family: "PFDinTextPro-Light";
  font-size: 60px;
  font-weight: normal;
}
.banner-tit h2 {
  font-size: 26px;
  font-weight: normal;
}
.banner-tit h2 span {
  background: url("../images/sub-tit-line.png") repeat-x bottom;
}

.banner-nav {
  padding: 28px 20px;
  background: rgba(0,0,0,0.4);
}
.banner-nav .con {
  margin: auto;
  max-width: 1360px;
  overflow: hidden;
}
.banner-nav .con li {
  float: left;
  padding-right: 40px;
}
.banner-nav .con li a {
  display: inline-block;
  padding: 0 60px;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
.banner-nav .con li a.cur {
  background: linear-gradient(to right, #0d2ea1, #149e6b);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .banner.product-detail {
    height: 100px;
  }

  .banner-tit {
    padding-top: 140px;
    height: 140px;
  }
  .banner-tit h1 {
    font-size: 44px;
  }
  .banner-tit h2 {
    font-size: 22px;
  }
  
  .banner-nav {
    padding: 16px 12px;
  }
  .banner-nav .con li {
    padding: 4px 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .banner-nav .con li a {
    display: block;
    padding: 0;
    background: rgba(255,255,255,0.1);
  }
}

/* ---------- 内容区 ---------- */
.content-shadow {
  background: url("../images/content-top-shadow.png") repeat-x top;
}
.gray-wrap {
  background: #fafafa;
}

/* ---------- 关于我们 ---------- */
.about {
  padding: 120px 0 100px;
  background: url("../images/about-intro-bg.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}

.about-con {
  float: left;
}

.about-tit h2 {
  font-size: 44px;
}
.about-tit h3 {
  padding-top: 4px;
  background: url("../images/sub-tit-line.png") no-repeat left bottom 4px;
  font-family: "PFDinTextPro-Light";
  font-size: 28px;
  font-weight: normal;
}

.about-count {
  padding-top: 200px;
  overflow: hidden;
}
.about-count li {
  float: left;
  padding-left: 30px;
  padding-right: 40px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.about-count li:first-child {
  padding-left: 0;
}
.about-count li:last-child {
  border-right: 0;
}
.about-count li .num {
  font-family: "AvantGarde-Medium";
  font-size: 50px;
  color: #dab15c;
}
.about-count li .num sup {
  position: relative;
  top: -3px;
  left: 10px;
  font-size: 20px;
  color: #fff;
}
.about-count li h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.about-intro {
  float: right;
  width: 60%;
}
.about-intro .tit h3 {
  padding-top: 13px;
  font-size: 32px;
}
.about-intro .tit h3 span {
  position: relative;
}
.about-intro .tit h3 span:after {
  position: absolute;
  right: -28px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  background: url("../images/about-intro-arrow.png") no-repeat;
  background-size: cover;
  content: "";
}
.about-intro .con {
  padding-top: 48px;
  font-size: 15px;
  line-height: 36px;
}
.about-intro .con p {
  padding-bottom: 28px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about-count {
    padding-top: 440px;
  }
  .about-count li {
    padding-left: 20px;
    padding-right: 30px;
  }
  .about-count li .num {
    font-size: 40px;
  }
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about {
    padding: 80px 0 60px;
  }

  .about-con {
    float: none;
  }

  .about-tit h2 {
    font-size: 32px;
  }
  .about-tit h3 {
    font-size: 20px;
  }

  .about-count {
    padding-top: 60px;
  }
  .about-count ul {
    display: -webkit-flex;
  	display: flex;
  }
  .about-count li {
    -webkit-flex: 1;
  	flex: 1;
    padding-left: 20px;
    padding-right: 0;
  }
  .about-count li .num {
    font-size: 28px;
  }
  .about-count li .num sup {
    top: 2px;
    left: 8px;
    font-size: 16px;
  }
  .about-count li h4 {
    font-size: 15px;
  }

  .about-intro {
    float: none;
    width: auto;
  }
  .about-intro .tit h3 {
    padding-top: 40px;
    font-size: 28px;
  }
  .about-intro .tit h3 span:after {
    right: -20px;
    bottom: 6px;
    width: 10px;
    height: 10px;
  }
  .about-intro .con {
    padding-top: 24px;
    line-height: 30px;
  }
  .about-intro .con p {
    padding-bottom: 20px;
  }
}

/* 我们的优势 */
.about-adv {
  padding: 100px 0;
}

.about-adv .adv-con {
  float: left;
  width: 44%;
}
.about-adv .adv-con .tit h2 {
  font-size: 32px;
}
.about-adv .adv-con .tit h3 {
  padding-top: 4px;
  background: url("../images/sub-tit-line.png") no-repeat left bottom 4px;
  font-family: "PFDinTextPro-Light";
  font-size: 24px;
  font-weight: normal;
}
.about-adv .adv-con .con {
  padding-top: 80px;
}
.about-adv .adv-con .con h4 {
  font-size: 20px;
}
.about-adv .adv-con .con ul {
  padding-top: 20px;
  padding-left: 20px;
  list-style: square;
}
.about-adv .adv-con .con li {
  font-size: 15px;
  color: #666;
  line-height: 32px;
}
.about-adv .adv-con .tel {
  padding-top: 24px;
  overflow: hidden;
}
.about-adv .adv-con .tel .item h4 {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 36px;
}
.about-adv .adv-con .tel .item h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-5px);
  width: 12px;
  height: 12px;
  content: "";
}
.about-adv .adv-con .tel .item h4.bj:before {
  background: #cd2835;
}
.about-adv .adv-con .tel .item h4.xq:before {
  background: #60c4e8;
}
.about-adv .adv-con .tel .item h4.nq:before {
  background: #bfe8f9;
}
.about-adv .adv-con .tel .item h4.bq:before {
  background: #4a9cd9;
}
.about-adv .adv-con .tel .item h4.dq:before {
  background: #46cfd6;
}
.about-adv .adv-con .tel .item ul {
  overflow: hidden;
}
.about-adv .adv-con .tel .item h5 {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
}
.about-adv .adv-con .tel .item li {
  float: left;
  width: 50%;
  font-size: 15px;
  color: #666;
  line-height: 32px;
}
.about-adv .adv-con .tel .area {
  padding-top: 12px;
}
.about-adv .adv-con .tel .area .item {
  float: left;
  width: 50%;
}
.about-adv .adv-con .tel .area .item li {
  width: 100%;
}

.about-adv .adv-pic {
  float: right;
  padding-top: 60px;
  width: 46%;
}
.about-adv .adv-pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .about-adv .adv-con {
    width: 48%;
  }
  .about-adv .adv-con .con {
    padding-top: 60px;
  }
  .about-adv .adv-pic {
    padding-top: 100px;
  }
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-adv {
    padding: 60px 0;
  }

  .about-adv .adv-con {
    float: none;
    width: auto;
  }
  .about-adv .adv-con .tit h2 {
    font-size: 24px;
  }
  .about-adv .adv-con .tit h3 {
    font-size: 20px;
  }
  .about-adv .adv-con .con {
    padding-top: 40px;
  }

  .about-adv .adv-con .tel .item h5 {
    display: block;
  }

  .about-adv .adv-pic {
    float: none;
    padding-top: 32px;
    width: auto;
  }
}

/* 发展历程 */
.about-history {
  padding: 100px 0;
  background: url("../images/about-history-bg.jpg") no-repeat center top;
  background-size: cover;
}

.about-history .history-tit h2 {
  font-size: 32px;
}
.about-history .history-tit h3 {
  padding-top: 4px;
  font-family: "PFDinTextPro-Light";
  background: url("../images/sub-tit-line.png") no-repeat left bottom 4px;
  font-size: 24px;
  font-weight: normal;
}

.about-history .history-con {
  padding-top: 140px;
}
.event_box {
	position: relative;
}
.parHd {
	padding-top: 15px;
	height: 100px;
	overflow: hidden;
}
.parHd .tempWrap {
	margin: auto;
}
.parHd .tempWrap:after {
	position: absolute;
	top: 21px;
	width: 100%;
	height: 1px;
	background: #CCC;
	content: "";
	z-index: 10;
}
.parHd ul {
	text-align: center;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	position: relative;
	display: inline-block;
	margin: 0 30px;
	padding-top: 40px;
	width: 120px;
	font-size: 16px;
	cursor: pointer;
}
.parHd li:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	width: 43px;
	height: 43px;
	background: url(../images/dot_ico.png) no-repeat center;
	content: "";
	z-index: 20;
}
.parHd li.act {
	font-size: 20px;
}
.parHd li.act:after {
	background: url(../images/cat_ico.png) no-repeat center;
}
.parBd {
	padding: 60px 0;
	text-align: center;
}
.parBd h4 {
	margin: auto;
	font-size: 24px;
  font-weight: normal;
	line-height: 160%;
}
.parBd p {
	margin: auto;
  padding-top: 20px;
	font-size: 15px;
	max-width: 960px;
  color: #666;
	line-height: 160%;
}
.sPrev, .sNext {
	position: absolute;
	top: 0;
	display: block;
	width: 72px;
	height: 72px;
}
.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: 60px 0;
  }

  .about-history .history-tit h2 {
    font-size: 24px;
  }
  .about-history .history-tit h3 {
    font-size: 20px;
  }

  .about-history .history-con {
    padding-top: 80px;
  }
  .parBd {
    padding: 20px 0;
  }
  .parBd h4 {
    font-size: 16px;
  }
  .parBd p {
    padding-top: 12px;
    font-size: 14px;
  }
}

/* 加入我们 */
.about-job {
  height: 320px;
  background: url("../images/about-job-bg.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.about-job .job-con {
  padding-top: 100px;
}
.about-job .job-con h3 {
  padding: 12px 0 28px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.about-job a.more-btn {
  display: inline-block;
  padding-left: 40px;
  width: 200px;
  height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  background: url("../images/product-more-arrow.png") no-repeat right 36px center, linear-gradient(to right, #0d2ea1, #149e6b);
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.about-job a:hover.more-btn {
  background: url("../images/product-more-arrow.png") no-repeat right 28px center, linear-gradient(to right, #0d2ea1, #149e6b);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .about-job {
    height: 280px;
  }
  .about-job .job-con {
    padding-top: 80px;
  }
  .about-job .job-con h3 {
    font-size: 15px;
  }
  .about-job a.more-btn {
    padding-left: 28px;
    width: 160px;
    height: 44px;
    background: url("../images/product-more-arrow.png") no-repeat right 24px center, linear-gradient(to right, #0d2ea1, #149e6b);
    font-size: 16px;
    line-height: 44px;
  }
  .about-job a:hover.more-btn {
    background: url("../images/product-more-arrow.png") no-repeat right 16px center, linear-gradient(to right, #0d2ea1, #149e6b);
  }
}

/* ---------- 加入我们 ---------- */
.job-head {
  padding: 100px 0 80px;
}
.job-tit h2 {
  font-size: 24px;
  font-weight: normal;
}
.job-tit h2 span {
  background: url("../images/sub-tit-line.png") repeat-x bottom;
}
.job-desc {
  padding: 40px 0;
  font-size: 16px;
}
.job-contact {
  overflow: hidden;
}
.job-contact li {
  float: left;
  padding: 40px 36px;
  width: 48%;
  height: 140px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f6f6f6;
}
.job-contact li:last-child {
  float: right;
}
.job-contact li i {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.job-contact li i img {
  width: 100%;
}
.job-contact li h3 {
  font-size: 20px;
  font-weight: normal;
}
.job-contact li p {
  padding-top: 13px;
  font-size: 15px;
  color: #666;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-head {
    padding: 60px 0 20px;
  }
  .job-tit h2 {
    font-size: 20px;
  }
  .job-desc {
    padding: 32px 0;
    font-size: 15px;
  }
  .job-contact li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
    height: auto;
  }
  .job-contact li:last-child {
    float: none;
  }
  .job-contact li i {
    margin-right: 16px;
    width: 40px;
  }
  .job-contact li i img {
    padding: 4px 0 20px;
  }
  .job-contact li h3 {
    font-size: 16px;
  }
  .job-contact li p {
    padding-top: 8px;
    font-size: 14px;
  }
}

/* 职位列表 */
.job-list {
  padding: 80px 0;
}
.job-list li {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.job-item-tit {
  height: 60px;
  background: url("../images/pro_up.png") no-repeat right 16px center #fff;
}
.job-item-tit.current {
  height: 60px;
  background: url("../images/pro_down.png") no-repeat right 16px center #fff;
}
.job-item-tit h4 {
  float: left;
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
}
.job-item-tit h4:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background: #dab15c;
  content: "";
}
.job-item-con {
  padding: 40px;
}
.job-item-con .info {
  line-height: 24px;
}
.job-item-con .info .con {
  float: left;
}
.job-item-con .info .con span {
  color: #e0e0e0;
}
.job-item-con .info .date {
  float: right;
  color: #999;
}
.job-item-con .desc {
  padding-top: 40px;
}
.job-item-con .desc h4 {
  position: relative;
  font-size: 15px;
}
.job-item-con .desc h4:after {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 0;
  height: 1px;
  background: #e6e6e6;
  content: "";
}
.job-item-con .desc .con {
  padding-top: 28px;
  color: #666;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .job-list {
    padding: 40px 0;
  }
  .job-item-tit {
    height: 50px;
  }
  .job-item-tit.current {
    height: 50px;
  }
  .job-item-tit h4 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 50px;
  }
  .job-item-con {
    padding: 20px;
  }
  .job-item-con .info .con {
    float: none;
  }
  .job-item-con .info .date {
    float: none;
    padding-top: 8px;
  }
  .job-item-con .desc {
    padding-top: 28px;
  }
  .job-item-con .desc .con {
    padding-top: 16px;
    line-height: 160%;
  }
}

/* ---------- 产品中心 ---------- */
.product-sort {
  padding: 100px 0;
  overflow: hidden;
}
.product-sort>ul {
  width: calc(100% + 40px);
}
.product-sort>ul>li {
  float: left;
  padding: 0 40px 40px 0;
  width: 50%;
  box-sizing: border-box;
}
.product-sort .sort-item {
  position: relative;
  height: 318px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: url("../images/product-sort-bg.jpg") no-repeat right center;
  transition: all 0.3s ease-in-out;
}
.product-sort .sort-item:hover {
  background: url("../images/product-sort-bg-over.jpg") no-repeat right center;
}
.product-sort .sort-item .con {
  float: left;
  padding: 0 40px;
  width: 380px;
}
.product-sort .sort-item .tit {
  padding-top: 30px;
  height: 50px;
  border-bottom: 1px solid #efefef;
}
.product-sort .sort-item .tit h3 {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
.product-sort .sort-item .tit h3 a {
  color: #0d2ea1;
}
.product-sort .sort-item .tit h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background: #0d2ea1;
  content: "";
}
.product-sort .sort-item .sub {
  padding-top: 24px;
  height: 156px;
  overflow: hidden;
}
.product-sort .sort-item .sub li {
  float: left;
  padding: 6px 0;
  width: 160px;
  font-size: 16px;
}
.product-sort .sort-item .btm a {
  color: #999;
}
.product-sort .sort-item .btm a i {
  display: inline-block;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}
.product-sort .sort-item .btm a:hover {
  color: #0d2ea1;
}
.product-sort .sort-item .btm a:hover i {
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #0d2ea1, #149e6b);
}
.product-sort .sort-item .btm a:hover i img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  transition: all 0.3s ease-in-out;
}
.product-sort .sort-item .pic {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 320px;
}
.product-sort .sort-item .pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 1280px) {
  .product-sort .sort-item {
    background: url("../images/product-sort-bg.jpg") no-repeat right -40px center;
  }
  .product-sort .sort-item .pic {
    width: 240px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-sort {
    padding: 60px 0;
  }
  .product-sort>ul>li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .product-sort>ul>li:nth-of-type(even) {
    margin: 0 0 20px 0;
  }
  .product-sort .sort-item {
    padding-bottom: 120px;
    height: auto;
    background: none;
  }
  .product-sort .sort-item:hover {
    background: none;
  }
  .product-sort .sort-item .con {
    float: none;
    padding: 0 20px;
    width: auto;
  }
  .product-sort .sort-item .tit {
    padding-top: 16px;
    height: 36px;
  }
  .product-sort .sort-item .tit h3 {
    font-size: 16px;
  }
  .product-sort .sort-item .sub {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .product-sort .sort-item .sub li {
    padding: 8px 0;
    width: 50%;
    font-size: 15px;
  }
  .product-sort .sort-item .pic {
    top: auto;
    right: 0;
    bottom: 0;
    transform: none;
    width: 240px;
  }
}

/* 产品列表 */
.product-con {
  padding: 20px 0;
}

.product-tit {
  height: 79px;
  border-bottom: 1px solid #e0e0e0;
}
.product-tit h3 {
  float: left;
  padding-left: 32px;
  height: 78px;
  border-bottom: 2px solid #0d2ea1;
  background: url("../images/product-tit-arrow.png") no-repeat left center;
  font-size: 20px;
  line-height: 78px;
}
.product-tit .crumb {
  float: right;
  margin-top: 32px;
  padding-left: 24px;
  background: url("../images/crumb-ico.png") no-repeat left center;
  color: #999;
}
.product-tit .crumb a {
  color: #999;
}
.product-tit .crumb a:hover {
  color: #0d2ea1;
}

.product-select {
  padding-top: 30px;
}
.product-select li {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  line-height: 28px;
  overflow: hidden;
}
.product-select li h4 {
  float: left;
  width: 15%;
  font-size: 17px;
}
.product-select li .con {
  float: right;
  width: 85%;
}
.product-select li .con a {
  display: inline-block;
  margin-right: 40px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 17px;
}
.product-select li .con a.cur {
  background: #dab15c;
  color: #fff;
}

.product-list {
  padding: 80px 0;
  overflow: hidden;
}
.product-list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.product-list li {
  float: left;
  padding: 0 40px 40px 0;
  width: 25%;
  box-sizing: border-box;
}
.product-list li a {
  display: block;
  padding: 24px 28px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.product-list li a .pic {
  overflow: hidden;
}
.product-list li a .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li a .con {
  border-top: 1px solid #e6e6e6;
}
.product-list li a .con h4 {
  padding-top: 20px;
  font-size: 17px;
  line-height: 24px;
}
.product-list li a .con p {
  padding-top: 12px;
  height: 48px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-list li a .btm {
  padding-top: 16px;
}
.product-list li a .btm .arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  background: #fff;
}
.product-list li a:hover {
  border: 1px solid #0d2ea1;
}
.product-list li a:hover .con p {
  color: #0d2ea1;
}
.product-list li a:hover .btm .arrow {
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #0d2ea1, #149e6b);
}
.product-list li a:hover .btm .arrow img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

/* responsive */
@media only screen and (max-width: 768px) {
  .product-tit {
    height: 59px;
  }
  .product-tit h3 {
    height: 58px;
    font-size: 18px;
    line-height: 58px;
  }
  .product-tit .crumb {
    display: none;
  }

  .product-select {
    padding-top: 16px;
  }
  .product-select li h4 {
    float: none;
    width: auto;
  }
  .product-select li .con {
    float: none;
    padding-top: 8px;
    width: auto;
  }
  .product-select li .con a {
    margin-right: 10px;
  }
  
  .product-list {
    padding: 48px 0;
  }
  .product-list ul {
    width: auto;
  }
  .product-list li {
    float: none;
    padding: 0 0 20px 0;
    width: auto;
  }
  .product-list li a {
    padding: 20px 24px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
	text-align: center;
}
.page a {
	display: inline-block;
	margin: 0 2px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-family: Arial;
	font-size: 15px;
	color: #666;
	line-height: 40px;
	text-align: center;
}
.page a:hover {
	background: #eaeaea;
}
.page a.crt {
	background: #0d2ea1;
	color: #fff;
}
.page a.disable {
	background: #e6e6e6;
	color: #666;
}

/* ---------- 产品详情 ---------- */
.product-detail-bar {
  padding: 50px 0 30px;
}
.product-detail-bar .crumb {
  padding-left: 24px;
  background: url("../images/crumb-ico.png") no-repeat left center;
  color: #999;
}
.product-detail-bar .crumb a {
  color: #999;
}
.product-detail-bar .crumb a:hover {
  color: #0d2ea1;
}

.product-detail-head {
  padding-bottom: 80px;
  border-top: 1px solid #e6e6e6;
}
.product-pic {
  float: left;
  width: 44%;
}

/* DB_gallery */
#DB_gallery {
	width: 100%;
	background: #FFF;
}
#DB_gallery .DB_imgSet {
	position: relative;
	/*height: 400px;*/
  border: 1px solid #e6e6e6;
  border-top: 0;
	overflow: hidden;
}
#DB_gallery .DB_imgSet .DB_imgWin {
	height: 100%;
}
#DB_gallery .DB_imgSet .DB_imgWin img {
  width: 100%;
  height: 100%;
  background: #fff;
}
#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: 96px;
	height: 96px;
	border: 2px solid #dab15c;
}

.product-info {
  float: right;
  width: 50%;
}
.product-info .tit {
  padding-top: 60px;
  height: 80px;
}
.product-info .tit h2 {
  font-size: 32px;
  color: #0d2ea1;
}
.product-info .con {
  height: 271px;
}
.product-info .con h3 {
  position: relative;
  padding-left: 10px;
  border-left: 6px solid #DAB15C;
  font-size: 16px;
  color: #dab15c;
}
.product-info .con h3:after {
  position: absolute;
  top: 50%;
  left: 88px;
  right: 0;
  height: 1px;
  background: #efefef;
  content: "";
}
.product-info .con p {
  padding-top: 40px;
  font-size: 15px;
  line-height: 32px;
}
.product-info .tel img {
  width: 100%;
}

.product-detail-tit {
  padding-top: 40px;
  height: 120px;
  background: url("../images/product-detail-tit.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.product-detail-tit h3 {
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: normal;
}
.product-detail-tit h3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #dab15c;
  content: "";
}
.product-detail-tit h4 {
  padding-top: 12px;
  font-size: 16px;
  font-weight: normal;
}
.product-detail-con {
  padding: 60px 0;
  line-height: 200%;
}
.product-detail-con p {
  padding-bottom: 20px;
}
.product-detail-con table {
  margin: auto;
  border-collapse: collapse;
}
.product-detail-con table th {
  padding: 10px 15px;
  background: linear-gradient(to right, #0d2ea1, #149e6b);
  font-size: 16px;
  color: #fff;
}
.product-detail-con table tr:nth-of-type(odd) {
  background: #fafafa;
}
.product-detail-con table td {
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
  line-height: 200%;
}

.product-download {
	padding-bottom: 100px;
}
.product-download h3 {
  position: relative;
  padding-left: 10px;
  border-left: 6px solid #DAB15C;
  font-size: 16px;
  color: #dab15c;
}
.product-download h3:after {
  position: absolute;
  top: 50%;
  left: 88px;
  right: 0;
  height: 1px;
  background: #efefef;
  content: "";
}
.product-download ul {
  padding-top: 32px;
	overflow: hidden;
}
.product-download li {
	float: left;
	margin: 0 20px 20px 0;
}
.product-download li a {
	display: block;
	padding: 12px 88px 12px 16px;
	border: 1px solid #e6e6e6;
  border-radius: 4px;
	background: #fafafa;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
  white-space: nowrap;
  line-height: 24px;
}
.product-download li a img {
	float: left;
	margin-right: 15px;
}
.product-download li a h4 {
	font-size: 14px;
}
.product-download li a p {
	font-size: 13px;
  color: #999;
}
.product-download li a:hover {
	background: #fff;
}

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

  .product-detail-head {
    padding-bottom: 60px;
    border-top: 0;
  }
  .product-pic {
    float: none;
    width: auto;
  }

  /* DB_gallery */
  #DB_gallery {
    width: 100%;
  }
  #DB_gallery .DB_imgSet {
    height: auto;
    border-top: 1px solid #e6e6e6;
  }
  #DB_gallery .DB_imgSet .DB_imgWin {
    height: 100%;
  }
  #DB_gallery .DB_imgSet .DB_imgWin img {
    width: 100%;
    height: 100%;
  }
  #DB_gallery .DB_thumSet {
    width: auto;
  }
  #DB_gallery .DB_thumSet .DB_thumMove li img {
    width: 62px;
    height: 62px;
  }
  #DB_gallery .DB_thumSet .DB_thumLine {
    width: 58px;
    height: 58px;
  }

  .product-info {
    float: none;
    width: auto;
  }
  .product-info .tit {
    padding-top: 48px;
    height: 60px;
  }
  .product-info .tit h2 {
    font-size: 24px;
  }
  .product-info .con {
    height: auto;
  }
  .product-info .con h3 {
    font-size: 15px;
  }
  .product-info .con p {
    padding-top: 20px;
    line-height: 28px;
  }
  .product-info .tel {
    padding-top: 32px;
  }

  .product-detail-tit {
    padding-top: 28px;
    height: 96px;
  }
  .product-detail-tit h3 {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .product-detail-tit h3:after {
    width: 32px;
    height: 2px;
  }
  .product-detail-tit h4 {
    padding-top: 8px;
    font-size: 14px;
  }
  .product-detail-con {
    padding: 40px 0 60px;
  }
  
  .product-download {
    padding-bottom: 60px;
  }
  .product-download li {
    float: none;
    margin: 0 0 20px 0;
  }
}

/* ---------- 解决方案 ---------- */
.solution-con {
  padding: 100px 0 80px;
}

.solution-service {
  margin-bottom: 100px;
  padding: 50px 40px;
  border-radius: 4px;
  background: #f6f6f6;
  overflow: hidden;
}
.solution-service .tit {
  float: left;
}
.solution-service .tit h3 {
  font-size: 28px;
  font-weight: normal;
}
.solution-service .tit p {
  padding-top: 24px;
  font-size: 14px;
}
.solution-service .con {
  float: right;
}
.solution-service .con li {
  float: left;
  padding: 0 12px;
}
.solution-service .con li a {
  display: block;
  padding-top: 28px;
  width: 180px;
  height: 140px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #149e6b;
  color: #fff;
  text-align: center;
}
.solution-service .con li a h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .solution-con {
    padding: 60px 0 80px;
  }
  
  .solution-service {
    margin-bottom: 60px;
    padding: 32px 20px;
  }
  .solution-service .tit {
    float: none;
  }
  .solution-service .tit h3 {
    font-size: 18px;
  }
  .solution-service .tit p {
    padding-top: 16px;
  }
  .solution-service .con {
    float: none;
    padding-top: 32px;
  }
  .solution-service .con li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .solution-service .con li:first-child {
    padding: 0 8px 0 0;
  }
  .solution-service .con li:last-child {
    padding: 0 0 0 8px;
  }
  .solution-service .con li a {
    padding-top: 24px;
    width: auto;
    height: 120px;
  }
  .solution-service .con li a h4 {
    padding-top: 8px;
  }
}

/* ---------- search ---------- */
.search-form {
  padding: 80px 0 40px;
  text-align: center;
}
.search-form-text {
  padding: 0 30px;
  width: 600px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-size: 15px;
}
.search-form-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: -80px;
  width: 75px;
  height: 50px;
  border: 0;
  background: url("../images/search-btn-ico.png") no-repeat center;
  cursor: pointer;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .search-form {
    padding: 60px 0 40px;
  }
  .search-form-text {
    width: 80%;
    height: 44px;
    border-radius: 44px;
  }
  .search-form-btn {
    margin-left: -60px;
    width: 55px;
    height: 44px;
  }
}

/* ---------- 服务中心 ---------- */
.download-list {
  padding-bottom: 100px;
}
.download-list ul {
  padding-bottom: 60px;
}
.download-list li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.download-list li .tit {
  float: left;
  width: 58%;
  font-size: 16px;
}
.download-list li .tit img {
  padding-right: 10px;
}
.download-list li .info {
  float: left;
  color: #999;
  line-height: 48px;
}
.download-list li .operate {
  float: right;
  padding-top: 6px;
}
.download-list li a.view-btn {
  display: inline-block;
  margin: 0 4px;
  padding: 0 20px 0 40px;
  height: 36px;
  border-radius: 18px;
  background: url("../images/view-ico.png") no-repeat 18px center, linear-gradient(to right, #d9a300, #dab15c);
  color: #fff;
  line-height: 36px;
  vertical-align: middle;
}
.download-list li a.download-btn {
  display: inline-block;
  margin: 0 4px;
  padding: 0 20px 0 40px;
  height: 36px;
  border-radius: 18px;
  background: url("../images/download-ico.png") no-repeat 18px center, linear-gradient(to right, #0d2ea1, #149e6b);
  color: #fff;
  line-height: 36px;
  vertical-align: middle;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .download-list {
    padding-bottom: 60px;
  }
  .download-list ul {
    padding-bottom: 40px;
  }
  .download-list li {
    padding: 20px 0;
  }
  .download-list li .tit {
    float: none;
    width: auto;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
  }
  .download-list li .tit img {
    float: left;
  }
  .download-list li .info {
    float: none;
  }
  .download-list li .operate {
    float: none;
    padding-top: 0;
  }
}

/* 故障报修 */
.service-report {
  padding: 100px 0 80px;
  overflow: hidden;
}
.service-report .tit {
  float: left;
  width: 240px;
}
.service-report .tit h3 {
  position: relative;
  padding-left: 32px;
  font-size: 24px;
}
.service-report .tit h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/report-tel-ico.png") no-repeat center;
  background-size: cover;
  content: "";
}
.service-report .con {
  float: left;
  padding-left: 60px;
  border-left: 1px solid #e6e6e6;
}
.service-report .con h3 {
  font-family: "PFDinTextPro-Light";
  font-size: 45px;
  font-weight: normal;
}
.service-report .con p {
  padding-top: 12px;
  font-size: 15px;
  color: #666;
}
.service-report-pic img {
  width: 100%;
  border-radius: 8px;
}
.service-report-tit {
  padding-top: 80px;
}
.service-report-tit h4 {
  position: relative;
  padding-left: 14px;
  border-left: 6px solid #DAB15C;
  font-size: 20px;
}
.service-report-tit h4:after {
  position: absolute;
  top: 50%;
  left: 172px;
  right: 0;
  height: 1px;
  background: #efefef;
  content: "";
}
.service-report-con {
  padding: 48px 0 100px;
  line-height: 200%;
}
.service-report-con p {
  padding-bottom: 10px;
}
.service-report-con table {
  border-collapse: collapse;
}
.service-report-con table th {
  padding: 10px 15px;
  background: linear-gradient(to right, #0d2ea1, #149e6b);
  font-size: 16px;
  color: #fff;
}
.service-report-con table tr:nth-of-type(odd) {
  background: #fafafa;
}
.service-report-con table td {
  padding: 10px 15px;
  border: 1px solid #efefef;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .service-report {
    padding: 60px 0 40px;
  }
  .service-report .tit {
    float: none;
    width: auto;
  }
  .service-report .tit h3 {
    padding-left: 28px;
    font-size: 18px;
  }
  .service-report .tit h3:before {
    width: 20px;
    height: 20px;
  }
  .service-report .con {
    float: none;
    padding-top: 20px;
    padding-left: 28px;
    border-left: 0;
  }
  .service-report .con h3 {
    font-size: 40px;
  }
  .service-report .con p {
    font-size: 14px;
  }
  .service-report-tit {
    padding-top: 48px;
  }
  .service-report-tit h4 {
    padding-left: 12px;
    border-left: 4px solid #DAB15C;
    font-size: 16px;
  }
  .service-report-tit h4:after {
    left: 140px;
  }
  .service-report-con {
    padding: 36px 0 60px;
    line-height: 160%;
  }
  .service-report-con table th {
    font-size: 14px;
  }
  .service-report-con table td {
    line-height: 160%;
  }
}

/* Faq */
.faq-list {
  padding: 20px 0 100px;
}
.faq-list ul {
  padding-bottom: 40px;
}
.faq-list li {
  padding-bottom: 20px;
}
.faq-item-tit {
  position: relative;
  padding: 12px 16px 12px 52px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: url("../images/pro_up.png") no-repeat right 16px center #fafafa;
  font-size: 15px;
  line-height: 24px;
}
.faq-item-tit:before {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: linear-gradient(to bottom, #0d2ea1, #149e6b);
  content: "Q";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.faq-item-tit.current {
  background: url("../images/pro_down.png") no-repeat right 16px center #fafafa;
}
.faq-item-con {
  position: relative;
  padding: 16px 0 16px 52px;
  color: #666;
  line-height: 200%;
}
.faq-item-con:before {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: linear-gradient(to bottom, #d9a300, #dab15c);
  content: "A";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .faq-list {
    padding: 4px 0 60px;
  }
  .faq-list ul {
    padding-bottom: 20px;
  }
  .faq-item-tit {
    padding: 8px 48px 8px 44px;
  }
  .faq-item-tit:before {
    left: 12px;
  }
  .faq-item-tit.current {
    background: url("../images/pro_down.png") no-repeat right 12px center #fafafa;
  }
  .faq-item-con {
    padding: 16px 0 12px 44px;
    line-height: 160%;
  }
  .faq-item-con:before {
    left: 12px;
  }
}

/* ---------- 新闻资讯 ---------- */
.news-list {
  padding: 60px 0 100px;
}
.news-list ul {
    padding-bottom: 60px;
  }
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  width: 360px;
  height: 225px;
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li .con {
  float: left;
  padding-left: 40px;
  width: 58%;
}
.news-list li .con h4 {
  padding: 20px 0 24px;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.news-list li .con p {
  padding: 24px 0 20px;
  font-size: 14px;
  color: #888;
  line-height: 30px;
}
.news-list li .con .btm {
  padding-top: 12px;
}
.news-list li .con .btm span {
  display: inline-block;
  padding-right: 36px;
  background: url("../images/news-arrow.png") no-repeat right center;
  font-size: 13px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .con .btm span {
  padding-right: 48px;
}
.news-list li .date {
  float: right;
  padding: 16px 12px 14px;
  background: #dab15c;
}
.news-list li .date span {
  display: block;
  font-family: "PFDinTextPro-Light";
  color: #fff;
  text-align: right;
}
.news-list li .date .day {
  font-size: 24px;
}
.news-list li .date .year {
  padding-top: 2px;
  font-size: 16px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list li .con {
    width: 48%;
  }
}

/* responsive */
@media only screen and (max-width: 768px) {
  .news-list {
    padding: 40px 0 60px;
  }
  .news-list ul {
    padding-bottom: 20px;
  }
  .news-list li {
    position: relative;
    padding: 20px 0;
    border-bottom: 0;
  }
  .news-list li .pic {
    float: none;
    width: auto;
    height: auto;
  }
  .news-list li .pic img {
    width: 100%;
  }
  .news-list li .con {
    float: none;
    padding-left: 0;
    width: auto;
  }
  .news-list li .con h4 {
    padding: 16px 0 12px;
    font-size: 16px;
  }
  .news-list li .con p {
    padding: 12px 0 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-list li .date {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 14px 12px 12px;
  }
  .news-list li .date span {
    text-align: left;
  }
  .news-list li .date .day {
    font-size: 20px;
  }
  .news-list li .date .year {
    font-size: 14px;
  }
}

/* ---------- 文章页 ---------- */
.article-head {
  padding: 60px 0 32px;
  border-bottom: 1px solid #e6e6e6;
}

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

.article-tit {
  padding: 36px 0 32px;
}
.article-tit h1 {
  font-size: 36px;
}

.article-bar {
  overflow: hidden;
}
.article-bar .info {
  float: left;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("../images/date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../images/visit-ico.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-main {
  padding: 80px 0;
}
.article-con {
  float: left;
  width: 66%;
  font-size: 16px;
  line-height: 240%;
}
.article-con p {
  padding-bottom: 24px;
}
.article-con img {
  padding: 20px 0;
  max-width: 100%;
}

.article-side {
  float: right;
  width: 280px;
	padding: 40px 39px;
	border: 1px solid #e6e6e6;
  border-top: 2px solid #0d2ea1;
}
.article-side h3 {
	font-size: 20px;
	color: #0d2ea1;
}
.article-side ul {
  padding-top: 32px;
}
.article-side li {
	padding-bottom: 36px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
}
.article-side li p {
	padding-top: 12px;
  font-family: Arial;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.article-side li .date {
	padding-left: 22px;
	background: url("../images/date-ico.png") no-repeat left center;
}
.article-side li .visit {
	padding-left: 22px;
	background: url("../images/visit-ico.png") no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: url("../images/article-btm.jpg") no-repeat center top;
  background-size: cover;
}
.article-btm .con {
  margin: auto;
  padding: 40px 0;
  max-width: 1360px;
  background: #fff;
  overflow: hidden;
}
.article-btm .related {
  float: left;
  padding: 0 0 0 60px;
  width: 66%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.article-btm .related p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("../images/prev-arrow.png") no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("../images/next-arrow.png") no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 28px;
  width: 29%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 30px;
  background: url("../images/list-ico.png") no-repeat left center;
  font-size: 16px;
  line-height: 30px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .article-con {
    width: 60%;
  }
}

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

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-main {
    padding: 40px 0;
  }

  .article-con {
    float: none;
    width: auto;
    font-size: 15px;
    line-height: 200%;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 12px 24px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .article-btm .related p {
    padding-top: 12px;
    font-size: 15px;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }
  .article-btm .back a {
    font-size: 15px;
  }
}

/* ---------- 合作伙伴 ---------- */
.partner-list {
  padding: 100px 0;
  background: url("../images/partner-map.png") no-repeat left 100px;
}
.partner-item {
  float: right;
  padding-top: 60px;
  width: 880px;
}
.partner-item .tit {
  height: 79px;
  border-bottom: 1px solid #e6e6e6;
}
.partner-item .tit h3 {
  float: right;
  line-height: 78px;
  border-bottom: 2px solid #dab15c;
  font-size: 28px;
}
.partner-item .con {
  padding-top: 60px;
  overflow: hidden;
}
.partner-item .con ul {
  width: 900px;
}
.partner-item .con li {
  float: left;
  padding: 0 20px 20px 0;
  width: 160px;
  height: 80px;
}
.partner-item .con li img {
  width: 158px;
  height: 78px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fafafa;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .partner-list {
    padding: 60px 0;
    background: url("../images/partner-map.png") no-repeat 0 60px;
    background-size: 180px;
  }
  .partner-item {
    float: none;
    padding-top: 24px;
    width: auto;
  }
  .partner-item .tit {
    height: 59px;
  }
  .partner-item .tit h3 {
    line-height: 58px;
    font-size: 20px;
  }
  .partner-item .con {
    padding-top: 40px;
  }
  .partner-item .con ul {
    width: auto;
  }
  .partner-item .con li {
    float: left;
    padding: 0 8px 16px 0;
    width: 50%;
    height: auto;
    box-sizing: border-box;
  }
  .partner-item .con li:nth-of-type(even) {
    padding: 0 0 16px 8px;
  }
  .partner-item .con li img {
    width: 100%;
    height: auto;
  }
}

/* ---------- 联系我们 ---------- */
.contact-main {
  padding: 100px 0;
}

.contact-tit h2 {
  font-size: 24px;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-con {
  padding-top: 80px;
  overflow: hidden;
}
.contact-con .tel {
  float: left;
  width: 32%;
}
.contact-con .tel h4 {
  padding: 8px 0 0 44px;
  background: url("../images/tel-ico.png") no-repeat left center;
  background-size: 32px;
  font-family: "PFDinTextPro-Light";
  font-size: 40px;
  font-weight: normal;
}
.contact-con .tel p {
  padding-left: 44px;
  font-size: 14px;
  color: #999;
}
.contact-con .item {
  float: left;
  width: 38%;
}
.contact-con .item li {
  padding: 15px 32px;
  font-size: 15px;
  line-height: 30px;
}
.contact-con .item li.address-ico {
  background: url("../images/contact-address-ico.png") no-repeat left center;
}
.contact-con .item li.tel-ico {
  background: url("../images/contact-tel-ico.png") no-repeat left center;
}
.contact-con .item li.mail-ico {
  background: url("../images/contact-mail-ico.png") no-repeat left center;
}
.contact-con .weixin {
  float: right;
  padding: 12px 0;
  width: 28%;
  border-left: 1px solid #efefef;
  text-align: center;
}
.contact-con .weixin .qrcode img {
  border: 1px solid #efefef;
}
.contact-con .weixin .con {
  padding-top: 16px;
  color: #666;
  line-height: 24px;
}

.contact-map {
	position: relative;
	width: 100%;
	height: 800px;
}
.contact-map #map {
	width: 100%;
	height: 100%;
}

.office-list {
  position: absolute;
  top: 100px;
  left: calc(50% - 680px);
  bottom: 100px;
  width: 400px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.office-list .tit {
  padding: 10px 20px;
  height: 40px;
  border-bottom: 1px solid #efefef;
}
.office-list .tit h3 {
  padding-left: 35px;
  background: url("../images/office-list-ico.png") no-repeat left center;
  font-size: 18px;
  line-height: 40px;
}
.office-list .con {
  padding: 10px 20px;
  height: 500px;
  overflow-y: auto;
}
.office-list .con li a {
  display: block;
  position: relative;
  padding: 16px 0 16px 35px;
  border-bottom: 1px solid #efefef;
}
.office-list .con li a.cur {
  border-bottom: 1px solid #dab15c;
  color: #dab15c;
}
.office-list .con li .num {
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 29px;
  background: url("../images/office-list-num.png") no-repeat center top;
  background-size: cover;
  color: #dab15c;
  line-height: 24px;
  text-align: center;
}
.office-list .con li h4 {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: normal;
}
.office-list .con li p {
  font-size: 14px;
  line-height: 160%;
}

/* responsive */
@media only screen and (max-width: 1360px) {
  .office-list {
    left: calc(50% - 612px);
  }
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .office-list {
    left: calc(50% - 492px);
  }
}

/* responsive */
@media only screen and (max-width: 768px) {
  .contact-main {
    padding: 60px 0;
  }

  .contact-tit h2 {
    font-size: 20px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-con {
    padding-top: 40px;
  }
  .contact-con .tel {
    float: none;
    width: auto;
  }
  .contact-con .tel h4 {
    padding: 6px 0 0 32px;
    background: url("../images/tel-ico.png") no-repeat left center;
    background-size: 24px;
    font-size: 32px;
  }
  .contact-con .tel p {
    padding-left: 32px;
  }
  .contact-con .item {
    float: none;
    padding-top: 24px;
    width: auto;
  }
  .contact-con .item li {
    padding: 8px 32px;
    font-size: 15px;
    line-height: 20px;
  }
  .contact-con .weixin {
    float: none;
    padding: 32px 0;
    width: auto;
    border-left: 0;
  }

  .contact-map {
    height: 680px;
  }
  .contact-map #map {
    width: 100%;
    height: 100%;
  }

  .office-list {
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
  }
  .office-list .tit {
    padding: 10px 16px;
    height: 30px;
  }
  .office-list .tit h3 {
    line-height: 30px;
  }
  .office-list .con {
    padding: 0 16px;
    height: 200px;
  }
  .office-list .con li a {
    padding: 12px 0 12px 35px;
  }
  .office-list .con li .num {
    top: 16px;
  }
}

/* ---------- 会员中心 ---------- */
.ucenter-banner {
  height: 240px;
  background: url("../images/member-banner.png") no-repeat center top;
  background-size: cover;
}
.ucenter-banner .tit {
  padding: 80px 0 0;
  height: 160px;
  color: #fff;
}
.ucenter-banner .tit h1 {
  font-family: "PFDinTextPro-Light";
  font-size: 60px;
  font-weight: normal;
}
.ucenter-banner .tit h2 {
  font-size: 26px;
  font-weight: normal;
}
.ucenter-banner .tit h2 span {
  background: url("../images/sub-tit-line.png") repeat-x bottom;
}

.ucenter-main {
  margin: 80px 0 100px;
  border: 1px solid #e6e6e6;
}
.ucenter-side {
  float: left;
  width: 280px;
}
.ucenter-side .welcome {
  margin: -1px 0 0 -1px;
  padding: 32px 40px;
  background: #0d2ea1;
  color: #fff;
}
.ucenter-side .welcome h3 {
  font-size: 16px;
  font-weight: normal;
}
.ucenter-side .welcome h4 {
  padding: 12px 0 20px;
  font-size: 24px;
  font-weight: normal;
}
.ucenter-side .welcome p {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
}

.ucenter-side .menu {
	min-height: 800px;
	border-right: 1px solid #e6e6e6;
	background: #fafafa;
}
.ucenter-side .menu li {
	border-bottom: 1px solid #e6e6e6;
}
.ucenter-side .menu li a {
	display: block;
	padding: 20px 0 20px 64px;
  background: url("../images/ucenter-menu-arrow.png") no-repeat right 28px center;
  font-size: 16px;
	color: #666;
	line-height: 40px;
}
.ucenter-side .menu li a img {
	margin-right: 16px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.ucenter-side .menu li a.cur {
  margin: 0 -1px;
  border-left: 6px solid #dab15c;
  background: url("../images/ucenter-menu-arrow.png") no-repeat right 28px center #fff;
  color: #0d2ea1;
}
.ucenter-side .menu li a.cur img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.ucenter-con {
  float: right;
  padding: 30px 60px 40px 0;
  width: 960px;
}
.ucenter-con .tit {
  height: 69px;
  border-bottom: 1px solid #e6e6e6;
}
.ucenter-con .tit h3 {
  float: left;
  border-bottom: 2px solid #0d2ea1;
  font-size: 20px;
  color: #0d2ea1;
  line-height: 68px;
}

.ucenter-form {
  padding: 40px 0;
}
.ucenter-form li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.ucenter-form li h4 {
  float: left;
  width: 120px;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
}
.ucenter-form li .form-text {
  width: 500px;
}
.ucenter-form .btm {
  padding: 32px 0 32px 120px;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .ucenter-banner {
    height: 160px;
  }
  .ucenter-banner .tit {
    padding: 48px 20px 0;
    height: auto;
  }
  .ucenter-banner .tit h1 {
    font-size: 44px;
  }
  .ucenter-banner .tit h2 {
    font-size: 22px;
  }

  .ucenter-main {
    margin: 60px 20px 80px;
  }
  .ucenter-side {
    float: none;
    width: auto;
  }
  .ucenter-side .welcome {
    margin: -1px -1px 0 -1px;
    padding: 24px 32px;
  }
  .ucenter-side .welcome h3 {
    font-size: 16px;
  }
  .ucenter-side .welcome h4 {
    padding: 8px 0 12px;
    font-size: 20px;
  }
  .ucenter-side .welcome p {
    padding-top: 12px;
  }

  .ucenter-side .menu {
    min-height: auto;
    border-right: 0;
  }
  .ucenter-side .menu ul {
    display: -webkit-flex;
  	display: flex;
  }
  .ucenter-side .menu li {
    -webkit-flex: 1;
  	flex: 1;
    border-right: 1px solid #e6e6e6;
  }
  .ucenter-side .menu li:last-child {
    border-right: 0;
  }
  .ucenter-side .menu li a {
    display: block;
    padding: 12px 0;
    background: none;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .ucenter-side .menu li a img {
    display: block;
    margin-right: 0;
    margin: auto;
  }
  .ucenter-side .menu li a.cur {
    margin: 0 0 -1px 0;
    border-top: 3px solid #dab15c;
    border-left: 0;
    background: #fff;
  }
  .ucenter-side .menu li a.cur img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .ucenter-con {
    float: none;
    padding: 30px 20px;
    width: auto;
  }
  .ucenter-con .tit {
    height: 49px;
  }
  .ucenter-con .tit h3 {
    font-size: 18px;
    line-height: 48px;
  }

  .ucenter-form {
    padding: 16px 0;
  }
  .ucenter-form li {
    padding: 4px 0 16px;
  }
  .ucenter-form li h4 {
    float: none;
    width: auto;
    font-size: 15px;
  }
  .ucenter-form li .form-text {
    width: 100%;
  }
  .ucenter-form .btm {
    padding: 32px 0 32px 0;
    text-align: center;
  }
}

/* 下载记录 */
.user-download {
  padding: 40px 0 100px;
}
.user-download ul {
  padding-bottom: 40px;
}
.user-download li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.user-download li .name {
  float: left;
  width: 600px;
  font-size: 16px;
}
.user-download li .name img {
  padding-right: 10px;
}
.user-download li .info {
  float: left;
  color: #999;
  line-height: 48px;
}
.user-download li .operate {
  float: right;
  padding-top: 6px;
}
.user-download li a.view-btn {
  display: inline-block;
  margin: 0 4px;
  padding: 0 20px 0 40px;
  height: 36px;
  border-radius: 18px;
  background: url("../images/view-ico.png") no-repeat 18px center, linear-gradient(to right, #d9a300, #dab15c);
  color: #fff;
  line-height: 36px;
  vertical-align: middle;
}
.user-download li a.download-btn {
  display: inline-block;
  margin: 0 4px;
  padding: 0 20px 0 40px;
  height: 36px;
  border-radius: 18px;
  background: url("../images/download-ico.png") no-repeat 18px center, linear-gradient(to right, #0d2ea1, #149e6b);
  color: #fff;
  line-height: 36px;
  vertical-align: middle;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .user-download {
    padding: 20px 0 60px;
  }
  .user-download li {
    padding: 16px 0;
  }
  .user-download li .name {
    float: none;
    width: auto;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
}
  .user-download li .name img {
    float: left;
  }
  .user-download li .info {
    float: none;
  }
  .user-download li .operate {
    float: none;
    padding-top: 0;
  }
}

/* 用户协议 */
.agreement {
  padding: 100px 0;
}
.agreement .tit {
  padding-bottom: 20px;
}
.agreement .tit h3 {
  font-size: 24px;
  text-align: center;
}
.agreement .con {
  padding-top: 40px;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .agreement {
    padding: 60px 0;
  }
  .agreement .tit h3 {
    font-size: 20px;
  }
  .agreement .con {
    padding-top: 20px;
  }
}

/* ---------- 搜索结果 ---------- */
.search-result {
  padding: 20px 0 100px;
}
.search-result .result-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.search-result .result-tit h3 {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
.search-result .result-tit .count {
  float: right;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.result-list {
  padding-top: 20px;
}
.result-list ul {
  padding-bottom: 60px;
}
.result-list li {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.result-list li h4 {
  font-size: 16px;
  line-height: 160%;
}
.result-list li p {
  padding-top: 8px;
  font-size: 14px;
  color: #888;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* responsive */
@media only screen and (max-width: 768px) {
  .search-result {
    padding: 0 20px 60px;
  }
  .search-result .result-tit h3 {
    font-size: 16px;
  }

  .result-list {
    padding-top: 12px;
  }
  .result-list ul {
    padding-bottom: 40px;
  }
  .result-list li {
    padding: 16px 0;
  }
  .result-list li h4 {
    font-size: 15px;
  }
  .result-list li p {
    -webkit-line-clamp: 2;
  }
}