.index-top{
    width: 100%;
    height: 90px;
    min-width: 1466px;
    background: #ffffff;
    /* background: rgba(0, 0, 0,0.34); */
    /* position: absolute;
    top: 0;
    z-index: 9; */
    display: flex;
    
}
.index-top-content{
    display: flex;
    margin: 0 auto;
    width: 1228px;
}
.logo{
    margin-top: 12px;
    /* top: 12px;
    left: 18%;
    position: absolute;
    z-index: 99; */
}
.content{
    /* width: 71%; */
    height: 54px;
    /* position: absolute; */
    /* right: 0; */
    z-index: 99;
    display: flex;
    
    /* background: rgba(204, 204, 204, 0.21); */
    font-size: 18px;
    font-weight: bold;
    /* color: #ffffff; */
    margin-top: 18px;
}
.content div{
    width: 141px;
    line-height: 54px;
    text-align: center;
    /* margin-right: 16px; */
}
.content-title{
    cursor: pointer;
}
.content-title:hover{
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    color: #EC3E02;
    border-bottom: 1px solid #cccccc;
}
.content-title:hover .down-content{
    display: block;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
}
.down-content{
    background: #ffffff;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 0;
    display: none;
}
.down-content div{
    /* margin-top: 13px; */
    cursor: pointer;
}
.down-content div:hover{
    background: #EC3E02;
    color: #ffffff;
    font-weight: bold
}
.iphonecopy img{
    width: 20px;
    height: 20px;
}
.wechat img{
    width: 23px;
    height: 20px;
}
.tel img{
    width: 17px;
    height: 22px;
}
.iphonecopy{
    width: 24px !important;
    cursor: pointer;
    margin-right: 30px !important;
    margin-left: 23px;
    padding-top: 6px;
    position: relative;
}
.circle{
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    top: 22%;
    left: -21%;
    z-index: -1;
    
    
}
.wechat{
    width: 28px !important;
    cursor: pointer;
    margin-right: 30px !important;
    padding-top: 6px;
    position: relative;
}
.circle1{
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #cccccc;
    top: 22%;
    left: -15%;
    position: absolute;
    z-index: -1;
}
.tel{
    width: 19px !important;
    cursor: pointer;
    padding-top: 7px;
    position: relative;
}
.circle3{
    position: absolute;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #cccccc;
    top: 22%;
    left: -45%;
    z-index: -1;
}

.iphonecopy:hover{
    border-bottom: 4px solid #EC3E02;
}
.iphonecopy:hover .circle{
    background: #EC3E02;
}
.iphonecopy:hover .iphone-content{
    display: flex;
}
.iphone-content{
    /* display: flex; */
    width: 230px !important;
    height: 170px;
    background: #ffffff;
    padding-left: 10px;
    padding-top: 10px;
    /* margin-top: 18px; */
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    margin-left: -100px;
    display: none;
}
.iphone-content div{
    margin-right: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px !important;
    width: 100px !important;
    color: #000000;
    margin-right: 10px !important;
}
.iphone-content img{
    width: 100px !important;
    height: 100px !important;
    
}

.wechat:hover{
    border-bottom: 4px solid #EC3E02;
}
.wechat:hover .circle1{
    background: #EC3E02;
}
.wechat:hover .wechat-content{
    display: block;
}
.wechat-content{
    padding-top: 13px;
    width: 130px !important;
    height: 180px !important;
    background: #ffffff;
    /* margin-top: 18px; */
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    margin-left: -49px;
    display: none;
}
.wechat-content img{
    width: 104px !important;
    height: 104px !important;
}
.wechat-content div{
    margin-right: 0 !important;
    width: 130px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px !important;
    color: #000000;
    
}
.telnum{
    display: block;
    font-size: 20px;
    line-height: 55px;
    margin-left: 13px;
    margin-top: 3px;
}
