﻿@charset "utf-8";
/* 右侧悬浮 */
.right_float{ width:45px; position: fixed; right:1%;bottom: 200px; z-index: 999;}
.right_float .rfloat_sub{ width:45px; height: 44px; cursor: pointer; margin-bottom:5px;background: url(../img/index/right_sprite.png) no-repeat;}
.right_float .rfloat_sub01{ height:64px; background-position: 0px 0px;}
.right_float .rfloat_sub02{background-position: 0px -64px;}
.right_float .rfloat_sub02:hover{background-position: 0px -108px;}
.right_float .rfloat_sub03{ background-position: 0px -152px;}
.right_float .rfloat_sub03:hover{ background-position: 0px -196px;}
.right_float .rfloat_sub03 .code_ma{ background: url(../img/index/code_pic.png) no-repeat center center; width: 170px; height: 192px; box-shadow:0px 0px 7px #ddd; position: absolute; right: 50px; top: -55px; margin-top:80px;}
.right_float .rfloat_sub04{background-position: 0px -240px;}
.right_float .rfloat_sub04:hover{ background-position: 0px -284px;}	

.erweima{background-color: #04a37c; width: 80px;height: 80px;text-align: center; margin-bottom: 2px;position: relative;cursor: pointer;top:-81px;}
.erweima1{background-color: #04a37c; width: 80px;height: 80px;text-align: center; margin-bottom: 2px;position: relative;cursor: pointer;top:-163px;}
.erweima-mini{line-height: 75px; display: block;}
.erweima-mini img{width: 68px;height: 68px;vertical-align: middle;}
.erweima-mini1{line-height: 75px;  display: block;text-align: center}
.erweima-mini1 img{width: 38px;height: 30px;vertical-align: middle;padding-top: 10px;padding-left: 20px; display: block}
.erweima-mini1 span{display: block;line-height: 26px; color:white;padding-top: 5px;}
.eweima-max{width: 220px;height: 255px;padding-top: 25px;background-color: #fff;position: absolute;left: -230px;top: -80px;box-shadow: 1px 1px 8px #e6e6e6;}
.eweima-max:after{content: "";display: block;width: 15px;height: 255px;position: absolute;right: -10px;top: 0;}
.erweima .ewm-close{position: absolute; right: 0;top: -8px;font-size: 20px;color: #fff;}
.erweima .ewm-close:hover{color: #fff;}

.video{
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top:0;
    left:0;
    display:none;
}
.video-content{
    position: absolute;
    width: 640px;
    height: 480px;
    top:50%;
    left:50%;
    margin-left: -320px;
    margin-top: -240px;
}
.close{
    position: fixed;
    top:5%;
    right: 5%
}