.productdetail_img{
    width: 100%;
    background: #fff;
    position: relative;
    font-size: 12px;
    padding-bottom: 5px;
}
.tsPicContainer{
    width: 100%;
    height: 70px;
    position: relative;
    background: url(../images/scrollPicbg.gif) repeat-x 0px 0px;
}
.productdetail-box{
    width: 46%;
}
.productdetail_text{
    width: 53%;
}
.tsPicContainer #tsImgSArrL{
    width: 17px;
    height: 100%;
    background: url(../images/picshopArr.gif) no-repeat left center;
    position: absolute;
    top: 0;
    left: 8px;
    cursor: pointer;
}
.tsPicContainer #tsImgSCon{
    position: absolute;
    top: 10px;
    left: 38px;
    height: 70px;
    overflow: hidden;
}
.tsPicContainer #tsImgSCon .tsSelectImg{
    width: 63px;
    float: left;
    cursor: pointer;
}
.tsPicContainer #tsImgSCon .tsSelectImg img{
    border: 2px solid #f00;
    padding: 3px;
    display: block;
    width: 42px;
    height: 42px;
}
.tsPicContainer #tsImgSArrR{
    width: 17px;
    height: 100%;
    background: url(../images/picshopArr.gif) no-repeat right center;
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
}
.productdetail_text{
    padding-left: 60px;
    box-sizing: border-box;
}
.productdetail_text p{
    margin: 5px 0;
}
.productdetail_text h2{
   margin-bottom: 10px;
}

.product_description p{
    margin: 5px 0;
}
.product_description h2{
   margin-bottom: 10px;
}
.productdetail_text .more  a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
 
   
    font-size: 18px;
    border: 1px solid #4f77b4;
    text-align: center;
    color: #ffffff;
    background-color: #4f77b4;
    margin-right:20px
}
table{
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-collapse: collapse;
    /* border:none; */
}
table td{
    vertical-align: middle;
    /* border: none !important; */
}
.contimg table{
    /*text-align: center;*/
    border: 1px solid #333;
}
.contimg table td{
    padding: 5px;
    border: 1px solid #333 !important;
}
.contimg video{
    display: block;
    margin: 0 auto;
}
.contactus_btn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: 7px;
    font-size: 18px;
    border: 1px solid rgb(206, 9, 39);
    text-align: center;
    color: #ffffff;
    background-color: rgb(206, 9, 39);
}


.mySwiper2 .swiper-slide{
    width: auto;
    height: auto;
}
.mySwiper .swiper-slide {
    width: 110px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ccc;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.mySwiper .swiper-wrapper{
    width: auto;
    /* justify-content: center; */
    /* align-items: center; */
}
.swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
    
}
.mySwiper {
    margin-top: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    color: #333;
}
.swiper-button-lock{
    display: block !important;
}
/*
.contimg img{
    width: auto;
}
*/