body {
    background: #F4F5F4;
    width: 100%;
    text-decoration: none;
}

.container {
    padding-top: 58px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.main {
    width: 1200px;
    margin: 0 auto 150px;
}


.main_nav {
    height: 50px;
    width: 1200px;
    margin: 40px 0px;
    line-height: 50px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}
.main_nav a {
    float: left;
    cursor: pointer;
    height: 50px;
    background: #fff;
    width: 145px;
    margin-right: 15px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.main_nav a.on {
    height: 50px;
    background: #31AAE2;
    color: #fff;
}


.main_text {
    background: #fff;
    width: 1150px;
    margin-top: 40px;
    -webkit-animation: gdownIn 1s .9s both;
    -moz-animation: gdownIn 1s .9s both;
    animation: gdownIn 1s .9s both;
    
    min-height: 500px;
}
.text {
    
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.text p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    -webkit-animation: gdownIn 1.2s 1s both;
    -moz-animation: gdownIn 1.2s 1s both;
    animation: gdownIn 1.2s 1s both;
}
.text a {
    color: #31AAE2;
}
.text a:hover {
    text-decoration: underline;
}


.ul_p {
    font-size: 28px;
    text-indent: 30px;
    margin-bottom: 30px;
}

.text_ul {
    position: relative;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.text_ul ul em {
    background: url(../../../../wp-content/themes/ibingniao/images/quan.jpg) 32px 0px no-repeat;
    height: 12px;
    width: 100%;
    float: left;
}
.text_ul ul li {
    width: 100%;
    
    color: #666;
    line-height: 36px;
}
.text_ul ul li p {
    
    margin-left: 28px;
    font-size: 14px;
    background: url(../../../../wp-content/themes/ibingniao/images/li.jpg) 7px 0px no-repeat;
    padding-left: 26px;
    padding-right: 5px;
}
.text_ul ul li p:hover {
    background: url(../../../../wp-content/themes/ibingniao/images/jt.jpg) no-repeat;
    color: #5996D5;
}

