﻿@charset "utf-8";

.w740{width:760px;overflow:hidden;margin:20px auto;border:solid 1px #ddd;padding:10px 0 15px 0;}

td, th{border:0;}

/* 组图开始 小图部分 */
.thumbpic{margin:0px auto;width:500px;margin-top:30px;}
.thumbpic .ltp{float:left;width:58px;heght:86px;margin:10px 35px 0 0;}
.thumbpic span{height:20px;float:left;cursor:pointer; line-height:20px;width:80px;}
.thumbpic .rtp{float:left;width:58px;heght:86px;margin:10px 0 0 15px;}
#piclist{width:440px;float:left;overflow:hidden;/* height:86px; */position:relative;}
#piclist ul{margin:0;padding:0;list-style:none;overflow:hidden;width:20000px;position:relative;}
#piclist ul li{float:left;cursor:pointer;position:relative;width: 80px;margin: 0 4px;height: 65px;/* background-image: url(../images/ico_none.gif); *//* background-repeat: no-repeat; */  border: 2px solid #ccc;/* background-position: center -10px; */text-align: center;}
#piclist ul li img{height: auto;width: 100%;margin: 10px 0px;/* padding:3px; */}
#piclist .hover{/* height: 65px; *//* background-image: url(../images/ico_bg.gif); *//* background-repeat: no-repeat; *//* background-position: center  -10px; */border: 2px solid #FF9900;}
#piclist ul li tt{display:none;background:#000;color:#FFF;position:absolute;z-index:20; font-family:arial;font-size:12px;line-height:16px;padding:0 5px;margin:55px 0 0 -85px;}

.thumbpic a.bntprev{float:left;width:20px;height: 70px;display:block;outline:none;background-image: url(../images/ico_left.gif);background-repeat: no-repeat;
background-position: center center;}
.thumbpic a.bntnext{float:left;width:20px;height:64px;display:block;outline:none;background-image: url(../images/ico_right.gif);background-repeat: no-repeat;
background-position: center center;}

#originalpic{position:relative;overflow:hidden;zoom:1;height:100%;clear:both;text-align:center;}
#originalpic img{display:none;position:relative;max-width:100%;}
#aPrev{position:absolute;z-index:10;left:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
#aNext{position:absolute;z-index:10;right:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}

@media screen and (max-width: 1300px) {
	.thumbpic{width: 380px;margin-top: 20px;overflow: hidden;}
	#piclist{width: 340px;}
	#piclist ul li{width: 60px;height: auto;}
	.thumbpic a.bntprev,.thumbpic a.bntnext{height:60px;}
}
@media screen and (max-width: 1200px) {
	.thumbpic{width: 280px;}
	#piclist{width: 240px;}
	#piclist ul li{width: 40px;height: auto;}
	#piclist ul li img {margin: 5px 0px;}
	.thumbpic a.bntprev,.thumbpic a.bntnext{height: 35px;width: 10px;background-size: 100%;}
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 800px) {}
@media screen and (max-width: 750px) {
	.thumbpic{width: 400px;}
	#piclist{width: 360px;}
	.thumbpic a.bntprev, .thumbpic a.bntnext {height: 50px;}
	#piclist ul li{width: 64px;}
}
@media screen and (max-width: 440px) {
	.thumbpic{width: 400px;}
	#piclist{width: 360px;}
	#piclist ul li{width: 60px;}
}
@media screen and (max-width: 414px) {
	.thumbpic{width: 300px;}
	#piclist{width: 260px;}
	#piclist ul li{width: 40px;}
	#piclist ul li img {margin: 5px 0px;}
	.thumbpic a.bntprev, .thumbpic a.bntnext {height: 35px;background-size: 100%;width: 10px;}
}
@media screen and (max-width: 390px) {}
@media screen and (max-width: 365px) {}
/*自适应 end*/
