.container {
    width: 1200px;
    margin: 0 auto;
}
/*轮播图部分*/
.swiper-container {
    position: relative;
    height: 70px;
    background: url("/images/about_bg_3b7a5fa.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png',sizingMethod=scale);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png',sizingMethod=scale);
}

.red-slide {
    background: #CA4040;
}
.orange-slide {
    background: #FF8604;
}
.swiper-slide {
    line-height: 300px;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

/*资讯主体*/
.detail {
    padding-bottom: 40px;
}

.crumbs-content {
    height: 32px;
    line-height: 32px;
}

.crumbs-title {
    float: left;
    padding-left: 8px;
}

.crumbs-list {
    float: left;
}

.crumbs-list a {
    color: #222;
}

.content {
    padding-top: 20px;
}

.content-title {
    font-size: 2.0em;
    text-align: center;
    font-weight: 700;
}

.news-detail-divider {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #e2e2e2;
}

.news-detail-others {
    text-align: center;
    font-size: 1.0em;
    color: #7d7d7d;
}

.detail-publish-origin {
    margin-left: 15px;
}

.detail-publish-origin a {
    color: #0567b4;
    text-decoration: none;
    cursor: default;
}

.news-detail-content {
    font-size: 14px;
    line-height: 2;
}

#newsContent {
    position: relative;
}

.news-detail-more {
    font-size: 1.0em;
    line-height: 2.4;
}

.detail-next-linker {
    color: #0567b4;
}







/*弹出层*/
#mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.49);
    display: none;
}

#mask .link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -254px;
    margin-top: -317px;
    width: 508px;
    height: 634px;
    background: #fff;
}

.link .title {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}

.link #close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 14px;
    right: 14px;
    cursor: pointer;
    background: url("/images/guanbi_ac6c385.png") no-repeat;
}

.link form {
    margin: 40px 77px 36px;
}

.link form div {
    margin-bottom: 22px;
}

.link form span {
    display: inline-block;
    width: 64px;
    text-align: right;
    margin-right: 9px;
}

.link form input {
    width: 275px;
    height: 36px;
    border: solid 1px #dbdbdb;
    padding-left: 10px;
}

.link form div p {
    display: inline-block;
    width: 81px;
    text-align: center;
    border: solid 1px #cfcfcf;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    background-image: linear-gradient(
            #f0f0f0,
            #f0f0f0),
    linear-gradient(
            #ffffff,
            #ffffff);
    margin-right: 12px;
    margin-bottom: 14px;
    cursor: pointer;
}

.link form div p.first {
    margin-left: 77px;
}

.link form div p.last {
    margin-right: 0px;
}

.link form div p.active {
    background-image: linear-gradient(
            #e3f3ff,
            #e3f3ff),
    linear-gradient(
            #999999,
            #999999);
    border-color: #78b9f6;
    color: #78b9f6;
}

.link .notes {
    position: relative;
}

.link .tips {
    position: absolute;
    top: 60px;
    left: -9px;
}

.submit {
    text-align: center;
}

.submit button {
    width: 166px;
    padding: 13px 0 14px 0;
    font-size: 16px;
    color: #fff;
    background: #ff9d03;
    text-align: center;
    border: none;
    margin-top: 42px;
}

.video {
    position: absolute;
    margin:auto;
    left: 0;
    right: 0;
    width: 1000px;
    height:600px;
    background-color: black;
}

.video.top {
    top: 20px;
}

.video.bottom {
    bottom: 0;
}

video {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width:100%;
    height:100%;
}