
.headBg{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


a {
    text-decoration: none;
    display: inline-block;
    clear: both;
}

.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%;
    transition:opacity 0.3s;
    -moz-transition:opacity 0.3s; /* Firefox 4 */
    -webkit-transition:opacity 0.3s; /* Safari and Chrome */
    -o-transition:opacity 0.3s; /* Opera */
}

.nav-left:hover,.nav-right:hover{
    opacity: 0.5;
}

.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: auto;
    background-color: white;
    padding-bottom: 36px;
}

.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: auto;
    margin: 11px auto 0 auto;
}

.nav-detail-option-ul{
    width: 100%;
    height: 100%;
}

.nav-detail-option-ul>a>li{
    width: 138px;
    height: 37px;
    /* height: auto; */
    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: 25px;
    margin-top: 25px;
    margin-left: 25px;
}

.content-all,.content-hot{
    width: 970px;
    height: auto;
    margin: 0 auto;
}

.pro-info,.pro-info2{
    width: 100%;
    height: auto;
}

.pro-info-ul{
    width: 100%;
    height: auto;
}



.pro-info-ul>a>li{
    /* width: 193px; */
    width: 218px;
    /* height: 234px; */
    height: 260px;
    list-style: none;
    float: left;
    margin-top: 53px;
    margin-right: 21px;
    overflow: hidden;
}


.pro-info-li-img{
    width: 100%;
    height: 150px;
    text-align: center;
    overflow: hidden;
}

.pro-info-li-img>img{
    /*width: 100%;*/
    height: 100%;
}

.pro-info-li-info{
    text-align: center;
    margin-top: 17px;
}

.pro-name{
    font-size: 16px;
    color: #57bcb2;
}

.pro-info-li-info>p{
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 7px;
    margin-bottom: 10px;
}



.bottomBox{
    margin-top: 105px;
}

.tips-first{
    margin-top: 62px;
    display: inline-block;
}

.tips{
    margin-top: 50px;
}

.tips-second{
    margin-top: 65px;
    display: inline-block;
}


.header-in-right-ul>a:first-child+a>li>p{
    color: rgb(118, 199, 191);
}