* {
  box-sizing: border-box;
}
/* 清除浮动 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* 清除浮动 */

.fl {
  float: left;
}
.fr {
  float: right;
}

li {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover{
  text-decoration: underline;
}
ul {
  padding: 0;
  margin: 0;
}
p{
  margin: 0;
}
body{
  margin: 0;
  background: #f2f2f2;
  zoom: 120% !important;
  overflow: auto;
  overflow-x: hidden;
}
img{
  max-width: 100%;
}
/* 短列表 */
.commonList {
  margin: 30px 0 0;
  font-size: 16px;
}

.commonList li {
  padding-left: 20px;
  position: relative;
  line-height: 40px;
}
.commonList li a {
  overflow: hidden;
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonList li a:hover{
  color: #be0000
}
.commonList li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
/* 短列表 */
/* 长列表 */
#dash-table li a:hover{
  color: #be0000;
}
/* 长列表 */

.swgh{
  padding-top: 20px;
}
@media (max-width: 768px){
  .swgh{
    width: 250px;
  }
}
@media (max-width: 425px){
  .swgh{
    width: 190px;
    padding-top:10px;
  }
}

#links {
	background: #fff;
	padding-top: 1.5rem;
	border-bottom: #015193 solid 3px;
}

#links .am-tabs-nav {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #0a6dbf;
}

#links .am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:hover,
.am-nav-tabs>li.am-active>a:focus {
	background-color: #015193;
	border-color: #015193;
	color: #ffffff;
}

#links .am-tabs-nav li:last-child a {
	margin-right: 0px;
}

#links .am-tabs-nav li:nth-child(3) a {
	margin-right: 0px;
}

#links .am-tabs-nav .am-fr {
	float: right !important;
}

#links .am-tabs-bd {
	border: none;
}

#links .am-tabs-bd ul {
	margin-bottom: 0px;
	padding-left: 0px;
}

#links .am-tabs-bd li {
	float: left;
	line-height: 28px;
	font-size: 14px;
}

#links .am-tabs-bd li a {
	white-space: nowrap;
}

footer {
	padding: 2.5rem 1rem 3rem 1rem;
}

footer .info {
	padding-left: 80px;
	position: relative;
	width: 63%;
	float: left;
}

footer .link-img {
	vertical-align: top;
	width: 36%;
	float: right;
	padding-right: 15px;
	margin-top: 10px;
}

footer #_ideConac {
	position: absolute;
	left: 0px;
	top: -6px;
}

footer p {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13.33px;
}

footer p a {
	margin-left: 5px;
	font-size: 13.33px;
}

footer .link-img p:first-child {
	margin-bottom: 0px
}

footer .link-img a {
	display: inline-block;
}

footer .link-img #_span_jiucuo {
	display: inline-block;
  width: 80px;
    height: 40px;
    margin-left: 5px;
}

footer .link-img #_span_jiucuo img{
  width: 100%;
  height: 100%;
}

.am-container {
  max-width: 1000px;
  border-top: #015193 solid 3px;
}

@media only screen and (min-width: 641px) {
	.no-padding-left {
		padding-left: 0px !important;
	}
	.no-padding-right {
		padding-right: 0px !important;
	}
}
footer p>img {
    margin-left: 5px;
}
.footer-card {
    background: #21518e;
}
footer {
    background: #21518e !important;
}
footer >div{color: #fff;}
footer p a {
    color: #fff;
}
footer .info {
    margin-top: 8px;
}
footer p a:hover {color: inherit;}