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;
}

.productAdvantage{
    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;
}

#body{
    background-color: #fff;
    width:100%;
    padding:50px 0 0 0;
}

#bodyTitle{
    width:100%;
    height:70px;
    font-size: 34px;
    color: #3d3d3d;
    text-align: center;
}

#bodyIcon{
    width:100%;
    height:155px;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding:0 17%;
}

.iconInfo{
    width:19.5%;
    display: inline-table;
    text-align: center;
    margin-top: 19px;
}

.iconOne{
    width:80px;
    height:87px;
}

.iconTwo{
    width:142px;
    height:87px;
}

.iconThr{
    width:88px;
    height:88px;
}

.iconWord{
    font-size: 14px;
    color: #939292;
    margin-top: 10px;
}

#bodyInfoOne{
    width:100%;
    height:auto;
    padding:30px 17% 0 17%;
}

.infoWordOne{
    font-size: 16px;
    color: #3d3d3d;
    padding:0 20px;
    margin-bottom: 20px;
}

.infoWordTwo{
    font-size: 16px;
    color: #929292;
    padding:0 20px;
    line-height: 1.8;
}

.advantageOne{
    width:100%;
    height:auto;
}

#bodyInfoTwo{
    width:100%;
    height:470px;
    padding:75px 17%;
    background-color: #ebebeb;
}

#bodyInfoTwoLeft{
    width:59.5%;
    display: inline-table;
}

#bodyInfoTwoRight{
    width:40%;
    display: inline-table;
    float: right;
}

.infoWordThr{
    font-size: 34px;
    color: #3d3d3d;
    padding-left: 75px;
}

.infoWordFor{
    font-size: 16px;
    color: #898989;
    padding-left: 75px;
    margin-top: 40px;
    line-height: 2;
}

.advantageTwo{
    width:76%;
    height:auto;
    margin:20px 0 0 50px;
}

#bodyInfoThr{
    width:100%;
    padding:60px 12%;
}

#bodyInfoThr .infoWordThr{
    text-align: center;
    padding:0;
}

.advantageThr{
    width:30%;
    height:auto;
    margin:60px 0 0 16%;
}

.infoWordFiv{
    font-size: 16px;
    color: #4f4f4f;
    display: inline-table;
    margin-left: 4%;
}

#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;
}