.top {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all .3s;
}
.top-mask {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/index/top-mask.png);
}
.top-container {
    position: relative;
    width: 1300px;
    height: 100%;
    z-index: 100;
    margin: 0 auto;
}
.top-nav ul li {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    margin: 0 22.5px;
}
.top-nav-a {
    font-weight: 700;
}
.top-nav-a::before,
.top-nav ul li:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-image: url(/images/index/leaf_no.png);
}
.top-active .top-nav-a::before,
.top-active .top-nav ul li:hover::before {
    background-image: url(/images/index/leaf.png);
}
.top-nav ul li:hover {
    font-weight: 700;
}
.top-service {
    width: 69px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 16px;
    font-size: 14px;
    color: #00a358;
    margin-left: 42.5px;
    cursor: pointer;
}
.top-active {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);
}
.top-active .top-nav ul li {
    color: #313332;
   
}
.top-active .top-service {
    background-color: #00a358;
    color: #fff;
    
}
.top-container-float {
    position: fixed;
    width: 100%;
    height: 276px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    height: 0;
    opacity: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);
}
.top-container-float-box {
    width: 1300px;
    margin: 0 auto;
    padding: 17px 0 0 0;
}
.top-container-float-box-left {
    border-right: solid 1px #f2f2f2;
    width: 706px;
}
.top-container-float-box-img {
    width: 180px;
	height: 180px;
    flex-shrink: 0;
	background-color: #f3f3f3;
	border-radius: 8px;
    overflow: hidden;
    margin-right: 36px;
}
.top-container-float-box-right {
    padding-left: 110px;
}
.top-container-float-box-title {
    margin-bottom: 15px;
}
.top-container-float-box-title :nth-child(1){
    color: #313332;
    font-size: 26px;
    height: 37px;
    font-weight: 700;
    margin-right: 10px;
}
.top-container-float-box-title :nth-child(2){
    color: #999999;
    font-size: 15px;
    height: 21px;
}
.top-container-float-box-main-left {
    width: 239px;
    flex-shrink: 0;
}
.top-container-float-box-main-item {
    color: #313332;
    font-size: 15px;
    height: 21px;
    margin-bottom: 14px;
    cursor: pointer;
    display: inline-block;
    padding-right: 38px;
    min-width: 200px;
}
.top-container-float-box-main-item-a {
    color: #42a05f;
    font-weight: 700;
}
/*.top-container-float-box-main-item:hover {
    color: #42a05f;
    font-weight: 700;
    
}*/
.top-container-float-box-main-item i {
    opacity: 0;
}
.top-container-float-box-main-item .icon-arrow-right-full,.icon-arrow-right {
    margin-left: 21px;
}
.top-container-float-box-main-item:hover i {
    opacity: 1;
}

