@charset "utf-8";
.tea {
	width: 100%;
	padding: 60px 0;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
	display: flex;
}

.blue {
	background: linear-gradient(to right,#1cafbf 0%,#2f819f 100%);
}

.white {
	background: #fff;
}

.tea_left {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.3;
	/* white-space: nowrap; */
	margin-right: 40px;
	width: 240px;
	text-align: left;
}

.tea_right {
	width: 100%;
}

.tea_right a {
	font-size: 20px;
	display: inline-block;
	width: 19%;
	line-height: 60px;
	text-align: center;
	/* font-weight: 600; */
}

.blue .tea_left {
	color: #fff;
}

.white .tea_left {
	color: #298fa9;
}

.blue .tea_right a {
	color: #333;
}

.blue .tea_right a:hover {
	font-weight:bolder;
}

@media (max-width:1024px){
	.tea{padding:40px 0;}
    .w1300{width:96%;padding:0 2%}
    .tea_left{margin-right:20px;}
    .tea_right a{width:24%;}
}

@media (max-width:768px){
	.w1300{display:block;}
    .tea_left{margin-right: 0;text-align: center;width: 100%;font-size: 24px;margin-bottom: 20px;}
    .tea_right a{width: 32%;font-size: 18px;line-height: 3;}
}