/** 快速入口 */
.yxt-shortcut {
    margin-top: 30px;
    height: 285px;
    background: #fcfcfc;
}

.yxt-shortcut .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-shortcut .yxt-shortcut-title img {
    width: 275px;
    height: 28px;
    margin-top: 30px;
}

.yxt-shortcut .yxt-shortcuts {
    margin-top: 48px;
}

.yxt-shortcut .yxt-shortcuts .shortcut {
    width: 150px;
    height: 113px;
    float: left;
}

.yxt-shortcut .yxt-shortcuts img {
    display: block;
    margin: 0 auto 10px auto;
}

.yxt-shortcut .yxt-shortcuts .shortcut .icon {
    width: 72px;
    height: 89px;
}

.yxt-shortcut .yxt-shortcuts .shortcut .title {
    width: 150px;
    height: 14px;
}

.yxt-shortcut .yxt-shortcuts .shortcut:hover {
    transform: translate(0,-3px);
}

/** footer */
.yxt-footer {
    background: #fafafa;
}

.yxt-footer .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-footer-left {
    width: 515px;
    float: left;
}

.yxt-footer-left .logo {
    margin-top: 60px;
    height: 66px;
    margin-bottom: 31px;
}

.yxt-footer-left .logo img {
    width: 320px;
}

.yxt-footer-left .address {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #808080;
}

.yxt-footer .bottom {
    height: 57px;
    padding: 15px 0 30px 0;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}

.yxt-footer ul li a {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    color: #808080;
}

.yxt-footer ul li a:hover {
    color: #4d4d4d;
}