.banner {
	width: 100%;
}
.banner img {
	/* width: 100%; */







	max-width: 100%;
}
.banner .nav-tips {
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1400px;
}
.btn {
	/* background: #eeeeee; */

	font-size: 1.2vw;
	font-weight: 700;
	margin-bottom: 20px;
}
.flexbtw222 {
	align-items: center;
}
.flexbtw222 div {
	height: 30px;
	width: 2px;
	background-color: #999999;
}
.btn a {
	text-align: center;
	margin: 1% 0;
	color: #999999;
	padding: 15px 30px;
}
.btn a:last-child {
	border: none;
}
.nav-item:hover {
	color: #04cdae;
	text-decoration: none;
}
.btn a:nth-child(2n) {
}
.btnactive {
	background: #2c313e !important;
	color: #1a9281;
}
.line {
/*margin: 5% auto;*/







}
.line>div {
	flex-wrap: wrap;
}
.line-item {
	width: 32%;
}
.line-item>div:first-child {
	width: 100%;
	position: relative;
}
.line-bj {
	position: absolute;
	width: 96%;
	height: 96%;
	top: 2%;
	left: 2%;
	background: #d2d2d2;
	z-index: -1;
}
.line-bj::before {
	content: "";
	position: absolute;
	right: 1%;
	bottom: 2%;
	width: 7%;
	padding-bottom: 5%;
	background: url(../images/icon26.png) no-repeat;
	background-size: 100% 100%;
}
.line-item img {
	width: 100%;
	max-width: 100%;/*border: 2px solid #f51f1f;*/







}
.line-txt {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding: 15px 20px;
}
.line-txt div {
	color: #333;
}
.line-txt>div:first-child {
	font-weight: 700;
	margin-bottom: 2%;
	display: flex;
	align-items: center;
}
.line-txt>div {
	display: flex;
	align-items: center;
	line-height: 2;
}
.line-txt>div:last-child>p:last-child {
	margin-top: 1%;
}
.line-txt>div:last-child>p span:last-child {
	font-weight: bold;
}
.line-txt>div:last-child>p span:first-child {
	font-weight: normal;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.line-item:hover {
	background-color: #363b4e;
}
.line-item:hover .line-txt div {
	color: #fff;
}
.line-item:hover .line-txt>div:last-child>p span:last-child {
	color: #f51f1f;
}
.line-item:hover .line-txt>div::before {
	background: url(../images/white.png) no-repeat;
}
.line-item:hover .line-txt>div:last-child::before {
	background: url(../images/green.png) no-repeat;
}
.line-item:hover .mask {
	opacity: .9;
	transition: 0.5s;
}
.line-item:hover .line-bj {
	background: #04bfa2;
	transition: 0.5s;
}
.line-item:hover .line-bj::before {
	background: url(../images/icon27.png) no-repeat;
	background-size: 100% 100%;
}
/* 如果最后一行是2个元素 */







.line-item:last-child:nth-child(3n - 1) {
	margin-right: calc(30% + 10% / 2);
}
.line-item:nth-child(n+4) {
	margin-top: 3%;
}
.banner .nav-tips .wt72 p {
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 20px!important;
	position: relative;
	padding-left: 30px;
	line-height: 2;
}
.banner .nav-tips .wt72 p::before {
	content: "";
	background: url(../images/small-decoration.png);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 8px;
}
.flexbtw {
	flex-wrap: wrap;
}
.turnbtn {
	max-width: 60%;
	margin: 2% auto 0;
	justify-content: center!important;
}
/*.flexbtw a.actives::after {*/

/*    content: "";*/
/*    background: url(../images/selected-active.png) no-repeat;*/
/*    width: 53px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: -15px;*/
/*    transform: translateX(-50%);*/
/*}*/

.flexbtw a.actives {
	background: #f51f1f;
}
.flexbtw a.nav-item {
	color: #999999 !important;
	font-size: 20px !important;
	position: relative;
}
.flexbtw a.nav-item:hover {
	color: #fff !important;
}
/*.flexbtw a.nav-item:hover::after {*/

/*    content: "";*/

/*    background: url(../images/selected-active.png) no-repeat;*/

/*    width: 53px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: -15px;*/
/*    transform: translateX(-50%);*/

/*}*/
.flexbtw a.nav-item:hover {
	background: #f51f1f;
}
.flexbtw a {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.turnbtn a {
	flex-direction: row;
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 7px 15px;
	margin: 2px;
	color: rgba(3, 108, 180, 1);
	font-size: 16px;
}
.turnbtn>b {
	border: 1px solid rgba(3, 108, 180, 1);
	padding: 7px 15px;
	font-weight: bold;
	margin: 2px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(3, 108, 180, 1);
	font-size: 16px;
}
.flexbtw a.actives {
	color: #fff !important;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.line222, .line111 {
	padding-bottom: 160px;
}
.line222 .flexbtw a {
	color: #333 !important;
	border: 1px solid #f8f6f6;
}
/*.wt72>a:last-child{

	color:#333!important;

	font-weight: normal!important;

}*/





.banner .nav-tips a {
 font-size: .3959rem;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
}
.wt72>a:last-child {
	word-spacing: 0 !important;
}
.line-list a {
	align-items: flex-start !important;
	overflow: hidden;
}
@media (max-width:1400px) {
.banner .nav-tips, .btn, .line222, .line111 {
 padding-left: .31rem;
 padding-right: .31rem;
}
}
 @media (max-width:1080px) {
.banner {
	background-color: #292d3a;
	padding: 30px 0 90px;
}
.banner img {
	display: none;
}
.line222, .line111 {
	padding-bottom: 50px;
}
.banner .nav-tips a {
	font-size: 24px;
}
.banner .nav-tips {
	position: static;
	transform: translate(0, 0);
}
.btn {
	margin-top: 20px;
	overflow-x: auto;
}
.btn .flexbtw222 {
	display: block;
	white-space: nowrap;
}
.flexbtw a.nav-item, .flexbtw222 div {
	display: inline-block;
	vertical-align: middle;
}
.flexbtw222 div {
	margin-left: 20px;
	margin-right: 20px;
}
}
 @media (max-width:768px) {
.line-item {
 width: calc((100% - .31rem) / 2)
}
.line222 .line-list {
 gap: .31rem;
}
.line-item:nth-child(n+4) {
	margin-top: 0;
}
}
 @media (max-width:500px) {
.line-item {
	width: 100%;
}
.line-item>div:first-child {
	width: 100%;
}
}
