/*产品详情右导航的样式*/
ul.nav_tabs{
    width: 140px;
    margin-top: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
ul.nav_tabs li{
    text-align: center;
    margin: 0;
    border-top: 1px solid #ddd;
}
ul.nav_tabs li:first-child{
    border-top: none;
}
ul.nav_tabs li a{
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
}
ul.nav_tabs li.active a, ul.nav_tabs li.active a:hover{
    color: #fff;
    background: #0088cc;
    border: 1px solid #0088cc;
}
ul.nav_tabs li:first-child a{
    border-radius: 4px 4px 0 0;
}
ul.nav_tabs li:last-child a{
    border-radius: 0 0 4px 4px;
}
ul.nav_tabs.affix{
    top: 30px; /* Set the top position of pinned element */
}
.product_top_fill{
    padding-top: 30px;
}
.right-border{
    border-right: 1px solid #f2f1f1;
}
.content {
	padding:10px 0;
	line-height:28px;
	overflow:hidden;
}
#section3 img,#section4 img {
	width:100%;
}
@media (max-width: 767px) {
	ul.nav_tabs{
    width: 90px;
    }
    ul.nav_tabs li a{
    padding: 8px 12px;
}
}