@charset "utf-8";
.newtitle2{}

.newtitle2 em a{
	display: block;
	width: 150px;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
	padding: 5px 25px;
	line-height: 20px;
	border-left: 1px solid #3ba272;
	border-top: 1px solid #3ba272;
	border-bottom: 1px solid #3ba272;
}

.newtitle2 .cur{
	background-color: #3ba272;
	color: #fff;
}

.tab_ul_cur{
	border: 3px solid #3ba272;
}

.clear{
	height: 15px;
}

#tab_ul_1{
	display: flex;
	justify-content: center;
}

#tab_ul_1 a{
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
	padding: 15px;
	width: 350px;
}

#tab_ul_2{
	display: flex;
	justify-content: center;
}

#tab_ul_2 a{
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
	padding: 15px;
	width: 250px;
}

/*#container2{
	width: 1116px;
}*/
[id^='container']{
	width: 1116px;
}