@charset "utf-8";
@charset "utf-8";
@media all and (max-width:375px) {
	:root {
		font-size: 43px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 414px) {
	:root {
		font-size: 50px;
	}
}

@media all and (min-width:414px) {
	:root {
		font-size: 55px;
	}
}


/*手机端*/

body {
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	background-color: #F6F6F6;
	font-size: 0;
}

html.active,
html.active body {
	height: 100%;
	overflow: hidden;
}

* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

header,
footer {
	font-size: 0;
}

mark {
	background-color: inherit;
}

input,
textarea,
button {
	border: none;
	outline: none;
	background-color: transparent;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

i {
	display: inline-block;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: collapse;
}


/**/

header {
	background-color: #F6F6F6;
}

.sub-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: .6rem;
	padding: 0 .2rem;
}

.welcome {
	font-size: .24rem;
	color: #838383;
}

.sub-header .extra i {
	padding: 0 .2rem;
	font-size: .40rem;
	color: #838383;
}

.sub-header .extra {
	display: flex;
	align-items: center;
}

.sub-header .extra a {
	padding: 0 .1rem;
}

header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.2rem;
	padding: 0 .2rem;
	background-color: #fff;
}

header .logo {
	display: flex;
	align-items: center;
}

header .logo-icon {
	width: .68rem;
	height: .68rem;
}


header .logo-name {
	font-weight: bold;
	font-size: .3rem;
	color: #0060BB;
	margin-left: .3rem;
}

header .nav-action i {
	padding: 0 .1rem;
	font-size: .4rem;
	color: #0093DD;
}

.nav-list {
	display: none;
	z-index: 2;
	position: absolute;
	top: 1.8rem;
	left: 0;
	width: 100%;
	height: calc(100% - 1.8rem);
	background-color: rgba(0, 0, 0, .47);
}

html.active .nav-list {
	display: block;
}

.nav-list ul {
	width: 100%;
	background-color: #0557A6;
}

.nav-list button {
	width: 100%;
	height: .86rem;
	font-size: .32rem;
	color: #fff;
	border-bottom: 1px solid #236BB1;
}

.sub-links {
	display: none;
}

.sub-links.active {
	display: block;
}

.sub-links a {
	display: block;
	height: .68rem;
	text-align: center;
	font-size: .28rem;
	line-height: .68rem;
	color: #70B4F6;
}


/**/

footer {
	padding: .4rem 0 0;
	background-color: #054D91;
}

footer .info {
	display: flex;
	flex-wrap: wrap;
	padding: 0 .15rem;
}

footer .section-title {
	padding-bottom: .3rem;
	color: #fff;
	font-size: .2rem;
}

footer .info span {
	font-size: .2rem;
	color: rgba(255, 255, 255, .6);
}

footer .section-list {
	padding: .2rem 0;
	border-top: 1px solid #1366B4;
}

footer .section-list li {
	display: flex;
	padding: .1rem 0;
	line-height: .34rem;
}

footer .section-list li i {
	display: inline-block;
	width: .34rem;
	height: .34rem;
	margin-right: .2rem;
	text-align: center;
	font-size: .18rem;
	color: #fff;
	border-radius: .17rem;
	border: 1px solid rgba(255, 255, 255, .6);
}

footer .section-list li span {
	flex: 1;
}

footer .misc {
	width: 3.25rem;
	margin: 0 .45rem .6rem .25rem;
}

footer .links {
	width: .86rem;
	margin: 0 .28rem;
}

footer .links:last-child {
	margin-right: 0;
}

footer .name {
	padding: .3rem 0;
}

footer .name p.spec {
	color: #00CCFF;
}

footer .name p {
	font-size: .2rem;
	color: #fff;
}

footer .content {
	padding: .2rem 0;
	font-size: .2rem;
	color: rgba(255, 255, 255, .6);
	border-top: 1px solid #1366B4;
}

.footer-img {
	display: flex;
	padding-bottom: .45rem;
}

.footer-img .qrcode {
	width: 1.06rem;
	margin: 0 1.2rem 0 .4rem;
	text-align: center;
}

.footer-img .qrcode img {
	width: 1.06rem;
	height: 1.06rem;
	margin-bottom: .1rem;
}

.qrcode span {
	font-size: .2rem;
	color: #fff;
}

.footer-logo {
	width: 1.29rem;
	height: 1.37rem;
}

.copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 1.25rem;
	background-color: #01427F;
}

.copyright p {
	font-size: .2rem;
	color: #fff;
}


/**/

.qualification {
	padding: .6rem 1rem .25rem;
	background-color: #F4F4F4;
}

.qualification-list {
	padding: .4rem;
	margin: .25rem 0;
	background-color: #fff;
}

.qualification-list a {
	display: flex;
	align-items: center;
	height: .35rem;
}

.qualification-list i {
	margin-right: .05rem;
	color: #0B9BE4;
}

.qualification-list span {
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .16rem;
	color: #222;
	overflow: hidden;
}


/**/

.total-action {
	display: flex;
	justify-content: space-between;
	padding: .25rem .15rem 0;
}

.total {
	display: flex;
	align-items: center;
}

.total-title {
	margin-left: .1rem;
	font-size: .17rem;
	color: #666666;
}

.total-search {
	flex: 1;
	align-items: center;
	display: flex;
	padding-left: .5rem;
}

.total-search input {
	flex: 1;
	height: .55rem;
	padding: 0 .1rem;
	border: 1px solid #CBCBCB;
	border-right: none;
	border-radius: 0;
	background-color: #fff;
}

.total-search button {
	width: 1.74rem;
	height: .55rem;
	font-size: .22rem;
	color: #fff;
	background-color: #0093DD;
}

.total-search button span,
.total-search button i {
	vertical-align: middle;
}


/**/

.technology-list {
	padding: .35rem .35rem;
	background-color: #f6f6f6;
}

.technology-list li a {
	display: flex;
	align-items: center;
	padding: .2rem;
	margin-bottom: .25rem;
	border: 1px solid #D8D8D8;
	background-color: #fff;
}

.technology-list li:last-child {
	margin-bottom: 0;
}

.technology-list .thum {
	width: 2.7rem;
	height: 1.6rem;
	margin-right: .2rem;
}

.technology-list .thum-info {
	flex: 1;
	padding: 0 .2rem;
	border-left: 1px solid #D8D8D8;
}

.technology-list .thum-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: .4rem;
	margin-bottom: .2rem;
	font-weight: bold;
	font-size: .2rem;
	line-height: .36rem;
	color: #505151;
	overflow: hidden;
}

.technology-list .thum-brief {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: .7rem;
	font-size: .14rem;
	line-height: .24rem;
	color: #808080;
	overflow: hidden;
}


/**/

.news-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 calc((100% - 6.58rem)/2);
	margin-top: .3rem;
}

.news-list li {
	margin-bottom: .36rem;
}

.news-list li:nth-child(odd) {
	margin-right: .58rem;
}

.news-list .news-item {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 3rem;
}

.news-list .news-item .date {
	position: absolute;
	top: 2.67rem;
	left: -.19rem;
	width: .86rem;
	height: .47rem;
	text-align: center;
	font-size: .12rem;
	line-height: .27rem;
	color: #fff;
	background-color: #0093DD;
}

.news-list .news-item .news-img {
	width: 100%;
	height: 3.2rem;
}

.news-list .news-item .title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
	margin: .15rem 0 .1rem;
	font-weight: bold;
	font-size: .2rem;
	color: #333;
	overflow: hidden;
}

.news-list .news-item .brief {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	font-size: .14rem;
	color: #767676;
	overflow: hidden;
}


/**/

.pager {
	text-align: center;
}

.pager a {
	display: inline-block;
	width: .38rem;
	height: .38rem;
	font-size: .14rem;
	line-height: .38rem;
	color: #333;
	border-radius: .19rem;
	border: 1px solid #EDEDED;
	vertical-align: middle;
}

.pager a:not(:last-child) {
	margin-right: .16rem;
}

.pager a.active {
	color: #fff;

	border-color: transparent;
	background-color: #0557A6;
}
.current{
	color: #fff;
	font-size: .14rem;

	background-color: #0557A6;
	display: inline-block;


	margin-right: .16rem;
	width: .38rem;
	height: .38rem;

	line-height: .38rem;

	border-radius: .19rem;
	border: 1px solid #EDEDED;
	vertical-align: middle;
}

.pager-prev {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAXElEQVQYlX3PvQ1AYBRG4ScWUOmUWksYwAIWMIERtTqRkDCJqCRfrp9TnuK95/KkxhJlhQNNKktsaFNZYEaXyhwT+rg7Yogyw/lS9j/1eTzNXWPuTYVdePCmxnwBYb4Oc24GBEkAAAAASUVORK5CYII=)center / .06rem .12rem no-repeat;
}

.pager-next {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAVUlEQVQYlW3QvQ1AYBQF0BMLqHRKrSW+ASxgAROYUK8TCQmjaFTcV76T3PcDG3qhCi50CQccaBOOb2yTcMKKOuGMpUqCXz9GxeEDzu+6Bbdw4C685AHsmw11CNYDxQAAAABJRU5ErkJggg==)center / .06rem .12rem no-repeat;
}
.sub-nav {
	display: flex;
	height: .6rem;
	margin: .45rem .15rem;
	background-color: #fff;
}

.sub-nav a {
	flex: 1;
	height: 100%;
	text-align: center;
	font-size: .2rem;
	line-height: .6rem;
	color: #0093DD;
	border: 1px solid #0093DD;
}

.sub-nav a.active {
	color: #fff;
	background-color: #0093DD;
}

.sub-nav a:not(:last-child) {
	border-right: none;
}