.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-button-prev {
  left: 300px;
}

.banner .swiper-button-next {
  right: 300px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 20px;
  height: 38px;
  background-size: 20px 38px;
}

.banner .box main {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner .box main .cont-box {
  width: 60%;
}

.banner .box main .cont-box>div {
  margin-bottom: 20px;
}

.banner .box main .cont-box>div h1,
.banner .box main .cont-box>div img {
  display: inline-block;
}

.banner .box main .cont-box>div img {
  width: 18px;
  height: 18px;
}

.banner .box main .cont-box>div h1 {
  font-size: 24px;
  margin-right: 15px;
  font-weight: bold;
}

.banner .box main .cont-box>p {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.banner .box main>.btn {
  flex: 1;
  margin-top: 35px;
  text-align: right;
  padding-bottom: 0;
}

.banner .box main>.btn a {
  text-decoration: none;
  padding: 15px 18px;
  color: #FFFFFF;
  background: #3271EF;
  display: inline-block;
}

.banner .box main>.btn a>img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 15px;
  width: 26px;
}

.part2 {
  width: 100%;
  padding-bottom: 50px;
  background: #e4e4e4;
}

.part2 h2 {
  display: inline-block;
  padding: 50px 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.part2 h2 img.new{
	width: 36px;
	height: 13px;
	margin-left:7px;
	display: inline-block;
	vertical-align: top;
}

.part2 h2 span {
  font-size: 12px;
}

/* .part2 h2::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 13px;
  right: -20px;
  top: 50px;
  content: 'NEW';
  color: red;
} */

.part2 .box2 {
  background-color: #FFFFFF;
  padding: 48px 70px;
  position: relative;
}

.part2 .box2 .swiper-button-prev {
  left: 15px;
}

.part2 .box2 .swiper-button-next {
  right: 15px;
}

.part2 .box2 .swiper-button-prev,
.part2 .box2 .swiper-button-next {
  width: 20px;
  height: 38px;
  background-size: 20px 38px;
}

.part2 .box2 .swiper-container .swiper-slide {
  display: flex;
  flex-flow: row nowrap;
}


.part2 .box2 .swiper-container .swiper-slide .left {
  width: 605px;
  height: 340.3px;
  background: #e4e4e4;
  flex-shrink: 0;
}

.part2 .box2 .swiper-container .swiper-slide .right {
  margin-left: 30px;
}

.part2 .box2 .swiper-container .swiper-slide .right span {
  display: block;
}

.part2 .box2 .swiper-container .swiper-slide .right span:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 33px;
}

.part2 .box2 .swiper-container .swiper-slide .right span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #888888;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 40px;
}

.part2 .box2 .swiper-container .swiper-slide .right .btn {
  padding: 13px 26px;
  background-color: #212A44;
  display: inline-block;
}

.part2 .box2 .swiper-container .swiper-slide .right .btn a {
  text-decoration: none;
  color: #FFFFFF;
}

.part3 {
  padding-bottom: 50px;
}

.part3 main h2 {
  margin: 50px 0;
  font-size: 18px;
  font-weight: bold;
}

.part3_box{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.part3 main div {
  display: flex;
  /* justify-content: space-between; */
}

.part3 main div .box {
  text-align: center;
  width: 266px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  margin-right: 55px;
}

.part3 main div .box:nth-child(4n){
	margin-right: 0;
}

.part3 main div .box .img2 {
  height: 200px;
  background: #e4e4e4;
}

.part3 main div .box h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

.part3 main div .box h3 span {
  color: #888888;
  font-size: 14px;
  margin: 10;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-button-prev2,
.swiper-button-next2 {
  width: 14px!important;
  height: 25px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background-image: none !important;
}