

.product_list{
    padding-bottom: 10px;
    min-height: 560px;
}
.product_list .content{
    /*margin-top: 85px;*/
    margin-top: 35px;
}
.product_list .content .tem_search{
    width: 300px;
}

.product_list .searchbox{
   margin-top: 20px;
   font-size: 12px;
}
.product_list .searchbox .tem_head{
    border-top: 2px solid #dfdfdf;
    line-height: 42px;
    padding-left: 24px;
    background: rgb(245, 245, 245);
}

.para-list{

}

.para-list .para{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #ececec;
    overflow: hidden;
}

.para-list .para .head{
    display: flex;
    padding-left: 24px;
}
.para-list .para .body{
   
    position: absolute;

    right: 0;
    padding-right: 60px;
 
    width: 1122px;

}

.para-list .para .body ul{
    display: flex;
}
.para-list .para .body ul li{
    margin-right: 40px;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.para-list .para .tail{
    
}

.para-list .para .tail .more{
    display: flex;
    align-items: center;
}
.para-list .para .tail .more i{
    margin-left: 5px;
}

.product_list .content  .product_order{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #e0e0e0 1px solid;
    background: rgb(245, 245, 245);
    margin-top: 8px;
    
}

.product_list .content  .product_order .tem_left ul{
    display: flex;
}

.product_list .content  .product_order .tem_left ul li{
    padding: 7px 24px;
    cursor: pointer;
}
.product_list .content  .product_order .tem_left ul li i{
    margin-left: 5px;
    font-size: 10px;
    display: none;
}

.product_list .content  .product_order .tem_left ul li.active{
   background: #fff;
}
.product_list .content  .product_order .tem_left ul li.active i{
    display: inline-block;
}
.product_list .content  .product_order .tem_right {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.product_order .tem_right .left{
    padding: 7px 3px;
    margin-right: 18px;
    cursor: pointer;
}
.product_order .tem_right .center {
    font-size: 12px;
}
.product_order .tem_right .center .currentPage{
    color:red;
}

.product_order .tem_right .right{
    padding: 7px 3px;
    margin-left: 18px;
    cursor: pointer;
}
    

.show_list{

}
.show_list .content_wrap{
    min-height: 300px;
}
.show_list ul{
    display: flex;
    flex-wrap: wrap;
}
.show_list ul li{
    width: 294px;
    margin: 5px 3px 5px 2px;
    height: auto;
    border: 1px rgba(4, 12, 84, 0.1943127962085308) dotted;
    padding: 15px;
}
.show_list ul li >a{

}
.show_list ul li a img{
    width: 262px;
    height: auto;
    border: #fff 2px solid;
}
.show_list ul li a img:hover {
    border: #fd7100 2px solid;
}
.show_list ul li .title{
    margin: 15px auto 2px;
    padding: 8px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_list ul li .title a{
    font-size: 12px;
    color: rgba(4, 12, 84, 1);
}

.pagenation{
    margin: 10px 0;
    overflow: hidden;
}
.pagenation .load_more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: rgba(4, 12, 84, 1);
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid ;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 0 auto;
}
.pagenation .nodata{
    text-align: center;
}

.pagenation .load_more i{
    font-size: 16px;
    margin-left: 10px;
}

.pagenation .load_more:hover{
    background-color: #1e50ae;
    border-color: #1e50ae;
    color: #fff;
}

/*    产品详情开始 */

.pro_detail{

}

.pro_detail .content{
    display: flex;
    justify-content: space-between;
}

.pro_detail .content .show_detail {
    width: 980px;
}

.pro_detail .content .show_detail .tem_head{
    line-height: 47px;
    height: 46px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
}

.show_detail .tem_head .title{
    font-size: 16px;
    color: #1e50ae;
    padding: 0 5px;
}
.show_detail .tem_head .line{
    width: 5px;
    height: 16px;
    background: #1e50ae;
    margin: 0 5px;
}

.pro_detail .content .pro_relate {
    width: 210px;
}
.pro_detail .content .pro_relate .tem_head{
    margin-top: 7px;
    line-height: 46px;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
}
.pro_relate .tem_head .line{
    width: 5px;
    height: 16px;
    background: #1e50ae;
    margin: 0 5px;
}
.pro_relate .tem_head .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: rgba(4, 12, 84, 1);
    padding: 0 5px;
}

.pro_relate ul{

}
.pro_relate ul li{
    width: 200px;
    margin: 4px 0px;
    height: auto;
    padding: 15px;
    border: 1px rgba(4, 12, 84, 0.2559241706161137) dotted;
}
.pro_relate ul li >a img{
    width: 168px;
    height: auto;
}
.pro_relate ul li .title{

    margin: 15px 0 5px;
    height: 23px;
    line-height: 23px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_relate ul li .title a{
    color: rgba(4, 12, 84, 1);
    font-size: 12px;
}


.pro_body{
    margin: 5px;
}
.pro_body .pro_intro{
    padding-top:28px ;
    display: flex;
    justify-content: space-between;
}

.pro_body .pro_intro .tem_left{
    width: 422px;
}
.pro_body .pro_intro .tem_left .big_img{
    width: 422px;
    border: 1px solid #d1d1d1;
}
.pro_body .pro_intro .tem_left .big_img .tem_img{
    height: 420px;
    overflow: hidden;
}
.pro_body .pro_intro .tem_left .big_img img{
    width: 420px;
    height: auto;
}

.small_img {
    margin-top: 8px;
    width: 354px;
}

.small_img .swiper-slide {
    width: auto;
    margin: 10px 0px;
}
.small_img .swiper-slide .img_wrap{
    width: 62px;
    height: 62px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
}
.small_img .swiper-slide-active .img_wrap{
    border: 1px solid #1e50ae;
}
.small_img .swiper-slide .img_wrap img{
    width: 100%;
    height: 100%;
}

.pro_body .pro_intro .tem_left .share{
    padding: 9px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.share .sharebox,.share .onlineKefu{

    cursor:pointer;
    position: relative;
}

.pro_body .pro_intro .tem_left .share .fenge{
    margin: 0 7px 0 17px;
}


.pro_body .pro_intro .tem_left .share i{
    margin-right: 10px;
}

.container_wrap {
    width: 420px;
    position: relative;
}

.container_wrap  .swiper-button-prev{
    background: url(/public/static/home/images/vbg01.png) -2075px -355px;
    left: 1px;
}
.container_wrap  .swiper-button-next{
    background: url(/public/static/home/images/vbg01.png) -2118px -355px;
    right: -10px;
}

.pro_body .pro_intro .tem_right {
    margin-left: 25px;
    min-width: 525px;
}

.pro_body .pro_intro .tem_right .title{
    font-weight: 700;
    color: #585858;
    margin: 0;
    font-size: 20px;
    text-align: left;
    word-break: break-word;
}

.pro_body .pro_intro .tem_right .pdLine{
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    margin: 10px 0;
}
.pro_body .pro_intro .tem_right .item{
    display: flex;
    align-items: center;
}

.pro_body .pro_intro .tem_right .item .para-name{
    text-align: right;
    color: #828282;
    letter-spacing: 1px;
    line-height: 28px;
    word-break: break-all;
    position: relative;
    width: 60px;
}

.pro_body .pro_intro .tem_right .item .para-value{
    font-size: 14px;
    color: #616161;
}
.pro_body .pro_intro .tem_right .contact{
    display: flex;
    margin-top: 20px;
}

.webSiteQrCode {
    background: url(/public/static/images/qrCode.gif) #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 0 10px;
    cursor: default;
}

.contact .phone{
    margin-right: 12px;
    width: 140px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1e50ae;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1e50ae;
    font-size: 15px;
    cursor: pointer;

}

.contact .date{
    width: 140px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e50ae;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.contact .fa{
    margin-right: 10px;
}

.pro_body .tem_page{
    line-height: 25px;
}
.pro_body .tem_page a{
    color: #666666;
}

.detailInfo{
    margin-top: 10px;
}

.detailInfo .top{
    display: flex;
}

.detailInfo .top .hint{
    width: 117px;
    border: 1px solid #1e50ae;
    height: 41px;
    line-height: 41px;
    border-bottom: none;
    font-weight: 600;
    color: #666666;
    text-align: center;
}
.detailInfo .top .bdLine{
    height: 1px;
    width: 100%;
    background: #1e50ae;
    margin-top: 40px;
}
/*    产品详情开始 */



/*    子菜单   */

.sub_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.sub_list ul{
    display: flex;
}
.sub_list ul li{
    margin: 0 16px;
    padding: 0 24px;
    background: rgba(1, 89, 161, 1);
    border-radius: 50px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}
.sub_list ul li.active {
    color: #fd7100;
}


.yuyueBox{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(3,3,3,0.5);
    justify-content: center;
    align-items: center;
    /*place-items: center;*/
    z-index: 999999999;
    display: none;
}
.yuyueBox .tem-wrap{
    width: 664px;
    height: 664px;
    background: #fff;
}
.yuyueBox .tem-wrap .tem_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.yuyueBox .tem-wrap .tem_top i{
    font-size: 20px;
    cursor: pointer
}
.yuyueBox .tem-wrap .form_wrap{
    padding: 30px;
}

.el-popper{
    z-index: 9999999999 !important;
}
.el-message{
    z-index: 99999999999 !important;
}
.show{
    display: flex !important;
}

.share-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(3,3,3,0.5);
    justify-content: center;
    align-items: center;
    /*place-items: center;*/
    z-index: 999999999;
    display: none;
    /*display: flex;*/
}
.share-box .tem-wrap{
    width: 480px;
    height: 420px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.share-box .tem-wrap .tem_top{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  0px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.share-box .tem-wrap .tem_top i{
    font-size: 30px;
    cursor: pointer
}
.share-box .tem-wrap .hint{
    margin-top: 45px;
 }
/*.share-box .tem-wrap img{*/
/*    width: 190px;*/
/*    height: 190px;*/
/*    margin: 50px;*/
/*}*/
#qrcode{
    width: 190px;
    height: 190px;
    margin: 50px;
}

