@font-face {
    font-family: 'ysbth';
    src: url('../font/YSBTH.TTF');
}
@font-face {
    font-family: 'pmzdbt';
    src: url('../font/PMZDBT.ttf');
}
body {
    margin: 0;
}
.body {
    padding: 50px 0;
    overflow: hidden;
}
.body._grey {
    background: #F8F8FB;
}
.body-title {
    position: relative;
    width: 520px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E8E8E8;
}
.body-title._bottom {
    margin-bottom: 20px;
}
.body-square {
    position: absolute;
    left: calc(260px - 27px);
    bottom: -2px;
    width: 54px;
    height: 4px;
    background: #B81C22;
}
.body-txt {
    width: 982px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #333333;
    font-size: 16px;
}
.manu-lnk+.manu-lnk {
    margin-left: 10px;
}
.manu-item+.manu-item {
    margin-left: 10px;
}
.manu {
    font-size: 14px;
    line-height: 32px;
}
.manu-lnk {
    height: auto;
    line-height: 30px;
    border-left-style: solid;
}
.manu-sel,
.manu-txt {
    height: 32px;
    line-height: 30px;
    outline: none;
}
.manu-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    border-radius: 50%;
    background: #B81C22;
    border: none;
}
.manu-btn:hover {
    color: #fff;
    background-color: #B81C22;
    opacity: 0.8;
}
.foot {}
.footer-top {
    height: 219px;
    background: #2C333B;
}
.footcontainer {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 40px 0 0 240px;
    background: url('../images/common/btm_logo.png') no-repeat left center/163px 59px;
    background-position-x: 40px;
}
.footcontainer-l {
    display: inline-block;
    width: 265px;
}
.footcontainer-title {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.footcontainer-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 16px;
    height: 3px;
    background: #fff;
}
.footcontainer-title:hover {
    color: #666;
    outline: none;
    text-decoration: none;
    opacity: 0.8;
}
.footcontainer-txt {
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
    opacity: 0.6;
    cursor: pointer;
}
.footcontainer-txt:hover {
    color: #FFFFFF;
    opacity: 0.6;
    outline: none;
    text-decoration: none;
}
.footcontainer-c {
    display: inline-block;
    width: 265px;
    margin-left: 50px;
}
.footcontainer-c>p {
    color: #FFFFFF;
    opacity: 0.6;
}
.footcontainer-r {
    display: inline-block;
}
.footcontainer-r-img {
    position: absolute;
    top: 60px;
    width: 120px;
    height: 120px;
}
.footcontainer-r-img._img1 {
    right: 200px;
}
.footcontainer-r-img._img2 {
    right: 50px;
}
.footer-bottom {
    height: 42px;
    background: #111111;
}
.footer-bottom-container {
    width: 1200px;
    margin: auto;
    color: #CECECE;
}
.footer-bottom-container>div {
    display: inline-block;
    line-height: 42px;
    opacity: 0.6;
}
.footer-bottom-container>div>a {
    margin-left: 20px;
    color: #CECECE;
    outline: none;
    text-decoration: none;
}
.footer-bottom-containertxt1 {
    margin-left: 200px;
}
.footer-bottom-containertxt2 {
    margin-left: 20px;
}