/* 初始化样式 start*/

/* 初始化样式 end*/

/*字体大小设置*/
.default12{
    font-size: 12px;
}
.medium12{
    font-size: 13px;
}
.max12{
    font-size: 14px;
}

.default14{
    font-size: 14px;
}
.medium14{
    font-size: 15px;
}
.max14{
    font-size: 16px;
}

.default16{
    font-size: 16px;
}
.medium16{
    font-size: 17px;
}
.max16{
    font-size: 18px;
}

.default18{
    font-size: 18px;
}
.medium18{
    font-size: 19px;
}
.max18{
    font-size: 20px;
}

.default24{
    font-size: 24px;
}
.medium24{
    font-size: 25px;
}
.max24{
    font-size: 26px;
}

/*end 字体大小设置*/
.activity_time{
    padding-left: 40px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.button_end{
    border: none;
}
.form-control{
    border: 1px solid #fff;
}
button {
    outline: none;
}

.modal_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    background: rgba(253, 253, 253, 0.5);
    z-index: 9999;
}

.modal_img_box {
    position: relative;
    width: 60%;
    margin: auto;
    padding-top: 180px;
}

.modal_img_box img {
    position: relative;
    width: 100%;
}

.modal_img_icon {
    position: absolute;
    right: 0;
    top: 120px;
    font-size: 30px;
}


/**/

#header .glyphicon-chevron-left:before {
    content: "";
}

#header.glyphicon-chevron-right:before {
    content: "";
}

#header .glyphicon-chevron-right:before {
    content: "";
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-indicators .active {
    width: 35px;
}

a {
    text-decoration: none !important;
    color: #4A4A4A;
}

@media (min-width: 992px) {

    .materials{
        width: 340px;
        position: relative;
        color: #4A4A4A;
        margin-top: 20px;
        margin-bottom: 20px;

    }
    .materials_content{
        position: absolute;
        top: 0;
        margin: 15px 25px 0 25px;
    }
    .materials_name{
        font-size: 20px;
        margin-bottom: 5px;
        font-family:PingFangTC-Semibold;
        font-weight:600;
    }
    .materials img{
        width: 100%;
        border-radius: 10px;
        box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    }
    .materials_surplus{
        position: absolute;
        max-width: 145px;
        bottom: 5px;
        right: 0;
        padding:  0 10px 0 10px;
        height: 40px;
        background: #FFDC36;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        border-radius:6px 0px 0px 6px;
        display: flex;

    }
    .materials_surplus_one{
        font-size: 7px;
        line-height: 30px;
    }
    .materials_surplus_two{
        font-size: 28px;
        padding-left: 2px;
        font-family:PingFangTC-Semibold;
        font-weight:600;
    }
    .materials_surplus_three{
        font-size: 14px;
        line-height: 50px;
    }
    .modal_video {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #FBFBFB;
        background: rgba(253, 253, 253, 0.5);
        z-index: 9999;
    }

    .modal_video_box {
        position: relative;
        width: 60%;
        margin: auto;
        padding-top: 180px;
    }

    .modal_video_box img {
        position: relative;
        width: 100%;
    }

    .modal_video_icon {
        position: absolute;
        right: 0;
        top: 120px;
        font-size: 30px;
    }


    html {
        position: relative;

    }

    body {
        margin: auto;
        height: 100%;
    }

    .error_404 {
        width: 100%;
        /*background: #f9f9f9;*/
    }

    .error_404 img {
        display: block;
        width: 45%;
        margin: auto;
        /*margin-top: 150px;*/
    }

    .error_404 p {
        text-align: center;
        color: #4A4A4A;
        margin-top: 20px;
    }

    .error_404_button {
        width: 20%;
        margin: auto;
        display: flex;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .error_404_button button {
        width: 50%;
        height: 40px;
        margin: 20px;
        border-radius: 20px;
        border: 3px solid #7BCAD1;
        outline: none !important;
    }

    .error_404_button button:active {
        background: #7BCAD1;
    }

    ul, li {
        padding: 0;
        margin: 0;
        list-style: none
    }

    #header {
        width: 100%;
        /*background:#2F2E4D ;*/
        position: relative;
        border-bottom: 5px solid #7BCAD1;
    }
    .header_box{

    }
    .carousel-inner {
        width: 100%;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: block;
    }

    .header_box .item img {
        /*width: 100%;*/
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
        padding-top: 127px;

    }

    .nav {
        min-width: 1024px;
        max-width: 1280px;
        width: 80%;
        height: 107px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 20px;
        background: #fff;
        border-bottom: 5px solid #7BCAD1;
        z-index: 9999;
    }
    .nav_bottom{
      display: none;
    }
    .navbar-fixed-top {
        position: fixed;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .logo {
        width: 15%;
        margin-top: 25px;
        z-index: 2;
    }

    .logo img {
        width: 100%;
        max-width: 165px;
    }

    .nav_content {
        width: 70%;
        height: 100%;
        position: relative;
    }

    .nav_search {
        width: 100%;
        display: flex;
    }

    .search {
        margin-top: 17px;
        margin-left: 41%;
        width: 23%;
    }

    .search .form-control {
        height: 36px;
        background: #F2F7FE;
        border-radius: 15px;
    }

    .search button {
        height: 34px;
        line-height: 10px;
        background: #F2F7FE;
        border-radius: 15px;
        outline: none !important;
        border: none;
        color: #929292;

    }
    .language_default{
        font-size: 16px;
    }

    .language_medium{
        font-size: 18px;
    }
    .language_mix{
        font-size: 20px;
    }


    .language_choice_default{
        font-size: 16px;
    }
    .language_choice_medium{
        font-size: 18px;
    }
    .language_choice_max{
        font-size: 20px;
    }

    .language {
        width: 30%;
        display: flex;
        margin-left: 3%;
        margin-top: 15px;

    }

    .language_top {
        background: #F2F7FE;
        margin-top: 0;
        height: 46px;
        padding: 5px;
        padding-top: 9px;
        border-radius: 0 0 10px 10px;
    }

    .language_type {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

    .language_type span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        cursor: pointer;
    }

    .language_choice {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: #4A4A4A;
        cursor: pointer;
    }
    .medium{
        font-size: 18px;
    }
    .max{
        font-size: 22px;
    }

    .font_active {
        border-radius: 50%;
        background: #D1E9FF;
    }

    .language_no {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
    }

    .line {
        margin-left: 5px;
        margin-right: 5px;
        border-left: 1px solid #979797;
    }

    .language_size {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

    .nav_url {
        width: 100%;
        height: 34px;
        position: absolute;
        bottom: 0;

    }



    .nav_url ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav_url ul li {
        width: 15%;
        height: 34px;
        position: relative;
    }
    .nav_url ul li a{
        display: block;
        height: 34px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav_url ul li ul {
        display: none;

    }

    .nav_url ul li ul li {
        width: 100%;
    }
    .nav_url ul li ul li a{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        text-align: left;
    }
    .nav_url ul li ul li:hover {
        background: #FFE0E1;
    }

    .nav_url ul li ul li:last-child {
        border-radius: 0 0 5px 5px;
    }

    #new {
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
        display: flex;
        background: #fff;
    }

    .new_content {
        width: 65%;
        position: relative;
    }

    .glass {
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -ms-filter: blur(1px);
        -o-filter: blur(1px);
        filter: blur(1px);
    }

    .new_header {
        display: flex;
        margin-top: 45px;
        justify-content: space-between;
        position: relative;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .new_header .new_header_title {
        color: #5AB1B6;
        margin-left: 85px;
    }

    .new_icon {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 64px;
        top: -7px;
    }
    .new_content ul {
        width: 100%;
    }
    .new_content ul li section span{
        color: #8F8F8F;
    }

    .new_content ul li {
        margin-top: 25px;
        margin-left: 90px;
        border-bottom: 1px solid #DCDEE1;
    }
    .new_content ul li div {
        display: flex;
    }
    .new_content ul li:first-child {
        margin-top: 0;
    }
    .new_content ul li:last-child {
        border-bottom:none;
    }

    .new_content ul li div img {
        width: 30%;
        height: 100%;
        margin-left: 15px;
        margin-top: 10px;
        flex-shrink: 0;
        border: 1px solid #DCDEE1;
        margin-bottom: 25px;
    }

    .new_content ul li div section {
        display: block;
        margin: 0 20px 10px 20px;

    }

    .new_content ul li .new_describe {
        width: 100%;
        color: #737373;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .new_video {
        width: 23%;
        margin-left: 50px;
        margin-top: 35px;
    }
    .new_video img{
        width: 100%;
    }
    .more {
        display: flex;
    }

    #activity {
        background: #FFF1D7;
        background-image: url("/front/activity_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1280px;
        min-width: 1024px;
        margin: auto;
    }
    #activitys{
        margin-top: 35px;
        margin-bottom: 35px;
        position: relative;
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;

    }
    .activity_box {
        min-width: 1024px;
        max-width: 1280px;
    }

    .activity_header {
        display: flex;
        justify-content: space-between;
        width: 90%;
        /*font-size: 18px;*/
        margin: auto;
        padding-top: 20px;
    }

    .activity_title {
        color: #5AB1B6;
        font-size: 24px;
    }

    .activity_content {
        width: 85%;
        margin: auto;
        padding-bottom: 50px;
    }

    .activity_box {
        height: 100%;
        margin: auto;
    }

    .activity_box ul {
        flex-wrap: wrap;
        justify-content: space-between !important;
        align-content: flex-start;
    }

    .activity_box ul li {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .activity_box ul li:empty {
        height: 0;
        border: none;
    }

    .activity_content ul {
        display: flex;
        justify-content: space-between;
    }

    .activity_content ul li {
        width: 32%;
        border-radius: 10px;
        display: flex;
        position: relative;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
        background: #fff;
    }

    .activity_content ul li a {

    }

    .activity_content ul li .item-inner {
        display: flex;
        width: 100%;
    }


    .activity_img {
        width: 40%;
        padding: 10px;
    }

    .activity_content ul li img {
        width: 100%;
    }

    .activity_data {
        width: 55%;
        height: 100%;
        margin-left: 5px;
        padding-bottom: 10px;
    }

    .activity_data h4 {
        margin-top: 20px;
    }

    .activity_data span {
        /*font-size: 12px;*/
    }

    .activity_num {
        position: absolute;
        height: 30px;
        background: #FFDC36;
        bottom: 18px;
        right: 0;
        display: flex;
        border-radius: 5px 0 0 5px;
    }

    .activity_surplus {
        line-height: 25px;
        font-size: 12px;
        margin-left: 5px;

    }

    .activity_number {
        line-height: 30px;
        font-size: 25px;
        padding-left: 5px;
    }

    .activity_people {
        line-height: 38px;
        font-size: 14px;
        padding-right: 5px;
    }

    #tidbits {
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
    }

    .tidbits_content {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }

    .tidbits_content ul {
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .tidbits_content ul li {
        width: 18%;
        text-align: center;
    }

    .tidbits_content ul li + li {
        margin-left: 2%;
    }

    .tidbits_content_img {
        width: 100%;
        position: relative;
    }

    .tidbits_content ul li h4 {
        margin-top: 15px;
    }

    .tidbits_content_img img {
        width: 100%;
    }


    .img_footer {
        position: absolute;
        left: 0;
    }

    #introduce {
        width: 100%;
        position: relative;
    }

    #introduce img {
        width: 100%;
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
    }


    .introduce_imgs img {
        width: 100%;
        height: 100% !important;
    }

    #introduce h3 {
        position: absolute;
        bottom: 18px;
        left: 100px;
    }

    .introduce_content {
        max-width: 1280px;
        min-width: 1024px;
        margin: auto;
        display: flex;
        margin-top: 30px;
        position: relative;
    }
    .title_h3{
        position: absolute;
        top:-100px;
        left: 10%;
    }
    .introduce_imgs {
        width: 35px !important;
        height: 30px !important;
        position: absolute;
        bottom: 25px;
        left: 90px;
        top: -85px;
    }
    .title_h3_new{
        top:-80px;
    }
    .introduce_imgs_nwe{
        left: 90px;
        top: -65px;
    }
    .introduce_nav {
        width: 28%;
    }

    .introduce_nav ul {
        width: 50%;
        margin-left: 20%;
        margin-top: 10px;
    }

    .introduce_nav ul li {
        height: 40px;
        line-height: 40px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .introduce_nav_active {
        box-shadow: 2px 0px 3px 0px rgba(128, 38, 40, 1);

    }

    .introduce_nav ul li span {
        margin-left: 10px;

    }
    .introduce_nav_active span a{
        color: #7D2527;
    }

    .introduce_data {
        width: 60%;
        margin: 20px 50px 100px 0;
    }

    .introduce_data ul,
    .introduce_data ol {
        margin: initial;
        padding-left: 40px;
    }

    .introduce_data ul>li {
        list-style: disc;
    }

    .introduce_data ol>li {
        list-style: decimal;
    }

    #newest {
        width: 100%;
        background: #fff;
        position: relative;
    }

    #newest .newest_img {
        width: 100%;
        height: 180px;
    }

    #newest h3 {
        position: absolute;
        top: 100px;
        left: 100px;
    }

    .newest_content {
        width: 80%;
        margin: auto;
    }

    .newest_content ul {
        width: 100%;
        padding-top: 30px;
    }

    .newest_content ul li {
        border-bottom: 2px solid #DCDEE1;
        margin-top: 10px;
    }
    .newest_content ul li:last-child {
        border: none;
    }
    .newest_content ul li .item-inner {
        display: flex;
    }
    .newest_content ul li .item-inner img {
        width: 20%;
        height: 100%;
        flex-shrink:0;
        border: 1px solid #DCDEE1;
        margin-bottom: 20px;
    }

    .newest_content ul li .item-inner section {
        margin-left: 25px;
    }

    .news_article {
        width: 80%;
        padding-bottom: 60px;
        margin: auto;
        display: flex;
    }

    .news_article_content {
        width: 70%;
        height: 100%;
        padding: 25px;
        word-wrap: break-word
    }

    .news_article_content ul,
    .news_article_content ol {
        margin: initial;
        padding-left: 40px;
    }

    .news_article_content ul>li {
        list-style: disc;
    }

    .news_article_content ol>li {
        list-style: decimal;
    }

    .news_article_content .title {
        font-size: 20px;
        color: #4A4A4A;
    }

    .news_article_content .date {
        margin-top: 15px;
        font-size: 14px;
        color: #4A4A4A;
    }

    .news_article_content .content {
        margin-top: 25px;
        color: #737373;
    }

    .news_article_content img {
        max-width: 100%;
    }

    .news_article_content button {
        width: 80px;
        margin-top: 30px;
        margin-bottom: 20px;
        background: #7BCAD1;
        border-radius: 20px;
        padding: 10px;
        outline: none !important;
    }

    .news_article_share {
        width: 30%;
        height: 100%;
    }

    .share_type {
        width: 100%;
        height: 70px;
        margin-top: 25px;
    }

    .news_article_share img {
        width: 100%;
    }
    
    .news-article-img-wrap img {
        cursor: pointer;
    }

    .activityDetails {
        width: 100%;
        margin: auto;
        background: #fff;
        position: relative;
        padding-bottom: 50px;
    }

    .activityDetails_content {
        width: 80%;
        height: 100%;
        margin: auto;
        display: flex;
    }

    .activityDetails_img {
        width: 250px;
        height: 350px;
        margin-top: 30px;
    }

    .activityDetails_img img {
        cursor: pointer;
    }

    .activityDetails_img .activityDetails_img_one {
        width: 100%;
    }

    .activityDetails_img ul {
        width: 240px;
        margin: auto;
        margin-top: 10px;
        height: 70px;
        display: flex;
    }

    .activityDetails_img ul li {
        width: 60px;
        margin: 5px;
    }

    .activityDetails_img ul li img {
        width: 100%;
        height: 100%;
    }

    .activityDetails_text {
        width: 55%;
        height: 100%;
        margin-left: 40px;
    }

    .activityDetails_text span {
        line-height: 25px;
        text-align: center;
    }

    .activityDetails_text h4 {
        margin-top: 40px;
    }

    .activityDetails_title {
        width: 100%;
        display: flex;
    }

    .activityDetails_time {
        margin-left: 10px;
    }

    .cost {
        line-height: 50px;
    }

    .activityDetails_date {
        margin-left: 10px;
    }

    .long {
        width: 70%;
        margin-top: 20px;
    }

    .activity_footer {
        width: 100%;
        display: flex;
    }

    .activity_footer button {
        width: 80px;
        margin-top: 40px;
        background: #7BCAD1;
        border-radius: 20px;
        padding: 10px;
        outline: none !important;
    }

    .activity_footer_share {
        width: 200px;
        height: 25px;
        margin-top: 40px;
        margin-left: 25px;
    }

    .activityDetails_cost {
        font-size: 35px;
        color: #D7243A;
    }

    .activityDetails_cost p {
        line-height: 10px;
    }

    .cost {
        margin-top: 20px;
    }

    .activityDetails_num {
        text-align: center;
    }

    .activityDetails_num_top {
        height: 60px;
        text-align: center;
        background: #FFDC36;
        margin-top: 45px;
        border-radius: 10px 10px 0 0;
        display: flex;
        padding-left: 5px;
        padding-right: 5px;
        justify-content: center;
    }

    .activityDetails_num_top_one {
        display: block;
        line-height: 35px;
        font-size: 12px;
    }

    .activityDetails_num_top_two {
        display: block;
        line-height: 70px;
        font-size: 35px;
        margin-left: 5px;
    }

    .activityDetails_num_top_three {
        display: block;
        line-height: 90px;
        font-size: 15px;
    }

    .activityDetails_num_footer {
        height: 20px;
        margin-top: 2.5px;
        background: #C0C2C5;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;

    }

    #organization {
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
        position: relative;
    }

    .organization_content {
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .organization_content li {
        width: 18%;
        position: relative;
        margin-top: 15px;
        margin-left: 5%;
    }

    .organization_footer_img {
        display: block;
        width: 85%;
        position: absolute;
        top: 22px;
        left: 7px;
    }

    .organization_img img {
        width: 100%;
    }

    .organization_click_img {
        display: none;
    }

    .organization_content li:hover .organization_click_img {
        display: block;
    }

    .organization_content li:hover .organization_noclick_img {
        display: none;
    }

    .organization_title {
        text-align: center;
        line-height: 40px;
    }

    #activities {
        width: 80%;
        margin: auto;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 20px;
        position: relative;
    }

    #activities ul {

        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }

    #activities ul li {
        width: 20%;
        margin: 2.5%;

        border-radius: 10px;
    }

    #activities ul li:empty {
        height: 0;
        border: none;
    }

    .activities_img {
        width: 100%;
        border-radius: 10px;
        position: relative;
    }

    .activities_imgs {
        width: 100%;
        border-radius: 7px;

    }

    .activities_img_footer {
        position: absolute;
        width: 100%;
        bottom: -13px;
        left: 0;
    }

    .activities_title {
        padding-top: 10px;
        text-align: center;
    }

    #activities_album {
        width: 100%;
        position: relative;
    }

    .activities_album_content {
        width: 80%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .activities_album_content ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .activities_album_content ul li {
        width: 18%;
        margin-left: 2.5%;
        margin-top: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .activities_album_content ul li img {
        width: 100%;
        border-radius: 7px;
        border-bottom: 4px solid #FFDC36;
    }
    .activities_album_content ul li video {
        width: 100%;
        border-radius: 7px;
        border-bottom: 4px solid #FFDC36;
    }

    #videoid{
        width: 800px;
        height: 400px;
    }
    .videoTypeData {
        width: 80%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .videoTypeData ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .videoTypeData ul li {
        width: 18%;
        position: relative;
        margin-left: 2.5%;
        margin-top: 10px;
        border-radius: 10px;
    }
    .shadow{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: -webkit-linear-gradient(rgba(0,0,0,0.5),rgba(80, 80, 80, 0.98));
        background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(80, 80, 80, 0.98) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(80, 80, 80, 0.98) 100%);
        background: -ms-linear-gradient(rgba(0,0,0,0.5),rgba(80, 80, 80, 0.98));
        z-index: 2;
        border-radius: 7px;
    }
    .videoTypeData ul li img {
        width: 100%;
        border-radius: 7px;
        border-bottom: 5px solid #FFDC36;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .videoTypeData_end a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .video{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50px!important;
        height: 50px!important;
        text-align: center;
        font-size: 40px;
        z-index: 6;
        color: #fff;
        border: none!important;
        box-shadow: none!important;
    }


    .activities_album_end a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #occupation {
        width: 100%;
        background: #fff;
    }

    #occupation ul {
        width: 80%;
        margin: auto;
        background: rosybrown;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #occupation ul li {
        width: 100%;
        background: aqua;
        border-radius: 10px 10px 0 0;
        margin-top: 10px;
    }

    .occupation_top {
        height: 100%;
        display: flex;
        height: 40px;
        line-height: 40px;
    }

    .occupation_top_type {
        width: 25%;
        height: 100%;
    }

    .occupation_top_time {
        width: 35%;
        height: 100%;
    }

    .occupation_top_telephone {
        width: 40%;
        height: 100%;
        text-align: center;
    }

    .occupation_content {
        width: 100%;
        background: royalblue;
        padding-bottom: 10px;
        border-radius: 0 0 10px 10px;
    }

    .occupation_content_header {
        display: flex;
    }

    .occupation_content_one {
        width: 25%;
        height: 100%;
        background: #b3b3b3;
        text-align: center;
    }

    .occupation_content_one p:first-child {
        margin-top: 30px;
    }

    .occupation_content_two {
        width: 35%;
        height: 100%;
        background: #00a65a;
    }

    .occupation_content_two p:first-child {
        margin-top: 30px;
    }

    .occupation_content_three {
        width: 40%;
        height: 100%;
        background: #1ab7ea;
    }

    .occupation_content_three p:first-child {
        margin-top: 30px;
    }

    .occupation_content_footer {
        width: 70%;
        height: 30px;
        background: yellow;
        margin-left: 25%;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        font-size: 7px;
    }

    #contact {
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
        display: flex;
        padding-top: 10px;
        padding-bottom: 60px;
        position: relative;
    }

    .contact_content span{
        display: block;
        margin-top: 10px;
    }

    .contact_img {
        width: 40%;
        padding-top: 30px;
        margin-left: 100px;
        padding-bottom: 30px;
    }

    .contact_img img {
        width: 100%;
    }

    .contact_content {
        margin-left: 50px;
        margin-top: 20px;
    }

    .contact_content h4 {
        margin-bottom: 20px;
    }

    #footer {
        width: 100%;
        background: #EEEEEE;
    }
    .footer_box{
        min-width: 1024px;
        max-width: 1280px;
        margin: auto;
        display: flex;
    }

    .footer_left {
        width: 50%;
        margin-left: 10%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer_left samp {
        font-size: 18px;
    }

    .footer_left ul {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }

    .footer_left ul li ul {
        display: block;
    }

    .footer_left ul li ul li {
        line-height: 30px;
    }

    .footer_right {
        width: 33%;
        margin-left: 10%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer_right span {
        display: block;
        margin-top: 10px;
    }

    .footer_information {
        margin-top: 10px;
    }
}

/*手机版、平板的css样式*/
@media (min-width: 300px) and (max-width: 991px) {
    .materials{
        width: 95%;
        margin: auto;
        position: relative;
        color: #4A4A4A;
        margin-top: 20px;
        /*margin-bottom: 20px;*/
        font-size: 18px;
    }
    .materials_content{
        position: relative;
        /*top: 0;*/
        padding:  10px 25px 15px 25px;
    }
    .materials_name{
        font-size: 28px;
        /*margin-bottom: 10px;*/
        font-family:PingFangTC-Semibold;
        font-weight:600;
    }
    .materials img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        position: absolute;
        box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    }
    .materials_surplus{
        position: absolute;
        bottom: 8px;
        right: 0;
        padding:  0 5px 0 5px;
        height: 40px;
        background: #FFDC36;
        border-radius:6px 0px 0px 6px;

        display: flex;
    }
    .materials_surplus_one{
        font-size: 7px;
        line-height: 20px;
        word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
        writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
        writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
        text-align: center;
    }
    .materials_surplus_two{
        font-size: 30px;
        padding-left: 5px;
        font-family:PingFangTC-Semibold;
        font-weight:600;
    }
    .materials_surplus_three{
        font-size: 14px;
        line-height: 55px;
    }

    body {
        width: 100%;
        position: relative;
        color: #4A4A4A;
    }

    #mobile_header {
        width: 100%;
        height: 60px;
        border-bottom: 0.5rem solid #7BCAD1;
        background: #fff;
        position: fixed;
        z-index: 999;
        top:0;
        box-shadow: 0px 5px 5px -5px #848181;
    }

    .mobile_header_logo {
        width: 103px;
        margin: 11px 20px 11px 25px;
    }

    .mobile_header_logo img {
        display: block;
        width: 100%;
    }

    .mobile_header_content {
        position: absolute;
        display: flex;
        right: 0;
        top: 11px;
        color: #4A4A4A;
    }

    .carousel-indicators {
        /*bottom: 0;*/
        display: none;
    }

    .mobile_header_nav {
        position: relative;
    }

    .nav_box {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
    }

    .nav_box ul {
        position: fixed;
        top: 80px;
        width: 100%;
        /*font-size: 18px;*/
        line-height: 60px;
    }

    .mobile_header_nav_one {
        position: absolute;
        right: 15px;
        /*top: 4vw;*/
        top:7px;
        text-align: center;
        font-size: 16px;
    }

    .nav_ul_footer {
        font-size: 15px;
        width: 80%;
        margin: auto;
        display: flex!important;
        justify-content: space-around;
        text-align: center;
        margin-top: 25px;
    }

    .nav_ul_footer span{
        width: 31px;
        height: 31px;
        line-height: 31px;
        border-radius: 50%;
    }
    .phone_language_type {
        display: flex;
    }
    .phone_language_type span{
        display: block;
    }
    .phone_language_size{
        display: flex;
    }
    .language_size span{
        display: block;
    }
    .font_active {
        background: #D1E9FF;
    }
    .ul_choice {
        background: #D1E9FF;
    }

    .mobile_header_language {
        position: absolute;
        right: 45px;
        background: #D1E9FF;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        text-align: center;
        line-height: 31px;
        font-size: 16px;
        /*top: 2vw;*/
    }

    #header{
        margin-top: 60px;
    }
    #header.item {
        width: 100%;
    }

    .seat {
        /*height: 21vw;*/
    }

    #header .item img {
        width: 100%;
    }

    #new {
        width: 100%;
        display: flex;
        background: #fff;
    }

    .new_content {
        width: 100%;
    }

    .new_header {
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 11px;
        position: relative;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .new_header img {
        position: absolute;
        left: -40px;
        width: 60px;
        top: -3px;
    }

    .new_header_title {
        z-index: 1;
        color: #5AB1B6;
    }

    .new_content ul li {
        border-bottom: 1px solid #DCDEE1;
        margin-top: 10px;
    }

    .new_content ul li .item-inner {
        display: flex;
    }

    .new_content ul li .item-inner img {
        flex-shrink: 0;
        width: 40%;
        height: 100%;
        border: 1px solid #DCDEE1;
        margin-bottom: 15px;
        margin-left: 5%;
    }

    .new_content ul li .item-inner section {
        width: 45%;
        margin-left: 5%;
    }

    .new_content h5 {
        font-size: 20px;
    }

    .new_content  ul li section span {
        font-size: 14px !important;
        color: #8F8F8F;
    }

    .new_content button {
        width: 95%;
        line-height: 35px;
        margin: auto;
        border-radius: 8px;
        margin-top: 20px;
        background: #5AB1B6;
        font-size: 18px;
        border: none;
    }

    #activity {
        background: #FFF1D7;
        background-image: url("/front/sj.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .activity_header {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding-top: 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
    }

    .activity_title {
        color: #5AB1B6;
    }

    .activity_content ul {
        width: 95%;
        margin: auto;
        padding-bottom: 25px;
        margin-top: 10px;
    }

    .activity_content ul li {
        width: 100%;
        display: flex;
        border-radius: 10px;
        margin-bottom: 20px;
        background: #fff;
        position: relative;
        box-shadow: 0px 7px 42px 0px rgba(0, 0, 0, 0.25);
    }

    .activity_content ul a {
        /*display: block;*/
    }

    .activity_content ul li .item-inner {
        display: flex;
        width: 100%;
    }

    .activity_img {
        width: 37%;
        padding: 10px;
        flex-shrink: 0;

    }

    .activity_img img {
        flex-shrink: 0;
        width: 100%;

    }

    .activity_data {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-left: 5px;
    }

    .activity_num {
        position: absolute;
        /*width: 25%;*/
        height: 37px;
        background: #FFDC36;
        line-height: 35px;
        right: 0;
        bottom: 10px;
        border-radius: 5px 0 0 5px;
        display: flex;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .activity_surplus {
        line-height: 25px;
        font-size: 12px;

    }

    .activity_number {
        font-size: 25px;
        margin-left: 2px;
    }

    .activity_people {
        font-size: 14px;
        line-height: 47px;
    }

    #mobile_tidbits{
        margin-bottom: 25px;
    }
    #mobile_tidbits.item {
        width: 100%;
    }

    #mobile_tidbits .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 32.5%;
    }

    .mobile_tidbits_img {
        position: relative;
        margin-bottom: 3.5rem;
    }

    .mobile_tidbits_img_footer {
        width: 100%;
        position: absolute;
        bottom: -6vw;
        left: 0;
    }

    #myTidbits .glyphicon-chevron-right:before {
        content: '';
        background-image: url(/front/arrow_rigth.png);
        background-size: 45px 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        z-index: 9999;
        background-repeat: no-repeat;
        right: -15px;
    }

    #myTidbits .glyphicon-chevron-left:before {
        content: '';
        background-image: url(/front/arrow_left.png);
        background-size: 45px 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        z-index: 9999;
        background-repeat: no-repeat;
        left: -15px;
    }

    #myTidbits .item img {
        width: 90%;
        margin: auto;
        margin-left: 5%;
        /*border-radius: 10px;*/
    }

    .tidbits_title {
        /*position: absolute;*/
        /*bottom: -85px;*/
        /*left: 0;*/
        /*right: 0;*/
        /*z-index: 9999;*/
        /*padding-top: 25px;*/
        text-align: center;
        /*padding-bottom: 20px;*/
    }

    #introduce {
        width: 100%;
        position: relative;
    }

    .introduce_imgs {
        width: 30px;
        height: 30px;
        margin-top: 20px;
    }

    #introduce h3 {
        position: absolute;
        bottom: 0;
        left: 20px;
        top: 5px;
        font-size: 18px;
    }

    .introduce_content {
        width: 100%;
    }
    .introduce_box{
        display: flex;
        position: relative;
    }
    .title_h3{
        position: absolute;
        left: 20px;
    }
    .introduce_nav ul {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

    .introduce_nav ul li {
        line-height: 40px;
        font-size: 15px;
    }
    .introduce_nav_active span a{
        color:#7D2527 ;
    }

    .introduce_nav ul li p:hover {
        color: #7D2527;
    }

    .introduce_data {
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }
    .introduce_data img{
        max-width: 100%;
    }

    .introduce_data ul,
    .introduce_data ol {
        margin: initial;
        padding-left: 40px;
    }

    .introduce_data ul>li {
        list-style: disc;
    }

    .introduce_data ol>li {
        list-style: decimal;
    }

    .introduce_nav span{
        font-size: 18px;
    }

    #activitys {
        width: 100%;
        margin: auto;
    }
    .newest_content{
        width: 90%;
        margin: auto;
    }
    .newest_content ul {
        margin-top: 15px;
    }

    .newest_content ul img {
        width: 100%;
        border: 1px solid #DCDEE1;
    }

    .newest_content ul li {
        padding-bottom: 25px;
    }


    .news_article_content {
        width: 90%;
        height: 100%;
        margin: auto;
        margin-top: 10px;
        word-wrap: break-word
    }

    .news_article_content ul,
    .news_article_content ol {
        margin: initial;
        padding-left: 40px;
    }

    .news_article_content ul>li {
        list-style: disc;
    }

    .news_article_content ol>li {
        list-style: decimal;
    }

    .news_article_content img{
        max-width: 100%;
    }

    .news_article_content button {
        display: block;
        width: 80px;
        height: 40px;
        margin: auto;
        margin-top: 25px;
        background: #7BCAD1;
        border-radius: 25px;
        outline: none !important;
    }

    .news_article_share {
        height: 100%;
    }

    .share_type {
        width: 90%;
        height: 70px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .news_article_share img {
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }

    .news-article-img-wrap img {
        cursor: pointer;
    }

    .activity_box ul li {
        border-radius: 10px;
    }

    .activityDetails {
        width: 90%;
        margin: auto;
        background: #fff;
        padding-bottom: 25px;
        position: relative;
    }

    .activityDetails_img {
        width: 100%;
        padding-top: 20px;
    }

    .activityDetails_img img {
        cursor: pointer;
    }

    .activityDetails_img .activityDetails_img_one {
        width: 100%;

    }

    .activityDetails_img ul {
        margin: auto;
        margin-top: 10px;
        display: flex;
    }

    .activityDetails_img ul li {
        width: 25%;
        margin: 5px;
    }

    .activityDetails_img ul li img {
        width: 100%;
    }



    .activityDetails_text h4 {
        font-size: 25px;

    }

    .activityDetails_title {
        display: flex;
        margin-top: 20px;
    }

    .activityDetails_time {
        margin-left: 10px;
    }

    .activityDetails_date {
        margin-left: 8px;
    }

    .long {
        margin-bottom: 25px;;
    }

    .activity_footer {
        width: 100%;
        margin-top: 35px;
    }

    .activity_footer button {
        display: block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        margin: auto;
        background: #7BCAD1;
        border-radius: 20px;
        outline: none !important;
    }

    .activity_footer_share {
        width: 100%;
        height:50px;
        margin: auto;
        margin-top: 40px;
        text-align: center;
    }

    .activityDetails_cost {
        color: #D7243A;
        font-size: 25px;
    }

    .cost {
        line-height: 20px;
    }

    .activityDetails_num {
        margin: auto;
        text-align: center;
        margin-left: 90px;
        margin-right: 90px;
    }

    .activityDetails_num_top {
        background: #FFDC36;
        border-radius: 2vw 2vw 0 0;
        display: flex;
        justify-content: center;
        /*padding: 1.5vw;*/
        padding: 10px;
    }

    .activityDetails_num_top_one {
        line-height: 30px;
        font-size: 3vw;
        margin-left: 2vw;
    }

    .activityDetails_num_top_two {
        font-size: 13vw;

    }

    .activityDetails_num_top_three {
        margin-top: 8.5vw;
        font-size: 5vw;
    }

    .activityDetails_num_footer {
        /*width: 100%;*/
        margin-top: 5px;
        font-size: 3vw;
        background: #C0C2C5;
        border-radius: 0 0 10px 10px;
        padding: 1vw 0  1vw 0;
    }



    #activities {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    #activities ul {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #activities ul li {
        width: 48%;
        margin-bottom: 25px;
    }

    #activities ul li:empty {
        height: 0;
        border: none;
    }
    .activities_album_end{

    }
    .activities_img {
        width: 100%;
        /*display: flex;*/
        position: relative;
        margin-top: 12px;

    }

    .activities_imgs {
        width: 100%;
        border-radius: 10px;

    }

    .activities_img_footer {
        position: absolute;
        width: 100%;
        bottom: -3vw;
        left: 0;

    }

    .activities_title {
        padding-top: 20px;
        text-align: center;
    }

    #activities_album {
        width: 100%;
    }

    .activities_album_content {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .activities_album_content ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .activities_album_content ul li {
        width: 45%;
        margin-left: 2.5%;
        margin-top: 10px;
        border-radius: 10px;

    }

    .activities_album_content ul li img {
        width: 100%;
        height: 100%;
        border-radius: 7px;
        border-bottom: 4px solid #FFDC36;
    }

    .videoTypeData {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .videoTypeData ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .videoTypeData ul li {
        width: 45%;
        margin-left: 2.5%;
        margin-top: 10px;
        border-radius: 10px;
        position: relative;

    }

    .videoTypeData ul li img {
        width: 100%;
        border-radius: 7px;
        border-bottom: 5px solid #FFDC36;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    }
    .shadow{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: -webkit-linear-gradient(rgba(0,0,0,0.5),rgba(80, 80, 80, 0.98));
        background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(80, 80, 80, 0.98) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(80, 80, 80, 0.98) 100%);
        background: -ms-linear-gradient(rgba(0,0,0,0.5),rgba(80, 80, 80, 0.98));
        z-index: 2;
        border-radius: 7px;
    }


    .videoTypeData_end a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .video{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50px!important;
        height: 50px!important;
        text-align: center;
        font-size: 40px;
        z-index: 6;
        color: #fff;
        border: none!important;
        box-shadow: none!important;
    }
    #videoid{
        width: 100%;
        height: 400px;
    }
    .modal_video {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #FBFBFB;
        background: rgba(253, 253, 253, 0.5);
        z-index: 9999;
    }

    .modal_video_box {
        position: relative;;
        margin: auto;
        padding-top: 180px;
    }

    .modal_video_box img {
        position: relative;
        width: 100%;
    }

    .modal_video_icon {
        position: absolute;
        right: 0;
        top: 120px;
        font-size: 30px;
    }



    #contact {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 25px;
    }

    .contact_img {
        width: 100%;
        margin-top: 20px;
    }

    .contact_img img {
        width: 100%;
        /*margin-bottom: 5rem;*/
    }

    .contact_content {
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
    .contact_content span{
        display: block;
        margin-top: 10px;
    }

    #organization {
        width: 100%;
        margin: auto;
    }

    .organization_content {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .organization_content li {
        width: 40%;
        margin-left: 2%;
        position: relative;
    }

    .organization_footer_img {
        display: block;
        width: 85%;
        position: absolute;
        top: 4vw;
        left: 1.25vw;
    }

    .organization_img img {
        width: 100%;
    }

    .organization_click_img {
        display: none;
    }

    .organization_content li:hover .organization_click_img {
        display: block;
    }

    .organization_content li:hover .organization_noclick_img {
        display: none;
    }

    .organization_title {
        text-align: center;
        line-height: 40px;
    }

    #footer {
        width: 100%;
        background: #EEEEEE;
        font-size: 15px;
    }

    .footer_right {
        padding-top: 25px;
        width: 90%;
        margin: auto;
    }
    .footer_right span{
        display: block;
        margin-top: 10px;
    }
    .footer_right_content{
        display: flex;
        width: 90%;
        margin: auto;
        font-size: 14px;
        margin-top: 5px;
    }
    .footer_right_content_title{
        width: 25%;
        text-align: left;

    }
    .footer_right_content_text{
        width: 65%;
    }
    .footer_information {
        width: 80%;
        margin: auto;
        padding: 10px;
        margin-top: 25px;
        text-align: center;
    }

    .error_404 {
        width: 90%;
        margin: auto;
        font-size: 1rem;
    }

    .error_404 img {
        display: block;
        width: 100%;
        margin-top: 5rem;
    }

    .error_404 p {
        text-align: center;
        color: #4A4A4A;
    }

    .error_404_button {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-around;

    }

    .error_404_button button {
        /*width: 5rem;*/
        height: 2rem;
        margin: 2rem;
        border-radius: 1rem;
        border: 3px solid #7BCAD1;
        outline: none !important;
    }

    .error_404_button button:active {
        background: #7BCAD1;
    }

}

.paging {
    width: 100%;
    text-align: center;
    background: #fff;
}

@media (min-width: 600px) and (max-width: 991px) {

    .activity_content ul li {
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }
    .activity_data {
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: 25px;
    }

    .activity_num {
        position: absolute;
        width: 25%;
        background: #FFDC36;
        line-height: 35px;
        right: 0;
        bottom: 10px;
        border-radius: 5px 0 0 5px;
        display: flex;
        justify-content: center;
    }

    .activity_surplus {
        line-height: 25px;
        font-size: 12px;

    }

    .activity_number {
        font-size: 25px;
        margin-left: 2px;
    }

    .activity_people {
        font-size: 14px;
        line-height: 40px;
    }
}





