@charset "utf-8";
/* CSS Document */

img{ border:none}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:22px;
}
.f14{ font-size:14px}
.fred{color:red}

/*LOGO*/
.logo{height:70px;}

/* link */
a:link,a:visited{ color:#606060; text-decoration:none}
a:hover{color:#FF6600; text-decoration:underline}
.white:link,.white:visited,.white:hover{color:#fff}
.orange:link,.orange:visited,.orange:hover{color:#ff6600;}
.red:link,.red:visited,.red:hover,.red:active{color:#FF0000;}

/* 背景 */
.hear_bj{ background:url(../images/hear_12.gif) no-repeat right}
.body_bj{ background:url(../images/hear_13.gif) repeat-x; background-color:#FFFFFB}

/* 边框 */
.right_bk{ border:#d7dfe1 3px solid; border-top:none; padding-bottom:10px;}
.products{ border:#d7d7d7 1px dotted; margin:2px 0px;}

/* 间距 */
.martop{ margin-top:10px}
.marbottom{ margin-bottom:10px}
.xuxian{border-bottom:#939393 1px dashed; margin:5px 0;}

.photo_table1{
background-color:#F4FBFF;
border:1px solid #DFF4FF;
margin-bottom:10px;
}
.photo_table2{
background-color:#EAF8FF;
border:1px solid #FF9900;
}

.bottom a{color:#000}
.renzheng {margin-top:10px}
.renzheng td{height:20px; padding:0; margin:0;}

/*限制图片大小*/
.image_width_check img{object-fit:contain;max-width:600px;_width:600px;}