.homeBanner {
  min-height: 540px;
  background-image: url(../images/hb1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1000px) {
  .homeBanner {
    min-height: 450px;
  }
}
@media (max-width: 750px) {
  .homeBanner {
    min-height: 180px;
  }
}
.homeBanner h1 {
  font-size: 92px;
  text-shadow: 2px 4px 10px #333;
  margin-bottom: 30px;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .homeBanner h1 {
    font-size: 26px;
    margin: 40px 0;
  }
}
.homeBanner h3 {
  font-size: 28px;
  text-shadow: 2px 4px 10px #333;
}
@media (max-width: 767px) {
  .homeBanner h3 {
    font-size: 16px;
  }
}
.homeBanner p {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .homeBanner p {
    margin-top: 40px;
  }
}
.homeBanner p span {
  font-size: 24px;
  background-color: #d86738;
  border-radius: 25px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .homeBanner p span {
    padding: 6px 20px;
    font-size: 14px;
  }
}

.numberInfo {
  padding: 30px 0;
  margin-bottom: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 0 15px 0 #ddd;
}
@media (max-width: 767px) {
  .numberInfo {
    display: none;
  }
}
.numberInfo .numberItem {
  width: 30%;
}
.numberInfo .numberItem:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .numberInfo .numberItem:not(:last-child) {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .numberInfo .numberItem {
    width: 100%;
  }
}
.numberInfo .numberItem p span {
  font-size: 14px;
  color: #999;
}
.numberInfo .numberItem b {
  font-size: 48px;
  color: #d86738;
}

.main1 {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .main1 {
    background: #fff;
  }
}

.newBlock {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
}
@media (max-width: 767px) {
  .newBlock {
    padding: 25px 5px;
    padding-bottom: 10px;
  }
}

.topNew {
  overflow: hidden;
}
.topNew a {
  color: #d86738;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .topNew a {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .topNew a {
    font-size: 20px;
  }
}
.topNew p {
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
@media (max-width: 1000px) {
  .topNew p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .topNew p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .newFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.picSwiper {
  width: 500px;
  height: 375px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .picSwiper {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .picSwiper {
    width: 280px;
    height: 215px;
  }
}
@media (max-width: 767px) {
  .picSwiper {
    width: 100%;
    height: auto;
  }
}
.picSwiper #newSwiper {
  height: 100%;
}
@media (max-width: 767px) {
  .picSwiper .swiper-slide {
    height: auto;
  }
}
.picSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.picSwiper .swiper-slide a p {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .picSwiper .swiper-slide a p {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.picSwiper .swiper-slide a p span {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .picSwiper .swiper-slide a p span {
    font-size: 14px;
    width: 80%;
  }
}
.picSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.picSwiper .swiper-pagination {
  bottom: 25px;
  text-align: right;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .picSwiper .swiper-pagination {
    bottom: 12px;
    padding: 0 15px;
  }
}
.picSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.picSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d86738;
}

.dynaNew {
  width: 600px;
}
.dynaNew .homeList li {
  margin: 6px 0;
}
@media (max-width: 1200px) {
  .dynaNew {
    width: 520px;
  }
}
@media (max-width: 1000px) {
  .dynaNew {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .dynaNew {
    width: 100%;
    margin-top: 30px;
  }
}

.dynaTit {
  border-bottom: 1px solid #d86738;
}
.dynaTit span {
  font-size: 24px;
  color: #fff;
  background: #d86738;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.morea {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .morea {
    font-size: 14px;
  }
  .morea svg {
    width: 14px;
    height: 14px;
  }
}
.morea:hover {
  color: #000;
}

.homeNewList .homeNew-item {
  margin: 6px 0;
  border-bottom: 1px solid #efefef;
}
.homeNewList .homeNew-item a {
  position: relative;
}
.homeNewList .homeNew-item .newItem-line1 {
  line-height: 35px;
}
.homeNewList .homeNew-item .newItem-line1 p {
  color: #333;
  position: relative;
  padding-left: 15px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeNewList .homeNew-item .newItem-line1 p::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #d86738;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.homeNewList .homeNew-item .newItem-line1 span {
  color: #999;
  font-size: 14px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.homeNewList .homeNew-item .newItem-sum {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1000px) {
  .homeNewList .homeNew-item .newItem-sum {
    display: none;
  }
}

.whiteBlock {
  width: 49%;
  padding: 25px;
}
@media (max-width: 767px) {
  .whiteBlock {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 0;
  }
  .whiteBlock:last-child {
    margin-bottom: 0;
  }
}

.blockT {
  margin-bottom: 15px;
}
.blockT span {
  font-size: 24px;
  color: #fff;
  background: #d86738;
  padding: 4px 10px;
  border-radius: 6px;
}
@media (max-width: 1000px) {
  .blockT span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blockT span {
    font-size: 18px;
    border-radius: 0;
  }
}

.newBox {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .newBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.homeList li {
  line-height: 35px;
  margin: 5px 0;
  border-bottom: 1px solid #efefef;
}
.homeList li a {
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.homeList li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #d86738;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .homeList li a {
    font-size: 14px;
  }
}
.homeList li .date {
  font-size: 14px;
  color: #999;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .homeList li .date {
    font-size: 12px;
  }
}

.mainT {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin: 60px 0;
  position: relative;
}
.mainT::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-bottom: 2px solid #ccc;
  width: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mainT::after {
    bottom: -15px;
  }
}
@media (max-width: 1000px) {
  .mainT {
    margin: 45px 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mainT {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .industyBlock {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
}
.industyBlock .industyItem {
  width: 277.5px;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  margin-right: 30px;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .industyBlock .industyItem:hover {
    background: #d86738;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .industyBlock .industyItem:hover .industyT,
.industyBlock .industyItem:hover .industySum {
    color: #fff;
  }
  .industyBlock .industyItem:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.industyBlock .industyItem:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .industyBlock .industyItem {
    width: 22%;
    margin-right: 4%;
  }
}
@media (max-width: 1000px) {
  .industyBlock .industyItem {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .industyBlock .industyItem {
    width: 200px;
    margin: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-bottom: 15px;
    margin-right: 20px;
    border-radius: 0;
    background: #d86738;
  }
  .industyBlock .industyItem:nth-child(4n) {
    margin-right: 20px;
  }
  .industyBlock .industyItem img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.industyBlock .industyItem .industyImg {
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.industyBlock .industyItem .hshow {
  display: none;
}
.industyBlock .industyItem .industyT {
  font-size: 20px;
  color: #333;
  margin: 15px 0;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .industyBlock .industyItem .industyT {
    font-size: 16px;
    color: #fff;
  }
}
.industyBlock .industyItem .industySum {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .industyBlock .industyItem .industySum {
    font-size: 12px;
    color: #fff;
  }
}

.main2 {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .main2 {
    padding-bottom: 15px;
  }
}

.invest .investItem {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.invest .investItem div {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .invest .investItem div {
    border-radius: 0;
  }
}
.invest .investItem img {
  width: 380px;
  height: 280px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.invest .investItem img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1200px) {
  .invest .investItem img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .invest .investItem img {
    width: 100%;
    height: auto;
  }
}
.invest .investItem p {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 60px;
}
@media (max-width: 1000px) {
  .invest .investItem p {
    font-size: 14px;
    padding: 10px 0;
  }
}
.invest .swiper-pagination {
  bottom: 0;
}
@media (max-width: 767px) {
  .invest .swiper-pagination {
    bottom: 10px;
  }
}
.invest .swiper-pagination .swiper-pagination-bullet-active {
  background: #d86738;
}

.mainBg {
  background: url(../images/probg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mainBg .mainT {
  color: #fff;
}
@media (max-width: 767px) {
  .mainBg .mainT {
    margin-top: 30px;
  }
}
.mainBg .mainT::after {
  border-bottom: 2px solid #fff;
}

.homeAbout {
  overflow: hidden;
}
@media (max-width: 767px) {
  .homeAbout .mainT {
    margin-top: 30px;
  }
}

.tab .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .tab .tabs .tabItem {
    height: 30px;
    line-height: 30px;
    width: 70px;
    font-size: 14px;
    margin: 0 10px;
  }
}
.tab .tabContent .tabConItem:not(:first-child) {
  display: none;
}

.brandPro .tabItem {
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 120px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brandPro .tabItem:hover {
  background: #fff;
  color: #333;
}
.brandPro .tabItem.active {
  color: #333;
  background: #fff;
}
.brandPro .tabContent {
  margin-top: 30px;
}

.proSwiper {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .proSwiper {
    padding-bottom: 60px;
  }
}
.proSwiper .swiper-slide a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .proSwiper .swiper-slide a {
    border-radius: 0;
  }
}
.proSwiper .swiper-slide a:hover {
  color: #d86738;
}
.proSwiper .swiper-slide a .proimgd {
  overflow: hidden;
}
.proSwiper .swiper-slide a img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.proSwiper .swiper-slide a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1200px) {
  .proSwiper .swiper-slide a img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .proSwiper .swiper-slide a img {
    height: 150px;
  }
}
.proSwiper .swiper-slide p {
  padding: 15px;
}
@media (max-width: 767px) {
  .proSwiper .swiper-slide p {
    padding: 10px;
  }
}
.proSwiper .proBtn {
  position: absolute;
  left: 50%;
  bottom: 40px;
}
@media (max-width: 767px) {
  .proSwiper .proBtn {
    bottom: 22px;
  }
}
.proSwiper .proBtn .swiper-button-prev,
.proSwiper .proBtn .swiper-button-next {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
}
@media (max-width: 767px) {
  .proSwiper .proBtn .swiper-button-prev,
.proSwiper .proBtn .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.proSwiper .proBtn .swiper-button-prev::after,
.proSwiper .proBtn .swiper-button-next::after {
  font-size: 20px;
}
@media (max-width: 767px) {
  .proSwiper .proBtn .swiper-button-prev::after,
.proSwiper .proBtn .swiper-button-next::after {
    font-size: 14px;
  }
}
.proSwiper .proBtn .swiper-button-prev {
  right: 10px;
  left: unset;
}
.proSwiper .proBtn .swiper-button-next {
  left: 10px;
  right: inherit;
}

.homeIntro {
  line-height: 1.7;
  color: #666;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .homeIntro {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeIntro {
    font-size: 14px;
    text-align: left;
  }
}

.introCon {
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .introCon {
    border: 1px solid #f5f5f5;
  }
}
.introCon .introItem {
  width: 25%;
  text-align: center;
  padding: 50px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .introCon .introItem {
    padding: 20px 0;
  }
}
.introCon .introItem:not(:last-child) {
  border-right: 2px solid #f5f5f5;
}
.introCon .introItem > div {
  height: 90px;
}
@media (max-width: 767px) {
  .introCon .introItem > div {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .introCon .introItem img {
    width: 40px;
  }
}
.introCon .introItem:hover {
  background: #d86738;
}
.introCon .introItem:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.introCon .introItem:hover p {
  color: #fff;
}
.introCon .introItem p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .introCon .introItem p {
    font-size: 14px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=home.css.map */