@charset "UTF-8";
/* CSS Document */

.tp2024_blue{
	color: #0A59D8;
}
.orange_badge{
	background: #FF4A00;
	padding: 0 60px;
}
.blue_badge{
	background: #0A59D8;
	padding: 0 60px;
}
.blue_reduce{
	color:#359CD4;
}
.blue_recycle{
	color:#84B342;
}
.blue_redesign{
	color:#F29739;
}
.title_5r{
	height: 30px;
}
.mod-toggle-head{
	background:#fafdfd;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
}
.mod-toggle-head:hover{
	opacity: 0.8;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.white_md{
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 10px;
}
.center_md{
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
@media screen and (max-width : 47.938em) {
.tp2024_header_wrap{
  background-size: 270%!important;
}
.tp2024_header_lead img{
	bottom:10px!important;
	right:60px!important;
	width:150%!important;
}
}
@media screen and (max-width : 1400px) {
.tp2024_header_wrap{
  min-height: 250px!important;
}
.tp2024_header_lead{
  min-height: 170px!important;
}
.tp2024_header_lead img{
	bottom:40px!important;
}
}
.tp2024_header_wrap_top{
  background: url("../images/index/tp2024_color_line_bk.jpg") no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
  background-size: 100% 100%;
	position: relative;
}
.tp2024_header_wrap{
  background: url("../images/tp2024_bk.jpg") no-repeat;
	background-position: center left;
	background-color:#FFFFFF;
  background-size: cover;
  min-height: 370px;
	position: relative;
}
.tp2022_header-lang {
	color:#0a59d8!important;
}
.tp2022_header-lang a{
	color:#0a59d8!important;
}.tp2022_header-lang ul li:first-child {
  border-right: #0a59d8 1px solid;
}
.tp2024_header_lead{
	position: relative;
	width:100%;
  min-height: 280px;
}
.tp2024_header_lead img{
	position: absolute;
	bottom:90px;
	right:100px;
	width:42%;
}
.tp2024_header_wrap_t {
  background: rgba(36, 219, 201, 1);
  background: -moz-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 219, 201, 1)), color-stop(51%, rgba(0, 139, 229, 1)), color-stop(100%, rgba(3, 110, 213, 1)));
  background: -webkit-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: -ms-linear-gradient(left, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  background: linear-gradient(to right, rgba(36, 219, 201, 1) 0%, rgba(0, 139, 229, 1) 51%, rgba(3, 110, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24dbc9', endColorstr='#036ed5', GradientType=1);
}