
@charset "utf-8";
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
button, html input[type=button], input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
ol, ul {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
em, i, u {
    font-style: normal
}
a:focus,input:focus{outline:none}
a{noOutline:expression_r(this.onFocus=this.blur());}

.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide {
    display: none
}
.clear, .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix {
*zoom:1
}

body{
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    background-color: #fff;
}

.logo{
	width: 120px;
    height: 90px;
    /*background: url(../img/jianjie-logo.png) no-repeat;*/
	background: url(../img/logo0.png) no-repeat;
    margin-top: 5px;
	margin-left:150px;
}

.cp_photo{
	border-radius:10px;
	}

#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 80; }
.imgbox-wrap { position: absolute; top: 0; left: 0; background: #FFF; display: none; z-index: 90; }
.imgbox-img { padding: 0; margin: 0; border: none; width: 100%; height: 100%; vertical-align: top; }
.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap { position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 20px; height: 20px; }


.t1:link{ color: #333; font-size:16px; text-decoration: none; }
.t1:visited{ color: #333; font-size:16px;text-decoration: none ;}
.t1:hover{ color:#000;font-size:16px; text-decoration: none; position: relative; right: 0px; top: 1px; }
