body {
    overflow-x: hidden;
}


.main-page {

    width: 19.2rem;
    height: 28.04rem;
    margin: 0px auto;
    background: url(/images/index/page_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.58rem;
    box-sizing: border-box;
}

h5.style1 a{
	font-weight:bold;
}

h5.style2 a{
	font-weight:bold;
	color:#f00 !important;
}

h5.style3 a{
	font-weight:bold;
	color:#00f;
}

/* 
 *新闻中心
 */

.news-box {
    width: 13rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.section-title {
    color: #172646;
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
}

.section-title a {
    text-decoration: none;
    color: #172646;
}

.news-box .content {
    width: 100%;
    margin-top: 0.96rem;
}

.news-box .content::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
    clear: both;
}

.news-box .content .news-list {
    width: 5.87rem;
    height: auto;
    float: left;
}

.news-box .content .news-list ul {
    width: 100%;
}

.news-box .content .news-list ul li {
    width: 100%;
    height: 1.08rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.news-box .content .news-list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.news-box .content .news-list ul li::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
    clear: both;
}

.news-box .news-list .date {
    width: 1.12rem;
    height: 1.08rem;
    background: #3DB7EF;
    padding: 0.2rem 0;
    box-sizing: border-box;
    border-radius: 0.1rem;
    float: left;
}

.news-box .news-list .date .day {
    font-size: 0.34rem;
    line-height: 0.4rem;
    font-family: STXihei;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
}

.news-box .news-list .date .yearmonth {
    font-size: 0.13rem;
    font-family: STXihei;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.05rem;
}

@media screen and (max-width:950px) {
    .news-box .news-list .date .yearmonth {
        font-size: 0.12rem;
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -os-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

.news-box .news-list .cot {
    width: 4.6rem;
    height: 100%;
    margin: 0 auto;
    padding: 0.18rem;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-left: 0.1rem;
}

.news-box .news-list .cot .news-title {
    width: 90%;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.news-box .news-list .cot .news-title a {
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box .news-list .cot .news-title a:hover {
    text-decoration: underline;
    color: #3DB7EF;
}

.news-box .news-list .cot .news-remark {
    width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.14rem;
    line-height: 0.2rem;
    max-height: 0.4rem;
    color: #555;
}

@media screen and (min-width:1300px) {

    .news-box .news-list .cot .news-remark {
        line-height: 0.2rem;
        max-height: 0.4rem;
    }
}

@media screen and (min-width:1000px) and (max-width:1300px) {
    .news-box .news-list .cot {
        padding: 0.1rem 0.18rem;
    }

    .news-box .news-list .cot .news-remark {
        line-height: 0.3rem;
        max-height: 0.6rem;
        font-size: 0.12rem;
    }

    .news-box .news-list .cot .news-title {
        margin-bottom: 0.04rem;
    }
}

@media screen and (max-width:1000px) {
    .news-box .news-list .cot .news-remark {
        line-height: 0.3rem;
        max-height: 0.3rem;
        font-size: 0.12rem;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
}


.news-box .content .pic {
    float: right;
    width: 6.2rem;
    max-width: 6.2rem;
    height: auto;
    max-height: 6rem;
}

.scenery-box {
    width: 13.38rem;
    height: 8.13rem;
    margin: 0.5rem auto 0 auto;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    background-color: #fff;
    opacity: 100;
}

.scenery-box .title-view {
    height: 1.1rem;
    width: 4rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    background-color: #3DB7EF;
    color: #fff;
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin: 0px auto;
    line-height: 1.1rem;
    text-align: center;
}

.scenery-box .scen-swiper {
    width: 100%;
    margin-top: 0.3rem;
    height: 6.6rem;
}

.scenery-box .scen-swiper .swiper-view {
    width: 100%;
}

.scenery-box .scen-swiper .swiper-view #scenery-li {
    width: 11.62rem!important;
    margin: 0 auto;
    display: table;
    box-sizing: border-box;
}

.scenery-box .swiper-view li .image-grid-view {
    display: table-cell;
    vertical-align: middle;
}

.scenery-box .swiper-view li .block {
    width: 2.6rem;
    margin: 0px auto;
    overflow: hidden;
}

.scenery-box .scen-swiper .swiper-view li .image-wrap {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0.4rem;
    border: none;
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
    border: none;
}

.scenery-box .scen-swiper .image-wrap .zp {
    height: 2.3rem;
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.scenery-box .scen-swiper .image-wrap img {
    height: 2.3rem;
    width: 100%;
    border-radius: 0.1rem;
}

.scenery-box .scen-swiper .image-wrap img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.scenery-box .scen-swiper .image-wrap .name {
    font-size: 0.18rem;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.scenery-box .scen-swiper .image-wrap .name:hover {
    color: #3DB7EF;
    text-decoration: underline;
}

.scenery-box .scen-swiper .image-wrap:nth-last-of-type(1) {
    margin-top: 0.22rem;
}

.scenery-box .hy-dot i.active {
    background: #FDD000;
}


/* 活动预告 */

.activity-box {
    width: 12rem;
    margin: 1.5rem auto 0 auto;
    opacity: 100;
}

.activity-box .activity-title {
    color: #172646;
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
}

.activity-box .activity-title a {
    text-decoration: none;
    color: #172646;
}

.activity-box .time-line-box {
    margin-top: 0.4rem;
    width: 100%;
    height: 9.35rem;
    border-top: 1px solid #959595;
    box-sizing: border-box;
}

.activity-box .time-line-box::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
    clear: both;
}

.activity-box .time-line-box .left {
    width: 5.7rem;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.activity-box .time-line-box .right {
    width: 5.7rem;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.activity-box .time-line-box .divide {
    width: 0.6rem;
    height: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.activity-box .time-line-box .divide::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background-color: #959595;
    top: 0;
    left: 50%;
    z-index: 2;
    height: 9.35rem;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.activity-box .divide .circle {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #fff;
    left: 50%;
    top: 25%;
    z-index: 3;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.activity-box .divide .circle2 {
    top: 50%
}

.activity-box .divide .circle3 {
    top: 75%
}

.activity-box .time-line-box ul {
    width: 100%;
    height: atuo;
    padding-top: 0.6rem;
    box-sizing: border-box;
}

.activity-box .time-line-box .right ul {
    padding-top: 1.44rem;
}

.activity-box .time-line-box .left li::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
    clear: both;
}

.activity-box .time-line-box .right li::after {
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
    clear: both;
}

.activity-box .time-line-box ul li {
    width: 100%;
    margin-bottom: 0.8rem;
}

.time-line-box .cot-wrap {
    width: 100%;
    padding-left: 0.35rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}

.time-line-box .news-title {
    font-size: 0.18rem;
    width: 100%;
    padding-left: 0.35rem;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-line-box .news-title a {
    text-decoration: none;
    color: #000;
}

.time-line-box .right .news-title {
    padding-left: 0.2rem;
    padding-right: 0.35rem;
}

.time-line-box .right .cot-wrap {
    padding-left: 0.2rem;
    padding-right: 0.35rem;
}

.time-line-box .news-title a:hover {
    text-decoration: underline;
    color: #0DA1DE;
}

.time-line-box .block {
    width: 3.3rem;
    height: 1rem;
    overflow: hidden;
    position: relative;
    margin-right: 0.3rem;
    box-sizing: border-box;
    float: left;
    line-height: 1.68rem;
    display: table;
}

.time-line-box .right .block {

    float: right;
    margin-right: 0rem;
    margin-left: 0.2rem;
}

.time-line-box .txt-wrap {
    width: 2.56rem;
    font-size: 0.18rem;
    max-height: 1.68rem;
    height: auto;
    vertical-align: middle;
    display: table-cell;
}


.time-line-box .txt-wrap .news-time {
    font-size: 0.16rem;
    width: 100%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-top: 0.12rem;
    height: 0.25rem;
    line-height: 0.256rem;
}


.time-line-box .right .news-title {
    text-align: left;
}

.time-line-box .right .txt-wrap .news-time {
    text-align: left;
}


.time-line-box .txt-wrap .desc {
    color: #222;
    line-height: 0.25rem;
    font-size: 0.15rem;
    text-align: right;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.5rem;
}

.time-line-box .right .txt-wrap .desc {
    text-align: left;
}

.time-line-box .pic {
    width: 1.62rem;
    height: 1.02rem;
    border-radius: 0.14rem;
    float: left;
}

@media screen and (max-width:1000px) {

    .time-line-box .txt-wrap .desc {
        font-size: 0.17rem;
        line-height: 0.4rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 0.4rem;
    }
}



.video-box {
    opacity: 100;
    width: 19.2rem;
    margin: 0 auto;
    height: 5.5rem;
    box-sizing: border-box;
    position: relative;
    background: url(/images/index/video_cover.png) no-repeat;
    background-size: 100% 100%;
}

.video-box .video {
    width: auto;
    height: 100%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 10;
    visibility: hidden;
}

.video-box .btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99;
    height: 1rem;
    width: 1rem;
}

.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 11;
    height: 1rem;
    width: 1rem;
    pointer-events: auto;
}

.quick-menu {
    opacity: 100;
    width: 14rem;
    margin: 0.7rem auto 0 auto;
    background-color: white;
    margin-bottom: 0.8rem;
}

.quick-menu::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
    overflow: hidden;
}

.quick-menu .title-view {
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #3DB7EF;
    line-height: 0.4rem;
    writing-mode: tb;
    letter-spacing: 0.06rem;
    float: left;
    margin-top: 0.6rem;
}

.quick-menu .gridview {
    width: 13rem;
    height: auto;
    overflow: hidden;
    padding: 0px 0.85rem;
    box-sizing: border-box;
}

.quick-menu .gridview::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
    overflow: hidden;
}

.quick-menu .gridview .grid-item {
    height: 1.8rem;
    width: 16.66%;
    min-width: 16.66%;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.quick-menu .gridview .grid-item .block {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    text-decoration: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    border: none;
    color: rgba(0, 0, 0, 0);
}

.quick-menu .gridview .grid-item:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -os-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.quick-menu .gridview .grid-item .block .icon {
    width: 0.6rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.quick-menu .gridview .grid-item .block .name {
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.12rem;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:1000px) {
    .quick-menu .gridview .grid-item .block .name {
        font-size: 0.16rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .quick-menu .gridview .grid-item .block .name {
        font-size: 0.14rem;
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -os-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        letter-spacing: 1px;
    }
}

@media screen and (max-width:900px) {
    .quick-menu .gridview .grid-item .block .name {
        font-size: 0.12rem;
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -os-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        letter-spacing: 2px;
    }
}

.footeriframe {
    opacity: 0;
}

.activity-box-min {
    display: none;
}

.footeriframe-min {
    display: none;
}

.imgbox {    
   display: flex;
   flex-wrap: wrap;
   align-content:space-around;
}
.imgbox .col {    
    display: flex;
    justify-content: space-between;
    margin:0 5%;
}
.imgbox .col img{
    width:88%;
    margin: 5% 0;    
}


.news-box .img-box {
    float: right;
    height: auto;
    min-height: 4.9rem;
    width: 6.8rem;
    position: relative;
    height: auto;
}


.news-box .img-box .camera {

    width: 3.3rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-box video.video{
    max-width:94%;
}

.news-box .img-box .image {
    width: 1.6rem;
    position: absolute;
}

.news-box .img-box .image1 {
    top: 0;
    left: 0;
}

.news-box .img-box .image2 {
    top: 0;
    right: 0;
}

.news-box .img-box .image3 {
    bottom: 0;
    left: 0;
}

.news-box .img-box .image4 {
    bottom: 0;
    right: 0;
}