@charset "UTF-8";
/* pc 通用 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

input, textarea, select, a:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #e5e6e5;
}

textarea::-webkit-input-placeholder {
  color: #e5e6e5;
}

/* 首页产品中心 */
.page-product-inquiry a {
  float: none;
  border: 0;
}

.inner_contact .ditu {
  margin-top: 40px;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #cecece;
  color: #cecece;
  line-height: 33px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: inline-block;
}

.pagination a {
  color: #999;
}

.pagelist {
  text-align: center;
  margin-top: 40px;
}

.location {
  display: flex;
  align-items: center;
  color: #a6a6a6;
  justify-content: flex-end;
  letter-spacing: 1px;
  width: 100%;
  background: #282828;
  position: relative;
  z-index: 10;
  line-height: 40px;
  padding-right: 15px;
}
.location img {
  width: 16px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.location a {
  color: #a6a6a6;
}

.page-message-img {
  background: url("../images/inner.png") no-repeat center;
  background-size: cover;
}

.index-pro-center {
  margin-top: 100px;
}

.index-pro-center .cate-l {
  width: 240px;
  height: 390px;
  float: left;
}

.index-pro-center .cate-l .cate-l-top {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  padding-bottom: 20px;
}

.index-pro-center .cate-l .cate-l-top h2 {
  font-weight: 600;
  color: #282828;
  font-size: 24px;
}

.index-pro-center .cate-l .cate-l-top p {
  color: #282828;
  font-size: 14px;
  margin-top: 8px;
}

.cate-l-btm li {
  width: 220px;
  height: 40px;
}

.cate-l-btm li a {
  line-height: 40px;
  color: #282828;
  font-size: 15px;
}

.cate-l-btm li span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a9a9a9;
  display: block;
  float: left;
  margin-top: 18px;
  margin-left: 25px;
  margin-right: 12px;
}

.cate-l-btm {
  margin-top: 40px;
}

.cate-l-btm li {
  margin-bottom: 10px;
  cursor: pointer;
}

.index-pro-center .pro-active {
  background: #017cbe;
  border-radius: 0px 20px 20px 0px;
  cursor: pointer;
}

.cate-l-btm .pro-active span {
  background: #fff;
}

.cate-l-btm .pro-active a {
  color: #fff;
}

.banner-r {
  float: right;
  width: 893px;
  height: 332px;
  border: 1px solid #e9e9e9;
}

.banner-r .owl-carousel .owl-nav button.owl-next, .banner-r .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 42px;
  background: #d4d4d4;
  top: 180px;
}

.banner-r .owl-carousel .owl-nav button.owl-next:hover, .banner-r .owl-carousel .owl-nav button.owl-prev:hover {
  background: #282828;
}

.banner-r .owl-carousel .owl-item img {
  max-width: 100%;
}

.banner-r .banner-r-item {
  text-align: center;
}

.banner-r-item a {
  color: #282828;
  font-size: 15px;
}

.index-pro-center .cate-pros-list {
  float: left;
  width: 289px;
  height: auto;
  border: 1px solid #e9e9e9;
  margin-right: 15px;
  text-align: center;
  transition: .6s all;
  padding: 10px 0;
}

.index-pro-center .cate-pros-list .name {
  padding: 5px;
  margin-top: 10px;
}

.index-pro-center .cate-pros-list a {
  display: block;
}

.index-pro-center .cate-pros-list img {
  max-width: 100%;
  margin: 0px auto;
}

.index-pro-center .cate-pros {
  width: 1230px;
  margin-top: 10px;
}

.index-pro-center .cate-pros-list h3 {
  color: #282828;
  font-size: 15px;
  transition: .6s all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index-pro-center .cate-pros-list:hover {
  border: 1px solid #017cbe;
  transition: .6s all;
}

.index-pro-center .cate-pros-list:hover h3 {
  color: #017cbe;
  transition: .6s all;
}

/*产品*/
.product_index {
  color: #393939;
  margin-top: 100px;
}
.product_index .content .lf {
  border-radius: 5px;
  overflow: hidden;
}
.product_index .content .lf .top_title {
  background: #d60e19;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  line-height: 20px;
}
.product_index .content .lf .top_title .p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.product_index .content .lf .top_title .p span {
  opacity: 0.54;
  font-size: 14px;
  text-transform: uppercase;
}
.product_index .content .lf .typelist li {
  float: none;
  width: 100%;
}
.product_index .content .lf .typelist li a {
  display: block;
  font-size: 16px;
  color: #393939;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li {
  border-bottom: 1px solid white;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li:hover > a, .product_index .content .lf .typelist .lv1_ul .lv1_li.on > a {
  color: #d60e19;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li:hover > a:after, .product_index .content .lf .typelist .lv1_ul .lv1_li.on > a:after {
  display: block;
  background: url("../images/jiantou2.png");
}
.product_index .content .lf .typelist .lv1_ul .lv1_li:hover > a:before, .product_index .content .lf .typelist .lv1_ul .lv1_li.on > a:before {
  display: block;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li:hover .lv2, .product_index .content .lf .typelist .lv1_ul .lv1_li.on .lv2 {
  display: block;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li > a {
  display: block;
  background: #f8f8f8;
  padding: 15px 40px;
  position: relative;
}
.product_index .content .lf .typelist .lv1_ul .lv1_li > a:before {
  display: none;
  width: 4px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  background: #d60e19;
  content: '';
}
.product_index .content .lf .typelist .lv1_ul .lv1_li > a:after {
  width: 9px;
  height: 14px;
  position: absolute;
  content: '';
  right: 21px;
  top: 18px;
  background: url("../images/jiantou1.png");
}
.product_index .content .lf .typelist .lv1_ul .lv1_li > a p {
  font-size: 16px;
}
.product_index .content .lf .typelist .lv1_ul .lv2 {
  display: none;
}
.product_index .content .lf .typelist .lv1_ul .lv2 ul li a {
  display: block;
  background: #ececec;
  padding: 15px 40px;
  padding-left: 60px;
}
.product_index .content .rt {
  padding-left: 40px;
}
.product_index .content .rt .top_more {
  background: #ededed;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_index .content .rt .top_more .p {
  font-size: 18px;
  border-left: 3px solid #d60e19;
  padding-left: 15px;
}
.product_index .content .rt .top_more .m {
  font-size: 16px;
}
.product_index .content .rt .list_box .list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_index .content .rt .list_box .list .item {
  text-align: center;
  margin: 10px;
  margin-bottom: 30px;
}
.product_index .content .rt .list_box .list .item .name {
  font-size: 16px;
  color: #393939;
  margin-top: 20px;
}

/* 六大优势 */
.index-advantage {
  height: 500px;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 9;
}

.index-advantage .adv-des {
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  color: white;
  margin-top: 100px;
}

.index-advantage .adv-tit {
  text-align: center;
  font-size: 20px;
  margin-top: 12px;
  color: white;
}

.index-advantage .adv-infos {
  width: 1200px;
  height: 560px;
  position: relative;
  z-index: 99;
  background: #fff;
  box-shadow: 1px 3px 6px #ccc;
  margin-top: 50px;
  padding-top: 75px;
}

.index-advantage .adv-infos-tit {
  width: 900px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  background: url(../images/ava-tit.png) no-repeat center;
  background-position-y: 57px;
}

.adv-infos-tit .infos-tit-list {
  cursor: pointer;
}

.adv-infos-tit .infos-tit-list h3 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.adv-infos-tit .infos-tit-list div {
  width: 40px;
  height: 40px;
  background: #bebebe;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
  font-size: 16px;
}

.adv-infos-tit .infos-tit-list:last-child {
  margin-right: 0px;
}

.adv-infos .adv-infos-info .l {
  float: left;
  width: 400px;
  height: 260px;
}

.adv-infos .adv-infos-info .l img {
  width: 100%;
}

.adv-infos .adv-infos-info .r {
  width: 465px;
  height: 170px;
  float: right;
}

.adv-infos-info {
  width: 900px;
  margin: 0 auto;
  margin-top: 70px;
}

.adv-infos-info .total {
  width: 100%;
}

.index-advantage .owl-carousel .owl-dots {
  display: none;
}

.index-advantage .owl-carousel .owl-nav button.owl-next, .index-advantage .owl-carousel .owl-nav button.owl-prev {
  top: 220px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 430px;
  background: #d4d4d4;
}

.index-advantage .owl-carousel .owl-nav button.owl-next, .index-advantage .owl-carousel .owl-nav button.owl-next {
  top: 220px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 470px;
  background: #d4d4d4;
}

.index-advantage .owl-carousel .owl-nav button.owl-next:hover, .index-advantage .owl-carousel .owl-nav button.owl-prev:hover {
  background: #282828;
}

.index-advantage .owl-carousel .owl-nav button.owl-next:hover, .index-advantage .owl-carousel .owl-nav button.owl-next:hover {
  background: #282828;
}

.index-advantage .owl-carousel .owl-nav .iconfont {
  font-size: 20px;
  line-height: 32px;
}

.index-advantage .total h3 {
  font-size: 18px;
  color: #282828;
  margin-top: 25px;
  margin-bottom: 4px;
}

.index-advantage .total h4 {
  font-size: 14px;
  color: #bdbdbd;
  font-weight: lighter;
}

.index-advantage .total p {
  margin-top: 20px;
  color: #282828;
  line-height: 23px;
}

.index-advantage .tit-active h3 {
  color: #d60e19;
  text-align: center;
}

.index-advantage .tit-active div {
  background: #d60e19;
}

/* 关于我们 */
.index-about {
  margin-top: 375px;
  height: 670px;
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.index-about .more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d60e19;
  color: white;
  width: 94px;
  height: 31px;
}

.index-about-l {
  float: left;
  width: 380px;
  margin-top: 105px;
}

.index-about-l img {
  width: 100%;
}

.index-about-r {
  float: left;
  width: 42%;
  margin-top: 47px;
  overflow: hidden;
}

.index-about-r .about-r-tit h2 {
  margin-top: 70px;
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.index-about-r .about-r-tit div h3 {
  font-size: 16px;
  color: #fff;
  display: block;
  float: left;
  margin-top: 10px;
  font-weight: bold;
}

.index-about-r .about-r-tit div .line {
  width: 263px;
  border-top: 1px solid white;
  float: right;
  margin-top: 20px;
}

.index-about-r .about-r-info {
  font-size: 16px;
  color: white;
  margin-top: 50px;
  margin-bottom: 82px;
  line-height: 29px;
}

/* 荣誉资质 */
.index-honor {
  margin-top: 115px;
}

.index-honor .index-honor-tit {
  text-align: center;
  width: 100%;
}

.index-honor .index-honor-tit h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #282828;
}

.index-honor .index-honor-tit h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  color: #282828;
}

.index-honor-info {
  width: 1200px;
  height: 425px;
  margin-top: 60px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 50px;
  background: #d4d4d4;
  left: -65px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 50px;
  background: #d4d4d4;
  right: -65px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-prev:hover {
  background: #282828;
}

.index-honor-info .owl-carousel .owl-nav button.owl-next:hover {
  background: #282828;
}

.index-honor-info .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: 0px auto;
  border: 3px solid #000000;
  position: relative;
  z-index: 999999;
}

.index-honor .honor-info-list {
  margin-right: 15px;
}

.index-honor .honor-info-list .r {
  width: 100%;
  height: 180px;
  position: relative;
  background: #e9e9e9;
  z-index: 999;
  margin-top: -100px;
  text-align: center;
  transition: 0.6s;
}

.index-honor .honor-info-list .r h3 {
  padding-top: 130px;
  color: #282828;
  font-size: 15px;
  transition: 0.6s;
}

.index-honor .honor-info-list:hover .r {
  background: #282828;
  transition: 0.6s;
}

.index-honor .honor-info-list:hover .r h3 {
  color: #fff;
  transition: 0.6s;
}

/* 新闻资讯 */
.index-news {
  height: 800px;
  background: #f9fdff;
  width: 100%;
}

.index-news .index-news-tit {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

.index-news .index-news-tit h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #282828;
}

.index-news .index-news-tit h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  color: #282828;
}

.index-news .index-news-info {
  width: 100%;
  height: 500px;
  background: #fff;
  margin-top: 55px;
  padding: 22px;
}

.index-news-info-l {
  width: 550px;
  float: left;
}

.index-news-info-l .zhiding {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.index-news-info-l .zhiding .tit {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-info-l .zhiding .intro {
  margin-top: 20px;
  font-size: 13px;
  line-height: 23px;
}

.index-news-info .listxs-list {
  display: block;
  margin-top: 20px;
}

.index-news-info .listxs-list .listxs-list-dots {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a9a9a9;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 12px;
  transition: 0.6s;
}

.index-news-info .listxs-list .listxs-list-date {
  color: #969696;
  float: right;
  font-size: 13px;
  transition: 0.6s;
}

.index-news-info .listxs {
  padding-top: 10px;
}

.index-news-info .listxs-list a {
  color: #282828;
  font-size: 13px;
  transition: 0.6s;
}

.index-news-info-r {
  float: right;
  width: 550px;
  margin-top: -19px;
}

.index-news-info .listxs-list:hover a {
  color: #eb1d1d;
  transition: 0.6s;
}

.index-news-info .listxs-list:hover .listxs-list-date {
  color: #eb1d1d;
  transition: 0.6s;
}

.index-news-info .listxs-list:hover .listxs-list-dots {
  background: #eb1d1d;
  transition: 0.6s;
}

/* 底部 */
.footer-body {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  background: #282828;
}

.footer_feedback .formlist {
  position: relative;
  padding-right: 65px;
  margin-top: 22px;
}

.footer_feedback #code {
  width: 100px;
  margin-right: 17px;
}

.footer_feedback #feedbackbotton {
  background: #eb1d1d;
  border-radius: 0;
  border: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 116px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer_feedback .infoInput {
  background: transparent;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: white;
}

.footer-logo-tel {
  padding-bottom: 20px;
  border-bottom: 1px solid #3e3e3e;
}

.footer-logo-tel .footer-logo {
  float: left;
}

.footer-logo-tel div {
  float: right;
  position: relative;
  top: 20px;
}

.footer-logo-tel div img {
  float: left;
  margin-right: 10px;
}

.footer-logo-tel div p {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-top: -3px;
}

.footer-nav {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.footer-nav ul li {
  float: left;
  line-height: 17px;
}

.footer-nav ul li a {
  padding: 0px 15px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}

.footer-nav ul li:last-child a {
  border-right: 0px solid #fff;
}

.footer-nav ul li:first-child {
  margin-left: -15px;
}

.footer-body .lf {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-body .top_title {
  color: white;
  margin-bottom: 5px;
}
.footer-body li {
  width: 100%;
  float: none;
  line-height: 2;
}

.footer_link {
  display: flex;
  align-items: center;
  color: white;
}
.footer_link li {
  float: left;
  margin-right: 10px;
  width: auto;
}
.footer_link li a {
  color: white;
}

.footer-address a {
  color: #fff;
}

.footer-address p {
  color: #fff;
}

.footer-bottom {
  height: 40px;
  width: 100%;
  background: #000000;
  color: #d4d4d4;
  line-height: 40px;
}

.footer-bottom a {
  color: #515151;
  font-size: 12px;
  background: url(../images/hengx1.png) no-repeat right center;
  display: inline-block;
  width: 55px;
}

.footer-bottom a:nth-child(2) {
  background: none;
}

.footer-bottom p {
  margin-bottom: 0px;
}

/* 内页 */
.left-title-info {
  width: 100%;
  height: 124px;
  background: #eb1d1d;
  padding-left: 25px;
  margin-top: -124px;
  position: relative;
  z-index: 999999;
}

.xypg-left-nav > li {
  float: none;
}

.left-title-info h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  padding-top: 30px;
}

.left-title-info p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.page-message-img {
  width: 290px;
  height: 150px;
  overflow: hidden;
  padding: 49px 30px 55px 45px;
}

.page-message-img h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}

.page-message-img h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
}

.page-message-img img {
  margin-right: 10px;
}

.wrap-right-nav {
  height: 40px;
  width: 100%;
  text-align: right;
  background: #282828;
  position: relative;
  z-index: 999999;
  line-height: 40px;
  padding-right: 15px;
  color: #a6a6a6;
}

.wrap-right-nav a {
  color: #a6a6a6;
}

.xypg-pagination .pagin-right a {
  font-size: 0px;
  background: url(../images/page-next.png) no-repeat;
  border: 0px solid #7ab8a8;
  margin-left: 20px;
  background-position: 0px 5px;
}

.xypg-pagination .pagin-left a {
  font-size: 0px;
  background: url(../images/page-prev.png) no-repeat;
  border: 0px solid #7ab8a8;
  margin-right: 20px;
  background-position: 0px 5px;
}

/* 新闻列表内页 */
.xypg-news-list .listxs-list {
  display: block;
  margin-top: 20px;
  width: 100%;
}

.xypg-news-list .listxs-list .listxs-list-dots {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a9a9a9;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 12px;
  transition: 0.6s;
}

.xypg-news-list .listxs-list a {
  color: #282828;
  font-size: 13px;
  transition: 0.6s;
}

.xypg-news-list .listxs-list .listxs-list-date {
  color: #969696;
  float: right;
  font-size: 13px;
  transition: 0.6s;
}

.index-pro-center .owl-theme .owl-controls {
  bottom: 56%;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.index-pro-center .owl-theme .owl-controls .owl-buttons div {
  width: 34px;
  height: 42px;
  position: absolute;
}
.index-pro-center .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.index-pro-center .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
  right: 0;
}

.index-advantage .owl-theme .owl-controls {
  left: 25px;
}

.index-advantage .owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  margin: 10px;
}
.index-advantage .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.index-advantage .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 1366px) {
  .left-title-info {
    margin-top: -100px;
    height: 100px;
  }

  .left-title-info h2 {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .index-pro-center .more {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background: #017cbe;
    border-radius: unset;
    color: white;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .banner-r {
    width: 100%;
    height: auto;
  }

  .index-pro-center .cate-l {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
  }

  .index-pro-center {
    margin-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cate-l-btm {
    margin-top: 20px;
  }

  .index-pro-center .cate-l .cate-l-top h2 {
    font-size: 18px;
  }

  .index-pro-center .cate-l .cate-l-top p {
    font-size: 12px;
  }

  .cate-l-btm li span {
    display: none;
  }

  .cate-l-btm li {
    width: 48%;
    height: auto;
    float: left;
    background: #017cbe;
    border-radius: unset;
    color: white;
  }
  .cate-l-btm li:nth-child(2n) {
    float: right;
  }

  .index-pro-center .pro-active {
    background: #017cbe;
    border-radius: unset;
    color: white;
  }

  .cate-l-btm .pro-active a, .cate-l-btm li a {
    color: white;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .index-pro-center .cate-pros {
    width: 100%;
  }

  .index-pro-center .cate-pros-list a {
    display: block;
  }

  .index-pro-center .cate-pros-list {
    width: 48%;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .index-pro-center .cate-pros-list:nth-child(2n) {
    float: right;
  }

  .index-pro-center .cate-pros-list h3 {
    font-size: 14px;
    padding: 5px;
    min-height: 60px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .index-advantage {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    max-width: inherit;
    background: none !important;
  }

  .index-advantage .adv-des {
    color: black;
    font-size: 16px;
    margin-top: 0;
  }

  .index-advantage .adv-tit {
    color: black;
    font-size: 18px;
    margin-top: 8px;
  }

  .index-advantage .adv-infos {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: 45px;
  }

  .index-advantage .adv-infos-tit {
    display: none;
  }

  .adv-infos-info {
    width: 100%;
    margin-top: 0;
  }

  .adv-infos .adv-infos-info .l a {
    display: block;
  }

  .adv-infos .adv-infos-info .r {
    width: 100%;
    float: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-advantage .total h3 {
    font-size: 16px;
  }

  .adv-infos .adv-infos-info .l {
    float: none;
    width: auto;
    height: auto;
  }

  .index-advantage .total p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .index-advantage .owl-theme .owl-controls {
    left: 0;
    bottom: -14%;
  }

  .index-about {
    height: auto;
    background: #315f77;
    padding-bottom: 35px;
    margin-top: 100px;
  }

  .index-news .index-news-tit {
    margin-top: 65px;
  }

  .index-about-r {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }

  .index-about-r .about-r-tit h2 {
    margin-top: 35px;
    font-size: 20px;
  }

  .index-about-r .about-r-tit div h3 {
    font-size: 18px;
  }

  .index-about-r .about-r-tit div .line {
    display: none;
  }

  .index-about-r .about-r-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: 15px 0;
  }

  .index-news {
    height: auto;
  }

  .index-news .index-news-info {
    height: auto;
    padding-left: 15px;
    margin-top: 4px;
    padding-right: 15px;
  }

  .index-news-info-l, .index-news-info-r {
    width: 100%;
    float: none;
  }

  .index-news-info-l .zhiding a {
    display: block;
  }

  .index-news-info-l .zhiding img {
    width: auto;
    height: auto;
  }

  .index-news-info-l .zhiding .intro {
    margin-top: 5px;
  }

  .index-news-info-l .zhiding .tit {
    margin-top: 20px;
  }

  .index-news-info-r, .index-news-info .listxs {
    display: none;
  }

  .index-news .index-news-tit h2 {
    font-size: 16px;
  }

  .footer-logo-tel .footer-logo {
    float: none;
  }

  .footer-logo-tel div {
    display: none;
  }

  .footer-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_link {
    display: none;
  }

  .footer-logo-tel {
    margin-bottom: 10px;
  }

  .footer-address ul li {
    float: none;
    width: 100%;
    text-align: center;
  }

  .left-title-info {
    display: none;
  }

  .location {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-start;
  }

  .xypg-news-list .listxs-list a.wap_tit {
    display: inline !important;
  }

  .btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
  }

  .footer_bottom .lf {
    width: 100%;
    float: none;
    display: block;
  }

  .footer_bottom .rt {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer_bottom .rt > div {
    float: none;
  }

  .footer_contact {
    margin: 20px 0;
  }

  .footer-body li {
    text-align: center;
  }

  .footer-body .top_title {
    text-align: center;
  }

  .footer_feedback .infoInput {
    width: 100%;
  }

  .footer_feedback .formlist {
    padding-right: 0;
    width: 76% !important;
    margin: 0 auto;
    margin-top: 20px;
  }

  .footer_feedback #feedbackbotton {
    position: static;
    width: 100%;
    height: 35px;
    margin: 0 auto;
  }

  .location a:last-child {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .xypg-right-content table {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    font-size: 0.23rem;
  }

  .xypg-right-content table td, th {
    width: 1px;
    white-space: nowrap;
    /* 自适应宽度*/
    word-break: keep-all;
    /* 避免长单词截断，保持全部 */
    border: solid #676767 1px;
    text-align: center;
    white-space: pre-line;
    word-break: break-all !important;
    word-wrap: break-word !important;
    display: table-cell;
    vertical-align: middle !important;
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding: 2px 2px 0 2px;
    display: table-cell;
  }

  .product_index {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 65px;
  }

  .product_index .content .lf .top_title .p {
    text-align: left;
    font-size: 22px;
  }

  .product_index .content .lf .top_title {
    padding: 15px 15px;
  }

  .product_index .content .rt {
    padding-left: 0;
  }

  .product_index .content .rt .top_more {
    display: none;
  }

  .product_index .content .rt .list_box .list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*# sourceMappingURL=main.css.map */
