/* product */
.pro-wrap{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}
.pro-wrap .pro-content{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
}
.pro-content .pro-left{
    width: 22%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.pro-content .pro-left .left-nav{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-left .left-nav .left-nav-title{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 8px 0px 8px 10px;
    text-transform: none;
    color: #fff;
    background-color: #337ab7;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-left .left-nav .left-nav-list{
    position: relative;
    overflow: hidden;
}
.pro-content .pro-left .left-nav .left-nav-list ul{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pro-content .pro-left .left-nav .left-nav-list ul li{
    position: relative;
    width: 100%;
}
.pro-content .pro-left .left-nav .left-nav-list ul li a{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
    margin: 0;
    padding: 8px 0px 8px 25px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pro-content .pro-left .left-nav .left-nav-list ul li a::before{
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 6px;
    height: 8px;
    background: url(../../image/img/circular.png) no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pro-content .pro-left .left-nav .left-nav-list ul li:hover>a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
.pro-content .pro-left .left-nav .left-nav-list ul li.selected>a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
.pro-content .pro-left .left-nav .left-nav-list ul li span{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    transition: all 0.3s ease-in 0s;
    display: inline-block;
}
.pro-content .pro-left .left-nav .left-nav-list ul li span::before{
    /* content: "+";
    font-size: 24px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-align: center;
    transition: all 0.3s ease-in 0s;
    display: inline-block; */
    content: "";
    position: absolute;
    top: 21.5px;
    right: 16.5px;
    width: 12px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease-in 0s;
    display: inline-block;
}
.pro-content .pro-left .left-nav .left-nav-list ul li span::after{
    /* content: "-";
    font-size: 30px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: rgb(6, 97, 243);
    text-align: center;
    transition: all 0.3s ease-in 0s;
    display: inline-block; */
    content: "";
    position: absolute;
    top: 16.5px;
    right: 21.5px;
    width: 2px;
    height: 12px;
    background-color: #333;
    transition: all 0.3s ease-in 0s;
    display: inline-block;
}
.pro-content .pro-left .left-nav .left-nav-list ul li:hover span::before{
    background-color: rgb(6, 97, 243);
}
.pro-content .pro-left .left-nav .left-nav-list ul li:hover span::after{
    background-color: rgb(6, 97, 243);
}
.pro-content .pro-left .left-nav .left-nav-list ul li.selected span::before{
    background-color: rgb(6, 97, 243);
}
.pro-content .pro-left .left-nav .left-nav-list ul li.selected span::after{
    display: none;
}
.pro-content .pro-left .left-nav .left-nav-list ul li>ul{
    background-color: #f5f5f5;
    overflow: hidden;
    display: none;
}
.pro-content .pro-left .left-nav .left-nav-list ul li>ul li a{
    font-size: 12px;
    font-weight: normal;
    color: #888;
}
.pro-content .pro-left .left-nav .left-nav-list ul li>ul li a::before{
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 6px;
    height: 8px;
    background: url(../../image/img/arrow-right.png) no-repeat center;
    transition: all 0.2s ease-in 0s;
}
.pro-content .pro-left .left-nav .left-nav-list ul li>ul li:hover>a{
    background-color: #fff;
}
.pro-content .pro-right{
    width: 78%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}
.pro-content .pro-right .pro-search-result{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-content .pro-right .pro-search-result h3{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    padding: 0px 0px 20px 0px;
    text-align: right;
    text-transform: none;
    overflow: hidden;
}
.pro-content .pro-right .pro-search-result span{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgba(230, 0, 57, 0.9);
    text-align: right;
    text-transform: none;
    overflow: hidden;
}
.pro-content .pro-right .pro-search-result .pro-search-nothing{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-content .pro-right .pro-search-result .pro-search-nothing .nothing-cont{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.pro-content .pro-right .pro-search-result .pro-search-nothing .nothing-icon{
    position: relative;
    width: 200px;
    height: 200px;
    background: url(../../image/img/not-found.png) no-repeat center;
    display: inline-block;
    overflow: hidden;
}
.pro-content .pro-right .pro-search-result .pro-search-nothing p{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgb(13, 119, 218);
    text-align: center;
    text-transform: none;
    overflow: hidden;
}
.pro-content .pro-right .pro-list{
    width: 100%;
    display: block;
}
.pro-content .pro-right .pro-list ul{
    width: 104%;
    margin: 0 -4% 0 0;
    display: block;
}
.pro-content .pro-right .pro-list ul li{
    position: relative;
    width: 21%;
    height: auto;
    margin: 0 4% 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-right .pro-list .pro-list-item{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
    padding: 3px;
    border: 1px solid #e9e9e9;
}
.pro-content .pro-right .pro-list .pro-list-item:hover{
    border: 1px solid rgb(6, 97, 243);
    -webkit-box-shadow: 0px 1px 3px 0px #eee;
    -moz-box-shadow: 0px 1px 3px 0px #eee;
    box-shadow: 0px 1px 3px 0px #eee;
}
.pro-content .pro-right .pro-list .pro-list-item .item-image a{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.pro-content .pro-right .pro-list .pro-list-item .item-image a::before{
    content: "";
    padding-bottom: 90%;
    display: inline-block;
    vertical-align: middle;
}
.pro-content .pro-right .pro-list .pro-list-item .item-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.pro-content .pro-right .pro-list .pro-list-item:hover .item-image img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.pro-content .pro-right .pro-list .pro-list-item .item-text a{
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #666;
    display: inline-block;
    text-align: center;
    text-transform: none;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.pro-content .pro-right .pro-list .pro-list-item:hover .item-text a{
    color: rgb(6, 97, 243);
}
.pro-content .pro-right .pro-page{
    width: 100%;
    padding: 20px 0px 0px 0px;
    display: block;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.pro-content .pro-right .pro-page ul{
    width: 100%;
    border-radius: 0px;
    display: inline-block;
}
.pro-content .pro-right .pro-page ul li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.pro-content .pro-right .pro-page ul li a,
.pro-content .pro-right .pro-page ul li span{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 6px 12px;
    color: rgb(31, 102, 196);
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pro-content .pro-right .pro-page ul li:last-child a,
.pro-content .pro-right .pro-page ul li:last-child span{
    border-right: 1px solid #ddd;
}
.pro-content .pro-right .pro-page ul li span{
    cursor: default;
}
.pro-content .pro-right .pro-page ul li .active{
    color: #fff;
    cursor: default;
    background-color: rgb(31, 102, 196);
}
.pro-content .pro-right .pro-page ul li a:hover,
.pro-content .pro-right .pro-page ul li span:hover{
    color: #fff;
    cursor: default;
    background-color: rgb(31, 102, 196);
}
.pro-content .pro-right .pro-page p{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pro-content .pro-right .pro-page p::before{
    content: "[";
    padding: 0px 3px 0px 0px;
}
.pro-content .pro-right .pro-page p::after{
    content: "]";
    padding: 0px 0px 0px 3px;
}
.pro-content .pro-right .pro-page p span{
    margin: 0px 5px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pro-content .pro-left-b{
    width: 16%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 30px 0px 0px;
}
.pro-content .pro-left-b .left-hot{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-left-b .left-hot .left-hot-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    padding: 10px 0px 10px 10px;
    text-transform: none;
    color: #fff;
    background-color: #337ab7;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-left-b .left-hot .left-hot-list{
    position: relative;
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.pro-content .pro-left-b .left-hot .left-hot-list ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.pro-content .pro-left-b .left-hot .left-hot-list ul li{
    width: 100%;
    height: auto;
    padding: 10px;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item{
    width: 100%;
    border: 1px solid #fff;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item:hover{
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 1px 3px 0px #eeeeee;
    -moz-box-shadow: 0px 1px 3px 0px #eeeeee;
    box-shadow: 0px 1px 3px 0px #eeeeee;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item a{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item a::before{
    content: "";
    padding-bottom: 90%;
    display: inline-block;
    vertical-align: middle;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: none;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item:hover .caption{
    display: block;
}
.pro-content .pro-left-b .left-hot .left-hot-list .hot-item .caption span{
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    padding: 0px 3px;
    text-transform: none;
    display: block;
    overflow: hidden;
}

.pro-content .pro-right-b{
    width: 84%;
    vertical-align: top;
    display: inline-block;
    padding: 0px 0px 0px 30px;
}
.pro-content .pro-right-b .pro-body{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-picture{
    position: relative;
    width: 40%;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body{
    position: relative;
    width: 100%;
    height: auto;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large a{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large a::before{
    content: "";
    padding-bottom: 90%;
    display: inline-block;
    vertical-align: middle;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pic-zoom{
    position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pic-zoom img{
    width: auto;
    height: auto;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pro-video-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
    display: block;
    z-index: 9;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pro-video-btn .pro-video-icon{
    position: relative;
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    margin: 0 auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    overflow: hidden;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pro-video-btn .pro-video-icon:hover{
    background-color: rgba(0, 0, 0, 0.8);
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pro-video-btn .pro-video-icon::before{
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-large .pro-video-case{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    z-index: 0;
}
.pic-window{
    position: fixed;
    top: 0;
	left: 0;
	height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000000;
    cursor: pointer;
    display: none;
}
.pic-window img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
	max-height: 90%;
    margin: auto;
    border: 2px solid #fff;
}
.pic-window .prev{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px;
    border: 2px solid #fff;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000001;
    display: inline-block;
}
.pic-window .prev:hover{
    background-color: #666;
}
.pic-window .prev::before{
    content: "";
    position: relative;
    top: 18px;
    left: 1px;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
}
.pic-window .next{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px;
    border: 2px solid #fff;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000001;
    display: inline-block;
}
.pic-window .next:hover{
    background-color: #666;
}
.pic-window .next::before{
    content: "";
    position: relative;
    top: 18px;
    left: 15px;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb{
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb .arrow-prev{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb .arrow-next{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb .thumb-list{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 20px;
    z-index: 99;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul{
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul li{
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0px 5px;
    border: 2px solid #fff;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul li.active{
    border: 2px solid rgb(6, 97, 243);
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul li>a{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul li>a::before{
    content: "";
    padding-bottom: 100%;
    display: inline-block;
    vertical-align: middle;
}
.pro-content .pro-right-b .pro-body .pro-picture .pic-body .pic-thumb ul li>a>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.pro-content .pro-right-b .pro-body .pro-remark{
    position: relative;
    width: 60%;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-body{
    width: 100%;
    padding: 0px 0px 0px 60px;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-body h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    margin: 0px 0px 20px 0px;
    word-break: break-all;
    word-wrap: break-word;
    text-transform: none;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-body pre{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    text-transform: none;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-body .summary-line{
    height: 0;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px dotted #ddd;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec{
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 60px;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul{
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul li{
    position: relative;
    margin: 5px 5px 0px 0px;
    padding: 1px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul li a{
    position: relative;
    padding: 0px 10px 0px 50px;
    border: 1px solid #b8b8b8;
    text-align: center;
    background-position: 5px center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul li:hover a{
    border: 2px solid rgb(6, 97, 243);
    margin: -1px;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul li.active a{
    border: 2px solid rgb(6, 97, 243);
    margin: -1px;
}
.pro-content .pro-right-b .pro-body .pro-remark .remark-spec ul li a span{
    font-size: 14px;
    font-weight: normal;
    line-height: 48px;
    color: #333;
    text-indent: 0;
    text-transform: none;
    white-space: nowrap;
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-detail{
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body{
    position: relative;
    width: 100%;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-title{
    width: 100%;
    margin: 40px 0px 0px 0px;
    background-color: #b8b8b8;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-title li{
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-title li.active{
    background-color: #337ab7;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-title li span{
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    padding: 0px 20px;
    color: #fff;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content{
    width: 100%;
    padding: 15px 0px;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item{
    display: none;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item.active{
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce{
    position: relative;
    width: 100%;
    height: auto;
    line-height: normal;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    text-transform: none;
    display: inline-block;
    overflow: hidden;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce p{
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 24px;
    text-indent: 0;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    text-transform: none;
    overflow: hidden;
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce table{
    width: 100% !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 !important;
    padding: 0 !important;
    border-spacing: 0;
    border-collapse: collapse;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce td{
    margin: 0 !important;
    padding: 3px !important;
    border: 1px solid #ddd !important;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    text-transform: none;
    word-break: break-all;
    word-wrap: break-word;
}
.pro-content .pro-right-b .pro-body .pro-detail .detail-body .tab-content .tab-item .pro-introduce td p{
    line-height: 18px;
    text-indent: 0;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}
.pro-content .pro-right-b .pro-body .pro-turn{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-turn ul{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-turn ul li{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    display: block;
}
.pro-content .pro-right-b .pro-body .pro-turn ul li span{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333;
    line-height: 20px;
    padding: 0px 6px 0px 0px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: inline-block;
}
.pro-content .pro-right-b .pro-body .pro-turn ul li a{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(32, 115, 248);
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: inline-block;
}

@media(max-width: 1500px){
    /* product */
    .pro-content .pro-left{
        width: 25%;
        padding: 0px 15px 0px 0px;
    }
    .pro-content .pro-right{
        width: 75%;
        padding: 0px 0px 0px 15px;
    }
    .pro-content .pro-left-b{
        width: 18%;
        padding: 0px 20px 0px 0px;
    }
    .pro-content .pro-right-b{
        width: 82%;
        padding: 0px 0px 0px 20px;
    }
    .pro-content .pro-right-b .pro-body .pro-picture{
        width: 44%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark{
        width: 56%;
    }
}

@media(max-width: 1200px){
    /* product */
    .pro-content .pro-left{
        width: 30%;
        padding: 0px 12px 0px 0px;
    }
    .pro-content .pro-right{
        width: 70%;
        padding: 0px 0px 0px 12px;
    }
    .pro-content .pro-right .pro-list ul li{
        width: 29.333333%;
    }
    .pro-content .pro-left-b{
        width: 20%;
        padding: 0px 20px 0px 0px;
    }
    .pro-content .pro-right-b{
        width: 80%;
        padding: 0px 0px 0px 20px;
    }
    .pro-content .pro-right-b .pro-body .pro-picture{
        width: 46%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark{
        width: 54%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body{
        padding: 0px 0px 0px 40px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-spec{
        padding: 0px 0px 0px 40px;
    }
}

@media(max-width: 992px){
    /* product */
    .pro-wrap .pro-content{
        padding: 20px 0px 30px 0px;
    }
    .pro-content .pro-left{
        width: 34%;
        padding: 0px 10px 0px 0px;
    }
    .pro-content .pro-right{
        width: 66%;
        padding: 0px 0px 0px 10px;
    }
    .pro-content .pro-right .pro-list ul li{
        width: 46%;
    }
    .pro-content .pro-left-b{
        padding: 0px 10px 0px 0px;
    }
    .pro-content .pro-right-b{
        padding: 0px 0px 0px 10px;
    }
    .pro-content .pro-right-b .pro-body .pro-picture{
        width: 48%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark{
        width: 52%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body{
        padding: 0px 0px 0px 20px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body h3{
        margin: 0px 0px 15px 0px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-spec{
        padding: 0px 0px 0px 20px;
    }
}

@media(max-width: 768px){
    /* product */
    .pro-wrap .pro-content{
        padding: 15px 0px 30px 0px;
    }
    .pro-content .pro-left{
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    .pro-content .pro-right{
        width: 100%;
        padding: 10px 0px 0px 0px;
    }
    .pro-content .pro-left-b{
        display: none;
        padding: 0;
    }
    .pro-content .pro-right-b{
        width: 100%;
        padding: 0;
    }
    .pro-content .pro-right-b .pro-body .pro-picture{
        width: 44%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark{
        width: 56%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body{
        padding: 0px 0px 0px 10px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body h3{
        margin: 0px 0px 10px 0px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-spec{
        padding: 0px 0px 0px 10px;
    }
    .pic-window .prev,.pic-window .next{
        top: auto;
        bottom: 20px;
        margin: 0;
    }
}

@media(max-width: 600px){
    /* product */
    .pro-content .pro-right-b .pro-body .pro-picture{
        width: 100%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark{
        width: 100%;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-body{
        padding: 20px 0px 0px 0px;
    }
    .pro-content .pro-right-b .pro-body .pro-remark .remark-spec{
        padding: 0;
    }
}