@charset "UTF-8";
/* 内容 */
.content {
  width: 1200px;
  height: 500px;
  margin: 20px auto 100px auto;
  overflow: hidden;
}

/* 新闻列表 */
.news .news-nav {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #969696;
}

.news .news-nav ul {
  width: 400px;
  height: 100%;
}

.news .news-nav ul li {
  height: 100%;
  margin-right: 36px;
  float: left;
}

.news .news-nav ul li a {
  width: 100%;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #969696;
  line-height: 36px;
}

.news .news-nav ul li a:hover {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-nav ul li.on a {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-nav p {
  width: 400px;
  height: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 36px;
  color: #969696;
}

.news .news-nav2 {
  width: 1000px;
  height: 24px;
  border-left: 5px solid #ff3f40;
  margin-top: 40px;
}

.news .news-nav2 h2 {
  font-size: 24px;
  color: #ff3f40;
  text-align: left;
  line-height: 24px;
  padding-left: 12px;
}

.news .news-nav2 h2 span {
  font-size: 14px;
  line-height: 32px;
  padding-left: 12px;
}

.news .news-list {
  width: 100%;
  overflow: hidden;
}

.news .news-list .hd {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.news .news-list .hd ul {
  width: 500px;
  height: 40px;
}

.news .news-list .hd ul li {
  margin-right: 36px;
  float: left;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #969696;
  line-height: 36px;
  padding: 0 20px;
}

.news .news-list .hd ul li.on {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-list .hd p {
  width: 400px;
  height: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 36px;
  color: #969696;
}

.news .news-list .hd p a:hover {
  color: #000;
}

.news .news-list .bd {
  width: 100%;
}

.news .news-list .bd ul {
  width: 100%;
  height: 840px;
}

.news .news-list .bd ul li {
  width: 100%;
  height: 136px;
  margin: 40px 0 0 0;
}

.news .news-list .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.news .news-list .bd ul li a .news-list-img {
  width: 243px;
  height: 100%;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.news .news-list .bd ul li a .news-list-img img {
  width: 243px;
  height: auto;
}

.news .news-list .bd ul li a .news-list-li {
  width: 900px;
  height: 118px;
  margin: 18px 0 0 0;
  font-size: 14px;
}

.news .news-list .bd ul li a .news-list-li h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
}

.news .news-list .bd ul li a .news-list-li p {
  width: 100%;
  height: 63px;
  -webkit-line-clamp: 3;
  line-height: 21px;
}

.news .news-list .bd ul li a .news-list-li span {
  width: 100%;
  height: 30px;
  display: block;
  text-align: right;
  line-height: 30px;
}

.news .c-con {
  width: 100%;
  height: 400px;
  /* 售后服务 */
}

.news .c-con .j-tcode {
  width: 188px;
  height: 240px;
  margin: 100px 50px 0 0;
}

.news .c-con .j-tcode img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
}

.news .c-con .j-tcode p {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #000;
}

.news .c-con .j-phone {
  width: 600px;
  height: 120px;
  margin: 140px 0;
  color: #000;
}

.news .c-con .j-phone h2 {
  width: 100%;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}

.news .c-con .j-phone p {
  width: 100%;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
}
