<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,ul,li{margin:0;padding:0;}
ul{list-style:none;}
img{border:0;}

.banner{margin:0px auto 0;width:530px;overflow:hidden;}
.large_box{margin-bottom:10px;width:725px;height:350px;overflow:hidden;}
.large_box ul{margin: 0;padding: 0;}
.large_box ul li{
	background: #F3F3F3;
    width: 530px;
    height: 350px;
    text-align: center;
    float: left;
    overflow: hidden; /* è¶…å‡ºDIVå¤§å°çš„å›¾ç‰‡å°†è¢«è£å‰ª */
    display: flex;
    align-items: center; /* åž‚ç›´å±…ä¸­ */
    justify-content: center; /* æ°´å¹³å±…ä¸­ï¼Œå¦‚æžœä¹Ÿéœ€è¦æ°´å¹³å±…ä¸­çš„è¯ */
	
}
.large_box ul li img{ 
	max-width: 100%; /* å›¾ç‰‡æœ€å¤§å®½åº¦ä¸ºDIVå®½åº¦ */
    max-height: 100%; /* å›¾ç‰‡æœ€å¤§é«˜åº¦ä¸ºDIVé«˜åº¦ */
    width: auto; /* å®½åº¦è‡ªåŠ¨ï¼Œä¿æŒåŽŸå§‹å®½é«˜æ¯” */
    height: auto; /* é«˜åº¦è‡ªåŠ¨ï¼Œä¿æŒåŽŸå§‹å®½é«˜æ¯” */}



.small_box{width:530px;height:73px;overflow:hidden;}
.small_list{position:relative;float:left;width:480px;height:73px;overflow:hidden;}
.small_list ul{height:73px;overflow:hidden;}
.small_list ul li{position:relative;float:left;margin-right:10px;width:110px; display: block;cursor: pointer; overflow:hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/ }
.small_list ul li img{display:block;object-fit: cover;/* å›¾ç‰‡æŒ‰ç…§ç­‰æ¯”é“ºæ»¡å®¹å™¨,ä¿æŒåŽŸæœ‰å°ºå¯¸æ¯”ä¾‹,ä½†éƒ¨åˆ†å†…å®¹å¯èƒ½è¢«å‰ªåˆ‡ã€‚ */}
.small_list ul li .bun_bg{display:none;position:absolute;top:0;left:0;width:110px;height:73px;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;}
.small_list ul li.on .bun_bg{display:block;}
.btn_pic{display:block;width:20px;height:73px;background-color:#777;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.btn_pic:hover{background-color:#e7000e;}
.left_btn{float:left;margin-right:10px;background-image:url(../images/left_btn.png);}
.right_btn{float:right;background-image:url(../images/right_btn.png);}


.content2 {width: 640px; padding: 20px; margin: 20px auto; border: 1px solid #DDDDDD;}
.content2 img { width: 100px;height: 100px; }



.details_pic_box{ 
	margin: 10px auto; 
	width:625px;
	height: 468px;
	border: 1px solid #E0E0E0;
	background: #EFEFEF;

}


.details_pic{ 
	width:625px!important;
	height: 468px!important;
	text-align: center;
    overflow: hidden; /* è¶…å‡ºDIVå¤§å°çš„å›¾ç‰‡å°†è¢«è£å‰ª */
    display: flex;
    align-items: center; /* åž‚ç›´å±…ä¸­ */
    justify-content: center; /* æ°´å¹³å±…ä¸­ï¼Œå¦‚æžœä¹Ÿéœ€è¦æ°´å¹³å±…ä¸­çš„è¯ */
}

.details_pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;/* å›¾ç‰‡æŒ‰ç…§ç­‰æ¯”é“ºæ»¡å®¹å™¨,ä¿æŒåŽŸæœ‰å°ºå¯¸æ¯”ä¾‹,ä½†éƒ¨åˆ†å†…å®¹å¯èƒ½è¢«å‰ªåˆ‡ã€‚ */}</pre></body></html>