﻿.supportbanner {
	background:url(../images/support_banner.jpg) no-repeat;
	width: 1100px;
	height: 180px;
	margin: 10px auto;
	position: relative;
}
.supportbanner .title {
	position: absolute;
	left: 70px;
	top: 80px;
	color: #94ebf1;
	font-size: 26px;
}
.supportbanner .disp {
	position: absolute;
	left: 70px;
	bottom: 20px;
	color: #e2eff0;
	font-size: 12px;
}
.locright {
	float: right;
	display: flex;
}
.locright a {
	color: #01469a;
	font-size: 12px;
	width: 108px;
	height: 30px;
	border: 1px solid #01469a;
	text-align: center;
	line-height: 30px;
	border-radius: 1px;
}
.locright a.current,.locright a:hover {
	background: #01469a;
	color:#fff;
}
.supportbox
{
	width: 1100px;
	margin: 0 auto;
}
.supportbox ._tabtitle {
	width: 100%;
	height:44px;
	display: flex;
	margin-top: 40px;
}
.supportbox ._tabtitle li {
	flex: 1;
	display: block;
	height: 44px;
	background: #f9f9f9;
	box-sizing: border-box;
	border-right: 1px solid #c7c7c7;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #000;
	transition: all .2s;
}
.supportbox ._tabtitle li:last-child {
	border-right: 0;
}
.supportbox ._tabtitle li.active,.supportbox ._tabtitle li:hover {
	background: #00479d;
	color: #fff;
}
.supportbox ._tabcont {
	margin-top: 15px;
	width: 100%;
}
.supportbox ._tabcont table {
	width: 100%;
	text-align: center;
}
.supportbox ._tabcont th {
	background:#e0e0e0;
	text-align: center;
	height: 50px;
	border-right: 1px solid #fff;
}
.supportbox ._tabcont th:last-child {
	border-right: 0;
}
.supportbox ._tabcont td {
	height: 50px;
	border-left: 1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	box-sizing: border-box;
}
.supportbox ._tabcont tr {
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.supportbox ._tabcont .down {
	width: 32px;
	height: 32px;
}
.supportbox ._tabcont .li1 {
	width: 25%;
}
.supportbox ._tabcont .li2 {
	width: 25%;
}
.supportbox ._tabcont .li3 {
	width: 20%;
}
.supportbox ._tabcont .li4 {
	width: 20%;
}
.supportbox ._tabcont .li5 {
	width: 10%;
}
.supportbox ._tabcont .support_list {
	display: none;
}
.supportbox ._tabcont .support_list:first-child {
	display: block;
}
.supportbox .pages {
	width: 1100px;
	margin: 30px auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.supportbox .pages a {
	width: 36px;
	height: 36px;
	border: 1px solid #d9d9d9;
	border-radius: 1px;
	color:#000;
	font-size: 12px;
	margin: 0 5px;
	line-height: 36px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.supportbox .pages a.current,.supportbox .pages a:hover {
	background: #01469a;
	color:#fff;
	border: 0;
}
.supportbox .pages .next {
	width: 7px;
	height: 12px;
}
@media screen and (max-width:767px) {	
	.supportbanner {
		width: 100%;
		background-size: 100% 180px;
	}
	.supportbanner .title {
		top: 60px;
		left: 30px;
	}
	.supportbanner .disp {
		left: 30px;
		right: 30px;
	}
	.locright {
		float: left;
		margin-top: 20px;
		width: 100%;
		margin-left: -50px;
	}
	.locright a {
		width: 25%;
		margin-right: 2px;
	}
	.supportbox {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
	.supportbox ._tabtitle li {
		font-size: 14px;
		height: 34px;
		line-height: 34px;
	}
	.supportbox ._tabcont {
		margin-top: 0;
	}
	.supportbox ._tabcont th {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.supportbox ._tabcont .down  {
		width: 20px;
		height: 20px;
	}
	.supportbox .pages {
		width: 100%;
	}
	.supportbox .pages a {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}
@media screen and (max-width:413px) {

}
@media screen and (max-width:359px) {

}