* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	font-family: Source Han Sans CN !important;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* text-align: center; */
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header {
	width: 100%;
	height: 1.17rem;
	background: #FFFFFF;
	box-shadow: 0px 0.03rem 0.05rem 0px rgba(0, 0, 0, 0.15);
	padding: 0 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header-rg{
	display: flex;
	align-items: center;
}
.search-box{
	width: 3.6rem;
	/* width: 4rem; */
	height: 0.63rem;
	display: flex;
	align-items: center;
	border: 0.013rem solid #999;
	border-radius: 0.53rem;
	padding: 0 0.21rem;
	justify-content: space-between;
}
.search-input{
	width: 80%;
	line-height: 0.60rem;
	font-size: 0.20rem;
	font-weight: 400;
	color: #333;
	outline: none;
	border: none;
	background-color: transparent;
}
.submit{
	width: 0.43rem;
	height: 0.63rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn {
	width: 0.43rem;
	height: 0.43rem;
	background: url(../../images/searchMob.png) no-repeat center;
	background-size: 100% 100%;
	outline: none;
	border: none;
	cursor: pointer;
}
.search-img{
	width: 0.43rem;
	height: 0.43rem;
	display: block;
}
.sline{
	width: 0.04rem;
	height: 0.43rem;
	background: #333333;
	border-radius: 0.03rem;
	margin: 0 0.24rem;
}
.click-nav{
	width: 0.53rem;
	height: 0.43rem;
	display: block;
}
.logo {
	width: 4.5rem;
	/* width: 3.84rem;
	height: 0.55rem; */
	display: block;
}

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	top: 1.17rem;
}

.lunb-back {
	width: 100%;
	height: 4.67rem;
	display: block;
	overflow: hidden;
}

.back {
	width: 100%;
	height: 4.67rem;
	display: block;
}


.ui-footer{
	width: 100%;
	/* height: 3.97rem; */
	background: #005AFF;
	margin: 0.53rem auto 0;
	padding: 0.4rem 0.32rem 0.13rem;
}
.foot-top {
    width: 100%;
    height: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 下拉链接 */
.select{
	width: 2.93rem;
	height: 0.53rem;
	background: rgba(44, 143, 255, .49);
	border: 1px solid #FFFFFF;
	border-radius: 0.11rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.25rem;
	position: relative;
}
.select-tit{
	font-size: 0.27rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.3rem;
	cursor: default;
}
.select-img{
	width: 0.21rem;
	height: 0.12rem;
	display: block;
	cursor: default;
}
.select:hover .select-ul{
	display: block;
}
.select-ul{
	display: none;
	width: 100%;
	height: auto;
	overflow: auto;
	position: absolute;
	top: 0.50rem;
	left: 0;
	background-color: #1D8EC9;
	border-radius: 0.11rem;
	z-index: 10;
}
.select-li{
	width: 100%;
	height: 0.53rem;
	line-height: 0.53rem;
}
.select-li-a{
	width: 100%;
	font-size: 0.21rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.53rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 0.25rem;
}
.select-li-a:hover{
	background-color: #fff;
	color: #333;
}
/* 结束 */
.lineOne {
    width: 100%;
    height: 0.01rem;
    background-color: #2C8FFF;
    margin: 0.4rem 0;
}
.foot-bot{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-bot-tit{
	width: 85%;
	display: flex;
	flex-direction: column;
}
.foot-bot-tit-p{
	font-size: 0.24rem;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.33rem;
	white-space: nowrap;
	transform: scale(0.9);
	position: relative;
	right: 0.34rem;
}
.foot-bot-tit a{
	font-size: 0.24rem;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.33rem;
}
.foot-bot-ggz{
	width: 1.70rem;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foot-bot-ggz img{
	width: 1.33rem;
	height: 1.33rem;
	display: block;
	margin: 0 auto;
}
.foot-bot-ggz span{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.6rem;
	white-space: nowrap;
	display: block;
}
.ui-list{
	width: 9.36rem;
	height: auto;
	margin: 0.53rem auto 0;
	min-height: 61%;
}
.ui-list-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.03rem solid #F3F3F3;
	padding-bottom: 0.08rem;
}
.list-top-one{
	display: flex;
	align-items: center;
}
.list-tit{
	font-size: 0.43rem;
	font-weight: 400;
	color: #005AFF;
}
.list-rg{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
}
.house{
	width: 0.27rem;
	height: 0.27rem;
	display: block;
	margin-right: 0.09rem;
}
.list-rg-a{
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
}
.list-rg-a:hover{
	color: #005AFF;
}
.ui-list-bot{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-li{
	width: 100%;
	height: auto;
	border-bottom: 0.03rem solid #F3F3F3;
}
.list-li-a{
	display: flex;
	flex-direction: column;
	padding: 0.27rem 0;
}
.list-li-a p{
	font-size: 0.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.53rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 0.11rem;
}
/* .list-li-a:hover p{
	color: #005AFF;
} */
.list-li-a span{
	font-size: 0.28rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.51rem;
}
/* .ul-next{
	text-align: center;
	margin: 0.27rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.li-next{
	background: #E9E9E9;
	border-radius: 0.08rem;
	margin-right: 0.13rem;
}
.li-next-a{
	font-size: 0.29rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 0.53rem;
	text-align: center;
	padding: 0.16rem 0.23rem;
	display: inline-block;
}

.li-next:hover .li-next-a{
	background-color: #005AFF;
	color: #fff;
	border-radius: 0.08rem;
} */
.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #999999;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #005AFF;
	color: #fff;
	background-color: #005AFF;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #005AFF;
	border: 1px solid #005AFF;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
.lf-menu-img{
	width: 0.47rem;
	height: 0.39rem;
	display: block;
	margin-right: 0.13rem;
}
.lf-menu{
	float: left;
	font-size: 0.29rem;
}
.lf-menu-a{
	font-size: 22px;
	color: #313131;
}
.lf-menu-box{
	width: 100%;
	position: absolute;
	display: none;
	top: 44px;
	/* top: 6.6%; */
	/* top: 2.18%; */
	right: 0;
	z-index: 99;
}
.lf-menu-one{
	width: 100%;
	border: 0;
	background-color: rgba(33, 47, 61, .95);
	text-align: left;
}
.lf-menu-one li{
	font-weight: 700;
}
.lf-menu-one li a{
	color: #fff;
	font-weight: normal;
	font-size: 0.19rem;
	height: 0.6rem;
	padding: 0 0.21rem;
}
.lf-menu-one .collapsible-headerOne{
	/* padding: 0; */
	color: #fff;
	font-weight: normal;
	font-size: 0.19rem;
	padding: 0 0.43rem;
	line-height: 0.4rem;
}
.collapsible-headerOne span i{
	float: right;
	color: #fff;
	font-size: 0.19rem;
}
.collapsible-headerOne i{
	width: auto;
	font-size: 0.24rem;
	color: #fff;
	margin-left: 0.23rem;
}
.side-nav-panelOne{
	text-align: left;
	background: #212f3d;
}
.side-nav-panelOne li{
	font-weight: 700;
}
.lf-menu-one .collapsible-body ul li a{
	font-weight: normal;
	color: #fff;
	margin-left: 0.37rem;
	font-size: 0.17rem;
	line-height: 0.57rem;
}
.lf-menu-one a{
	font-size: 0.19rem;
	height: 0.6rem;
	padding: 0 0.21rem;
}