@charset "utf-8";
/* head */

#wrapBox > .nav {
    background:none repeat scroll 0 0 #F6F6F6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #FCFCFC;
    border-top: 5px solid #67AD03;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9999;
}
#wrapBox > .nav .nav-content {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#wrapBox > .nav h1 {
    height: 50px;
    width: 250px;
    margin: 10px 0;
}

.navMain{
    float: right;
}
.navMain li{
    background: url("../img/bg_line.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    padding: 14px 10px;
}
.navMain li:last-child{
    background: none;
}
.navMain li a{
    border: 1px solid #F6F6F6;
    color: #434343;
    display: block;
    font: 16px/24px '微软雅黑','YaHei','黑体','Hei',Tahoma,Helvetica,arial,sans-serif;
    padding: 8px;
    position: relative;
}
.navMain li a:hover, .hover{
    background-color: #E1E1E1;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
}

.subHead{
    background: url("../img/bg_subhead.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    width: 100%;
    height: 100px;
    padding-top: 75px;
    display: block;
    margin-bottom: 20px;
}

/*浏览器提示*/
.top_1 {
    background: none repeat scroll 0 0 #431F1F;
    color: #BABABA;
    display: none;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.top_1_mid {
    height: 35px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 960px;
}

.top_1_mid_close {
    background-image: url("../img/close__1.png");
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    cursor: pointer;
}

#ie9-tips {
    color: #F48C12;
    display: none;
    font-size: 12px;
    height: 43px;
    overflow: hidden;
}
#ie9-tips #tipsPanel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FEFDED;
    border-color: #F9F2A7 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    line-height: 36px;
    position: absolute;
    top: 54px;
    width: 100%;
}
#ie9-tips #tipsPanel #tipsDesc {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
}
#ie9-tips #tipsPanel #stopSuggestA {
    float: right;
    margin-right: 10px;
    text-decoration: none;
}