.rightbar input,
.rightbar textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
@-webkit-keyframes shine{
    0%{opacity:0;}
    50%{opacity:1;}
    70%{opacity:1;}
    100%{opacity:0;}
}
@-moz-keyframes shine{
    0%{opacity:0;}
    50%{opacity:1;}
    70%{opacity:1;}
    100%{opacity:0;}
}
@keyframes shine{
    0%{opacity:0;}
    50%{opacity:1;}
    70%{opacity:1;}
    100%{opacity:0;}
}
/*右侧对联*/
.sidebar {
    width: 84px;
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 50%;
    margin-top: -320px;
}
.sidebar_b {
    width: 94px;
    height: 572px;
    padding-top: 10px;
    /*padding-left: 30px;*/
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -286px;
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/rightbg.png) top center no-repeat;
    background-size: 100% 100%;
    /*display: none !important;*/
}
.sidebar_h {
    width: 44px;
    height: 110px;
    background: #b0303a;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -55px;
    right: 0;
    /*margin-right: -648px;*/
    cursor: pointer;
    display: none;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.sidebar_h i {
    width: 25px;
    height: 25px;
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/tel1.gif) center no-repeat;
    display: block;
    margin: 10px auto 0px auto;
}
.sidebar .closeright {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: -26px;
    cursor: pointer;
}
.sidebar .closeright:hover {
    background: rgba(0, 0, 0, 0.4);
}
.sidebar .sidebar_top {
    width: 80px;
	overflow: hidden;
    margin: 0 auto;
}
.sidebar .sidebar_top p {
    width: 77px;
    height: 24px;
    color: #fff;
    font-size: 12px;    
    text-align: center;
    margin: 0 auto 2px;
    position: relative;
    cursor: pointer;
    background: #e90003;
    padding-top: 47px;
}
.sidebar .sidebar_top i {
    width: 25px;
    height: 20px;
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/tel.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 17px;
    margin-left: -12px;
}
.sidebar .sidebar_top p i{
    animation: shine .8s infinite;    
}
.sidebar .sidebar_top p.right-tit {
    padding: 0;
    line-height: 25px;
}
.sidebar ul {
    width: 60px;
    list-style: none;
    margin: 0 auto 2px;
    padding: 5px 9px;
    background: #820000;
}
.sidebar ul li {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    color: #fff;
    text-align: center;
    /*padding-left: 12px;*/
    cursor: pointer;
    position: relative;
    float: none;
}
.sidebar ul li.last {
    border-bottom: 0;
}
.sidebar ul li:hover{
    font-weight: bold;
    color: #fffd36;
}
.sidebar .callback,
.sidebar .gotop {
    width: 78px;
    background: #e90003;
    line-height: 25px;
    padding-left: 27px;
    position: relative;
    color: #fff;
    font-size: 12px;
    cursor: default;
    margin: 0 auto;
    cursor: pointer;
}
.sidebar .callback{
    padding: 0;
    text-align: center;
    margin-bottom: 8px;
    box-shadow: 0 3px 5px #ac000d;
}
.sidebar .gotop {
    width: 53px;
    cursor: pointer;
    background: transparent;
}
.sidebar .callback:hover{
    background: #eb0000;
}
.sidebar .gotop i {
    width: 18px;
    height: 22px;
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/icon.png) no-repeat;
    position: absolute;
    left: 5px;
    top: 0;
}
.sidebar .gotop i {
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/icon.png) no-repeat;
}
.sidebar .callbox {
    width: 128px;
    height: 64px;
    background: #b0303a;
    position: absolute;
    left: -154px;
    top: 0;
    padding: 10px 5px 0;
    display: none;
    border-radius: 5px;
}
.sidebar .callbox div {
	height: 28px;
    line-height: 28px;
}
.sidebar .callbox input {
    width: 118px;
    background: #fff;
    line-height: 28px;
    font-size: 12px;
    border: 0;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    color: #000;
}
.sidebar .callbox .takephone {
    width: 90px;
    height: 28px;
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #a95802;
    margin: 5px auto 0;
    border-radius: 5px;
    text-decoration: none;
    background: linear-gradient(#fbe9bf, #e5bb5b);
}
.sidebar .callbox .takephone:hover {
    text-decoration: none;
}
.sidebar .callbox span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #b0303a;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 15px;
}
.sidebar .closebox{
    position: absolute;
    width: 26px;
    height: 26px;
    top: -26px;
    right: -4px;
    cursor: pointer;
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/close.png) right center no-repeat;
}
.sidebar .closebox:hover{
    background: url(http://www.iqiaowai.com/templets/new/company/images/nav/close.png) left center no-repeat;
}
/*左侧对联*/
.sidebarLeft_h {
    width: 44px;
    height: 44px;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -22px;
    left: 0;
    /*margin-left: -670px;*/
    cursor: pointer;
    display: none;
    opacity: 0;
    background: url(http://www.iqiaowai.com/templets/new/images/nav/8/icon.png) 7px -117px #b0303a no-repeat;
    border-radius: 5px;
}
.sidebarLeft {
    width: 97px;
    height: 304px;
    padding-top: 18px;
    /* padding-left: 5px; */
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 17px;
    margin-top: -130px;
    background: url(http://www.iqiaowai.com/templets/new/images/nav/8/leftbg.png) no-repeat;
    /*display: none !important;*/
}
.sidebarLeft .closeleft {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -26px;
    right: 0;
    cursor: pointer;
}
.sidebarLeft .contact-btn {
    width: 77px;
    height: 56px;
    margin: 0 auto;
    background: #6c0000;
    margin-bottom: 1px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sidebarLeft .contact-btn:hover a {
    font-weight: bold;
}
.sidebarLeft .contact-btn a {
    width: 77px;
    /*height: 74px;*/
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
.sidebarLeft .contact-btn i {
    width: 30px;
    height: 24px;
    display: block;
    margin: 0 auto 8px;
}
.sidebarLeft .contact-btn i.nav-ask{
    animation:shine .8s infinite;
}
.sidebarLeft .qrcode_box {
    width: 140px;
    height: 150px;
    background: url(http://www.iqiaowai.com/templets/new/images/nav/5/qrcode.png);
    position: absolute;
    bottom: -50px;
    right: -140px;
    display: none;
}
.sidebarLeft .qrcode:hover .qrcode_box {
    display: block;
}
.sidebar .closebox,
.sidebarLeft .closebox {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -26px;
    right: -4px;
    cursor: pointer;
    background: url(http://www.iqiaowai.com/templets/new/images/nav/5/close.png) right center no-repeat;
}
.sidebar .closebox:hover,
.sidebarLeft .closebox:hover {
    background: url(http://www.iqiaowai.com/templets/new/images/nav/5/close.png) left center no-repeat;
}
.sidebarLeft .deer{
    width: 115px;
    height: 119px;
    background: url(http://www.iqiaowai.com/templets/new/images/nav/8/deer.png) left center no-repeat;   
    position: absolute;
    top: -119px;
    left: -16px; 
}