*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: Source Han Sans CN;
	background-color: #F8F8F8 !important;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
/* 头部 */
.ui-header{
	width: 100%;
	height: 1.61rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.32rem;
}
.logo{
	width: 3.69rem;
	height: 0.77rem;
	display: block;
}
.header-rg{
	display: flex;
	align-items: center;
}
.search-box{
	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;
	margin-right: 0.27rem;
}
.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(../img/wapsearch.png) no-repeat center;
    background-size: 100% 100%;
    outline: none;
    border: none;
    cursor: pointer;
}
.search-img{
	width: 0.43rem;
	height: 0.43rem;
	display: block;
	margin-right: 0.27rem;
}
.click-nav{
	width: 0.53rem;
	height: 0.43rem;
	display: block;
}

/* 底部 */
.ui-footer{
	width: 100%;
	height: 4.84rem;
	background: #2D4386;
	display: flex;
	flex-direction: column;
	padding: 0.53rem 0.32rem 0;
}
.foot-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.27rem;
}
.foot-logo{
	width: 4.65rem;
	height: 0.99rem;
	display: block;
}
.foot-box-one{
	width: 40%;
	display: flex;
	align-items: center;
}
.vx-img{
	width: 0.53rem;
	height: 0.44rem;
	display: block;
	margin: 0 0.27rem;
	position: relative;
}
.sph-img{
	width: 0.49rem;
	height: 0.43rem;
	display: block;
	margin: 0 0.27rem;
	position: relative;
}
.dy-img{
	width: 0.45rem;
	height: 0.53rem;
	display: block;
	margin: 0 0.27rem;
	position: relative;
}
.vb-img{
	width: 0.53rem;
	height: 0.45rem;
	display: block;
	margin-right: 0.27rem;
	margin-left: 0.27rem;
	position: relative;
}
.foot-info{
	display: flex;
	flex-wrap: wrap;
}
.foot-info-box{
	display: flex;
	align-items: center;
	margin-right: 1.1rem;
	margin-bottom: 0.13rem;
}
.foot-info-box:nth-child(2){
	margin-right: 0;
}

.wapPone{
	width: 0.27rem;
	height: 0.27rem;
	display: block;
}
.wapEmial{
	width: 0.27rem;
	height: 0.23rem;
	display: block;
	position: relative;
	top: 0.05rem;
}
.wapWz{
	width: 0.21rem;
	height: 0.27rem;
	display: block;
	margin-right: 0.04rem;
	position: relative;
	left: 0.03rem;
}
.foot-info-span{
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #7F93CF;
	line-height: 0.48rem;
	margin-left: 0.13rem;
}
.line{
	width: 9.36rem !important;
	height: 0.01rem !important;
	background: #7F93CF !important;
	margin: 0.2rem 0 !important;
}

.foot-info-p{
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #7F93CF;
	line-height: 0.52rem;
}

.mass {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 99;
}
.img{
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: -0.32rem;
	bottom: 0.8rem;
	display: none;
        z-index: 2;
}
.icon{
	position: relative;
}
.img img{
	width: 100%;
	height: 100%;
	display: block;
}
.side-ul{
	display: flex;
	flex-wrap: wrap;
}
.side-ul-li{
	width: 48%;
	margin-right: 0.32rem;
}
.side-ul-li a{
	font-weight: normal;
	color: #333;
	margin-left: 0.27rem !important;
	font-size: 0.4rem;
	line-height: 0.93rem !important;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.side-ul-li:nth-child(2n){
	margin-right: 0;
}
.side{
	height: 92vh !important;
}