body {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    padding-bottom: 85px;
    font-family: "Arial", sans-serif;
    background-color: #F2F2F2;
}

.content-cont {
    min-height: 100%;
    min-width: 1200px;
    width: 100%;
}

.cake .bg {
    position: relative;
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.cake .bg .title-img {
    -webkit-background-size: cover;
    background-size: cover;
    height: 180px;
    -ms-behavior: url(css/backgroundsize.htc);
    behavior: url(css/backgroundsize.htc);
}

.cake .bg .bg-content {
    position: absolute;
    width: 100%;
    top: 0;
}

.cake .bg .bg-content .bg-content-cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 180px;
    color: #ffffff;
}

.cake .bg .bg-content .bg-content-cont .red-block {
    position: absolute;
    bottom: 0;
    width: 206px;
    height: 111px;
    background-color: #EE220D;
    background-color: rgba(238, 34, 13, 0.6);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.cake .bg .bg-content .bg-content-cont .red-cont {
    position: absolute;
    bottom: 0;
    padding-top: 36px;
    padding-bottom: 20px;
    width: 206px;
    text-align: center;
}

.cake .bg .bg-content .bg-content-cont .red-cont .one {
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .red-cont .two {
    margin-top: 2px;
    line-height: 36px;
    letter-spacing: 1.34px;
    font-weight: 100;
    font-size: 24px;
}

.cake .bg .bg-content .bg-content-cont .white-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    padding-right: 106px;
}

.cake .bg .bg-content .bg-content-cont .white-cont .max {
    display: none;
    line-height: 63px;
    font-size: 45px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min {
    margin-top: 10px;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min span {
    margin-right: 5px;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min a {
    color: #ffffff;
    text-decoration: none;
}

.cake .main {
    position: relative;
    background-color: #F2F2F2;
}

.cake .main .bg-img-cont {
    width: 100%;
    overflow: hidden;
}

.cake .main .bg-img-cont img {
    height: 100%;
    width: 100%;
}

.cake .main .main-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.cake .main .main-content .main-content-cont {
    width: 1200px;
    margin: 0 auto;
}

.cake .main .main-content .left {
    vertical-align: top;
    width: 206px;
}

.cake .main .main-content .right {
    margin-left: 35px;
    width: 904px;
    background-color: #fff;
    padding-bottom: 50px;
}

.cake .main .main-content .right .right-cont {
    overflow-y: auto;
    margin: 20px 30px 20px 30px;
}

.cake .main .main-content .right .right-cont .article-title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
    line-height: 60px;
    height: 60px;
}

.cake .main .main-content .right .right-cont .article-content {
    padding-top: 10px;
}

.cake .main .main-content .right .right-cont .article-date {
    text-align: right;
    margin-right: 16px;
    color: #666;
    font-size: 12px;
    padding-bottom: 12px;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img {
    border: none;
}

.pages {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
not supported by any browser */
    position: relative;
    left: 50%;
    float: left;
}

.pages .pages-cont {
    position: relative;
    left: -50%;
    text-align: center;
    overflow: hidden;
    height: 28px;
}

.pages .pages-cont a {
    text-decoration: none;
    color: #000;
}

.pages .pages-cont > * {
    margin-left: 18px;
}

.pages .pages-cont > *:first-child {
    margin-left: 0px;
}

.pages .pages-cont .num {
    background-image: url("../images/white_block.png");
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #000;
    float: left;
    cursor: pointer;
}

.pages .pages-cont .num a {
    text-decoration: none;
    color: #000;
}

.pages .pages-cont .active {
    background-image: url("../images/red_block.png");
    color: #ffffff;
}

.pages .pages-cont .active a {
    text-decoration: none;
    color: #fff;
}

.pages .pages-cont .other {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #A9A9A9;
}

.pages .pages-cont .other a {
    text-decoration: none;
    color: #A9A9A9;
}

.minWidth {
    min-width: 1200px;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
}

.article-main-A * {
    max-width: 816px !important;
}

.article-main-B * {
    max-width: 832px !important;
}

.go_top {
    position: absolute;
    right: 50px;
    bottom: 200px;
    width: 47px;
    height: 47px;
    background-image: url(../images/go_top.png);
}

.article-title {
    font-size: 24px !important;
    color: #3B3B3B !important;
}

#updown {
    _top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
    position: fixed;
    _position: absolute;
    top: 300px;
    right: 30px;
    display: none;
}

#updown span {
    cursor: pointer;
    width: 48px;
    height: 50px;
    display: block;
}

#updown .up {
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .up:hover {
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .down {
    display: none;
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .down:hover {
    display: none;
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

body {
    background-color: #FFFFFF !important;
}

[i="contact_us"] .cake .main {
    background-color: #FFFFFF;
}

[i="contact_us"] .cake .main .main-content {
    position: relative;
    padding-bottom: 72px;
}

[i="contact_us"] .h-title {
    padding-top: 72px;
    padding-bottom: 77px;
    line-height: 33px;
    text-align: center;
    font-size: 24px;
    color: #616161;
    width: 100%;
}

[i="contact_us"] .h-content {
    padding-left: 118px;
}

[i="contact_us"] .h-content .h-map {
    float: left;
    width: 596px;
    height: 317px;
}

[i="contact_us"] .h-content .h-map img {
    width: 600px;
    height: 317px;
}

[i="contact_us"] .h-content .h-map a {
    text-decoration: none;
    font-size: 14px;
    font-size: 12px;
    width: 100%;
    display: block;
    margin-top: 10px;
    color: #666666;
}

[i="contact_us"] .h-content .h-desc {
    float: left;
    width: 485px;
    color: #6b6b6b;
    height: 317px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont {
    padding-left: 38px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item {
    line-height: 60px;
    font-size: 15px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item span {
    margin-left: 20px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item .icon-youjian1 {
    font-size: 16px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item .icon-dianhua2 {
    font-size: 20px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item .icon-chuanzhenfuyin {
    font-size: 20px;
    position: relative;
    top: 2px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item .icon-dingwei4 {
    font-size: 20px;
}

[i="contact_us"] .h-content .h-desc .h-desc-cont > .item .icon-mailcode {
    font-size: 25px;
    position: relative;
    top: 5px;
}
