.header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page_banner {
  position: relative;
  z-index: 2;
  margin-top: 110px;
  width: 100%;
  height: 415px;
  overflow: hidden;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.page_banner .pos b {
  font-size: 30px;
  font-weight: bold;
}
.page_banner .add {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #fff;
}
.page_banner .add a {
  color: #fff;
}
.page_banner .add a.one {
  background-image: url(../images/icon/i12.png);
}
/*面包屑*/
.add {
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.add a {
  float: left;
  color: #999;
}
.add a.one {
  width: 33px;
  height: 30px;
  background: url(../images/icon/i12s.png) left center no-repeat;
  background-size: 20px auto;
}
.add a:hover {
  color: #ea5503;
}
.add i {
  float: left;
  margin: 0 10px;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #666;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 100%;
  border: rgba(182, 182, 182, 0) 1px solid;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #ea5503;
  border: #ea5503 1px solid;
}
.paging li a:hover {
  color: #ea5503;
  border: #ea5503 1px solid;
}
.paging li:first-child span,
.paging li:first-child a {
  background: url(../images/icon/i5.png) center no-repeat;
}
.paging li:first-child:hover span,
.paging li:first-child:hover a {
  background-color: #ea5503;
  background-image: url(../images/icon/i5s.png);
  border: #ea5503 1px solid;
}
.paging li:first-child.disabled:hover span {
  background-color: #fff;
  background-image: url(../images/icon/i5.png);
  border: #b6b6b6 1px solid;
}
.paging li:last-child span,
.paging li:last-child a {
  background: url(../images/icon/i6.png) center no-repeat;
}
.paging li:last-child:hover span,
.paging li:last-child:hover a {
  background-color: #ea5503;
  background-image: url(../images/icon/i6s.png);
  border: #ea5503 1px solid;
}
.paging li:last-child.disabled:hover span {
  background-color: #fff;
  background-image: url(../images/icon/i6.png);
  border: #b6b6b6 1px solid;
}
.paging .el-pagination.is-background {
  display: flex;
  justify-content: center;
  width: 100%;
}
.paging .el-pagination.is-background button:disabled {
  cursor: text;
}
.paging .el-pagination.is-background .btn-prev,
.paging .el-pagination.is-background .btn-next {
  padding: 0;
  margin: 0 14px;
  width: 50px;
  background: none;
}
.paging .el-pagination.is-background .btn-prev span,
.paging .el-pagination.is-background .btn-next span {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border-radius: 100%;
  border: #ea5503 1px solid;
}
.paging .el-pagination.is-background .btn-prev span {
  background: url(../images/icon/i5.png) center no-repeat;
}
.paging .el-pagination.is-background .btn-prev:hover span {
  background-color: #ea5503;
  background-image: url(../images/icon/i5s.png);
}
.paging .el-pagination.is-background .btn-prev.disabled:hover span {
  background-color: #fff;
  background-image: url(../images/icon/i5.png);
}
.paging .el-pagination.is-background .btn-next span {
  background: url(../images/icon/i6.png) center no-repeat;
}
.paging .el-pagination.is-background .btn-next:hover span {
  background-color: #ea5503;
  background-image: url(../images/icon/i6s.png);
}
.paging .el-pagination.is-background .btn-next.disabled:hover span {
  background-color: #fff;
  background-image: url(../images/icon/i6.png);
}
.paging .el-pagination.is-background .el-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging .el-pagination.is-background .el-pager li {
  display: block;
  color: #666;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 100%;
  border: rgba(182, 182, 182, 0) 1px solid;
  cursor: pointer;
  box-sizing: content-box;
}
.paging .el-pagination.is-background .el-pager li svg {
  width: 1em;
  height: 1em;
}
.paging .el-pagination.is-background .el-pager li:hover {
  color: #ea5503;
  border: #ea5503 1px solid;
}
.paging .el-pagination.is-background .el-pager li.active,
.paging .el-pagination.is-background .el-pager li.is-active {
  color: #fff;
  background: #ea5503;
  border: #ea5503 1px solid;
  cursor: default;
}
.paging .el-pagination.is-background .el-pager .el-icon-more {
  position: relative;
  height: 50px;
}
.paging .el-pagination.is-background .el-pager .el-icon-more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "...";
  letter-spacing: 2px;
  line-height: 43px;
  text-align: center;
}
/*===== p1-0产品中心 =====*/
.product {
  padding: 90px 0;
  background: url(../images/page/product_bac.png) right bottom no-repeat;
  background-size: 47.4% auto;
}
.product01 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product01 a {
  transition: all 0.5s;
  position: relative;
  box-sizing: border-box;
  margin: 0 2.5% 20px 0;
  width: 18%;
  line-height: 52px;
  color: #ea5503;
  text-align: center;
  border: #ff6c0f 1px solid;
  border-radius: 52px;
  /* &::before{
            position: absolute;

        } */
}
.product01 a:nth-child(5n) {
  margin-right: 0;
}
.product01 a p {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.product01 a.cur,
.product01 a:hover {
  transition: all 0.5s;
  color: #fff;
  background: #ff6c0f;
}
.product02 .list {
  margin-bottom: 50px;
}
.product02 .list a {
  transition: all 0.5s;
  box-sizing: border-box;
  float: left;
  margin: 0 2% 2% 0;
  width: 23.5%;
  background: #f8f8f8;
  border-radius: 10px;
  border: #f8f8f8 1px solid;
}
.product02 .list a:nth-child(4n) {
  margin-right: 0;
}
.product02 .list a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.product02 .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  max-width: 86%;
  max-height: 79%;
  object-fit: contain;
}
.product02 .list a .text {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: #ececec 1px solid;
}
.product02 .list a .text p {
  width: calc(100% - 40px - 16px);
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product02 .list a .text .more {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border: #eb5f12 1px solid;
}
.product02 .list a:hover {
  transition: all 0.5s;
  border: #eb5f12 1px solid;
  background: #fff;
}
.product02 .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product02 .list a:hover .text {
  transition: all 0.5s;
  border-top: #eb5f12 1px solid;
}
.product02 .list a:hover .text .more {
  transition: all 0.5s;
  background: #eb5f12;
}
.product02 .list a:hover .text .more i {
  transition: all 0.4s;
  transform: rotate(0deg);
  background-image: url(../images/icon/i6s.png);
}
.product02Box .list a {
  width: 32%;
}
.product02Box .list a:nth-child(4n) {
  margin-right: 2%;
}
.product02Box .list a:nth-child(3n) {
  margin-right: 0;
}
/*===== p1-1产品中心-详情 =====*/
.productDetal01 {
  margin-top: 110px;
  padding: 40px 0 57px;
}
.productDetal01 .tab {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productDetal01 .leftMode {
  width: 47.85%;
}
.productDetal01 .leftMode .swiper-slide {
  width: 100%;
  background: #f8f8f8;
}
.productDetal01 .leftMode .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 10% - 80px);
  height: 390px;
  overflow: hidden;
}
.productDetal01 .leftMode .swiper-slide .pic i {
  width: 90%;
  height: 90%;
}
.productDetal01 .leftMode .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  margin-top: 25px;
}
.productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  position: relative;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: transparent;
  margin: 0 10px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border: rgba(239, 28, 35, 0) 2px solid;
}
.productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet:after {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ea5503;
  content: '';
}
.productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: #ea5503 2px solid;
}
.productDetal01 .leftMode .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.productDetal01 .leftMode .swiper-button-next,
.productDetal01 .leftMode .swiper-button-prev {
  transition: all 0.5s;
  transform: translateY(-25px);
  opacity: 1;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: #ea5503 1px solid;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  cursor: pointer;
}
.productDetal01 .leftMode .swiper-button-prev {
  left: 5%;
  background-image: url(../images/icon/i5.png);
}
.productDetal01 .leftMode .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #ea5503;
  background-image: url(../images/icon/i5s.png);
}
.productDetal01 .leftMode .swiper-button-next {
  right: 5%;
  background-image: url(../images/icon/i6.png);
}
.productDetal01 .leftMode .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #ea5503;
  background-image: url(../images/icon/i6s.png);
}
.productDetal01 .rightMode {
  margin-bottom: 50px;
  width: 47.85%;
}
.productDetal01 .rightMode .tit b {
  margin-bottom: 25px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
}
.productDetal01 .rightMode .lie {
  margin-bottom: 35px;
  width: 60px;
  height: 6px;
  background: #ea5503;
}
.productDetal01 .rightMode .text {
  padding-right: 20px;
  max-height: 252px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
  text-align: justify;
  overflow-y: auto;
}
.productDetal01 .rightMode .text::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.productDetal01 .rightMode .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #ea5503;
}
.productDetal01 .rightMode .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: #f8f8f8;
}
.productDetal01 .rightMode .text p {
  display: flex;
}
.productDetal01 .rightMode .text strong {
  color: #ea5503;
  font-weight: 500;
}
.productDetal02 .mode {
  margin-bottom: 60px;
}
.productDetal02 .title_02 {
  margin-bottom: 26px;
  color: #ea5503;
  border-bottom: #e3e3e3 1px solid;
}
.productDetal02 .title_02 b {
  font-weight: bold;
  line-height: 60px;
  font-size: 24px;
}
.productDetal02 .mode1 .text {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.productDetal02 .mode1 .text p {
  display: flex;
  padding-left: 20px;
  background: url(../images/icon/i13.png) left 15px no-repeat;
}
.productDetal02 .mode2 {
  font-size: 18px;
  color: #333;
}
.productDetal02 .mode2 table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: calc(100% - 2px);
  background: #f3f3f3;
  border: #f3f3f3 1px solid;
}
.productDetal02 .mode2 table img {
  width: auto;
}
.productDetal02 .mode2 table tr:nth-child(2n) {
  background: #f8f8f8;
}
.productDetal02 .mode2 table tr:nth-child(2n - 1) {
  background: #fff;
}
.productDetal02 .mode2 table tr:first-child,
.productDetal02 .mode2 table tr.color {
  background: #ea5503;
}
.productDetal02 .mode2 table tr:first-child td,
.productDetal02 .mode2 table tr.color td {
  color: #fff;
}
.productDetal02 .mode2 table tr:first-child td p,
.productDetal02 .mode2 table tr.color td p,
.productDetal02 .mode2 table tr:first-child td a,
.productDetal02 .mode2 table tr.color td a,
.productDetal02 .mode2 table tr:first-child td i,
.productDetal02 .mode2 table tr.color td i,
.productDetal02 .mode2 table tr:first-child td em,
.productDetal02 .mode2 table tr.color td em,
.productDetal02 .mode2 table tr:first-child td span,
.productDetal02 .mode2 table tr.color td span,
.productDetal02 .mode2 table tr:first-child td b,
.productDetal02 .mode2 table tr.color td b {
  color: #fff !important;
}
.productDetal02 .mode2 table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 0px solid #939598 !important;
  border-bottom: 0px solid #939598 !important;
  border: 0px solid #939598 !important;
  padding: 12px 5px !important;
  font-size: 18px !important;
  color: #333;
  text-align: center;
}
.productDetal02 .mode2 table td a,
.productDetal02 .mode2 table td i,
.productDetal02 .mode2 table td em,
.productDetal02 .mode2 table td span,
.productDetal02 .mode2 table td b,
.productDetal02 .mode2 table td img {
  display: inline;
  font-family: "Microsoft YaHei" !important;
  font-size: 18px !important;
  color: #333 !important;
}
.productDetal02 .mode3 .text {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  word-wrap: break-word;
  word-break: normal;
}
.productDetal02 .mode3 .text img,
.productDetal02 .mode3 .text video {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.productDetal02 .mode3 .text span,
.productDetal02 .mode3 .text i,
.productDetal02 .mode3 .text em,
.productDetal02 .mode3 .text a,
.productDetal02 .mode3 .text b {
  display: inline;
}
.productDetal02 .mode3 .text table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}
.productDetal02 .mode3 .text table td {
  border-width: 1px !important;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.productDetal02 .mode3 .text table p {
  padding: 10px;
  text-indent: 0em;
  text-align: inherit !important;
  word-break: break-all;
}
.productDetal02 .mode4 .list a {
  transition: all 0.5s;
  float: left;
  margin: 0 4% 18px 0;
  width: 48%;
  cursor: pointer;
}
.productDetal02 .mode4 .list a:nth-child(2n) {
  margin-right: 0;
}
.productDetal02 .mode4 .list a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 17px;
  width: 27px;
  height: 48px;
}
.productDetal02 .mode4 .list a .icon img {
  max-width: 100%;
  max-height: 100%;
}
.productDetal02 .mode4 .list a p {
  position: relative;
  float: left;
  max-width: calc(100% - 45px);
  line-height: 48px;
  font-size: 18px;
  color: #333;
  font-family: Arial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productDetal02 .mode4 .list a p::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ea5503;
  content: "";
}
.productDetal02 .mode4 .list a:hover {
  transition: all 0.5s;
}
.productDetal02 .mode4 .list a:hover p {
  color: #ea5503;
}
.productDetal02 .mode4 .list a:hover p::before {
  transition: all 0.5s;
  width: 100%;
}
/*===== p2-0关于我们 =====*/
.aboutUs {
  background: url(../images/index/ind02_bac1.png) right bottom no-repeat;
  background-size: 46% auto;
}
.aboutUs .next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0;
}
.aboutUs .next .pic {
  width: 47.35%;
  height: 488px;
  border-radius: 10px;
  overflow: hidden;
}
.aboutUs .next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.aboutUs .next .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.aboutUs .next .right {
  width: 48.5%;
}
.aboutUs .next .right b {
  margin-bottom: 25px;
  font-size: 28px;
  color: #ea5503;
  font-weight: bold;
}
.aboutUs .next .right span {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.aboutUs .next .right .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
/*===== p3-0联系我们 =====*/
.contactUs {
  display: flex;
  align-items: center;
  position: relative;
  height: 100vh;
}
.contactUs::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 44.3%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/page/contactUs_bac2.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.contactUs .next {
  position: relative;
  z-index: 3;
  margin-left: 30px;
  width: 30%;
}
.contactUs .next .t {
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.contactUs .next .list dl {
  display: flex;
  padding-top: 20px;
}
.contactUs .next .list dl dt {
  margin-right: 20px;
  width: 38px;
}
.contactUs .next .list dl dt img {
  width: 100%;
}
.contactUs .next .list dl dd {
  padding-bottom: 20px;
  width: calc(100% - 58px);
  border-bottom: #eaeff1 1px solid;
}
.contactUs .next .list dl dd i {
  font-size: 16px;
  color: #666;
}
.contactUs .next .list dl dd p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
/*========== 搜索结果 ==========*/
.results {
  padding: 160px 0 90px;
}
.results .results_t {
  margin-bottom: 40px;
}
.results .results_t .searchBoxs {
  position: relative;
  border-bottom: 1px solid #ea5503;
}
.results .results_t .searchBoxs input {
  float: left;
  padding-left: 22px;
  width: calc(100% - 100px);
  height: 70px;
  font-size: 18px;
  color: #333;
  outline: none;
  background: #fff;
}
.results .results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 70px;
  background: url(../images/icon/i18.png) center no-repeat;
  cursor: pointer;
}
.results .results_t p {
  padding: 42px 0 0;
  font-size: 16px;
  color: #333333;
}
.results .results_t p i {
  color: #ea5503;
  display: inline-block;
}
.results .results_t .searchTit {
  width: 100%;
  background-color: #fff;
}
.results .results_t .searchTit .searchSubTit a {
  display: block;
  float: left;
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.results .results_t .searchTit .searchSubTit a:nth-last-child(1) {
  border: 0;
}
.results .results_t .searchTit .searchSubTit a:hover,
.results .results_t .searchTit .searchSubTit a.on {
  color: #ea5503;
}
.results .results_con {
  padding: 0px 0 90px;
}
.results .results_con a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 0;
  border-bottom: #e6e6e6 1px solid;
}
.results .results_con a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ea5503;
  content: "";
}
.results .results_con a .pic {
  margin-right: 3%;
  width: 22.55%;
  height: 175px;
  overflow: hidden;
  background: #f8f8f8;
}
.results .results_con a .pic i {
  transition: all 0.5s;
  transform: scale(0.8);
  width: 100%;
  height: 100%;
}
.results .results_con a .text {
  flex: 1;
}
.results .results_con a .text b {
  margin-bottom: 25px;
  max-height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.results .results_con a .text p {
  max-height: 64px;
  line-height: 32px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.results .results_con a:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.results .results_con a:hover .pic i {
  transition: all 0.5s;
  transform: scale(0.9);
}
.results .results_con a:hover .text b {
  color: #ea5503;
}
@media (max-width: 1200px) {
  .contactUs {
    height: calc(100vh - 500px);
    min-height: 500px;
  }
}
