@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, cite, q {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 Arial,"宋体",Helvetica,sans_serif;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none outside none;
}
a img {
    border: medium none;
}
.middle {
    vertical-align: middle;
}
a:hover {
    text-decoration: underline;
}
.specialbody .abox_tl, .specialbody .abox_tr, .specialbody .abox_bl, .specialbody .abox_br {
    background-image: url("images/conner_bg.png");
    background-repeat: no-repeat;
}
.specialbody .auto_box, .specialbody .auto_box_cyan, .specialbody .auto_box_purple {
    margin-bottom: 10px;
    overflow: hidden;
}
.specialbody .abox_body, .specialbody .abox_title, .specialbody .abox_tf, .specialbody .abox_bf {
    border-color: #D8D8D8;
    border-style: none;
    border-width: 1px;
}
.specialbody .abox_body, .specialbody .abox_title, .specialbody .abox_top, .specialbody .abox_bottom {
    overflow: hidden;
}
.specialbody .abox_body, .specialbody .abox_top, .specialbody .abox_bottom {
    position: relative;
}
.specialbody .abox_content {
    padding: 10px;
}
.specialbody .abox_top, .specialbody .abox_bottom {
    height: 2px;
    z-index: 100;
}
.specialbody .abox_body {
    border-style: none solid;
    height: inherit;
}
.specialbody .abox_title {
    border-bottom-style: solid;
    height: 28px;
    line-height: 28px;
    margin: 0;
}
.specialbody .abox_tl, .specialbody .abox_tr, .specialbody .abox_bl, .specialbody .abox_br {
    height: 2px;
    overflow: hidden;
    position: absolute;
    width: 2px;
    z-index: 101;
}
.specialbody .abox_tl {
    background-position: -2px -2px;
    left: 0;
    top: 0;
}
.specialbody .abox_tr {
    background-position: -10px -2px;
    right: 0;
    top: 0;
}
.specialbody .abox_bl {
    background-position: -2px -10px;
    bottom: 0;
    left: 0;
}
.specialbody .abox_br {
    background-position: -10px -10px;
    bottom: 0;
    right: 0;
}
.specialbody .abox_tf, .specialbody .abox_bf {
    height: 1px;
    overflow: hidden;
}
.specialbody .abox_tf {
    border-top-style: solid;
    vertical-align: top;
}
.specialbody .abox_bf {
    border-bottom-style: solid;
    vertical-align: bottom;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.abox_bottom {
    margin-bottom: 10px;
}
.specialbody {
    margin: 0 auto;
    width: 960px;
}
.navBox {
    width: 460px;
}
.navBox .abox_body {
    background: url("images/special_fill_x.png") repeat-x scroll 0 2px transparent;
    height: 19px;
}
.navBox ul {
    margin-left: 10px;
    padding-top: 2px;
}
.navBox li {
    color: #4D4D4D;
    float: left;
    font-size: 12px;
}
.navBox li a {
    color: #4D4D4D;
}
.navBox li .line {
    padding: 0 10px;
}
.navBox .abox_bf {
    background-color: #EAEAEA;
}
.logoBox {
    margin-bottom: 10px;
}
.videoBox{
    width:958px; 
	border:1px solid #cccccc; 
	padding:10px 0;
	text-align:center;
}
.bottomBox {
    border-top: 1px solid #7F7F7F;
    color: #595959;
    font-family: 'Arial';
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    width: 545px;
}