.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.product-info-column{
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
     /*transform: scale(0.8);*/

	 width: 100%;
}
.product-info-title{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    margin-top: 36px;
}
.product-info-row{
    margin-top: 32px;
    display: block;width: 100%; 
     
}
.product-info-carousel{
    width: 741px;
    height: 625px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;width: 45%;float:left
}


.product-info-col{
     display: block;width: 50%;float: right
}









.product-info-name{
    font-size: 36px;
    font-family: SourceHanSansCN-Bold;
    font-weight: Bold;
    color: #333333;
    line-height: 36px;
}
.product-info-time{
    font-size: 24px;
    
    font-weight: bold;
    color: #999999;
    line-height: 24px;
    margin-top: 18px;
}
.product-info-address{
    font-size: 16px;
     line-height: 24px;
    font-weight: 400;
    color: #333333;
     
    margin-top: 30px;
    margin-bottom: 15px;
}
.product-info-desc{
    font-size: 24px;
    
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 27px;
}
.product-info-but-row{
    display: flex;
    flex-direction:row;
}
.product-info-but{
    font-size: 24px;
    margin-bottom: 45px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right:45px;
    border-radius: 6px;
    padding: 19px 42px;
    background: #EEEEEE;
}
.product-info-but-active{
    color: #FFFFFF;
    background-color: #F15921;
}.product-info-but-active a{
    color: #FFFFFF;
   
}
.product-info-images-row{
   width: 100%;
   overflow: hidden;
   margin-top: 80px;
}



@media only screen and (max-width: 768px) {
	
	
	.product-info-column{
    max-width: 1500px;
    display: block;
    
     width: 90%; padding:0 15px;  

	   overflow:hidden 
}
.product-info-carousel{
    width: 100%;
    height: 425px;
    border: 1px solid #DDDDDD;
    border-radius: 2px; position:relative
} 
.product-info-row{
    margin-top: 32px;
    display: block; width: 100%; 
}	 
 .product-info-col{ width: 100%;
    margin-left: 15px;
    display: block; 
}.product-info-images-row{
   width: 100%;
   overflow: hidden;
   margin-top: 80px;
}
.product-info-name{ font-size:20px}
.product-info-time{font-size:16px}




.product-info-address{font-size:16px;margin-top: 30px; line-height:36px;}

.product-info-but{
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right:25px;
    border-radius: 6px;
    padding: 19px 32px;
    
}
.product-info-but-active{
    color: #FFFFFF;
    background-color: #F15921;
}

}










.product-info-images-row img{
    width: 100%;
    height: auto;
}
.product-info-images{
    width: 1500px;
    height: 453px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-bottom: 40px;
     transform: scale(0.8);
}

.focus {
    position: relative;
    width: 741px;
    height: 538px;
    background-color: pink;
    overflow: hidden;
    margin: 0 auto;
}
.p-ul {
    position: absolute;
    left: 0;
    display: block;
    width: 2000px;
    height: 538px;
    padding: 0;
    margin: 0;
}
.p-ul>.p-li {
    float: left;
    list-style: none;

    width: 741px;
    height: 538px;
}
/*a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 30px;
    border-radius: 70%;
    background-color: rgb(137, 132, 146,0.3);
    color:darkgrey;
    font-weight:bolder;
    line-height: 30px;
    padding: 10px;
    z-index: 1;
}*/

.circle {
    display: block;
    position: absolute;
    top: 492px;
    left:600px;
    width: 60px;
    height: 20px;
    line-height: 20px;


}
ol>li {
    float: left;
    width: 15px;
    height: 15px;
    list-style: circle;
    color: white;
    font-size: 25px;
    cursor: pointer;

}
.current {
    list-style: disc;
    color: orange;
}
.p-ul>.p-li img {
    width: 741px;
    height: 538px;
}
