@font-face {
	font-family: 'SourceHanSerifCN-Heavy';
	src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

/* header */
.app-header {
	width: 100%;
	height: 3rem;
	background: url('../img/nav-bg.png') center no-repeat;
	background-size:101% 100%;
}

.ah-top {
	height: 0.48rem;
	line-height: 0.48rem;
	background: #ffffff;
	backdrop-filter: blur(30px);
	color: #0875c8;
}

.ah-top span {
	cursor: pointer;
}

.aht-left {
	margin-left: 0.6rem;
	float: left;
}

.aht-right {
	margin-right: 0.6rem;
	float: right;
}

.aht-right span {
	margin-left: 0.13rem;
}

.aht-right .icon img {
	width: 0.21rem;
	height: 0.21rem;
}

.ah-bottom {
	position: relative;
	height: 2.58rem;
}

.ah-bottom .ab-logo {
	position: absolute;
	left: 0.62rem;
	top: 0.65rem;
	width: 44%;
}

.ah-bottom .ab-slogan {
	position: absolute;
	right: 0.54rem;
	top: 0.88rem;
	width: 30%;
	height: 0.66rem;
}

.search-result-box {
	display: none;
	width: 2.4rem;
	position: absolute;
	right: 2.15rem;
	top: 2rem;
	background-color: #fff;
	border-radius: 0.04rem;
	padding: 0.2rem;
	z-index: 99;
}

.search-result-box a {
	display: block;
	font-size: 0.16rem;
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-result-box a:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.ab-input {
	position: absolute;
	right: 2.15rem;
	top: 1.44rem;
}

/* 菜单栏 */
.app-nav {
	width: 100%;
	height: 0.70rem;
	/* overflow: hidden; */
	color: #fff;
	background: linear-gradient(270deg, #007bd9, #33a7ff);
}
.app-nav  li{
	margin-right: 0.5rem;
	font-size: 0.25rem;
	cursor: pointer;
	position: relative;
	height: 0.7rem;
	padding: 0 0.2rem;
	line-height: 0.7rem;
}

.app-nav li a{
	color: #ffffff;
}
.app-nav li:last-child {
	margin-right: 0;
}

.app-nav li:hover{
	background: rgba(0,0,0,0.05);
}
.app-nav li:hover .nav-second-level{
	display: block;
}
.app-nav li .nav-second-level{
	display: none;
	z-index: 10;
	position: absolute;
	left: 0rem;
	top:0.7rem ;
	min-width: 1.4rem;
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0px 0.05rem 0.02rem 0px rgba(0,0,0,0.30); 
	padding: 0.10rem  0 0.1rem 0;
}
.app-nav li:nth-child(9) .nav-second-level {
	left: 0.25rem;
}
.app-nav li .nav-second-level>div{
	position: relative;
}
.app-nav li .nav-second-level a{
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #000000;
	display: block;
	padding: 0.1rem 0.16rem  0.1rem 0.2rem;
	position: relative;
	white-space: nowrap;
}
.v-triangle{
	position: absolute;
    right: 0.1rem;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-top: -0.04rem;
    border: 0.04rem solid;
    border-left-color: #999999;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent
}
.app-nav li .nav-second-level a:hover{
	color: #0875C8;	
}
.app-nav li .nav-second-level a:hover .v-triangle{
    border-left-color: #0875C8;
}
.app-nav li:nth-child(4) .nav-second-level a:hover{
	color: #e70014;	
}
.app-nav li:nth-child(4) .nav-second-level a:hover .v-triangle{
    border-left-color: #e70014;
}

.app-nav li .nav-second-level>div:hover .nav-third-level{
	display: block;
}

.app-nav li .nav-third-level{
	display: none;
	z-index: 10;
	position: absolute;
	left: 1.4rem;
	top:0;
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0px 0.05rem 0.02rem 0px rgba(0,0,0,0.30); 
	padding: 0.10rem  0 0.1rem 0;
}
.app-nav li .nav-third-level a{
	white-space:nowrap;
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #000000;
	display: block;
	padding: 0.1rem 0.2rem  0.1rem 0.2rem;
}
/* banner */
.home-app-banner {
    height: 8.6rem;
}
.app-banner {
    padding-top: 35.4%;
    /* height: 8.6rem; */
    height: 7rem;
}
.app-banner .swiper{
	width: 100%;
	height: 100%;
}
.bg-img {
	width: 100%;
	height: 100%;
	background: url('../img/banner.png') center no-repeat;
	background-size:100% 100%;
}

.video-content-top {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.video-content-top img {
	height: 100%;
	width: 100%;
}
.video-content-top video {
	height: 100%;
	width: 12.0889rem;
	border: 0;
}
/* 尾部 */
    .footer-line {
	height: 5px;
	background: linear-gradient(270deg, #0875c8, #00a8cb);
}

.select-box {
	padding: 0 2.5rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	margin: 0.09rem 0 0.14rem 0;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-box select {
	width: 4.60rem;
	height: 0.48rem;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0.08rem;
	font-size: 0.16rem;
	outline: none;
	margin-right: 0.2rem;
	padding-left: 0.24rem;
	background: url('../img/arrow-down.png') no-repeat scroll right center transparent;
}

.select-box option{
	padding: 12px 0;
}

.footer-link {
	height: 1.64rem;
	background: #f5f5f5;
	/* padding: 0 2.5rem; */
	padding: 0 0.58rem;
	width: 100%;
}

.footer-link .fl-left p {
	color: #000000;
	line-height: 0.32rem;
}

.footer-link .fl-right {
	float: right;
}

.footer-link .flr-img {
	font-size: 0.12rem;
	/* width: 100%; */
	text-align: center;
	margin-right: 0.1rem;
}

.footer-link .flr-img img {
	width: 1.09rem;
	height: 1.09rem;
}

.footer-link .fl-right p {
	white-space: nowrap;
}

.footer .gr-bg {
	height: 0.56rem;
	background: #dddddd;
}

.related-links {
    /* margin-top: 0.41rem; */
    height: 2.4rem;
    padding-left: 0.58rem;
    background: linear-gradient(180deg,#f5f5f5, #ffffff);
}

.related-links .rl-title {
    float: left;
    width: 1.60rem;
    height: 100%;
    background: #0875c8;
    position: relative;
}

.rlt-img {
    width: 0.66rem;
    height: 0.72rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.33rem;
    margin-top: -0.36rem;
    background: url('../img/xglj.png') center no-repeat;
    background-size: 100% 100%;
}

.rl-box {
	padding-left: 0.4rem;
	padding-right: 0.6rem;
	height: 2.4rem;
	/* width: calc(100% - 2.18rem);
	float: left; */
	display: table-cell;
	vertical-align: middle;
}

.rlb-block {
	/* height: 0.25rem; */
	display: table;
    line-height: 0.27rem;
	margin-bottom: 0.14rem;
	line-height: 0.3rem;
}

.rlb-block:last-child {
    margin-bottom: 0;
}

.rlb-block span {
    margin-right: 0.32rem;
    color: #999999;
    position: relative;
    cursor: pointer;
}

.rlb-block .span-title {
	min-width: 0.8rem;
    font-size: 0.2rem;
    font-weight: 700;
    color: #000000;
    margin-right: 0.4rem;
	cursor: default;
	white-space: nowrap;
}

.rlb-block .links-content {
	display: table-cell;
	vertical-align: top;
}

.rlb-block .span-blue {
    font-size: 0.16rem;
    font-weight: 700;
    color: #0875c8;
}

.rlb-block span::before {
    content: ' ';
    position: absolute;
    top: 0.03rem;
    left: -0.16rem;
    width: 1px;
    height: 18px;
    background: #dddddd;
}

.rlb-block .span-title::after {
    background: transparent;
}

.rlb-block span:first-child::before {
    background: transparent;
}
.page_div {
	color: #666;
	text-align: right;
	margin-top: 10px;
}

	/* 页数按钮样式 */
	.page_div button {
		display: inline-block;
		padding: 0 0.15rem;
		height: 0.40rem;
		cursor: pointer;
		color: #666;
		font-size: 0.14rem;
		line-height: 0.4rem;
		background-color: #ffffff;
		border: 1px solid #dddddd;
		text-align: center;
		margin: 0 0.04rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0.04rem;
	}

#firstPage,
#lastPage,
#nextPage,
#prePage {
	color: #0073A9;
	border: 1px solid #0073A9;
}

#nextPage,
#prePage {
}

.page_div .current {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF;
}

/* 页面数量 */
.totalPages {
	margin: 0 0.1rem;
}

	.totalPages span,
	.totalSize span {
		color: #0073A9;
		margin: 0 0.05rem;
	}

/*button禁用*/
.page_div button:disabled {
	opacity: .5;
	cursor: no-drop;
}
