@charset "utf-8";
/* CSS Document */

.banner_ty {
    width: 360px;
    height: 176px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner_ty .d1 {
    width: 360px;
    height: 176px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner_ty .d2 {
    width: 140px;
    height: 10px;
    clear: both;
    position: absolute;
    z-index: 1;
    left: 140px;
    top: 155px;
}

.banner_ty .d2 ul {
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -96px;
    display: inline;
}

.banner_ty .d2 li {
    width: 40px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url(/static/img/img1.png) no-repeat center;
    float: left;
    margin: 0 3px;
    display: inline;
}

.banner_ty .d2 li.nuw {
    background: url(/static/img/img1_1.png) no-repeat center;
}

.gwr_ty {
    width: 360px;
    height: 282px;
    border-top: 4px solid #f46157;
    background: #fff;
    margin-bottom: 20px;
}

.gwr_ty h2 {
    width: 330px;
    height: 46px;
    border-bottom: 1px solid #eee;
    color: #818181;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 30px;
    position: relative;
}

.gwr_ty h2 span {
    width: 3px;
    height: 16px;
    background: url(/static/img/gw_line.jpg) no-repeat;
    position: absolute;
    top: 13px;
    left: 20px;
}

.gwr_ty ul {
    padding: 20px 12px 0 20px;
}

.gwr_ty ul li {
    line-height: 38px;
}

.gwr_ty ul li a, .gwr_ty ul li span {
    color: #818181;
    font-size: 14px;
}

.gwr_ty ul li a {
    width: 320px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gwr_ty2 ul li a {
    width: 332px;
}

.gwr_ty ul li span {
    float: right;
}

.gwr_ty ul li a:hover {
    color: #e83428;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys {
    display: none;
    width: 340px;
    height: 340px;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
}

.gw_sys a {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.gw_sys .sys1 {
    background: url(/static/img/gw_ma1.png) no-repeat;
}

.gw_sys .sys2 {
    background: url(/static/img/gw_ma2.png) no-repeat;
}

.gw_sys .sys3 {
    background: url(/static/img/gw_ma3.png) no-repeat;
}

.gw_sys .sys4 {
    background: url(/static/img/gw_ma4.png) no-repeat;
}

.gw_sys .sys5 {
    background: url(/static/img/gw_ma5.png) no-repeat;
}

.gw_sys .sys6 {
    background: url(/static/img/gw_ma6.png) no-repeat;
}

.gw_sys .sys1:hover {
    background: url(/static/img/gw_mah1.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys .sys2:hover {
    background: url(/static/img/gw_mah2.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys .sys3:hover {
    background: url(/static/img/gw_mah3.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys .sys4:hover {
    background: url(/static/img/gw_mah4.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys .sys5:hover {
    background: url(/static/img/gw_mah5.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys .sys6:hover {
    background: url(/static/img/gw_mah6.png) no-repeat;
    transform: translateY(-2px);
    transition: all 220ms;
}

.gw_sys ul {
    width: 200px;
    height: 80px;
    background: url(/static/img/qq_qun.png) no-repeat;
    float: left;
    padding: 20px 0 0 120px;
}

.gw_sys ul li {
    color: #818181;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.zixunmb {
    margin-bottom: 18px;
}

.si_btns {
    width: 360px;
    height: 122px;
    position: relative;
}

.si_btns a {
    width: 175px;
    height: 56px;
    position: absolute;
}

.si_btns .a1 {
    top: 0;
    left: 0;
}

.si_btns .a2 {
    top: 0;
    right: 0;
}

.si_btns .a3 {
    bottom: 0;
    left: 0;
}

.si_btns .a4 {
    bottom: 0;
    right: 0;
}


