.wrap {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}
/* =============== Slider 轮播插件================= */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ============ 首页 ==========*/
.index-top {
  background: #131621;
  position: relative;
}
.more-a {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  background: #b04b3f;
  transition: background-position 0.6s ease;
}
.more-a:hover {
  background-position: right center;
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #fff;
  white-space: nowrap;
}
.str_wrap.str_active {
  background: #fff;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_down .str_move,
.str_vertical .str_move {
  white-space: normal;
  width: 100%;
}
.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.index-pro {
  background-color: #f7f7f7;
  padding: 77px 0 78px;
}
.base-title {
  text-align: center;
}
.base-title h1,
.base-title h2 {
  font-size: 42px;
  color: #333333;
  line-height: 60px;
  font-weight: normal;
  margin-bottom: 15px;
}
.base-title h2 {
  font-size: 40px;
}
.base-title h1 strong,
.base-title h2 a,
.base-title h2 strong {
  color: #fff;
  background-color: #cf3535;
  padding: 0 16px;
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
}
.base-title p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.base-title p a {
  color: #666;
}
.base-title p a:hover {
  color: #cf3535;
}
.base-title h2 a:hover {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ep-box {
  position: relative;
}
.ep-box .pic {
  display: block;
  border-radius: 4px;
}
.ep-box .pic img {
  border-radius: 4px;
  display: block;
  width: 100%;
}
.ep-box .tit {
  display: block;
  width: 200px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #cf3535;
  background: -moz-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -webkit-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -o-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -ms-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: linear-gradient(to right, #fd4c4c 0%, #cf3535 100%);
  border-radius: 4px;
  position: absolute;
  bottom: -28px;
  right: -40px;
  background-position: left center;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: background-position 0.6s ease;
}
.ep-box .tit img {
  margin-left: 5px;
  margin-top: -2px;
}
.ep-box .tit:hover {
  background-position: right center;
}
.about-ul {
  position: relative;
}
.pic-box {
  height: 800px;
  position: relative;
}
.ewm-box dl {
  text-align: center;
  margin-bottom: 44px;
}
.ewm-box dl dt img {
  border-radius: 4px;
}
.ewm-box dl dd {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 16px;
}
/* ============ 面包屑  ==========*/
.crumbs {
  padding-top: 58px;
  padding-left: 20px;
  position: relative;
}
.crumbs:before {
  content: "";
  width: 11px;
  height: 13px;
  background: url(../images/dz.png) no-repeat;
  position: absolute;
  left: 0;
  top: 67px;
}
.crumbs2:before {
  background: url(../images/dz2.png) no-repeat;
}
.crumbs li {
  display: inline-block;
  font-size: 16px;
  color: #b3b1b1;
  line-height: 34px;
}
.crumbs li a {
  color: #b3b1b1;
}
.crumbs li span,
.pro-inner .crumbs li span {
  color: #b04b3f;
}
.crumbs li a:hover,
.pro-inner .crumbs li a:hover {
  color: #b04b3f;
}
.pro-inner .crumbs li {
  color: #fff;
}
.pro-inner .crumbs li a {
  color: #fff;
}
/* ============ 产品中心  ==========*/
.pro-top {
  position: relative;
  overflow: hidden;
}
.pro-top > img {
  display: block;
  width: 100%;
}
.main-pro {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.top-text {
  margin-top: 152px;
  width: 50%;
}
.top-text h1,
.top-text strong {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 26px;
}
.top-text p {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  margin-bottom: 76px;
}
.top-text .more-a {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.top-text .more-a img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.top-text .lx-a {
  margin-right: 20px;
  cursor: pointer;
}
.pro-item {
  padding: 66px 0 38px;
}
.pro-item.item {
  background: #f6f8fb;
}
.pro-title {
  position: relative;
  margin-bottom: 58px;
  text-align: center;
}
.pro-title h2 {
  display: inline-block;
  font-size: 30px;
  color: #b04b3f;
  line-height: 50px;
  margin-right: 20px;
}
.pro-title h2 a {
  color: #b04b3f;
}
.pro-title .pro {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.pro-title .pro .wz {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pro-title .pro span {
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #cf3535;
  background: -moz-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -webkit-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -o-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -ms-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: linear-gradient(to right, #fd4c4c 0%, #cf3535 100%);
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -moz-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -ms-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -o-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  padding: 0 20px;
  display: inline-block;
}
.pro-title .pro img {
  position: absolute;
  bottom: 0;
  right: -36px;
  z-index: -1;
}
.pro-title h2 a:hover {
  color: #cf3535;
}
.pro-title p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.pro-title p1 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.pro-title .more {
  display: block;
  width: 118px;
  height: 32px;
  text-align: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #666666;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro-title .more:hover {
  -webkit-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -moz-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -ms-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -o-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  color: #fff;
  background: #cf3535;
  background: -moz-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -webkit-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -o-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: -ms-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
  background: linear-gradient(to right, #fd4c4c 0%, #cf3535 100%);
  border-color: transparent;
}
/* ============ 新闻中心 ==========*/
.new-top {
  background: url(../images/new-top.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 46px;
  margin-bottom: 26px;
}
.new-top1 {
  background: url(../images/new-top1.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 46px;
  margin-bottom: 26px;
}
.new-info {
  position: relative;
  margin-top: 40px;
}
.new-info .top-text {
  width: 41%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.new-info .top-text p {
  margin-bottom: 0;
}
.new-slick {
  position: relative;
  height: 528px;
  overflow: hidden;
}
.new-slick .slick-list {
  overflow: hidden;
}
.new-slick .img {
  display: block;
  float: left;
  width: 57%;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.new-slick .img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.new-slick .text {
  float: right;
  width: 40%;
  position: relative;
  margin-left: -1%;
  background-color: #fff;
  padding: 32px 0 0 42px;
  margin-top: 185px;
  border-radius: 4px;
}
.new-slick .text .tit {
  display: block;
  font-size: 26px;
  color: #333333;
  line-height: 42px;
  height: 84px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}
.new-slick .text span {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-bottom: 20px;
}
.new-slick .text p {
  font-size: 18px;
  color: #666666;
  line-height: 2em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
  margin-bottom: 12px;
  padding-right: 28px;
}
.new-slick .btn-more {
  text-align: right;
}
.new-slick .btn-more .more-a {
  display: inline-block;
  border-radius: 4px 4px 4px 0;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  -webkit-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -moz-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -ms-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  -o-box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
  box-shadow: 5px 5px 13px rgba(69, 0, 5, 0.2);
}
.new-slick .btn-more .more-a img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
}
.new-slick .text .tit:hover {
  color: #b04b3f;
}
.new-slick .slick-dots {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.new-slick .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.new-slick .slick-dots li button {
  display: block;
  font-size: 0;
  width: 62px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.new-slick .slick-dots li.slick-active button {
  background: #b04b3f;
}
.news-item {
  padding: 66px 0 28px;
}
.news-list {
  margin-left: -3%;
  margin-top: 60px;
}
.news-list li {
  float: left;
  width: 47%;
  margin-left: 3%;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list li a {
  display: block;
  color: #ffffff;
  line-height: 38px;
  font-size: 18px;
  padding-left: 30px;
  background: url(https://www.hxjiqi.com/images/icon.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li span {
  display: block;
  float: right;
  line-height: 38px;
  font-size: 16px;
  color: #999;
  margin-left: 40px;
}
.news-list li:hover a {
  padding-left: 50px;
  color: #b04b3f;
}
.news-ul {
  margin-left: -3%;
}
.news-ul li {
  float: left;
  width: 44%;
  margin-left: 3%;
  overflow: hidden;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
.news-ul li .img {
  float: left;
  display: block;
  width: 242px;
  object-fit: cover;
  overflow: hidden;
  height: 160px;
}
.news-ul li .img img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: scale-down;
}
.news-ul li .text {
  float: right;
  width: 59%;
  padding-left: 18px;
  position: relative;
}
.news-ul li .text .tit {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-ul li .text p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 30px;
}
.news-ul li .text span {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  display: inline-block;
}
.news-ul li .text .more {
  display: block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #b04b3f;
  transition: background-position 0.6s ease;
  position: absolute;
  right: -5px;
  bottom: -10px;
  border-radius: 4px 0 4px 0;
}
.news-ul li .text .more:hover {
  background-position: right center;
}
.news-ul li:hover {
  -webkit-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
  -moz-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
  -ms-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
  -o-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
  box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
  background: #fff;
}
.news-ul li:hover .text .tit {
  color: #b04b3f;
}
.news-item.item {
  background: #f6f8fb;
  padding-bottom: 52px;
}
.news-item.item .news-ul li {
  margin-bottom: 30px;
}
.news-item .news-list {
  margin-top: 0;
}
.news-item .news-list li {
  margin-bottom: 30px;
}
.news-item .news-list li a {
  color: #333333;
}
.news-item .news-list li a:hover {
  color: #f64949;
}
/*公司新闻、行业资讯等*/
.news_list {
  width: 1400px;
  margin: 0 auto;
}
.news_list .title {
  margin-top: 50px;
  text-align: center;
}
.news_list .title h2 {
  font-size: 30px;
  color: #b34f38;
  font-weight: bold;
}
.news_list .title h3 {
  font-size: 18px;
  color: #848283;
  font-weight: normal;
  padding-top: 24px;
}
.news_list .news_ul {
  margin-top: 50px;
}
.news_ul .news_box {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 20px;
}
.news_ul .news_box .news_pic {
  float: left;
  width: 300px;
}
.news_ul .news_box .news_pic img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.news_ul .news_box .news_text {
  float: right;
  width: 1067px;
}
.news_ul .news_box .news_text .news_tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.news_ul .news_box .news_text .news_tit a {
  color: #333;
}
.news_ul .news_box .news_text .news_tit a:hover {
  color: #b34f38;
}
.news_ul .news_box .news_text .news_time {
  color: #a1a1a1;
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  line-height: 24px;
}
.news_ul .news_box .news_text .news_txt {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 15px;
  height: 72px;
  overflow: hidden;
}
.news_ul .news_box .news_text .news_more {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.news_ul .news_box .news_text .news_more a {
  color: #b34f38;
}
/*分页*/
.pageListNav {
  float: right;
}
.pagination {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 20px 0px 80px;
}
.pagination p {
  margin: 0;
  cursor: pointer;
}
.pagination p {
  float: left;
  padding: 2px 12px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  color: #bbb;
  border: 1px #ccc solid;
  background: #fcfcfc;
  margin-right: 15px;
}
.pagination li {
  display: block;
  float: left;
  margin: 0 10px 0 5px;
  padding: 2px 15px;
  height: 34px;
  border: 1px #ccc solid;
  background: #fff;
  text-decoration: none;
  line-height: 34px;
  width: auto;
}
.pagination li a {
  font-size: 14px;
  color: #808080;
}
.pagination li.active,
.pagination li:hover {
  border: solid 1px #b34f38;
  background: #b34f38;
  color: #fff;
}
.pagination li.active a,
.pagination li:hover a {
  color: #fff;
}
.pagination p.pageRemark {
  border-style: none;
  background: none;
  margin-right: 0px;
  padding: 4px 0px;
  color: #666;
}
.pagination strong {
  color: #b34f38;
  padding: 0 3px;
}
/*新闻详情*/
.news_details {
  margin: 0 0 30px;
}
.news_details .row {
  width: 1400px;
  margin: 0 auto;
}
.news_details .fl {
  width: 70.18%;
  margin-top: 40px;
}
.news_details h1 {
  text-align: center;
  font-size: 34px;
  color: #3e4355;
  line-height: 1.6;
}
.news_details .info {
  color: #555;
  text-align: center;
  margin-top: 30px;
}
.news_details .info p {
  display: inline-block;
  font-size: 16px;
}
.news_details .info a {
  display: inline-block;
  font-size: 18px;
  margin-left: 30px;
}
.news_details .info a:before {
  background: url(../images/ico44.png) no-repeat;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
.news_details .news-content-tips {
  background: #f5f5f5;
  padding: 30px 0;
  margin-top: 50px;
  position: relative;
}
.news_details .news-content-tips p {
  font-size: 18px;
  color: #b04b3f;
  padding-left: 180px;
}
.news_details .news-content-tips img.kefu {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 60px;
}
.news_details .news-content-tips a {
  position: absolute;
  right: 70px;
  top: 20px;
  background: #fb6b20;
  background-image: linear-gradient(#fe9b87, #b04b3f);
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px 3px 10px;
  display: block;
  transition: 0.5s;
}
.news_details .news-content-tips a:after {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 36px;
  background: url(../images/news-dj.gif) no-repeat;
  content: "";
  background-size: 80%;
  margin-left: 10px;
}
.news_details .news-content-tips a:hover {
  background: #b04b3f;
}
.news_details .news-flink {
  box-shadow: 0 0 10px #ddd;
  padding: 10px 30px;
  margin-top: 50px;
  border-radius: 10px;
}
.news_details .news-flink p {
  font-size: 16px;
  line-height: 1.8;
  padding: 15px 35px;
}
.news_details .news-flink p.pre {
  background: url(../images/pre-ico.png) no-repeat left center;
  border-bottom: 1px dashed #ddd;
}
.news_details .news-flink p.next {
  background: url(../images/next-ico.png) no-repeat left center;
}
.news_details .news-flink p a:hover {
  color: #b04b3f;
}
.news_details .news-more {
  margin-top: 60px;
}
.news_details .news-more h3 {
  background: url(../images/news-more2.png) no-repeat left center;
  background-size: 30px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 40px;
}
.news_details .news-more ul {
  margin-top: 20px;
}
.news_details .news-more ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_details .news-more ul li a {
  display: block;
  padding-left: 30px;
  background: url("../images/news-libg.png") no-repeat left center;
  background-size: 14px;
}
.news_details .news-more ul li:hover a {
  color: #b04b3f;
}
.news_details .content {
  margin-top: 30px;
}
.news_details .content p {
  line-height: 1.9;
  padding: 10px 0;
  font-size: 16px;
  text-indent: 2em;
}
.news_details .content a {
  color: #ff3d3d;
}
.news_details .content img {
  max-width: 100%;
  margin: 10px 0;
}
.news_details .content h3 {
  font-size: 22px;
  margin: 20px 0;
  color: #3e4355;
  position: relative;
  padding-left: 40px;
}
.news_details .content h3:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  background: url(../images/ico72.png) no-repeat;
  width: 23px;
  height: 23px;
  background-size: cover;
}
.news_details .content h4 {
  font-size: 18px;
  color: #3e4355;
  position: relative;
  padding-left: 40px;
  margin-left: 30px;
}
.news_details .content h4:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background: url(../images/ico-h4bg.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.news_details .fr {
  width: 22.4%;
  margin-top: 40px;
}
.news_details .fr .tel {
  padding: 30px;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  -moz-box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  border-radius: 10px;
}
.news_details .fr .tel p {
  font-size: 18px;
}
.news_details .fr .tel p span {
  background: url(../images/ico46a.png) no-repeat;
  background-size: 23px;
  padding-left: 35px;
}
.news_details .fr .tel p i {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #b04b3f;
  margin-top: 25px;
}
.news_details .fr .box {
  margin-top: 100px;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  -moz-box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  box-shadow: 2px 4px 10px 0 rgba(30, 37, 79, 0.3);
  border-radius: 10px;
}
.news_details .fr .tt {
  padding: 0 45px;
  position: relative;
  top: -35px;
}
.news_details .fr h3 {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding: 17px 0;
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.news_details .fr .tt img {
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.news_details .fr ul {
  padding-bottom: 10px;
  margin-top: -10px;
}
.news_details .fr ul li {
  padding: 0 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news_details .fr ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news_details .fr ul li p a {
  display: block;
  text-align: center;
  background: #f0f3fa;
  line-height: 1.6;
  font-size: 16px;
  padding: 10px;
  transition: 0.5s;
}
.news_details .fr ul li:hover p a {
  background: #b04b3f;
  color: #fff;
}
.news_details .fr ul li img {
  width: 100%;
}
@media (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
  .news_details .row {
    width: 1200px;
  }
  .news_details .fl {
    width: 69.18%;
  }
  .news_details .fr {
    width: 25.4%;
  }
  .news_details h1 {
    font-size: 27px;
  }
  .news_details .fr .tel p i {
    font-size: 32px;
  }
  .news_details .fr h3 {
    font-size: 24px;
  }
  .news_details .news-content-tips img.kefu {
    left: 20px;
  }
  .news_details .news-content-tips p {
    font-size: 18px;
    padding-left: 95px;
  }
  .news_details .news-content-tips a {
    right: 25px;
  }
  .news_details .news-more ul li {
    width: 48%;
    margin-right: 4%;
  }
  .news_details .news-more ul li:nth-child(2n) {
    margin-right: 0;
  }
  .new-slick .slick-dots {
    bottom: 60px;
  }
  .news-ul li {
    width: 43%;
  }
  .news-ul li .img {
    width: 220px;
  }
  .news-ul li .text {
    width: 54%;
  }
  .news_list {
    width: 1200px;
  }
  .news_ul .news_box .news_text {
    width: 865px;
  }
  .news_ul .news_box .news_text .news_txt {
    height: 72px;
  }
  .top-text p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .wrap {
    max-width: 1160px;
  }
  .news_details .row {
    width: 1160px;
  }
  .news_details .fl {
    width: 68.18%;
  }
  .news_details .fr {
    width: 26.4%;
  }
  .news_details h1 {
    font-size: 27px;
  }
  .news_details .fr .tel p i {
    font-size: 27px;
  }
  .news_details .fr h3 {
    font-size: 24px;
  }
  .news_details .news-content-tips img.kefu {
    left: 20px;
  }
  .news_details .news-content-tips p {
    font-size: 16px;
    padding-left: 95px;
  }
  .news_details .news-content-tips a {
    right: 25px;
  }
  .news_details .news-more ul li {
    width: 48%;
    margin-right: 4%;
  }
  .news_details .news-more ul li:nth-child(2n) {
    margin-right: 0;
  }
  .new-slick .slick-dots {
    bottom: 60px;
  }
  .news-ul li {
    width: 43%;
  }
  .news-ul li .img {
    width: 208px;
  }
  .news-ul li .text {
    width: 54%;
  }
  .news_list {
    width: 1160px;
  }
  .news_ul .news_box .news_text {
    width: 825px;
  }
  .news_ul .news_box .news_text .news_txt {
    height: 72px;
  }
  .top-text p {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .news_list {
    width: 90%;
  }
  .news_ul .news_box {
    padding-bottom: 0;
  }
  .news_ul .news_box .news_pic {
    width: 30%;
  }
  .news_ul .news_box .news_text {
    width: 65%;
  }
  .news_ul .news_box .news_text .news_tit {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .news_ul .news_box .news_text .news_time {
    border-bottom: 0;
  }
  .news_ul .news_box .news_text .news_txt,
  .news_ul .news_box .news_text .news_more {
    display: none;
  }
  .pagination {
    height: 30px;
    line-height: 30px;
  }
  .pagination li {
    padding: 0;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
  }
  .pagination li a,
  .pagination li .disabled {
    display: block;
    padding: 2px 10px;
    line-height: 26px;
  }
  .pagination li .current {
    display: block;
    padding: 2px 10px;
    border: solid 1px #b34f38;
    background: #b34f38;
    color: #fff;
    line-height: 24px;
  }
  .crumbs {
    padding-top: 35px;
  }
  .crumbs:before {
    top: 45px;
  }
  .new-info {
    margin-top: 20px;
  }
  .new-info .top-text {
    width: 100%;
    position: unset;
    margin-bottom: 25px;
  }
  .top-text h1,
  .top-text strong {
    font-size: 28px;
    margin-bottom: 7px;
  }
  .top-text p {
    font-size: 14px;
  }
  .new-slick {
    height: auto;
  }
  .new-slick .img {
    width: 100%;
  }
  .new-slick .img img {
    width: 100%;
    max-height: 264px;
  }
  .new-slick .text {
    width: 100%;
    padding: 32px 0 0;
    margin: 15px 0 0;
  }
  .new-slick .text .tit {
    font-size: 21px;
    height: 65px;
    line-height: 30px;
    padding-left: 28px;
  }
  .new-slick .text span {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 28px;
  }
  .new-slick .text p {
    font-size: 14px;
    padding: 0 28px;
  }
  .new-slick .btn-more .more-a {
    width: 135px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .new-slick .slick-dots {
    bottom: 350px;
  }
  .news-list {
    margin-top: 35px;
  }
  .news-list li {
    width: 94%;
  }
  .news-list li span {
    font-size: 14px;
    margin-left: 25px;
    line-height: 30px;
  }
  .news-list li a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 30px;
  }
  .news-item {
    padding: 25px 0 28px;
  }
  .wrap,
  .news_details .row {
    width: 90%;
  }
  .pro-title {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .pro-title .pro {
    width: 50%;
    margin-bottom: 10px;
  }
  .pro-title h2 {
    font-size: 24px;
  }
  .pro-title p {
    font-size: 14px;
  }
  .pro-title .more {
    width: 95px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    top: 12px;
  }
  .news-ul {
    margin-left: 0;
  }
  .news-ul li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .news-ul li .img {
    width: 35%;
    height: auto;
  }
  .news-ul li .img img {
    height: auto;
  }
  .news-ul li .text {
    width: 59%;
  }
  .news-ul li .text .tit {
    font-size: 14px;
    line-height: 20px;
  }
  .news-ul li .text p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 15px;
  }
  .news-ul li .text span {
    font-size: 14px;
  }
  .news-ul li .text .more {
    width: 55px;
    height: 28px;
    line-height: 28px;
    right: 0;
    bottom: 0;
  }
  .news-item .news-list li {
    margin-bottom: 15px;
  }
  .news_list .title h2 {
    font-size: 24px;
  }
  .news_list .title h3 {
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
  }
  .news_ul .news_box .news_pic img {
    height: 100px;
  }
  .news_details .fl,
  .news_details .fr {
    float: none;
    width: 100%;
  }
  .news_details .news-flink {
    padding: 10px 15px;
  }
  .news_details .news-flink p {
    padding: 15px 0 15px 30px;
  }
  .news_details .news-more ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .news_details h1 {
    font-size: 18px;
  }
  .news_details .news-content-tips a {
    display: none;
  }
  .news_details .content img {
    margin: 10px 0 10px -30px;
  }
}
