.ernav-ul li a .icon-ernav-a {
    background-image: url(../images/icon-procar1.png);
}

.ernav-ul li:hover a .icon-ernav-a,
.ernav-ul li.act a .icon-ernav-a {
    background-image: url(../images/icon-procar2.png);
}

.threenav {
    width: 100%;
    padding-left: 30px;
    padding-right: 24px;
    display: none;
}

.threenav .threenav-list {
    /* display: block; */
    width: 100%;
    /* min-height: 24px; */
    /* font-size: 12px;
    color: #888; */
    padding: 1px 0;
    padding-left: 15px;
    line-height: 24px;
    transition: all .2s;
    margin-bottom: 3px;
}

.threenav .threenav-list .thressgt {
    display: inline-block;
    width: 14px;
    height: 15px;
    font-size: 12px;
    transform: scale(0.8);
    color: #b6b6b6;
    line-height: 20px;
    margin-right: 12px;
    font-family: '宋体';
    transition: all .2s;
}

.threenav-list:hover .thressgt,
.threenav-list.cur .thressgt {
    color: #36C;
    transition: all .2s;
}

.threenav .threenav-list a p {
    width: 180px;
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.threenav .threenav-list:hover,
.threenav .threenav-list.cur {
    color: #36C;
    transition: all .2s;
    background: #fff4f3;
}

.threenav .threenav-list.cur a p,
.threenav .threenav-list:hover a p {
    color: #36C;
    transition: all .2s;
}

/* .ernav-ul>li.act>.threenav{
    display:block;
} */

.product-list {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    padding: 25px;
    padding-bottom: 0px;
}

.product-list ul li {
    width: 260px;
    float: left;
    margin-right: 33px;
    margin-bottom: 40px;
}

.product-list ul li:nth-child(3n) {
    margin-right: 0;
}

.product-list ul li .product-img {
    width: 260px;
    overflow: hidden;
    transition: all .2s;
    position: relative;
}

.product-list ul li .product-img img {
    transition: all .2s;
}

.product-list ul li .product-img img:hover {
    transform: scale(1.1);
    transition: all .2s;
}

.product-list ul li .product-img.new::after {
    content: '';
    width: 44px;
    height: 45px;
    background-image: url(../images/icon-news1.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.product-list ul li .product-img.hot::after {
    content: '';
    width: 44px;
    height: 45px;
    background-image: url(../images/icon-hot1.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.product-name {
    margin-top: 15px;
    margin-bottom: 5px;
}

.product-name h3 {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    transition: all .2s;
}

.product-name h3:hover {
    color: #36C;
    transition: all .2s;
}

.product-info p {
    font-size: 12px;
    color: #888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-btn {
    margin-top: 20px;
}

.product-btn .product-btn-a {
    width: 120px;
    height: 30px;
    background: #36C;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.product-btn .product-btn-a img {
    vertical-align: sub;
    margin-left: 5px;
}

.product-btn .product-btn-b {
    width: 120px;
    height: 30px;
    border: 1px solid #36C;
    background: #fff;
    color: #36C;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s; display:block
}

.product-btn .product-btn-b:hover {
    background: #36C;
    color: #fff;
}

.fanye {
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
}

.main-right {
    position: relative;
}

.balance-box {
    width: 896px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    z-index: 1;
    transition: all 0.3s;
}
.balance-box.cur{
    transform: translateY(-110px);
    transition: all 0.3s;
}
.balankonghw,.balance-box{
    display: none;
}
.balance-box dl dt {
    /* width: 30px; */
    width: 40px;
    height: 120px;
    border-right: 1px solid #e6e6e6;
    background: #eeeeee;
    float: left;
    padding: 0 5px;
}

.balance-box dl dt h4 {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}

.balance-box dl dd {
    float: left;
    /* border-left: 1px solid #e6e6e6; */
    border-right: 1px solid #e6e6e6;
    width: 124px;
    height: 120px;
    padding:0 38px;
    box-sizing: content-box;
    font-size: 14px;
    color: #666;
    position: relative;
}

.balance-box dl dd .balance-img {
    margin-top: 10px;
    position: relative;
}

.balance-box dl dd .balance-img .baclose {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}

.balance-name {
    padding: 5px 0;
}

.balance-name p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.gobalance{
    float: left;
}

.gobalance a {
    display: block;
    width: 50px;
    height: 120px;
    background: #36C;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 21px;
    padding: 17px 11px;
}

.daiuploaded {
    padding: 5px 0;
}

.daiuploaded p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center;
}

.proxq-box {
    width: 100%;
    background: #fff;
    padding: 28px;
    margin-top: 20px;
}

.proxq-left {
    width: 380px;
    float: left;

}

.proxq-left .picFocus {
    margin: 0 auto;
    width: 380px;
    border: 1px solid #ccc;
    /* padding:5px; */
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.proxq-left .picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.proxq-left .picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.proxq-left .picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 8px;
    height: 8px;
    background: #cacaca;
    border-radius: 50%;
    cursor: pointer;
}

.proxq-left .picFocus .hd ul li img {
    width: 109px;
    height: 65px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}

.proxq-left .picFocus .hd ul li.on {
    background: #36C;
}

.proxq-left .picFocus .hd ul li.on img {
    border-color: #f60;
}

.proxq-left .picFocus .bd li {
    vertical-align: middle;
}

.proxq-left .picFocus .bd img {
    width: 380px;
    height: 230px;
    display: block;
}

.proxq-right {
    width: 440px;
    float: right;
}

.proxq-title h3 {
    font-size: 22px;
    color: #000;
    line-height: 33px;
    font-family: Arial; text-align:left;
}

.proxq-jinfo p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.picsmall {
    margin-top: 63px;
}

.picsmall ul li {
    float: left;
    width: 80px;
    /* height: 50px; */
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
}

.picsmall ul li:nth-last-child(1) {
    margin-right: 0;
}

.swiper-container {
    width: 100%;

}

.gallery-top {
    border: 1px solid #e6e6e6;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
}

.swiper-pagination-bullet-active {
    background: #36C;
}

.gallery-thumbs .swiper-slide {
    width: 80px;
    /* height: 54px; */
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide.active-nav {
    border: 1px solid #36C;
}

.case-tab-con {
    width: 100%;
}

.table-a,
.table-a table {
    width: 100%;
}

.table-a table tbody tr {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.table-a table tbody tr td.table-a-tit {
    font-size: 12px;
    color: #333;
    width: 200px;
    line-height: 22px;
    height: 40px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    font-weight: bold;
}

.table-a table tbody tr td.table-a-info {
    padding-left: 20px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.prodown-list {
    width: 100%;
}

.prodown-list-top {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.prodown-list .probtn-down1 {
    display: block;
    width: 150px;
    height: 40px;
    /* text-align: center; */
    line-height: 40px;
    font-size: 12px;
    padding-left: 38px;
    color: #666;
    background: #f5f5f5;
    background-image: url(../images/prodown1.png);
    background-repeat: no-repeat;
    background-position: 99px center;
}

.prodown-list .probtn-down1:hover {
    color: #36C;
    background-image: url(../images/prodown2.png);
}

.prodown-list-top span {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 20px;
}

.prodown-list-bot {
    width: 100%;
    padding-left: 20px;
}

.prodown-sour {
    margin-top: 5px;
}

.prodown-sour span {
    margin-right: 10px;
}

.prodown-sour span,
.prodown-sour .misu {
    font-size: 12px;
    color: #7c7c7c;
    line-height: 22px;
}

.prodown-list {
    margin-top: 15px;
}

.pro-problem {
    width: 100%;
}

.pro-problem ul li {
    border-top: 1px solid #eeeeee;
}

.pro-problem ul li:nth-last-child(1) {
    border-bottom: 1px solid #eeeeee;
}

.pro-problem ul li a {
    font-size: 14px;
    color: #333;
    line-height: 44px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.pro-problem ul li a:hover {
    color: #36C;
}

.compare-title {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.compare-box{
    margin-top: 40px;
}
.compare-title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.compare-table{
    width: 100%;
}
.compare-table table tbody tr,.compare-table table tbody tr td{
    border: 1px solid #e6e6e6;
}
.compare-table table tbody tr .compare-a{
    width: 200px;
    height: 40px;
    /* min-height: 40px; */
    background:#f5f5f5;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.compare-table table tbody tr .compare-b{
    font-size: 12px;
    color: #666;
    /* text-align: center; */
    line-height: 22px;
    padding:5px 2%;
}
.compare-table table tbody tr .redfont{
    color: #36C;
}
.continue-contrast{
    text-align: center;
    margin: 30px 0 50px;
}
.continue-contrast a{
    display: inline-block;
    width: 150px;
    height: 40px;
    background:#36C;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.balance-img .staypro{
    font-size: 14px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
