img{
    transition: all 0.8s;
}
img:hover{
    transform: scale(1.04);
}
.imgON{
	transition: all 0.8s;
}
.imgON:hover{
	transform: scale(1.04);
}
.index-herder{
    height: 80px;
    min-width: 1280px;
    background: #f2faf9;
    margin-top: 80px;
}
nav{
    background: #ffffff;
    height: 70px;
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin-left: 15%;
}
nav h3{
    display: inline-block;
    color: #01ab79;
    font-size: 28px;
    line-height: 70px;
    margin: 0;
    float: left;
    margin-left: 30px;
}
.nav-box{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    width: 45%;
    float: left;
}
.nav-box div{
    width: 70px;
    height: 40px;
    cursor: pointer;
    color: #000;
}
.nav-box div:hover{
    background: #01ab79;
    color: #fff;
}

.nav-box .active{
    /* background: #01ab79;
    color: #fff; */
    border-bottom: 1px white solid;
}

.nav-box div a{
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    /*margin-left: 20px;*/
    text-decoration: none;
    color: inherit;
    text-align: center;
    color: white;
}
nav .bar1 input {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    margin-top: 15px;
    padding: 0 10px;
    height: 40px;
}
nav .nav-box1{
    position: relative;
    float: right;
    line-height: 70px;
    font-size: 14px;
    z-index: 999;
    top: -65px;
    right: 40px;
}

nav .nav-box2{
    position: relative;
    float: right;
    line-height: 70px;
    font-size: 14px;
    z-index: 999;
    right: 23px;
    top: -53px;
}

nav .nav-box1:hover ul{
    visibility: inherit;
}

nav .nav-box1 .nav-box1-img{
    height: 35px;
    width: 35px;
    margin-top: 15px;
    border-radius: 50%;
    cursor: pointer;
}

nav .nav-box1 ul::before{
    position: absolute;
    top: -15px;
    left: 2px;
    content: '';
    width:0;

    height:0;

    border-left:8px solid transparent;

    border-right:8px solid transparent;

    border-bottom:16px solid #4a4a4a;

    /*background-color: #4a4a4a;*/
}

nav .nav-box1 ul{
    visibility: hidden;
    position: absolute;
    top: 60px;
    width: 140px;
    border-top: 16px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

nav .nav-box1 ul li{
    padding: 12px 16px;
    line-height: normal;
    list-style: none;
    color: #fff;
    background-color: #4a4a4a;
}

nav .nav-box1 ul li:hover{
    background-color: #333;
}

nav .nav-box1 a{
    text-decoration: none;
    color: #999999;
}
nav .nav-box1 .nav-box1-a{
    color: #01ab79;
}



.head {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #367c77;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

.hd_logo {
    display: block;
    position: absolute;
    left: 3%;
    top: 20px;
}

.hd_logo .img {
    width: 120px;
    height: 40px;
}

.hd_nav {
    font-size: 0;
    text-align: center;
    z-index: -1;
}

.hd_nav li {
    font-size: 13px;
    color: #fff;
    margin: 0 0px;
    padding: 0 10px;
    display: inline-block;
    line-height: 77px;
    border-bottom: 3px solid transparent;
}

.hd_nav_drop {
    position: absolute;
    width: 80px;
    background: #fff;
    text-align: center;
    top: 60px;
    display: none;
}

.hd_nav li.solutions:hover .hd_nav_drop{
    display: block;
}

.hd_nav li.product:hover .hd_nav_drop{
    display: block;
}

.hd_nav li.about:hover .hd_nav_drop{
    display: block;
}

.hd_nav_drop .column {
    width: 100px;
    background: #f7f7f7;
    border-color: #dde2e5;
    display: block;
    margin: 0px;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #dde2e5;
    position: relative;
}

.hd_nav_drop .column a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    z-index: 2113;
}

.hd_admin {
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    position: absolute;
    right: 3%;
    top: 10px;
}

.users {
    display: inline-block;
}

.sp_help:hover, .sp_help:visited {
    color: #fff;
    text-decoration: none;
}

.sp_help {
    color: #3f3b42;
}

.hd_admin .hdimg {
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}

.hd_nav a {
    color: #3b3f42;
    font-weight: 600;
}
