
		.trans3{transition: all .3s;}
		a.hover_linear_color{transition: all .3s;}
		a.hover_linear_color:hover{background: linear-gradient(to right, #90c31f 0%, #1cc96a 55%, #339dff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-position: 100% center;transition: all .3s;}
		.part_title{font-size: 60px;color: #333333;text-align: center;}
		/*.part_title.text_upper{text-transform: uppercase;}*/
		.index_wrap{width: 92%;max-width: 1440px;margin: 0 auto;}
		.imgAnimation{position: relative;width: 100%;top: -10%;z-index: 1;animation: imgAnimation 2.5s ease-in-out infinite;}
		.imgScale{animation: imgScale 2.5s ease-in-out infinite;}
		@keyframes imgAnimation {
			0% { transform: translateY(0); }
			50% { transform: translateY(-20px); }
			100% { transform: translateY(0); }
		}
		@keyframes imgScale {
			0% { transform: scale(1); }
			50% { transform: scale(1.05); }
			100% { transform: scale(1); }
		}
	