@charset "UTF-8";

.searchbox {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 10px 0;
}

.searchbox .box-fl {
    margin-top: 10px;
    font-size: 14px;
    float: left;
}

.searchbox .box-fl .title {
    float: left;
    color: #666;
}

.searchbox .box-fl .desc {
    float: left;
}

.searchbox .box-fl .desc a {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

.searchbox .box-fr {
    border: 1px solid #f0f0f0;
    background: #fff;
    float: right;
}

.searchbox .box-fr input {
    background: none;
    border: 0;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
}

.searchbox .box-fr button {
    background: #0500ff;
    border: 0px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    color: #fff;
}

.searchbox .box-fr button img {
    width: 30px;
}

.position {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-left: 20px;
}

.position:before {
    width: 4px;
    height: 20px;
    background: #0500ff;
    position: absolute;
    left: 0px;
    content: "";
}

.list-con {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 60px;
}

.list-con .flBox {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.list-con .flBox .fl-nav {
    width: 100%;
    float: left;
}

.list-con .flBox .fl-nav .nav-title {
    background: #0500ff;
    padding:10px 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.list-con  .flBox  .fl-nav .nav-title em{
	display: inline-block;
}

.list-con  .flBox  .fl-nav .nav-title em:before{
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  content: "";
}

.list-con .flBox .fl-nav ul {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.list-con .flBox .fl-nav ul li {
    float: left;
    width: 100%;
}

.list-con .flBox .fl-nav ul li:last-child a{
	border: 1px dotted #fff;
}

.list-con .flBox  .fl-nav ul li a:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #0500ff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
    
}

.list-con .flBox .fl-nav ul li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    border-radius: 30px;
}

.list-con .flBox .fl-nav ul li a:hover{
    border-bottom: 1px dotted #fff;
    background: #0500ff;
    color: #fff;
    
}

.list-con .flBox  .fl-nav ul li a:hover:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0500ff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
}

.list-con .flBox .fl-nav ul li a:hover {
    color: #fff;
}

.list-con .flBox .tel {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.list-con .flBox .tel .content {
    right: 15px;
    position: absolute;
    bottom: 40px;
}

.list-con .flBox .tel .content .num {
    font-size: 20px;
}

.list-con .flBox .tel .img {
    width: 100%;
}

.list-con .flBox .tel .img img {
    width: 100%;
}

.list-con .frBox {
    width: 75%;
    float: right;
}

.list-con .frBox .product-list {
    width: 100%;
    float: left;
}

.list-con .frBox .product-list li {
    width: 33.3333%;
    float: left;
    padding: 0px 10px 20px 10px;
}

.list-con .frBox .product-list li .li-block {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
}

.list-con .frBox .product-list li .li-block:hover {
    border: 1px solid #0500ff;
}

.list-con .frBox .product-list li .li-block:hover .title a {
    color: #0500ff;
}

.list-con .frBox .product-list li .li-block img {
    width: 100%;
}

.list-con .frBox .product-list li .li-block .title {
    line-height: 35px;
    padding: 0 20px;
}

.list-con .frBox .relevant-list {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.list-con .frBox .relevant-list .r_title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.list-con .frBox .relevant-list ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.list-con .frBox .relevant-list ul li:nth-child(odd) {
    padding-right: 10px;
}

.list-con .frBox .relevant-list ul li:nth-child(even) {
    padding-left: 10px;
}

.list-con .frBox .relevant-list ul li {
    width: 50%;
    float: left;
}

.list-con .frBox .relevant-list ul li .li-block {
    border-top: 1px dotted #c9c9c9;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.list-con .frBox .relevant-list ul li .title {
    width: 100%;
    float: left;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-con .frBox .relevant-list ul li .title h3 {
    font-size: 16px;
}

.list-con .frBox .relevant-list ul li .title h3 a {
    display: block;
}

.list-con .frBox .relevant-list ul li .title h3 a:hover {
    color: #0500ff;
}

.list-con .frBox .relevant-list ul li .desc {
    width: 100%;
    float: left;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
}

.details-con {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 60px;
    float: left;
}

.details-con .flBox {
    width: 25%;
    float: left;
    padding-right: 20px;
    /*
    .fl-nav{
        width: 100%;
        .nav-title{
            background:$Zys;
            padding: 20px;
            font-size: 20px;
            text-align: center;
            color: #fff;
            font-weight:bold;
        }
        ul{
            li{
                width:100%;
                float:left;
                margin-top: 5px;
                .li-title{
                    background:$Zys;
                    float:left;
                    width: 100%;
                    position: relative;
                    &:hover{
                        background:#e17a27;
                        a{
                            &:before{
                                content:"-"
                            }
                        }
                    }
                    a{
                        display:block;
                        padding: 10px 20px;
                        position:relative;
                        color: #fff;
                        &:before{
                            content:"+";
                            right:20px;
                            position:absolute;
                            font-size: 20px;
                            top: 4px;
                        }
                    }
                }
                ul{
                    li:last-child{
                        border: 0px;
                    }
                    li{
                        line-height: 35px;
                        border-bottom: 1px solid #ccc;
                        margin-top:0px;
                    }
                    background: #f0f0f0;
                    float:left;
                    width: 100%;
                    padding: 0 20px;
                    a{
                        font-size:14px;
                        color: #666;
                        display: block;
                        position: relative;
                        &:hover{
                            color:$Zys;
                        }
                        &:before{
                            background: url(../images/icon_05.png) no-repeat;
                            content:"";
                            width: 10px;
                            height: 10px;
                            background-size: 10px;
                            position: absolute;
                            right: 0px;
                            top:11px;
                        }
                    }
                }
            }
        }
    }
    */
}

.details-con .flBox .fl-nav {
    width: 100%;
    float: left;
}

.details-con .flBox {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.details-con .flBox .fl-nav .nav-title {
    background: #0500ff;
    padding:10px 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.details-con .flBox  .fl-nav .nav-title em{
	display: inline-block;
}

.details-con .flBox  .fl-nav .nav-title em:before{
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  content: "";
}

.details-con .flBox .fl-nav ul {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.details-con .flBox .fl-nav ul li {
    float: left;
    width: 100%;
}

.details-con .flBox .fl-nav ul li:last-child a{
	border: 1px dotted #fff;
}

.details-con .flBox  .fl-nav ul li a:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #0500ff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
    
}

.details-con .flBox .fl-nav ul li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    padding-left: 35px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    border-radius: 30px;
}

.details-con .flBox .fl-nav ul li a:hover{
    border-bottom: 1px dotted #fff;
    background: #0500ff;
    color: #fff;
    
}

.details-con .flBox  .fl-nav ul li a:hover:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0500ff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 12px;
}

.details-con .flBox .fl-nav ul li a:hover {
    color: #fff;
}

.details-con .flBox .tel {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.details-con .flBox .tel .content {
    right: 15px;
    position: absolute;
    bottom: 40px;
}

.details-con .flBox .tel .content .num {
    font-size: 20px;
}

.details-con .flBox .tel .img {
    width: 100%;
}

.details-con .flBox .tel .img img {
    width: 100%;
}

.details-con .frBox {
    width: 75%;
    float: right;
}

.details-con .frBox .product-details {
    width: 100%;
    float: left;
}

.details-con .frBox .product-details .top-info {
    width: 100%;
    float: left;
}

.details-con .frBox .product-details .top-info .swiper {
    width: 50%;
    float: left;
}

.details-con .frBox .product-details .top-info .swiper .swiper-slide img {
    width: 100%;
}

.details-con .frBox .product-details .top-info .info {
    width: 50%;
    padding-left: 20px;
    float: left;
}

.details-con .frBox .product-details .top-info .info .title {
    display: block;
}

.details-con .frBox .product-details .top-info .info .desc {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}

.details-con .frBox .product-details .top-info .info .tel {
    border-top: 1px dotted #ccc;
    display: block;
    padding-top: 10px;
    margin-top: 30px;
}

.details-con .frBox .product-details .top-info .info .tel .fl .img {
    float: left;
}

.details-con .frBox .product-details .top-info .info .tel .fl .content {
    float: left;
    margin-left: 10px;
}

.details-con .frBox .product-details .top-info .info .tel .fr a {
    background: #0500ff;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 40px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.details-con .frBox .product-details .contentbox {
    line-height: 1.8;
    float: left;
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
}

.details-con .frBox .product-details .contentbox img {
    max-width: 100%;
}

.details-con .frBox .r-product {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.details-con .frBox .r-product .c-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
}

.details-con .frBox .r-product .c-title em {
    position: relative;
    line-height: 40px;
}

.details-con .frBox .r-product .c-title em:before {
    width: 100px;
    height: 2px;
    background: #0500ff;
    content: "";
    position: absolute;
    bottom: -9px;
}

.details-con .frBox .r-product ul {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.details-con .frBox .r-product li {
    width: 25%;
    float: left;
    padding: 5px;
}

.details-con .frBox .r-product li .li-block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.details-con .frBox .r-product li .li-block img {
    width: 100%;
}

.details-con .frBox .r-product li .li-block .title {
    font-size: 14px;
}

.details-con .frBox .r-product li .li-block .title a {
    display: block;
    line-height: 30px;
    padding: 0 20px;
}

.details-con .frBox .r-product li .li-block .title a:hover {
    color: #0500ff;
}

.details-con .frBox .relevant-list {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.details-con .frBox .relevant-list .r_title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.details-con .frBox .relevant-list ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.details-con .frBox .relevant-list ul li:nth-child(odd) {
    padding-right: 10px;
}

.details-con .frBox .relevant-list ul li:nth-child(even) {
    padding-left: 10px;
}

.details-con .frBox .relevant-list ul li {
    width: 50%;
    float: left;
}

.details-con .frBox .relevant-list ul li .li-block {
    border-top: 1px dotted #c9c9c9;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.details-con .frBox .relevant-list ul li .title {
    width: 100%;
    float: left;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-con .frBox .relevant-list ul li .title h3 {
    font-size: 16px;
}

.details-con .frBox .relevant-list ul li .title h3 a {
    display: block;
}

.details-con .frBox .relevant-list ul li .title h3 a:hover {
    color: #0500ff;
}

.details-con .frBox .relevant-list ul li .desc {
    width: 100%;
    float: left;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
}

/*page*/
.box-page {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.dede_pages {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.dede_pages .pagelist {
    display: inline-block;
}

.dede_pages .pagelist li {
    float: left;
    width: auto;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-size: 13px;
    padding: 5px 10px;
}

.dede_pages .pagelist .thisclass {
    background: #0500ff;
    border-color: #0500ff;
    color: #fff;
}

.dede_pages .pagelist .pageinfo {
    float: left;
    color: #999;
}

@media screen and (max-width: 769px) {
    .searchbox {
        display: none;
    }

    .position {
        font-size: 12px;
        padding: 10px;
    }

    .list-con .flBox {
        padding: 0 10px;
        width: 100%;
    }

    .list-con .flBox .fl-nav .nav-title {
        line-height: 30px;
        padding: 10px 20px;
        text-align: left;
        font-size: 16px;
        position: relative;
        transition: all 1s;
        -moz-transition: all 1s;
        /* Firefox 4 */
        -webkit-transition: all 1s;
        /* Safari 和 Chrome */
        -o-transition: all 1s;
        /* Opera */
    }

    .list-con .flBox .fl-nav .nav-title:before {
        font-family: "icon" !important;
        content: "\e6fb";
        color: #fff;
        position: absolute;
        right: 14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }

    .list-con .flBox .fl-nav .active:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
    }

    .list-con .flBox .fl-nav ul {
        display: none;
    }

    .list-con .flBox .tel {
        display: none;
    }

    .list-con .flBox .fr-label {
        display: none;
    }

    .list-con .frBox {
        width: 100%;
        padding: 10px;
    }

    .list-con .frBox .product-list li {
        width: 50%;
        padding: 5px;
    }

    .list-con .frBox .product-list li img {
        width: 100%;
    }

    .list-con .frBox .product-list li .li-block .title {
        font-size: 15px;
        width: 100%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .list-con .frBox .relevant-list ul li:nth-child(odd) {
        padding-right: 0;
    }

    .list-con .frBox .relevant-list ul li:nth-child(even) {
        padding-left: 0;
    }

    .list-con .frBox .relevant-list ul li {
        width: 100%;
    }

    .details-con .flBox {
        padding: 0 10px;
        width: 100%;
    }

    .details-con .flBox .fl-nav .nav-title {
        line-height: 30px;
        padding: 10px 20px;
        text-align: left;
        font-size: 16px;
        position: relative;
        transition: all 1s;
        -moz-transition: all 1s;
        /* Firefox 4 */
        -webkit-transition: all 1s;
        /* Safari 和 Chrome */
        -o-transition: all 1s;
        /* Opera */
    }

    .details-con .flBox .fl-nav .nav-title:before {
        font-family: "icon" !important;
        content: "\e6fb";
        color: #fff;
        position: absolute;
        right: 14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }

    .details-con .flBox .fl-nav .active:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
    }

    .details-con .flBox .fl-nav ul {
        display: none;
    }

    .details-con .flBox .tel {
        display: none;
    }

    .details-con .flBox .fr-label {
        display: none;
    }

    .details-con .flBox .fl-news {
        display: none;
    }

    .details-con .frBox {
        width: 100%;
        padding: 10px;
    }

    .details-con .frBox .product-details img {
        width: 100%;
    }

    .details-con .frBox .product-details .top-info .swiper {
        width: 100%;
    }

    .details-con .frBox .product-details .top-info .info {
        width: 100%;
        padding: 15px 0;
    }

    .details-con .frBox .r-product ul li {
        width: 50%;
        padding: 5px;
        height: 50%;
    }

    .details-con .frBox .relevant-list ul li:nth-child(odd) {
        padding-right: 0;
    }

    .details-con .frBox .relevant-list ul li:nth-child(even) {
        padding-left: 0;
    }

    .details-con .frBox .relevant-list ul li {
        width: 100%;
    }
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=product.css.map */
