/* 底部 */
.footer {
	color: #fff;
	padding: 20px 0;
	background-color: #054a8d;
	font-size:16px
}
.links .row {
	margin-right: -5px;
	margin-left: -5px;
}
.links > ul > li {
	position: relative;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 20px;
}
.links > ul > li > a {
	display: block;
	color: #fff;
	margin: 0 -5px;
	padding: 0 20px;
	background: #1e5c99 url(/material/images/jtt_images_2021/links_arr.png) 96% 50% no-repeat;
	text-align:left
}
.links li ul {
	display: none\9;
	z-index: -1;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 50px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform .3s;
}
.links li:hover ul {
	display: block\9;
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}
.links li li {
	border-top: 1px solid #ddd;
	line-height: 39px;
	text-align: center;
	transition: all .3s;
}
.links li li:hover {
	background-color: #f8f8f8;
}
.links li li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;
}
.copyright {
	line-height: 32px;
}
.copyright p a, .copyright p span {
	color: #fff;
	margin: 0 10px !important;
}
.p20 {
	background-color: #1e5c99;
}
.mr10 {
	margin-right: 10px;
}
.gov {
	position: absolute;
	top: 50%;
	right: 13%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	left: auto;
}
.jc {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 110px;
	height: 55px;
	margin-top: -22px;
}
.h136 {
	min-height: 136px;
}
.w966 {
	width: 981px;
}
.links .row {
    margin-right: -10px;
    margin-left: -10px;
}
.links{
	position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	
}
body{
	
	font-family:"微软雅黑"
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	
	padding-right: 10px;
    padding-left: 10px;
}