
.bx2{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;


}
.bx2 .logl1{
    float: left;
    margin-top: 10px;

}
.bx2 .logl1 img{
    float: left;
    line-height: 70px;
    margin-right: 6px;
}
.bx2 .logl1 .logW{
    float: left;
}
.bx2 .logl1 .logW h5{
    font-size: 20px;
    font-weight:800;
    color: black;
    letter-spacing: 2px;
    margin-top: 5px;

}
.bx2 .logl1 .logW p{
    font-size: 10px;
    color: black;
}
.bx2 .nav-top{
    float: right;

}
.bx2 .nav-top ul{
    width: auto;
    height: auto;
}
.bx2 .nav-top li{
    float: left;
    width: 90px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    transition: all ease 1s;
}

.bx2 .nav-top li:nth-child(01) a{
    color: #ee7615;
    font-size:17px;
    font-weight: 600;
}
.bx2 .nav-top a{
    font-size: 15px;
    color: black;
    line-height: 70px;
    text-decoration: none;
}

.bx2 .nav-top li a:hover{
    color:#ee7615;
    font-size:17px;
    font-weight: 600;
}
.bx2 .nav-top li:last-child{
    line-height: 70px;
    width: auto;
    padding-left: 10px;
}
.bx2 .nav-top li:last-child img{
    width: 22px;
    height: 22px;
    margin-left: 5px;

}
.bx2 .nav-top li:last-child:hover{
    background: white;
}
.bx2 .nav-top li:last-child input{
    height: 30px;
    border: 1px solid #ee7615;
    text-indent: 10px;
    width: 155px;
}

.container .breadcrumb{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: white;

}
.container .breadcrumb h5{
    color: #3f3f3f;
    margin-top: 5px;

}
.container .breadcrumb h5 span{
    cursor: pointer;
}
.breadcrumb .active{
    color:#2b69ee ;
}
.breadcrumb a:hover{
    text-decoration: none;
}
.container{
    width: 1200px;
    height:640px;
    background-color: white;
    padding: 20px;
    margin:0 auto;
}
.content{
    margin: 20px;
    padding-bottom: 10px;
    line-height: 25px;
}

.content p {
    padding-left: 35px;
    text-align: left;
    clear: left;
    font-size: 14px;
}
.content p:first-child {
    text-indent: -35px;
}
.question button{
    width:22px;
    height: 22px;
    background-color:#2b69ee ;
    color: white;
    cursor: text;
    font-size: 14px;
    text-align: center;
    border-style: hidden;
}
.question span{
    font-size: 18px;
    font-weight:600;
}
.answer button{
    width:22px;
    height: 22px;
    background-color:#ee7615 ;
    color: white;
    cursor: text;
    border-style: hidden;
}
.answer p:last-child{
    color:#999999;
    float: right;
}


/*底部样式*/
.bottom{
    width: 100%;
    height: 260px;
    border-top: 1px solid #cdcdcd;
    clear: both;
    overflow: hidden;
}
