.homeBanner{position: relative;}
.homeBanner span{line-height: 40px;color: #3BB94F;font-size: 18px;padding:0 15px;background:#fff;border-radius: 5px;position: absolute;left: 210px;top:210px;}


.homeItem{background: #fff;margin-top: 20px;padding:20px;}
.homeItemLine{background: #3BB94F;width: 40px;height: 6px;}
.homeItemTitle{font-size: 28px;color: #666;padding-bottom: 25px;padding-top: 5px}
.homeIntro{display: flex;align-items: center;justify-content: space-between;position: relative;}
.introLeft{display: flex;align-items: center;flex: 1;box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
.left1{flex: 0 0 150px;width: 150px;display: flex;align-items: center;justify-content: center;height: 184px;
	flex-direction: column;color: #fff;font-size: 20px}
.left1 img{width: 54px;padding-bottom: 15px}
.left2{flex: 1;padding:15px;color:#333;font-size: 15px;line-height: 25px;text-align: justify;}

.video{display: flex;align-items: center;}
.video video{width: 500px;height: 320px;object-fit: fill}
.videoText{padding:20px;}

.moment{display: flex;align-items: center;}
.momentItem{flex: 1;}
.momentItemTitle{color: #187CC9;font-size: 20px;display: flex;align-items: center;justify-content: space-between;}
.momentItem1{display: flex;align-items: center;;line-height: 30px;padding:5px 0;}
.momentItem:first-child{margin-right: 10px}
.momentItem:last-child{margin-left: 10px}
.momentPoint{height: 6px;width: 6px;background: #959595;border-radius: 50%}
.momentItem a{flex: 1;margin-left: 5px;color: #666;border-bottom: 1px solid #D7D7D7}
.momentItemTitle a{text-align: right;font-size: 14px;border-bottom: none;padding-right: 20px}

.QR{display: flex;}
.QR div{width: 154px;color: #187CC9;font-size: 18px;display: flex;flex-direction: column;justify-content: center;align-items: center;flex:0 0 33.33%;}
.QR img{width: 154px;margin-top: 15px}
