@charset "utf-8";
/* CSS Document */




.bottom {
    height: 194px;
    background: #FFFFFF;
    margin-top: 30px;
}

.bottom h4 {
    font-size: 17px;
    font-weight: bold;
}

.bottom_l {
    width: 540px;
    height: 144px;
    padding: 25px 0;
    float: left;
}

.bottom_l>img {
    float: left;
    margin-left: 14px;
    width: 174px;
    height: 145px;
}

.ours {
    float: left;
    border-right: 1px solid #e6e6e6;
    margin-left: 20px;
    margin-top: 12px;
    height: 134px;
    width: 316px;
}

.ours a:hover {
    color: #C00;
}

.ours>div {}

.ours>div h4 {
    float: left;
    font-size: 17px;
}

.ours>div h4:nth-child(1) {
    margin-right: 92px;
}

.ours ul {
    margin-top: 28px;
}

.ours li {
    line-height: 23px;
    font-size: 15px;
}

.links {
    float: left;
    width: 600px;
    padding-left: 30px;
    padding-top: 37px;
    font-size: 18px;
}



.links a:link,
.links a:visited {
    color: #5a5a5a;
    transition: color 0.3s ease 0s;
}

.y {
    float: left;
}

.links_item {
    font-size: 14px
}

b {
    font-weight: normal
}

i.fi {}

.ftlink {
    height: 80px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.ftlink .ftf {
    height: 22px;
    float: left;
}

.ftf {
    height: 22px;
    margin: 30px 15px 0 0px;
    position: relative;
    width: 265px;
    z-index: 0;
}

.ftf a {
    display: block;
}

.ftf b a {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    padding: 1px 1px 1px 7px;
    width: 255px;
}

.ftf:hover b a {
    color: #6cf;
}

.ftf b a i.fi {
    display: block;
    -float: right;
    height: 18px;
    width: 18px;
    background: url("down.jpg") no-repeat;
    margin: 1px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.ftf:hover b a i.fi {
    background: url("up.jpg") no-repeat;
}

.ftf .sub {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    bottom: 21px;
    display: none;
    left: 0;
    padding: 0 2px 2px;
    position: absolute;
    width: 259px;
}

.ftf:hover .sub {
    display: block;
}

.ftf .sub li,
.ftf .sub li a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftf .sub li {
    border: 0 none;
    padding-top: 2px;
    width: 259px;
}

.ftf .sub li a:link,
.ftf .sub li a:visited {
    background-color: #eee;
    color: #5a5a5a;
    padding-left: 12px;
    width: 247px;
}

.ftf .sub li a:hover,
.ftf .sub li a:active {
    background-color: #39f;
    color: #fff;
}