/* 内页主体 */
.page {
  padding-top: 30px;
  padding-bottom: 80px;
}

.pages-ny {
  overflow: hidden;
}

/* 当前位置 */
.pos-main {
  height: 60px;
  background-color: rgb(244, 244, 244);
}

.position {
  height: 60px;
  display: flex;
  align-items: center;
  color: #5a5a5a;
}

.position a {
  color: rgb(67, 67, 67);
  margin: 0 5px;
}

/* 详情 */
.pages-title {
  text-align: center;
  display: block;
  font-family: Microsoft YaHei;
  font-size: 22px;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
}

.page-main {
  padding: 40px 40px;
  overflow-wrap: break-word;
  border-color: rgb(221, 221, 221);
  border-width: 1px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
}

.page-main .time {
  text-align: center;
  padding: 10px 0 15px;
  line-height: 21px;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.page-main .detail img {
  max-width: 100%;
}

.page-main .detail p {
  font-size: 15px;
  line-height: 200%;
  font-family: "Microsoft YaHei";
  color: rgb(136, 136, 136);
}

.page-main .detail {
  margin-top: 50px;
  display: block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
}

.piecebBox {
  margin-top: 50px;
}

.piecebBox .piece {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

.piecebBox .piece a {
  color: rgb(254, 93, 19);
}

/* 左侧导航 */

.dh-box {
  width: 230px;
}

.page-dh {
  border: 2px solid rgba(30, 68, 129, 1);
}

.pages-tit {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 68, 129, 1);
  border: 1px solid rgba(30, 68, 129, 1);
}

.pages-tit dt {
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.pages-tit dd {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.page-dh li a {
  color: #fff;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
}

.page-dh .active-left a {
  color: rgb(254, 93, 19);
}

.page-dh li { 
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgb(221, 221, 221);
  margin: 10px 10px;

}

.page-dh li img {
  height: 20px;
  margin-right: 10px;
}

.page-dh li a {
  font-size: 15px;
  color: #000;
}

.page-dh li:hover a {
  color: rgb(254, 93, 19);
}

.page-dh li:hover a {
  color: rgb(254, 93, 19);
}

.pages-pro-box {
  flex: 1;
  margin-left: 30px;
}

/* 关于我们 */  
.about-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(254, 93, 19);
  margin-bottom: 50px;
}

/* 产品 */
.home-pro-bg {
  margin-top: 50px;
  padding: 50px 0 50px 0;
  background-color: rgb(248, 248, 248);
}

.pages-pro {
  display: flex;
}

.prolist {
  overflow: hidden;
}

.prolist .pro-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  border: 1px solid rgb(221, 221, 221);
  position: relative;

}

.prolist .pro-item:hover {
  transition: all 0.5s;
  border: 1px solid rgb(254, 93, 19);
}

.prolist .pro-item:hover .pro-top {
  display: flex;
  transition: all 1s;
}

.prolist .pro-item .pro-top {
  height: 246px;
  width: calc(100% - 20px);
  display: none;
  align-items: center;
  justify-content: center;
  left: 10px;
  top: 20px;
  position: absolute;
  font-size: 30px;
  color: #fff;
  background-color: rgb(254, 93, 19, 0.9);
}

.prolist .pro-img {
  background-color: #fff;
  margin-top: 10px;
  height: 246px;
  text-align: center;
  overflow: hidden;
}

.prolist .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prolist .pro-title {
  color: #000;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.pages-detail-box {
  padding: 40px 50px;
  overflow-wrap: break-word;
  border-color: rgb(221, 221, 221);
  border-width: 1px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
}

/* 新闻 */
.news-dh-box {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.news-dh {
  display: flex;
  align-items: center;
}

.news-dh li {
  margin-left: 30px;
}

.news-dh li a {

  color: #666666;
  font-size: 15px;
}

.news-dh li a:hover {
  color: #fe5d13;
}

.news-dh .active-news a {

  font-style: normal;
  font-family: Microsoft YaHei;
  color: #fe5d13;
  font-weight: bold;
  font-size: 15px;
}

.newslist-page {
  width: 100%;
}

.newslist-page li {
  border-bottom: 1px solid rgb(232, 232, 232);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.newslist-page .title {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  line-height: 140%;
}

.newslist-page .title:hover {
  color: #fe5d13;
  line-height: 140%;
}

.newslist-page .img { 
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 20px;
}

.newslist-page .img img {
  width: 260px;
  height: 100%;
  object-fit: cover;
}

.newslist-page .cen {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
}

.newslist-page .date {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.newslist-page .new-detail {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 28px;
  padding-top: 15px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
}

.newslist-page .date {
  text-align: right;
}

.xx {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 15px;
  color: #fe5d13;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.xx:hover {
  color: #fe5d13;
}

/* 合作伙伴 */
.par-list .par-item {
  margin-bottom: 20px;
}

.par-list .par-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.par-list .par-img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}

.par-list .par-img img {
  width: 100%;
  height: 180px;
  object-fit: center;
}

.par-list .par-title {
  margin-top: 10px;
  font-family: Microsoft YaHei;
  display: block;
  text-align: center;
}

.par-list .par-title a {
  font-size: 15px;
  word-wrap: break-word;
  font-weight: normal;
  color: #5a5a5a;
}
/* 行业应用 */ 
.home-Industry-bg {
  margin-top: 50px;
  padding: 50px 0 50px 0;
  background-color: rgb(248, 248, 248);
}

.pages-Industry {
  display: flex;
}

.Industry {
  overflow: hidden;
}
.pages-Industry-box {
    flex: 1;
    margin-left: 50px;
}

.Industry .Industry-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; 
  position: relative;

}

.Industry .Industry-item:hover .Industry-top {
  display: flex;
  transition: all 1s;
}
 
.Industry .Industry-item:hover img{
    transform: scale(1.2);
    transition: all 0.5s; 
}

.Industry .Industry-item .Industry-top {
  height: 246px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  position: absolute;
  font-size: 30px;
  color: #fff;
  background-color: rgb(254, 93, 19, 0.9);
}

.Industry .Industry-img {
  background-color: #fff; 
  height: 246px;
  text-align: center;
  overflow: hidden;
}

.Industry .Industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Industry .Industry-title {
  color: #000;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* 联系我们 */
.contact-title {
  font-size: 24px;
  font-weight: 600px;
  margin-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
  color: rgb(102, 102, 102);
  font-family: "Microsoft YaHei";
}

.contact-main {
  background-color: rgb(246, 246, 246);
  padding: 40px 0px;
}

.contact-lxxx {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contact-lxxx li {
  width: 30%;
  text-align: center;
  overflow-wrap: break-word;
  padding: 0px;
  border-color: rgb(221, 221, 221);
  border-width: 1px;
  height: 318px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
}

.contact-lxxx li img {
  width: 92px;
  height: 92px;
  margin-top: 30px;
}

.contact-lxxx li .name {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-top: 30px;
  height: 60px;
}

.contact-lxxx li .name::after {
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #fe5d13;
  content: '';
  bottom: 10px;
  left: 50%;
  transform: translateX(-25px);
}

.contact-lxxx li .value {
  margin-top: 10px;
  font-size: 15px;
  line-height: 140%;
}

.from-main .contactForm {
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.from-main .contactForm .box-input {
  width: 48%;
  margin-bottom: 20px;
}

.from-main .contactForm .box-input label {
  display: flex;
  font-size: 16px;
  color: #434343;
  margin-bottom: 15px;
}

.from-main .contactForm .box-input label span {
  color: red;
}

.from-main .contactForm input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  height: 50px;
  line-height: 50px;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-size: 14px;
}

.from-main .contactForm textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  line-height: 40px;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-size: 14px;
}

.from-main .contactForm #submit {
  width: 100%;
  line-height: 55px;
  color: #fff;
  border: 1px solid #ff5e14;
  font-size: 25px;
  background-color: #ff5e14;
  margin-top: 10px;
  border-radius: 10px;
}

.map {
  margin-top: 50px;
}

/*  */
.ny-title {
  position: relative;
}

.ny-title .sort {
  color: rgb(32, 116, 207);
  font-family: 微软雅黑;
  background-color: #f5f5f5;
  width: 120px;
  height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-60px);
  top: -20px;
  z-index: 99;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: bold;
}

.ny-title .line {
  background: url("../images/xgray_line01.png");
  height: 5px;
  width: 100%;
  margin: 15px 0;
  margin-top: 70px;
  margin-bottom: 70px;
}

/*  服务  */
.service-list li {
  margin-bottom: 20px;
}

.service-title {
  height: 40px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(39, 50, 114);
  color: #fff;
  margin-bottom: 10px;
}

.service-detail {
  color: rgb(102, 102, 102);
  font-family: 微软雅黑;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 140%;
}

/* 新闻 */
.new-page {
  margin-bottom: 30px;
}

.new-page .title {
  text-align: center;
}

.new-page .title p {
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-weight: 600;
  color: #7cc144;
}

.new-page .time {
  text-align: center;
  padding: 10px 0 15px;
  line-height: 21px;
  overflow: hidden;
  margin-bottom: 10px;
}

.new-page .page-detail {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 30px;
}

.new-page .page-detail img {
  max-width: 100%;
}

.new-page .page-detail {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 30px;
}

.newkey {
  font-size: 12px;
  padding: 5px 10px;
  color: #868686;
  line-height: 12px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}