/*************************************
* file name:shuilangjun_common.css

*************************************/
@import url("shuilangjun_layout.css"); /*layout*/
@import url("shuilangjun_front.css"); /*front*/
@import url("shuilangjun_boxstyle.css"); /*boxstyle*/


/*******************************************
*                                   reset*
*******************************************/
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0;}
html, body { height:100%;}
body { height:auto !important; color:#666; background:#fff; /*background:url(../images/shuilangjun_images/body_bg.jpg) repeat-x 0px 0px #E7E8E7 ;*/ font: 400 12px/150% "Futura Bk BT", Arial,Tahoma, Helvetica, sans-serif;}
ol, ul { list-style:none; }
img { border:0; display:block;}
address, caption, em, i { font-style:normal; font-weight:400;}
table { border-collapse:collapse;}

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:12px;}

/*******************************************
*                                    common*
*******************************************/

.float_left{ float:left;}
.float_right{ float:right;}
.float_left_child{}
.float_left_child li{float: left;}

.clear_both{ clear:both; height:0px; line-height:0px; font-size:1px; _overflow:hidden;}
.margin_auto{ margin:auto;}
.text_center{ text-align:center;}
.overflow_hidden{ overflow:hidden;}

.mt5{ margin-top:5px;}
.mt8{ margin-top:8px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}


/*******************************************
*                                    link*
*******************************************/
/*default*/
a:link, a:visited { color:#666;text-decoration:none;}
a:hover, a:active { color:#333;text-decoration:none;}

/*gray-gray*/
.a_gray_gray{}
.a_gray_gray a:link,.a_gray_gray a:visited{ color:#333;}
.a_gray_gray a:hover,.a_gray_gray a:active{color:#333;}

/*black-black*/
.a_black{}
.a_black a:link, .a_black a:visited{ color:#000; text-decoration:none;}
.a_black a:hover, .a_black a:active{ color:#000; text-decoration:underline;}

/*gray red*/
.a_gray_red{}
.a_gray_red a:link, .a_gray_red a:visited{ color:#999999; text-decoration:none;}
.a_gray_red a:hover, .a_gray_red a:active{ color:#ff0000; text-decoration:underline;}

/*gray orange*/
.a_gray_orange{}
.a_gray_orange a:link, .a_gray_orange a:visited{ color:#999999; text-decoration:none;}
.a_gray_orange a:hover, .a_gray_orange a:active{ color:#ff6702; text-decoration:underline;}

/*orange orange*/
.a_orange{}
.a_orange a:link, .a_orange a:visited{ color:#f60; text-decoration:none;}
.a_orange a:hover, .a_orange a:active{ color:#f60;text-decoration:underline;}

/*white-white*/
.a_fff{}
.a_fff a:link,.a_fff a:visited{ color:#fff;text-decoration:none;}
.a_fff a:hover,.a_fff a:active{ color:#fff;text-decoration:none;}
/*copyright*/
.a_copyright{}
.a_copyright a:link, .a_copyright a:visited{ color:#999; text-decoration:none;}
.a_copyright a:hover, .a_copyright a:active{ color:#666; text-decoration:none;}



