@charset "UTF-8";

.cpys_hb li h4 {
 height: 30px;
}
.tgfw .xttd{
 transition: all linear .2s;
}
.tgfw .xttd:hover{
 box-shadow: 0 0 40px #d3d2d2;
}

.rightBar {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -190px;
    z-index: 1000;
}
.rightBar .first {
    cursor: default;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.rightBar .chis {
    display: none;
    padding: 0 20px 0 0;
    width: 358px;
    position: absolute;
    left: -358px;
    top: -75px;
}
.rightBar .chis .ars {
    display: block;
    width: 12px;
    height: 22px;
    /* background: url(../images/home/arrIc.png) no-repeat 0 0; */
    position: absolute;
    right: 8px;
    top: 88px;
    z-index: 222;
}
.rightBar .cIns {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 0 2px 0;
}
.rightBar .link {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #00459c;
    margin: 0px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
    transition: all linear .2s;
}
.rightBar .link .lChi {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.rightBar .link .lChi .ar {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
}
.rightBar .link .lChi .txt {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
/*    background: url(./软件开发----中科网络_files/optBg1.png) repeat;*/
	background-color: #00459c;
}

.rightBar .link:hover .lChi {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rightBar .link .lChi {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.rightBar .link:hover {
    background: #ea5404;
}