@charset "utf-8";

::-webkit-scrollbar {
	display: none;
}


html,
body {
	width: 100%;
	min-width: 1320px;
	background: #F7F8FA;
}

body {
	position: relative;
}


.header {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 6.25vw;
	min-height: 100px;
	max-height: 120px;
	padding: 20px;
	background: linear-gradient(rgba(0, 88, 221, .5), rgba(0, 88, 221, 0));
}

.header .logo {
	float: left;
	width: auto;
	height: 100%;
}

.header .logo a,
.header .logo a img {
	display: block;
	width: auto;
	height: 100%;
}


.nav-list {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: auto;
	height: 50px;
	margin: auto;
}

.nav-list a {
	position: relative;
	font-weight: bold;
	transition: .3s;
}

.nav-list>li {
	position: relative;
	float: left;
}

.nav-list>li>a {
	display: block;
	padding: 0 1.5em;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.nav-list>li:hover>a {
	color: #fff;
	background: #0058DD;
}


.nav-list li ul {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 99;
	display: none;
}

.nav-list li ul li {
	position: relative;
}

.nav-list li ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.1;
}

.nav-list li ul li a {
	display: block;
	padding: 7px 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #0058DD;
}

.nav-list li ul li a:hover {
	background: #002147;
}

.nav-list li ul ul {
	top: 0;
	left: 100%;
}


.index {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 50vw;
}

.index .slide {
	width: 100%;
	height: 100%;
}

.index .slide .itm {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.index .slide .itm .font {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	width: 1320px;
	margin: auto;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
}

.index .slide .itm .font .cn {
	font-size: 110px;
	line-height: 1.5;
	font-weight: bolder;
	transform: translateY(100%);
	opacity: 0;
	transition: .8s;
	white-space: nowrap;
}

.index .slide .itm .font .en {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	transform: translateY(100%);
	opacity: 0;
	transition: 1s;
	white-space: nowrap;
}

.index .slide .itm .thumb {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 50vw;
	overflow: hidden;
}

.index .slide .itm .thumb .img {
	transition: 6s;
	transform: scale(1.1)
}


.index .slide .slick-ani .itm .font .cn {
	transform: translateY(0);
	opacity: 1;
}

.index .slide .slick-ani .itm .font .en {
	transform: translateY(0);
	opacity: 1;
}

.index .slide .slick-ani .itm .thumb .img {
	transform: scale(1)
}

.index .slide .slick-ani .itm .en {
	opacity: 1;
}

.index .slide .slick-ani .itm .cn {
	opacity: 1;
}


.index .slide-num {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 80px;
	left: 0;
	width: 1290px;
	height: 80px;
	line-height: 80px;
	margin: auto;
	text-align: right;
	color: #fff;
	font-family: serif;
}

.index .slide-num span {
	font-size: 30px;
}

.index .slide-num b {
	font-size: 40px;
	font-weight: normal;
}

.index .slide-num b:after {
	content: '/';
}


.index .slide-prev,
.index .slide-next {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: calc((100% - 1320px) / 2);
	min-width: 64px;
	height: 64px;
	margin: auto;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	transition: .5s;
}

.index .slide-prev {
	left: 0;
}

.index .slide-next {
	right: 0;
}

.index .slide-prev i,
.index .slide-next i {
	font-size: 64px;
	line-height: 1;
	color: #fff;
}

.index:hover .slide-prev,
.index:hover .slide-next {
	opacity: 0.5;
}

.index .slide-prev:hover,
.index .slide-next:hover {
	opacity: 1;
}


.container {
	position: relative;
	z-index: 1;
	width: 100%;
}

.container:after {
	content: '';
	display: block;
	clear: both;
}


.row {
	width: 100%;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}


.column {
	width: 1320px;
	margin: auto;
}

.column:after {
	content: '';
	display: block;
	clear: both;
}


.box {
	float: left;
	width: 410px;
	height: 410px;
	padding: 20px;
	margin: 15px;
	box-shadow: 0 10px 15px rgba(0, 88, 221, .05);
	background: #fff;
}

.box .box-tit {
	position: relative;
	overflow: hidden;
}

.box .box-tit .cn {
	float: left;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #0058DD
}

.box .box-tit .en {
	float: left;
	font-size: 14px;
	line-height: 40px;
	padding-left: 1em;
	color: #999;
	text-transform: uppercase;
}

.box .box-tit .more {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: auto;
	color: #0058DD;
}

.box .box-tit .more:after {
	content: '更多+';
}

.box .box-con {
	padding-top: 10px;
}

.box .box-con a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
}

.box .box-con a span {
	position: relative;
	float: left;
	width: 84%;
	padding-left: 1em;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box .box-con a span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	margin: auto;
	background: #0058DD;
}

.box .box-con a i {
	float: right;
	width: auto;
	font-size: 14px;
	color: #999;
}


.notice {
	position: relative;
	z-index: 1;
	width: 1290px;
	height: 160px;
	padding: 15px 20px 10px;
	margin-top: -80px;
	overflow: hidden;
}

.notice .box-tit {
	float: left;
	width: 170px;
	padding: 10px 0;
}

.notice .box-tit .cn {
	float: none;
}

.notice .box-tit .en {
	float: none;
	line-height: 20px;
	padding-left: 0;
}

.notice .box-tit .more {
	position: relative;
	display: block;
	margin-top: 20px;
}

.notice .box-con {
	float: left;
	width: 1080px;
	overflow: hidden;
}

.notice .box-con a {
	float: left;
	width: 50%;
	padding-left: 30px;
}

.notice .box-con a span:before {
	content: '\e641';
	font-family: 'neko';
	color: #0058DD;
	width: auto;
	height: auto;
	font-size: 14px;
	background: none;
}


.slide-news {
	position: relative;
	float: left;
	width: 520px;
	height: 420px;
	margin: 15px;
	margin-right: 0;
}


.slide-news .tempWrap {
	height: 100%;
}

.slide-news .bd {
	height: 100%;
}

.slide-news .bd ul {
	width: 100%;
	height: 100%;
}

.slide-news .bd ul li {
	width: 100%;
	height: 100%;
}

.slide-news .bd ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slide-news .bd ul li a .thumb {
	width: 520px;
	height: 360px;
}

.slide-news .bd ul li a .info {
	width: 520px;
	height: 60px;
	padding: 10px;
	background: #0058DD;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}


.slide-news .hd {
	position: absolute;
	z-index: 2;
	bottom: 66px;
	left: 0;
	width: 100%;
}

.slide-news .hd ul {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.slide-news .hd ul li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
	text-indent: -999999px;
}

.slide-news .hd ul li.on {
	background: #0037BD;
}


.slide-news .arrow {
	position: absolute;
	top: 165px;
	right: 0;
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
}

.slide-news .arrow i {
	font-size: 24px;
	line-height: 50px;
}

.slide-news .arrow.prev {
	left: 0;
	right: auto;
}


.news {
	width: 440px;
	height: 420px;
	padding: 10px 20px;
	margin-left: 0;
}

.news .box-tit .cn {
	float: none;
}

.news .box-tit .en {
	float: none;
	line-height: 20px;
	padding-left: 0;
}


.duty {
	width: 300px;
	height: 420px;
	padding: 10px 20px;
	background: #0058DD;
}

.duty .box-tit .cn {
	float: none;
	color: #fff;
}

.duty .box-tit .en {
	float: none;
	line-height: 20px;
	padding-left: 0;
	color: #fff;
}

.duty .box-tit .more {
	color: #fff;
}

.duty .box-con a span {
	color: #fff
}

.duty .box-con a span:before {
	content: '\e60d';
	font-family: 'neko';
	color: #fff;
	width: auto;
	height: auto;
	font-size: 14px;
	background: none;
}

.duty .box-con a i {
	color: #fff
}


.download {
	margin-bottom: 30px;
}


.footer {
	width: 100%;
	background: #0058DD;
}


.foot {
	position: relative;
	width: 1290px;
	padding: 35px 0;
	margin: auto;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
}

.foot .contact {
	float: left;
}

.foot .copyright {
	float: right;
}


.subbanner {
	position: relative;
	width: 100%;
	height: 25vw;
	background: url('../img/sub.jpg') center top no-repeat;
	background-size: cover;
}

.subbanner .sortname {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.subbanner .sortname span {
	display: block;
	width: 1290px;
	margin: auto;
	font-size: 40px;
	line-height: 2;
	color: #fff;
}

.subbanner .sortnav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.5));
}

.subbanner .sortnav .con {
	width: 1290px;
	height: 60px;
	margin: auto;
	font-size: 0;
}

.subbanner .sortnav .con a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-right: 2em;
}


.location {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.location:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}

.location span,
.location a {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
}

.location span:after {
	content: ':';
	padding: 0 5px;
}

.location span i {
	font-size: 14px;
	font-weight: bolder;
	vertical-align: middle;
	margin-right: 0.5em;
	color: #0058DD
}

.location a:after {
	content: '>';
	padding: 0 5px;
}

.location a:last-child:after {
	display: none;
}


.column-m {
	width: 1290px;
	padding: 0 20px;
	margin: 30px auto;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0, 88, 221, .05);
}


.list-news a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	margin-bottom: 20px;
	overflow: hidden;
}

.list-news a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}


.list-news a .thumb {
	float: left;
	width: 160px;
	height: 120px;
	margin-right: 20px;
	text-align: center;
	line-height: 160%;
	background: #fff;
}

.list-news a .thumb img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.list-news a .info {
	overflow: hidden;
	text-align: justify;
}

.list-news a .info .tit {
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
	color: #222;
}

.list-news a .info .date {
	margin: 5px 0;
	font-size: 13px;
	line-height: 1.75;
	color: #666
}

.list-news a .info .date i {
	font-size: 13px;
	line-height: 1.75;
	vertical-align: middle;
}

.list-news a .info .desc {
	font-size: 13px;
	line-height: 1.75;
	color: #999
}


.list-download a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
}

.list-download a .tit {
	position: relative;
	float: left;
	width: 85%;
	padding-left: 1em;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-download a .tit:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	margin: auto;
	background: #0058DD;
}

.list-download a .date {
	float: right;
	width: auto;
	font-size: 14px;
	color: #999;
}


.pagination {
	padding: 10px 0;
	margin: 20px 0;
}

.pagination>table {
	margin: auto
}

.pagination * {
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", sans-serif, Arial, "Arial Narrow", "微软雅黑", "宋体" !important;
}

.pagination a,
.pagination span,
.pagination input {
	display: inline-block !important;
	border: none !important;
	height: auto !important;
	background: #f4f5f6 !important;
	padding: .25em .75em !important;
	margin: 0 .5em !important
}

.pagination span.this-page {
	color: #fff;
	background: #0058DD !important;
}


.article {
	width: 100%;
}

.article .article-tit {
	position: relative;
	padding: 0 0 20px 0;
}

.article .article-tit:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}

.article .article-tit h1 {
	font-size: 21px;
	line-height: 1.75;
	text-align: center;
	color: #0058DD
}

.article .article-info {
	position: relative;
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.article .article-info:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}

.article .article-con {
	position: relative;
	padding: 20px 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	color: #222;
}

.article .article-con:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}

.article .article-con p {
	
	font-size: 16px;
	line-height: 2;
	text-align: justify ;
	color: #222;
}

.article .article-con span {
	
	font-size: 16px ;
	line-height: 2 ;
	text-align: justify ;
	color: #222 ;
}


.article .article-con img {
	display: inline-block;
	max-width: 100%
}

.article .article-arrow {
	padding: 20px 0;
}

.article .article-arrow a {
	display: block;
	font-size: 16px;
	text-align: right;
	line-height: 1.5;
}

.article .article-arrow a:before {
	content: '下一篇：';
	color: #0058DD;
	font-weight: bold;
}

