/*导航*/
.header {
    width: 100%;
}
.header .top {
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.header .top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top  .title {
    width: 359px;
    height: 23px;
}
.header .top  .title img {
    width: 100%;
    height: 100%;
}
.header .top  .nav {
    display: flex;
}
.header .top  .nav li {
    box-sizing: border-box;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin-right: 18px;
}
.header .top  .nav li a {
    width: 100%;
    padding: 0 12px;
    height: 100%;
    display: block;
}
.header .top  .nav .active {
    background: #A90614;
    color: #fff;
}
.header .top  .nav .active a {
    color: #fff !important;
}
.header .top  .nav li:hover {
    background: #A90614;

}
.header .top  .nav li:hover a {
    color: #fff !important;
}
.user_info {
    width: 88px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: none;
}
.user_info .name:hover {
    background: #A90614;
    color: #ffffff;
}
.user_info .name {
    display: block;
    width: 100%;
    height: 100%;
    background: #a90614;
}
.user_info .name a {
    color: #ffffff
}
.user_info .name  i {
    color: #ffffff;
}
.user_info .name .iconfont {
    cursor: pointer;
}
.user_info .name:hover span{
    color: #ffffff;
}
.user_info .quit {
    width: 88px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    bottom: 0;
    display: none;
    cursor: pointer;
}

/*中间内容*/
.content {

}
.content .bareach {
    height: 60px;
    width: 100%;
    line-height: 60px;
    color: #333333;
    font-size: 16px;
}
.content .bareach  span {
    margin-right: 5px;
}
.content .bareach .children {
	display: none;
}
.content .bareach .active a{
    color: #a90614;
}
.content .user_content .nav {
    width: 250px;

}
.content .user_content .nav li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    transition: .2s;
    overflow: hidden;
}

.content .user_content .nav li .title span {
    color: #333333;
    font-size: 16px;
    display: block;
    float: left;
    margin-left: 31px;
}
.content .user_content .nav li .title .iconfont {
    display: block;
    float: right;
    color: #d1d1d1;
    margin-right: 36px;
    transition: .2s;
}
.content .user_content .nav li .title {
    width: 100%;
    height: 45px;
    background: #ffffff;
}
.content .user_content .nav .active .title {
    background: #a90614;
}
.content .user_content .nav .active .title span {
    color: #ffffff;
}
.content .user_content .nav li .children {
    background: #fff5f6;
}
.content .user_content .nav li .children li {
    padding-left: 31px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
}
.content .user_content .nav li .children .active_colors {
    color: #a90614;
}
.content .user_content #testFrame {
    display: block;
    float: right;
    width: 931px;
    border: none;
    margin-bottom: 50px;
}

/*右侧导航*/
.right_nav {
    position: fixed;
    top: 360px;
    right: 5%;
}
.right_nav .navList {
    width: 70px;
    height: 317px;
    background: #ffffff;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.14);
    position: relative;
}
.right_nav .navList .nav_radio {
	display: none;
    width: 90px;
    height: 90px;
    background: #e5e5e5;
    border: 6px solid #ffffff;
    box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.14);
    position: absolute;
    bottom: -55px;
    left: -10px;
    border-radius: 90px;
}
.right_nav .navList .nav_radio .radio_position {
    width: 100%;
    height: 100%;
    position: relative;
}
.right_nav .navList .nav_radio .radio_position .num {
    position: absolute;
    right: -12px;
    top: -24px;
    width: 28px;
    height: 28px;
    background: #a90614;
    border-radius: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.right_nav .navList .nav_radio img {
    display: block;
    margin: 23px auto 0;
    width: 38px;
    height: 36px;
    cursor: pointer;
}
.right_nav .navList ul {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.right_nav .navList ul li {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.right_nav .navList ul li p {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 30px;

}
.right_nav .navList ul li:last-child {
    border: none;
}
.right_nav .navList ul li:first-child {
    background: url("../img/index/zcpt-peixunbaomingguanli.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:first-child:hover {
    background: url("../img/index/zcpt-peixunbaomingguanli (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:hover p {
    color: #A90614;
}
.right_nav .navList ul li:nth-child(2){
    background: url("../img/index/weixin (3).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(2):hover {
    background: url("../img/index/weixin (3) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3){
    background: url("../img/index/dianhua (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3):hover {
    background: url("../img/index/dianhua.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4){
    background: url("../img/index/shijian (2).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4):hover {
    background: url("../img/index/shijian (2) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .nav_content {
    position: absolute;
    width: 160px;
    height: 100px;
    background: #ffffff;
    top: 119px;
    left: -173px;
    padding: 0 13px;
    box-sizing: border-box;
    box-shadow:3px 3px 10px 0px rgba(0,0,0,0.14);
    display: none;
}
.right_nav .nav_content .text {
    color: #A90614;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 20px;
}
.right_nav .nav_content .tel {

    color: #333333;
    font-size: 16px;
}
.right_nav .nav_content .nav_positon {
    width: 100%;
    height: 100%;
    position: relative;
}
.right_nav .nav_content .icon {
    position: absolute;
    right: -33px;
    top: 20%;
}
.qr_code {
    width: 140px !important;
    height: 140px !important;
    padding: 0 !important;
    left: -158px !important;
}
.qr_code img:first-child{
    width: 100%;
    height: 100%;
}
.qr_code .icon {
    right: -20px !important;
    top: 42% !important;
}