.home {
  width: 100%;
  position: relative;
}
.home .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  animation: big2 32s forwards linear;
}
@keyframes big2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home .banner .t1 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 3px;
}
.home .banner .links {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .banner .links i {
  color: #ffffff;
}
.home .banner .links a, .home .banner .links p {
  color: #ffffff;
  font-weight: 200;
}
.home .banner .links a {
  margin: 0 8px;
  display: inline-block;
}
.home .fixNav {
  width: 80%;
  position: fixed;
  left: 10%;
  top: 87px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  transition: all 600ms;
  opacity: 0;
  pointer-events: none;
}
.home .fixNav .item {
  width: 16.6%;
  text-align: center;
  color: #333333;
  font-weight: 200;
  position: relative;
  padding: 25px 0;
  transition: all 600ms;
  cursor: pointer;
  display: block;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.home .fixNav .item p {
  transition: all 600ms;
}
.home .fixNav .item p:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  text-align: center;
  width: 100%;
  font-family: "Raleway-Regular";
  font-size: 12px;
  text-transform: uppercase;
}
.home .fixNav .item:hover {
  background-color: #11327E;
  color: #ffffff;
  border-color: #11327E !important;
}
.home .fixNav .item:last-child {
  border-right: 1px solid #E5E5E5;
}
.home .fixNav .active {
  background-color: #11327E;
  color: #ffffff;
  border-color: #11327E !important;
}
.home .fixNav .active p {
  transform: translateY(-7px);
}
.home .fixNav .active p:nth-child(2) {
  opacity: 1;
}
.home .main {
  width: 100%;
}
.home .main .navList {
  width: 70%;
  margin: 0 auto;
  display: flex;
  margin-top: -32px;
  transition: all 600ms;
border-bottom:1px solid rgb(230 230 230 / 70%);

}
.home .main .navList .item {
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  position: relative;
  padding: 25px 0;
  transition: all 200ms;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.home .main .navList .item+.item{
  border-left: 1px solid rgb(230 230 230 / 70%);
}
.home .main .navList .item:before{
    background: linear-gradient(0deg, #11327E 0%, #0349A3 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: ease all .2s;
}
.home .main .navList .item p {
  transition: all 200ms;
  position: relative;
  z-index: 2;
}
.home .main .navList .item p:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  text-align: center;
  width: 100%;
  font-family: "Raleway-Regular";
  font-size: 12px;
  text-transform: uppercase;
}
.home .main .navList .item:hover {
  color: #ffffff;
}
.home .main .navList .item.active:before,
.home .main .navList .item:hover:before{
  opacity: 1;
}
/*.home .main .navList .item:last-child {
  border-right: 1px solid #E5E5E5;
}*/
.home .main .navList .item.active{
  color: #ffffff;
}.home .main .intro {
  width: 100%;
  background: url("../images/pbg11.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.home .main .intro .p1 {
  font-size: 36px;
  font-weight: bolder;
}
.home .main .intro .des {
  font-size: 18px;
  line-height: 48px;
  margin-top: 80px;
  font-weight: 200;
}
.home .main .ad {
  width: 100%;
  background: url("../images/adBg.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.home .main .ad .p1 {
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  font-size: 30px;
}
.home .main .ad .allItems {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.home .main .ad .allItems .item {
  width: 30%;
  text-align: center;
  margin-top: 80px;
  padding: 0 40px;
}
.home .main .ad .allItems .item .pic {
  transition: all 600ms;
  position: relative;
  display: inline-block;
}
.home .main .ad .allItems .item .pic img {
  width: 39px;
  height: 39px;
  object-fit: cover;
}
.home .main .ad .allItems .item .pic img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 600ms;
  z-index: -1;
}
.home .main .ad .allItems .item .sp1 {
  color: #ffffff;
  font-size: 24px;
  margin: 25px 0;
}
.home .main .ad .allItems .item .des {
  color: white;
  font-size: 18px;
  line-height: 36px;
  font-weight: 200;
}
.home .main .ad .allItems .item:hover .pic {
  transform: rotateY(360deg);
}
.home .main .ad .allItems .item:hover .pic img:nth-child(2) {
  opacity: 0.5;
}
.home .main .defect {
  width: 70%;
  margin: 80px auto;
}
.home .main .defect .t1 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}
.home .main .defect .pic {
  width: 100%;
  margin-top: 60px;
}
.home .main .defect .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .introduce {
  width: 100%;
  background: url("../images/pdBg.png") no-repeat;
  background-size: cover;
  padding: 80px 0 1px 0;
  position: relative;
}
.home .main .introduce .t1 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  color: #ffffff;
}
.home .main .introduce .allImgs {
  width: 100%;
  margin: 0 auto;
}
.home .main .introduce .allImgs .swiper-container {
  width: 100%;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide {
  transition: all 600ms;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-active{
    pointer-events: none;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 5%;
  margin: 0 auto;
  transform: scale(0.8);
  transition: all 600ms;
 pointer-events:auto;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 40%;
  transition: all 600ms;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  max-width: 100%;
  display: block;
height:650px;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
  width: 50%;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bolder;
  animation-duration: 1s;
  animation-delay: 200ms;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
  height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 40px;
  padding-right: 30px;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des .pt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 40px;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des .pt p:nth-child(1) {
  color: #ffffff;
  font-size: 18px;
  width: 80px;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des .pt p:nth-child(2) {
  font-weight: 200;
  font-size: 18px;
  color: #ffffff;
  width: calc(98% - 80px);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des::-webkit-scrollbar {
width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: rgba(255, 255, 255, 1);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev {
transform: translateX(500px) scale(.8);
}
@media screen AND (max-width: 1366px) {
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translateX(350px) scale(.8);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic{
    width: 42%;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text{
    width: 55%;
  }
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev .item {
  background-color: transparent;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev .item .pic {
  transform: translateX(1100px);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev .item .text {
  display: none;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next {
transform: translateX(-630px) scale(.8);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next .item {
  background-color: transparent;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next .item .pic {
  transform: translateX(-130px);
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next .item .text {
  display: none;
}
.home .main .introduce .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 100;
}
.home .main .introduce .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 600ms;
  margin: 0 10px;
}
.home .main .introduce .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home .main .landing {
  width: 100%;
  background: url("../images/landBg.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.home .main .landing .t1 {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}
.home .main .landing .allImgs {
  width: 70%;
  margin: 60px auto;
  margin-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
.home .main .landing .allImgs .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 100;
}
.home .main .landing .allImgs .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #1B4098;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 600ms;
  margin: 0 10px;
}
.home .main .landing .allImgs .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home .main .landing .allImgs .swiper-container {
  width: 100%;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .pic {
  width: 48%;
  overflow: hidden;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .pic:hover img {
  transform: scale(1.05);
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .des {
  width: 46%;
  max-height: 180px;
  overflow: auto;
  font-size: 18px;
  line-height: 36px;
  padding-right: 30px;
  color: #333333;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .des::-webkit-scrollbar {
  width: 1px;
  background: #EEEEEE;
}
.home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .des::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: #1B4098;
}
@media screen and (max-width: 1440px) {
  .home .fixNav {
    width: 80%;
    left: 10%;
  }
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item{
width: 90%;
}
  .home .main .navList {
    width: 80%;
  }
  .home .main .ad .allItems {
    width: 80%;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
    max-width: 80%;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translateX(100px);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next {
 transform: translateX(-280px);
  }
  .home .main .defect {
    width: 80%;
  }
  .home .main .landing .allImgs {
    width: 80%;
  }
}
@media screen AND (max-width: 1366px) {
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translateX(260px) scale(.8);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next{
    transform: translateX(-380px) scale(.8);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img{
    height: 580px;
  }
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .banner .t1 {
    font-size: 20px;
    width: 90%;
    left: 5%;
  }
  .home .banner .links {
    width: 90%;
    left: 5%;
  }
  .home .fixNav {
    display: none !important;
  }
  .home .main .navList {
    width: 80%;
    flex-wrap: wrap;
  }
  .home .main .navList .item {
width: 100% !important;
    border-right: none;
    border-bottom: none;
    padding: 15px 0;
  }
  .home .main .navList .item:last-child {
    border-bottom: 1px solid #E5E5E5;
  }
  .home .main .intro {
    padding-bottom: 40px;
    padding: 40px 0;
  }
  .home .main .intro .p1 {
    font-size: 20px;
  }
  .home .main .intro .des {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
  }
  .home .main .ad {
    padding: 50px 0;
  }
  .home .main .ad .p1 {
    font-size: 20px;
  }
  .home .main .ad .allItems .item {
    width: 100%;
    margin-top: 30px;
  }
  .home .main .ad .allItems .item .des {
    font-size: 16px;
    line-height: 30px;
  }
  .home .main .defect {
    width: 90%;
    margin: 40px auto;
  }
  .home .main .defect .t1 {
    font-size: 20px;
  }
  .home .main .defect .pic {
    margin-top: 30px;
  }
  .home .main .introduce {
    padding: 40px 0;
  }
  .home .main .introduce .t1 {
    font-size: 20px;
  }
  .home .main .introduce .allImgs {
    margin: 0 auto;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
    width: 100%;
    flex-direction: column;
  }
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic{
width: 100%;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img{
width: 100%;
max-width: 100%;
    height: 300px;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des{
margin-top: 20px;
}
.home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translateX(0);
}
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev .item .pic {
    transform: translateX(0);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-prev .item .text {
    display: block;
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next {
    transform: translateX(0);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next .item .pic {
    transform: translateX(0);
  }
  .home .main .introduce .allImgs .swiper-container .swiper-wrapper .swiper-slide-next .item .text {
    display: block;
  }
  .home .main .introduce .swiper-pagination {
    bottom: 40px;
  }
  .home .main .landing {
    padding: 20px 0;
  }
  .home .main .landing .t1 {
    font-size: 20px;
  }
  .home .main .landing .allImgs {
    width: 90%;
    margin: 30px auto;
    padding-bottom: 30px;
  }
  .home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a {
    flex-direction: column;
  }
  .home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .pic {
    width: 100%;
  }
  .home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .des {
    width: 90%;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px){
  .home .main .intro .des{
    font-size: 16px;
    line-height: 1.75;
  }
  .home .main .intro p span strong{
    font-size: 24px;
  }
  .home .main .landing .allImgs .swiper-container .swiper-wrapper .swiper-slide .item a .des p{
    font-size: 16px;
    width: 95%;
  }
}

/*# sourceMappingURL=proInfo.css.map */
