.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 40px auto;
}
.home .main .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .main .news .l {
  width: 391px;
}
.home .main .news .l .links {
  padding: 20px;
  background: #FAFAFA;
}
.home .main .news .l .links .p1 {
  color: #333333;
  font-size: 18px;
  font-weight:bold;
}
}
.home .main .news .l .links .types {
  margin-top: 10px;
}
.home .main .news .l .links .types .dalei{
	display: flex;
	justify-content: space-between;
}
.home .main .news .l .links .types .dalei a{
	font-weight: bold;
	font-size: 24px;
}
.home .main .news .l .links .types .dalei img{
	height: 5px;
	padding-top: 30px;
}


.home .main .news .l .links .types a {
  display: block;
  color: #333333;
  border-bottom: 1px dashed #C7C7C7;
  padding: 15px 0;
  transition: all 600ms;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .main .news .l .links .types a:hover {
  color: #01509A;
}
.home .main .news .l .links .types .active {
  color: #01509A;
}
.home .main .news .r {
  width: calc(98% - 391px);
  display: flex;
  justify-content: space-between;
}
.home .main .news .r .pics {
  width: 600px;
}
.home .main .news .r .pics .sw1 {
  width: 100%;
}
.home .main .news .r .pics .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic {
  border: 1px solid #EDEDED;
  margin: 0 auto;
  width: 99%;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .news .r .pics .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.home .main .news .r .pics .sw2 {
  margin: 0 auto;
  width: 95%;
  margin-top: 10px;
}
.home .main .news .r .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 102px;
  height: 99px;
  border: 1px solid #EDEDED;
  max-width: calc(100% - 2px);
}
.home .main .news .r .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}



.home .main .news .r {
	display: flex;
	align-content: space-between;
	flex-direction: column;
	justify-content: space-evenly;
	
	}
.home .main .news .r .xq{
	display: flex;
	justify-content: space-between;
	
	}

.home .main .news .r .info {
  width: calc(96% - 600px);
}
.home .main .news .r .info .p1 {
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 30px;
}
.home .main .news .r .info .p2 {
  color: #666666;
  font-size: 16px;
  padding: 15px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  line-height: 25px;
}
.home .main .news .r .info .links {
  display: flex;
  margin-top: 100px;
}
.home .main .news .r .info .links a {
  width: 182px;
  border: 1px solid #02388E;
  line-height: 48px;
  text-align: center;
  color: #02388E;
  transition: all 600ms;
  margin-right: 20px;
}
.home .main .news .r .info .links a:hover {
  background: #02388E;
  color: white;
}
@media screen and (max-width: 1440px) {
  .home .main .news .l {
    width: 300px;
  }
  .home .main .news .r {
    width: calc(98% - 300px);
  }
  .home .main .news .r .pics {
    width: 500px;
  }
  .home .main .news .r .info {
    width: calc(98% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  .home .main {
    margin: 20px auto;
  }
  .home .main .news {
    flex-direction: column;
  }
  .home .main .news .l {
    width: 100%;
    display: none;
  }
  .home .main .news .l .links {
    padding: 15px;
  }
  .home .main .news .r {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .home .main .news .r .pics {
    width: 100%;
  }

	.home .main .news .r .xq{display: block;}
.index-about-jcd .index-about-jcd-top{
	    display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	
}
.index-about-jcd-left{width: 100%;}
.index-about-jcd-right{width: 100%;}




  .home .main .news .r .pics .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
    width: calc(100% - 2px);
  }
  .home .main .news .r .info {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .news .r .info .links {
    margin: 30px 0;
  }
}

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