

/* 选项卡*/


.details_nav{overflow:hidden;line-height:40px;width:100%; margin-top:20px;}
.details_nav li{width:16.5%;text-align: center; float:left;background:#CCCCCC; margin-bottom:5px;height:40px;}
.details_nav ul{ margin:0}
.details_nav a{color: #333333;font-size:14px; } 
.details_active a,.details_nav li:hover a{height:40px;display: block;color:#fff;font-size: 14px; background:#009999; }

.details_nav li:nth-child(1){border-right:#fff 1px solid;}
.details_nav li:nth-child(2){border-right:#fff 1px solid;}
.details_nav li:nth-child(3){border-right:#fff 1px solid;}
.details_nav li:nth-child(4){border-right:#fff 1px solid;}
.details_nav li:nth-child(5){border-right:#fff 1px solid;}

.synopsis{overflow: hidden; height:auto; padding-top:20px}


@media (max-width:1100px) {
.details_nav li{width:33.13%;text-align: center; float:left;background:#CCCCCC; margin-bottom:5px}
.details_nav{overflow: hidden;height:auto;line-height:40px;width:100%; margin-top:10px}
.details_nav a{color: #333333;font-size:16px;} 
.details_active a,.details_nav li:hover a{height:40px;display: block;color:#fff;font-size: 16px; background:#009999}

.details_nav li:nth-child(1){border-right:#fff 1px solid;}
.details_nav li:nth-child(2){border-right:#fff 1px solid;}
.details_nav li:nth-child(3){border-right:#fff 0px solid;}
.details_nav li:nth-child(4){border-right:#fff 1px solid;}
.details_nav li:nth-child(5){border-right:#fff 1px solid;}
}

@media (max-width:700px) {
.details_nav li{width:33.13%;text-align: center; float:left;background:#CCCCCC; margin-bottom:5px}
.details_nav{overflow: hidden;height:auto;line-height:40px;width:100%; margin-top:10px}
.details_nav a{color: #333333;font-size:14px;} 
.details_active a,.details_nav li:hover a{height:40px;display: block;color:#fff;font-size: 14px; background:#009999}
}

@media (max-width:560px) {
.synopsis{overflow: hidden; height:auto; padding-top:10px}
.details_nav li{width:49.5%;text-align: center; float:left;background:#CCCCCC;margin-bottom:5px}
.details_nav{overflow: hidden;height:auto;line-height:40px;width:100%;}
.details_nav a{color: #333333;font-size:14px;} 
.details_active a,.details_nav li:hover a{height:40px;display: block;color:#fff;font-size: 14px; background:#009999}

.details_nav li:nth-child(1){border-right:#fff 1px solid;}
.details_nav li:nth-child(2){border-right:#fff 0px solid;}
.details_nav li:nth-child(3){border-right:#fff 1px solid;}
.details_nav li:nth-child(4){border-right:#fff 0px solid;}
.details_nav li:nth-child(5){border-right:#fff 1px solid;}
}







