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

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

.main {
    width: 1202px;
    margin: 50px auto;
}


.zhiwei {
    width: 1200px;
    background: #fff;
    float: left;
    margin-bottom: 100px;
    border: 1px solid #E7E9E7;
    -webkit-animation: gdownIn 1s 1s both;
    -moz-animation: gdownIn 1s 1s both;
    animation: gdownIn 1s 1s both;
}

.slideTxtBox {
    width: 1200px;
    float: left;
    height: 1155px;
}
.slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
}
.slideTxtBox .hd ul {
    
    
    
    
    height: 50px;
    position: relative;
    width: 720px;
    margin: 0 auto;
}
.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    
    
    width: 142px;
    font-size: 18px;
    color: #989998;
    -webkit-transition: 0.3s, color 0.5s;
    -moz-transition: 0.3s, color 0.5s;
    transition: 0.3s, color 0.5s;
}
.slideTxtBox .hd ul li:hover {
    color: #31AAE2;
}
.slideTxtBox .hd ul li.on {
    height: 50px;
    color: #31AAE2;
    
}

.slideTxtBox .hd ul span {
    width: 100px;
    height: 2px;
    
    background: #31AAE2;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;

    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;

    filter: alpha(opacity=0);
}


.slideTxtBox .bd ul {
    width: 1136px;
    float: left;
    margin: 30px 30px 50px;
    position: absolute;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}
.slideTxtBox .bd li {
    float: left;
    width: 100%;
}
.sideMenu {
    width: 100%;
    height: auto;
    float: left;
}
.sideMenu p {
    color: #999;
    line-height: 28px;
    text-indent: 2em;
    font-size: 14px;
}
.sideMenu strong {
    color: #999;
    line-height: 28px;
    text-indent: 25px;
    font-size: 15px;
}
.sideMenu h3 {
    height: 58.5px;
    line-height: 58.5px;
    width: 100%;
    color: #626262;
    background: #F9F9F9;
    font-size: 16px;
    cursor: pointer;
    text-indent: 25px;
}
.sideMenu h3 em {
    float: right;
    display: block;
    cursor: pointer;
    color: #c51212;
    margin-right: 25px;
    font-size: 14px;
    font-style: normal;
}
.sideMenu div {
    padding: 8px 25px;
    color: #999;
    display: none;
    background: #F9F9F9;
    line-height: 28px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#fff {
    background-color: #FFF;
}

