a:focus,a:active,a:hover{
    outline: none;
}

#contain{
    min-width: 1366px;
    font-family: "microsoft yahei";
    box-sizing: content-box;
}

#head{
    width:100%;
    height:341px;
    overflow: hidden;
    position: relative;
}

.productFunctionHead{
    width:100%;
    height:341px;
}

#headWord{
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 115px;
    left: 16.7%;
}

#head span:first-child{
    font-size: 54px;
}

#head span:last-child{
    font-size: 24px;
}

#functionBody{
    background-color: #fff;
    width:100%;
    padding:0 13% 50px 13%;
    text-align: center;
}

.bodyInfo{
    width:23%;
    min-width: 300px;
    margin-right: 4.5%;
    display: inline-table;
    margin-top: 80px;
}

.bodyInfo:nth-child(3n+0){
    margin-right: 0;
}

.infoImg{
    width:97px;
    height:97px;
    display: block;
    margin:0 auto;
}

.infoTitle{
    font-size: 22px;
    color: #37bec4;
    text-align: center;
    margin:10px 0;
}

.infoWord{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 1.8;
    text-align: left;
}

#toUp{
    position: fixed;
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    bottom: 42px;
    right: 42px;
    -webkit-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    -moz-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    background: #FFF url("../../../../images/index/web/arrowUp.png") no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}