@charset "utf-8";
/* CSS Document */


#contain{
	margin-bottom:0px;	
	padding-bottom:0px;
}

/*colortools*/
#colortoolscontent{
    width:100%;
	/*设置背景拉伸，必须按照下面顺序来写，必须设置了size再设置repeat*/
    background:url(../imgs/RZ-ColorTools-background.jpg);
	background-size:100% 100%;
    background-repeat:no-repeat;

}
#cc{
	text-align:left;
	width:60%;
}
#cc h2{
   font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    margin: 0px auto 0px auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    height: 30px;
    line-height: 30px;

}
#cc p{
    width:100%;
    margin:0px auto;
    font-family:Arial;
    font-size:18px;
    line-height:25px;
	color: #444444;

}
#colortoolscontent img.map{
    width:50%;
    display:block;
   margin:40px auto 0 auto;
   padding-bottom:40px;
}
#colortoolscontent img.oem{
    width:50%;
    display:block;
   margin:141px auto 0 auto;
}
#colortoolscontent img.spectrophotometer{
    width:65%;
    display:block;
   margin:152px auto 0 auto;
}
#colortoolscontent img.variant{
    width:50%;
    display:block;
   margin:30px auto 0 auto;
}
/*colortools*/