.home-banner .swiper-bannerg {
  font-size: 30px;
  color: #fff;
}
.home-banner .swiper-pagination {
  bottom: 5%;
}
.home-banner .img img {
  display: block;
  width: 100%;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-wrap-p1 {
  padding-bottom: 5%;
}
.home-wrap-p1 .p1-nav {
  padding-bottom: 4%;
}
.home-wrap-p1 .p1-nav img {
  margin-top: -70px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-wrap-p1 .p1-nav i {
  display: block;
  overflow: hidden;
  height: 70px;
}
.home-wrap-p1 .p1-nav li {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.home-wrap-p1 .p1-nav .active {
  color: #e94709;
}
.home-wrap-p1 .p1-nav .active img {
  margin-top: 0;
}
.home-wrap-p1 .p1-content img {
  padding: 15px;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home-wrap-p1 .p1-content .img {
  overflow: hidden;
  height: 220px;
  border: 1px solid #cacbcc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-wrap-p1 .p1-content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 15px;
}
.home-wrap-p1 .p1-content a {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-wrap-p1 .p1-content li {
  width: calc(25% - 30px);
  margin-right: 30px;
  text-align: center;
  font-size: 16px;
}
.home-wrap-p1 .p1-content li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-wrap-p1 .p1-content li:hover .img {
  border: 1px solid #e94709;
}
.home-wrap-p1 .p1-content li:hover a {
  color: #e94709;
}
.home-wrap-p1 .p1-content ul {
  margin-right: -30px;
}
.home-wrap-p2 {
  margin-top: 4%;
  padding-bottom: 4%;
  background: url(../images/home/iPartnerBg.jpg) no-repeat center / cover;
}
.home-wrap-p2 .more {
  padding-top: 30px;
  text-align: center;
}
.home-wrap-p2 .more a {
  display: inline-block;
  margin: auto;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border: solid 2px #000;
  border-radius: 50px;
  line-height: 36px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-wrap-p2 .more a:hover {
  color: #fff;
  border-color: #e94709;
  background: #e94709;
}
.home-wrap-p2 .img {
  height: calc(170px - 20px);
  background-color: #fff;
}
.home-wrap-p2 li {
  border: 1px solid #ccc;
}
.home-wrap-p3 {
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 5%;
  background: url(../images/home/iAboutBg.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.home-wrap-p3 .swiper-button-next:after,
.home-wrap-p3 .swiper-button-prev:after {
  font-weight: bold;
  font-size: 36px;
}
.home-wrap-p3 .swiper-button-next,
.home-wrap-p3 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.2);
}
.home-wrap-p3 .swiper-button-next {
  right: 0;
}
.home-wrap-p3 .swiper-button-prev {
  left: 0;
}
.home-wrap-p3 .img {
  height: 350px;
  padding: 0;
}
.home-wrap-p3 .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.home-wrap-p3 .more {
  padding-top: 3%;
  text-align: center;
}
.home-wrap-p3 .more a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  border: solid 2px #fff;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 36px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-wrap-p3 .more a:hover {
  color: #fff;
  border-color: #e94709;
  background: #e94709;
}
.home-wrap-p3 .content {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.home-wrap-p3 #home-p3-swiper {
  width: calc(100% - 80px);
  margin: 5% auto 0;
}
.home-wrap-p3 .honor {
  position: relative;
}
.home-wrap-p4 .p4-nav {
  padding-bottom: 4%;
}
.home-wrap-p4 .p4-nav img {
  margin-top: -70px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-wrap-p4 .p4-nav i {
  display: block;
  overflow: hidden;
  height: 70px;
}
.home-wrap-p4 .p4-nav li {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.home-wrap-p4 .p4-nav .active {
  color: #e94709;
}
.home-wrap-p4 .p4-nav .active img {
  margin-top: 0;
}
.home-wrap-p4 .content .title {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-wrap-p4 .content .img-wrap {
  padding: 34% 0;
}
.home-wrap-p4 .content a {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-wrap-p4 .content a:hover .title {
  bottom: 0;
}
.home-wrap-p4 .content .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding-left: 25px;
  background-color: #f5f5f5;
}
.home-wrap-p4 .content .more a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #e94709;
}
.home-wrap-p4 .content li {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}
.home-wrap-p4 .content .item-a {
  width: 50%;
  height: 100%;
}
.home-wrap-p4 .content .item-b {
  width: 50%;
  height: 100%;
}
.home-wrap-p4 .content .item-b li {
  width: 50%;
  height: 50%;
}
.home-wrap-p4 .content .item-b li .img-wrap {
  padding: calc(34% - 12px) 0;
}
.home-wrap-p4 .content .content-item {
  position: relative;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.home-wrap-p5 {
  padding-bottom: 5%;
}
.home-wrap-p5 .more {
  padding-left: 8px;
}
.home-wrap-p5 .more a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #e94709;
}
.home-wrap-p5 .img-wrap {
  padding: 34% 0;
}
.home-wrap-p5 .word-date {
  width: 15%;
  font-size: 18px;
  text-align: center;
}
.home-wrap-p5 .word-date b {
  display: block;
  width: 100%;
  font-size: 43px;
  line-height: 50px;
  font-weight: normal;
  border-bottom: solid 1px #666;
}
.home-wrap-p5 .word-text {
  width: 75%;
  line-height: 30px;
}
.home-wrap-p5 .word-text .text-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
}
.home-wrap-p5 .word-text .text-desc {
  font-size: 12px;
  color: #919191;
  line-height: 20px;
}
.home-wrap-p5 .word {
  padding: 5%;
  background: #ececec;
}
.home-wrap-p5 a {
  display: block;
}
.home-wrap-p5 a:hover {
  color: #e94709;
}
.home-wrap-p5 a:hover b {
  border-bottom: solid 1px #e94709;
}
.home-wrap-p5 a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.home-wrap-p5 .item-nav a {
  display: block;
}
.home-wrap-p5 .item-nav li {
  width: 23.4%;
  height: 42px;
  margin-right: 1.4%;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background: #ececec;
}
.home-wrap-p5 .item-nav li:hover {
  background: #e94709;
}
.home-wrap-p5 .item-nav li:hover a {
  color: #fff;
}
.home-wrap-p5 .item-nav .active {
  background: #e94709;
}
.home-wrap-p5 .item-nav .active a {
  color: #fff;
}
.home-wrap-p5 .item-list time {
  padding-right: 5px;
  color: #919191;
  font-size: 12px;
}
.home-wrap-p5 .item-list li {
  line-height: 43px;
  border-bottom: dotted 1px #e1e1e1;
}
.home-wrap-p5 .item-list li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 72px);
  height: 43px;
  font-size: 16px;
  text-indent: 22px;
}
.home-wrap-p5 .item-list li a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #333;
}
.home-wrap-p5 .item-list li a:hover:after {
  background: #e94709;
}
.home-wrap-p5 .item-list ul {
  margin-top: 5%;
  border-top: dotted 1px #e1e1e1;
}
.home-wrap-p5 .item01 {
  width: 50%;
  padding-right: 3%;
}
.home-wrap-p5 .item02 {
  width: 50%;
}
.home-wrap-p6 {
  background: url(../images/home/iAdPic.jpg) no-repeat center / cover;
  background-attachment: fixed;
  padding: 5% 0;
}
.home-wrap-p6 .img {
  height: 560px;
}
.home-wrap-p7 .img-wrap {
  padding: 42% 0;
  height: 100%;
}
.home-wrap-p7 .tel-ico {
  width: 66px;
}
.home-wrap-p7 .tel-num {
  padding-left: 10px;
}
.home-wrap-p7 .tel-num a {
  display: block;
  font-size: 33px;
  line-height: 30px;
}
.home-wrap-p7 .tel-num time {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-style: normal;
  background: #f5f5f5;
}
.home-wrap-p7 .tel-num span {
  display: block;
  position: relative;
  z-index: 1;
  color: #e94709;
}
.home-wrap-p7 .tel-num span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #e94709;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-wrap-p7 .top-title {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 72%;
  color: #8b8989;
  font-size: 25px;
  font-weight: bold;
  background: #f5f5f5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-wrap-p7 .content-top {
  position: relative;
  margin-top: 20px;
  padding: 30px 0 20px;
  border: 1px solid #ccc;
}
.home-wrap-p7 .content-form i {
  overflow: hidden;
  width: 23px;
  height: 37px;
  background: url(../images/home/iMsgIco2.png) no-repeat left top;
}
.home-wrap-p7 .content-form img {
  height: 37px;
  padding-right: 15px;
}
.home-wrap-p7 .content-form input {
  width: calc(100% - 23px - 10px);
  height: 100%;
  padding: 0 5px;
  background-color: #fff;
}
.home-wrap-p7 .content-form textarea {
  width: 100%;
  height: 72px;
  padding: 5px;
  resize: none;
  background-color: #fff;
}
.home-wrap-p7 .content-form span {
  width: 10px;
  color: #e94709;
}
.home-wrap-p7 .content-form .yzm {
  width: 50%;
  max-width: 188px;
}
.home-wrap-p7 .content-form li {
  width: 50%;
  height: 37px;
  margin-top: 15px;
}
.home-wrap-p7 .content-form li:nth-child(2) i,
.home-wrap-p7 .content-form li:last-child i {
  background-position: left -111px;
}
.home-wrap-p7 .content-form li:nth-child(3) i {
  background-position: left -37px;
}
.home-wrap-p7 .content-form li:nth-child(4) i {
  background-position: 2px -148px;
}
.home-wrap-p7 .content-form li:nth-child(5) i {
  background-position: left -74px;
}
.home-wrap-p7 .content-form .line-ds {
  width: 100%;
  height: auto;
}
.home-wrap-p7 .content-form button {
  display: block;
  padding: 0 5px;
  height: 37px;
  line-height: 37px;
  margin-left: 23px;
  margin-top: 2%;
  color: #fff;
  background: #e94709;
  cursor: pointer;
}
.home-wrap-p7 .item-content {
  padding: 3% 7.5%;
  text-align: center;
  background-color: #f5f5f5;
}
.home-wrap-p7 .item {
  width: 50%;
}
/*# sourceMappingURL=index.css.map */