/* CSS Document */


/* 首页 */
#header{width:100%; margin:10px auto; background:url("../images/index01.jpg") no-repeat top center #fff; height:73px; overflow:hidden;}

.header-nav{ width:100%; margin:10px auto; height:36px; background:#ffffff;}/*原00652d->f3f3f3->ffffff*/
.header-navC{ width:1000px; overflow:hidden; margin:0px auto;background:#429CE8;}/*5AB2FF->429CE8->22809C*/
.header-navC ul{}
.header-navC ul li{float:left;display:inline;height:36px;line-height:36px;width:89px;border-right:1px solid #cccccc;text-align:center;position:relative;z-index:99999;font:bold 14px/36px "宋体";}
.header-navC ul li a{display:block;font-size:14px;font-weight:bold;color:#ffffff;}/*666->ffffff*/
.header-navC ul li a.hover,.header-navC ul li a:hover{background:url(../images/menu_check.png) no-repeat 0px 0px;color:#fff;}

/*
.check {width: 1000px; padding-top:10px; padding-bottom: 00px;  margin: 0 auto;}
.check-800 {width: 1000px;margin: 0 auto;clear: both;}

.check_form {
    padding-top: 10px;
    padding-bottom: 0px;
}

.check_form > div {
    border: 3px solid #ffffff;
    margin-right: 3px;
    padding: 5px 65px;
    padding-top:10px;
    padding-bottom:10px;
}

.check_form > div > span {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    float: left
}

.check_form > div .input-text {
    float: left;
    border: none;
    border-radius: 6px 6px;
    outline: none;
    background: url(../images/button-search.png) no-repeat 20px center #fff;
    height: 20px;
    line-height: 20px;
    width: 190px;
    padding: 10px 5px 10px 47px;
    color: #7e7e7e;
    font-size: 14px;
    margin-left: 27px
}

.check_form div .input-submit {
    float: left;
    width: 130px;
    height: 40px;
    background: url(../images/button-application.png) no-repeat;
    border: 0;
    margin-left: 10px
}

.check_form div .input-text_iphone {
    background-image: url(../images/button-mobile.png);
    margin-left: 10px
}


.check_clearfix:before, .check_clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.check_clearfix:after {
    clear: both
}

.check_clearfix {
    zoom: 1
}
*/