@media screen and (min-width: 1200px) {
	.tabClick {
		overflow: hidden;
		width: 450px;
		height: auto;
		margin: 0px auto;
		border: 2px solid #ff9f00;
		border-radius: 30px;
	}

	.tabClick li {
		height: 65px;
		line-height: 65px;
		width: 225px;
		float: left;
		text-align: center;
		font-size: 22px;
	}

	.tabClick li.active {
		font-size: 22px;
		color: #fff;
		transition: 0.1s;
		background: #ff9f00;
		border-radius: 25px;
	}

	.tabCon {
		width: 1200px;
		height: auto;
		margin: 0px auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.tabBox {
		position: relative;
	}

	.tabList {
		word-break: break-all;
		width: 100%;
		float: left;
		line-height: 30px;
		text-align: center;
		color: #333;
		font-size: 18px;
	}

	.lineBorder {
		
	}

}



@media screen and (max-width: 1200px) {
	.tabClick {
		overflow: hidden;
		width: 95%;
		height: auto;
		margin: 0px auto;
		border: 1px solid #ff9f00;
		border-radius: 20px;
	}

	.tabClick li {
		height: 40px;
		line-height: 40px;
		width: 49.5%;
		float: left;
		text-align: center;
		font-size: 18px;
	}

	.tabClick li.active {
		font-size: 18px;
		color: #fff;
		transition: 0.1s;
		background: #ff9f00;
		border-radius: 15px;
	}

	.tabCon {
		width: 98%;
		height: auto;
		margin: 0px auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.tabBox {
		position: relative;
	}

	.tabList {
		word-break: break-all;
		width: 100%;
		float: left;
		line-height: 50px;
		text-align: center;
		color: #333;
		font-size: 18px;
	}

	.lineBorder {
		
	}

}

