.icontitle{
	height:1.93rem;
	width:1.93rem;
	border-radius: 5px;
	background-color: #E4E6E9;
}
.icontxt{
	font-size: 0.88rem;
	line-height: 1.93rem;
	color: #9F9F9F;
}
.titleen{
	font-size: 0.48rem;
	font-weight: 800;
	color: #3e3e3e;
}
.titlezh{
	font-size: 0.48rem;
	font-weight: 800;
	color: #0061AE;
}
.titlesmill{
	font-size: 0.21rem;
	color: #9F9F9F;
	line-height: 0.35rem;
}
.daohang .layui-nav{
	background-color:#fff;
	color: #3E3E3E;
}
.daohang .layui-nav .layui-nav-item a{
	color: #3E3E3E;
	font-size: 0.2rem;
}
.daohang .layui-nav .layui-this::after,.daohang .layui-nav-bar{
	background-color: #0061AE;
}
.daohang .layui-nav-child dd{
	line-height: 0.48rem;
}

@-webkit-keyframes uplattile {
      	0% {
             margin-top:0.8rem;
        }
        100% {
             margin-top:0.14rem;
        }
}
 
@keyframes uplattile {
        0% {
             margin-top:0.8rem;
        }
        100% {
             margin-top:0.14rem;
        }
}

.floatdiv{
	/*border:1px solid red;*/
	height:3.99rem;
    -webkit-animation: uplattile 0.6s linear 1 forwards;
	animation: uplattile 0.6s linear 1 forwards;
}
.floatdiv-2{
	position: relative;
	background-color: #E4E6E9;
	height: 3.86rem;
}

.floatdivimg2{
	position: absolute;
	bottom: 0.6rem;
}

.floatdiv-2 img{
	height:2.86rem;
	cursor: pointer;
	transition: all 0.6s;
}
.floatdiv img:hover{
	transform: scale(1.2);
}
.text-bt-box{
	position: absolute;
	height:0.8rem;
	bottom: 0;
}
.floatdiv-text{
	font-weight: 800;
	font-size: 0.19rem;
	line-height: 0.9rem;
	color: #3E3E3E;
}
