body{
    position: relative;
}

.headBg{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


.headBg>img{
    width: 100%;
}


.nav-box{
    width: 1038px;
    height: 109px;
    background-color: white;
    position: relative;
    margin: -59px auto;
    z-index: 9;
}

.nav-left,.nav-right{
    width: 516px;
    height: 100%;
}

.nav-left{
    float: left;
}

.nav-right{
    float: right;
}

.nav-br{
    width: 3px;
    height: 32px;
    float: left;
    margin-top: 38.5px;
    background-color: #f1f1f1;
    margin-left: 1.5px;
}

.nav-left-in{
    width: 201px;
    height: 32px;
    margin: 38.5px auto;
    cursor: pointer;
}

.nav-right-in{
    width: 201px;
    height: 32px;
    margin: 38.5px auto;
    cursor: pointer;
}

.nav-left-in>span,.nav-right-in>span{
    color: #57bcb2;
    float: left;
    font-size: 22.5px;
    line-height: 32px;
}

.nav-left-in>span+span,.nav-right-in>span+span{
    color: #a5a5a5;
    float: right;
    font-size: 15px;
}

.nav-detail{
    width: 100%;
    height: 168px;
    background-color: white;
}

.nav-detail-br{
    width: 100%;
    height: 5px;
}

.nav-detail-br-left,.nav-detail-br-right{
    width: 50%;
    height: 100%;
}

.nav-detail-br-left{
    float: left;
}

.nav-detail-br-right{
    float: right;
}

.left-br,.right-br{
    width: 243px;
    height: 6px;
    margin: 0 auto;
    background-color: #b8dfdb;
}

.nav-detail-option{
    width: 960px;
    height: 126px;
    margin: 11px auto 0 auto;
}

.nav-detail-option{
    width: 960px;
    height: 126px;
    margin: 11px auto 0 auto;
}

.nav-detail-option-ul{
    width: 100%;
    height: 100%;
}

.nav-detail-option-ul>a>li{
    cursor: pointer;
    width: 138px;
    height: 37px;
    border: 1px solid #82cdc5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a5a5a5;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-right: 54px;
    margin-top: 25px;
}

.nav-detail-option-ul>li{
    cursor: pointer;
    width: 138px;
    height: 37px;
    border: 1px solid #82cdc5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a5a5a5;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-right: 54px;
    margin-top: 25px;
}

.pro-info-option{
    width: 1040px;
    height: auto;
    margin: 115px auto 0 auto;
}

.pro-info-option-detail{
    margin-left: 35px;
}

.pro-info-option-detail>a{
    text-decoration: none;
    color: #969696;
    font-size: 20px;
}

.pro-info-option-detail>span{
    font-size: 20px;
    color: #969696;
}

.info-box{
    width: 1056px;
    height: auto;
    margin: 87px auto 0 auto;
}

.pro-info-header{
    width: 100%;
    height: 502px;
    overflow: hidden;
}

.pro-info-header-left{
    width: 428px;
    height: 100%;
    float: left;
}

.pro-info-header-right{
    width: 527px;
    height: auto;
    float: right;
}


.pro-info-header-img{
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.pro-info-header-img>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}



.pro-info-header-option-img{
    width: 100%;
    height: 86px;
    margin-top: 45px;
}

.option-img-ul{
    width: 100%;
    height: auto;
}

.option-img-ul>li{
    width: 88px;
    height: 86px;
    background-color:white;
    list-style: none;
    float: left;
    position: relative;

    transition:border 0.2s;
    -moz-transition:border 0.2s; /* Firefox 4 */
    -webkit-transition:border 0.2s; /* Safari and Chrome */
    -o-transition:border 0.2s; /* Opera */
    border-color: #57bcb2;

    overflow: hidden;
}


.option-img-ul>li:hover{
    border: #57bcb2 2px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.option-img-ul>li>img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.option-img-ul>li+li{
    margin-left: 25px;
}



.pro-info-header-right>h1{
    color: #57bcb2;
    font-size: 33px;
    margin-top: 35px;
}

.title-info{
    color: #969696;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.title-info-detail{
    width: 100%;
    height: auto;
    margin-top: 48px;
}

.title-info-detail>div{
    margin-top: 8px;
}

.title-info-detail>div>span{
    font-size: 16px;
    color: #969696;
}

.content{
    width: 100%;
    height: auto;
}

.content img{
    display: inherit;
}

.content-nav{
    width: 100%;
    height: 65px;
    margin-top: 64px;
    position: relative;
}

.content-nav-option{
    width: 100%;
    height: 61px;
    position: absolute;
    top: 0;
}

.content-nav-option-ul{
    width: 100%;
    height: 100%;
    list-style: none;
    position: relative;
}

.content-nav-option-ul>li{
    float: left;
    margin-right: 42px;
    border-bottom: 8px solid rgba(199,230,225,0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    padding-bottom: 21px;
    cursor: pointer;
    color: rgb(87, 188, 178);
}

@media screen and (min-width:0\0) {
    .content-nav-option-ul>li{
        padding-bottom:24px;
        color: rgb(87, 188, 178);
    }
}

.content-nav-option-ul>li+li{
    border-bottom: none ;
    color: #a0a0a0;

}

.content-nav-br{
    width: 100%;
    height: 4px;
    background-color: rgba(160,160,160,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C525455,endColorstr=#19ffffff);
    position: absolute;
    bottom: 0;
}

.pro-content{
    width: 100%;
    height: auto;
    padding-top: 32px;
}

.about-pro{
    margin-top: 79px;
}

.pro-list{
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: relative;
    z-index: 9;
}

.pro-list-ul{
    width: 100%;
    height: 100%;
}

.pro-list-ul>a>li{
    width: 197px;
    height: auto;
    list-style: none;
    margin-right: 67px;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.pro-list-ul-li-header{
    width: 100%;
    height: auto;
}

.pro-list-ul-li-header>img{
    display: block;
    margin: 0 auto;
    height: 150px;
}

.li-header-title{
    color: #57bcb2;
    font-size: 16px;
    margin-top: 8px;
}

.li-header-info{
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 8px;
}

.bottomBox{
    margin-top: 61px;
}

.content-nutritive{
    width: 100%;
    height: auto;
}

.content-nutritive-ul{
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.content-nutritive-ul>li{
    width: 921px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 48px;
    border-bottom: 3px solid rgba(199,230,225,0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-nutritive-ul>li>h1{
    color: #57bcb2;
    font-size: 26px;
}

.content-nutritive-font-box{
    width: 100%;
    height: auto;
    margin: 29px auto 0 auto;
}

.content-nutritive-font-box>p{
    font-size: 18px;
    color: #9a9a9a;
    padding-left: 34px;
    line-height: 30px;
}



.header-in-right-ul>a:first-child+a>li>p{
    color: rgb(118, 199, 191);
}