@charset "utf-8";
/* floatingAd */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;position:absolute;top:5px;right:10px;cursor:pointer;width:16px;height:16px;line-height:16px;background:#fff;opacity:0.6;color:#AB0009;border-radius:8px;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:25px; /*background-color:#000000; opacity:0.20;*/ filter:alpha(opacity = 20);left: 0}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:25px; color:#000000; line-height:25px; left: 0}
.floatingAd .text .button{position:relative;float:right;top:330px;right:146px;width:86px;height:25px;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px;}


/*右侧导航*/
.right_nav {
    position: fixed;
    top: 230px;
    right: 5%;
}
.right_nav .navList {
    width: 70px;
    /*height: 280px;*/
    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("/image/index/dianhua (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:first-child:hover {
    background: url("/image/index/dianhua.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("/image/index/shijian (2).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(2):hover {
    background: url("/image/index/shijian (2) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3){
    background: url("/image/index/weixin (3).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(3):hover {
    background: url("/image/index/weixin (3) (1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4){
    background: url("/image/index/app.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(4):hover {
    background: url("/image/index/app(1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(5){
    background: url("/image/index/wxkf.png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}
.right_nav .navList ul li:nth-child(5):hover {
    background: url("/image/index/wxkf(1).png") no-repeat center;
    background-position-y: 10px;
    background-size: 24px 25px;
}

.right_nav .nav_content {
    position: absolute;
    width: 300px;
    height: 460px;
    background: #ffffff;
    top: 119px;
    left: -320px;
    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: #505050;
    font-size: 12px;
    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;
}