@charset "utf-8";

/* CSS Document */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 99;
}

.header .w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.hide-img {
    display: none;
}

.header .header-right .header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.header .header-right .header-top .language {
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.header .header-right .header-top .language a.active {
    color: #F57F21;
    font-weight: bold;
}

.header .header-right .header-top .language span {
    margin: 0 5px;
}

.header .header-right .header-top .search-box {
    width: 200px;
    height: 28px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.header .header-right .header-top .search-box button {
    float: left;
    width: 34px;
    height: 26px;
    border: none;
    background: #fff;
}

.header .header-right .header-top .search-box input {
    float: left;
    padding-left: 0;
    padding-right: 10px;
    width: calc(100% - 40px);
    height: 26px;
    font-size: 12px;
    color: #666;
    border: 0;
}

.header .header-right .nav {
    margin-top: 10px;
}

.header .header-right .nav ul {
    padding: 0;
    list-style: none;
}

.header .header-right .nav>ul>li {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
}

.header .header-right .nav>ul>li:last-child {
    margin-right: 0;
}

.header .header-right .nav>ul>li>a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.header .header-right .nav>ul>li:hover>a,
.header .header-right .nav>ul>li.active>a {
    color: #F57F21;
    font-weight: bold;
    border-color: #F57F21;
}

.header.active {
    position: fixed;
    background: #fff;
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.header.active .show-img {
    display: none;
}

.header.active .hide-img {
    display: block;
}

.header.active .header-right .header-top .language {
    color: #666;
}

.header.active .header-right .nav>ul>li {
    color: #333;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
}

.section {
    width: 100%;
}

.section1 {
    padding: 80px 0;
    background: linear-gradient( 180deg, #E3EBFF 0%, #FEFEFF 100%);
}

.section-title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.section-title * {
    display: inline-block;
}

.section-title h6 {
    margin: 0 20px;
    font-size: 36px;
    color: #2E65F1;
}

.about-section {
    width: 100%;
    overflow: hidden;
}

.about-section .about-left {
    float: left;
    width: 620px;
}

.about-section .about-left .about-text {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.about-section .about-left .about-text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
}

.about-section .about-left .item-more {
    margin-top: 15px;
    font-size: 16px;
    color: #2E65F1;
    overflow: hidden;
}

.about-section .about-left .item-more img {
    margin-left: 10px;
}

.about-section .img-box {
    float: right;
    width: 540px;
    height: 340px;
    overflow: hidden;
}

.series-section {
    margin-top: 40px;
}

.series-title {
    margin-bottom: 30px;
    padding-left: 40px;
    height: 50px;
    font-size: 24px;
    color: #2E65F1;
    font-weight: bold;
    line-height: 50px;
    border-radius: 0px 0px 0px 30px;
    background: linear-gradient( 90deg, #B2C9FF 0%, rgba(178, 200, 255, 0) 100%);
    overflow: hidden;
}
.series-title .more{
    float: right;
    font-size: 20px;
    color: #2E65F1;
    font-weight: normal;
}
.series-title.two{
    margin-bottom: 20px;
}
.notice-section{
    padding: 15px 20px;
    background: #EAF0FF;
    border: 1px solid #2E65F1;
    overflow: hidden;
}
.notice-list{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.notice-list li{
    padding: 0 10px;
    float: left;
    width: 50%;
}
.notice-list li .item-box{
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list li .item-box:hover{
    color: #F57F21;
}
.notice-list li .item-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2E65F1;
}

.series-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.series-list li {
    float: left;
    padding: 0 15px;
    width: 33.33%;
}

.series-list li .item-box {
    position: relative;
    width: 100%;
    height: 265px;
    background: url(../images/bg1.jpg)100% 100% no-repeat;
    box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, 0.16);
}

.series-list li .item-box a {
    display: block;
    padding: 24px 25px;
    height: 100%;
    overflow: hidden;
}

.series-list li .item-box .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


.series-list li .item-box .item-cont {
    position: relative;
    text-align: center;
    z-index: 9;
}

.series-list li .item-box .item-cont h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.series-list li .item-box .item-cont p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.series-list li .item-box .item-cont p.item-place {
    margin-top: 20px;
}

.series-list li .item-box .item-cont .item-more {
    margin: 0 auto;
    margin-top: 10px;
    width: 120px;
    height: 34px;
    font-size: 16px;
    color: #2E65F1;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    border-radius: 20px;
    background: #fff;
}

.section2 {
    padding-top: 80px;
    padding-bottom: 56px;
    background: url(../images/bg6.jpg) top center no-repeat;
}

.schedule-section {
    margin-bottom: 60px;
}

.schedule-tab,
.schedule-tab-title {
    width: 100%;
}

.schedule-tab-title {
    margin-bottom: 20px;
}

.schedule-tab-title a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 156px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background: #2E65F1;
    border-radius: 6px;
}

.schedule-tab-title a:last-child {
    margin-right: 0;
}

.schedule-tab-title a:hover,
.schedule-tab-title a.active {
    background: #F57F21;
}

.schedule-tab-content,
.schedule-tab-item {
    width: 100%;
    overflow: hidden;
}

.schedule-tab-content .schedule-tab-item:not(:first-child) {
    display: none;
}

.schedule-tab-content .schedule-group {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.schedule-tab-content .schedule-group .item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    font-size: 24px;
    color: #2E65F1;
    font-weight: bold;
    background: #EAF0FF;
}

.schedule-tab-content .schedule-group .item-cont {
    width: 100%;
}

.schedule-tab-content .schedule-group .item-cont .first-group {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    background: #EAF0FF;
}

.schedule-tab-content .schedule-group .item-cont .first-group a {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.schedule-tab-content .schedule-group .item-cont .first-group:last-child {
    margin-bottom: 0;
}

.schedule-tab-content .schedule-group .item-cont .first-group .item-time {
    width: 19%;
    font-size: 18px;
    color: #333;
}

.schedule-tab-content .schedule-group .item-cont .first-group .item-tit {
    width: 60%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedule-tab-content .schedule-group .item-cont .first-group .item-name {
    width: 21%;
    font-size: 16px;
    color: #333;
}

.guests-list {
    padding: 0;
    margin: 0 -12px;
    list-style: none;
    overflow: hidden;
}

.guests-list li {
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
    width: calc(100% / 6);
}

.guests-list li .item-box {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.guests-list li .item-box .img-box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.guests-list li .item-box .cover-section {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 250px;
    background: url(../images/bg5.png) 100% 100% no-repeat;
    transition: all .6s;
}

.guests-list li .item-box:hover .cover-section {
    bottom: 0;
}

.guests-list li .item-box .cover-section .cover-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    padding-right: 10px;
    overflow: hidden;
}

.guests-list li .item-box .cover-section .cover-text h6 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.guests-list li .item-box .cover-section .cover-text h6::after {
    content: "";
    display: block;
    margin: 7px 0;
    width: 45px;
    height: 1px;
    background: #fff;
}

.guests-list li .item-box .cover-section .cover-text p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section3 {
    padding-top: 76px;
    padding-bottom: 30px;
    background: url(../images/bg7.jpg) top center no-repeat;
}

.section3 .section-title h6,
.section5 .section-title h6 {
    color: #fff;
}

.news-list,
.results-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.news-list li,
.results-list li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
}

.news-list li .item-box,
.results-list li .item-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-list li .item-box .img-box,
.results-list li .item-box .img-box {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.news-list li .item-box .item-cont {
    padding: 10px;
    height: 68px;
    background: #2E65F1;
    transition: all .3s;
    overflow: hidden;
}

.news-list li .item-box .item-cont p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news-list li .item-box:hover .item-cont {
    background: #F57F21;
}

.news-list li .item-box:hover .item-cont p {
    color: #fff;
}

.section4 {
    padding-top: 76px;
    padding-bottom: 60px;
    background: url(../images/bg8.jpg) top center no-repeat;
}

.results-list li .item-box .cover-section {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 185px;
    background: rgba(0, 0, 0, 0.3);
    transition: all .6s;
}

.results-list li .item-box:hover .cover-section {
    display: flex;
}

.results-list li .item-box .item-cont {
    padding: 10px;
    height: 68px;
    background: #2E65F1;
    transition: all .3s;
    overflow: hidden;
}

.results-list li .item-box .item-cont p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.results-list li .item-box:hover .item-cont {
    background: #F57F21;
}

.section5 {
    padding-top: 80px;
    padding-bottom: 40px;
    background: url(../images/bg9.jpg) top center no-repeat;
}

.link-group {
    margin-bottom: 20px;
    width: 100%;
}

.link-group .link-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.link-list {
    padding: 0;
    margin: 0 -9px;
    list-style: none;
    overflow: hidden;
}

.link-list li {
    float: left;
    padding: 0 9px;
    margin-bottom: 20px;
    width: calc(100% / 6);
}

.link-list li .item-box {
    width: 100%;
    height: 80px;
    background: #fff;
    overflow: hidden;
}

.link-list li .item-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.link-list li .item-box img {
    max-width: 90%;
    max-height: 90%;
}

.section6 {
    padding-top: 80px;
    background: linear-gradient( 180deg, #F2F5FF 0%, #FEFEFF 100%);
}

.section6 .link-first {
    margin-bottom: 40px;
    overflow: hidden;
}

.footer {
    padding: 37px 0;
    background: #5F8AF6;
    overflow: hidden;
}

.footer .w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .foot-text h6 {
    margin-bottom: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.footer .foot-text p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.footer .foot-text{
    max-width: 63%;
}

.right-fixed {
    position: fixed;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    width: 240px;
    z-index: 99;
}

.right-fixed .fixed-btn {
    display: block;
    margin-bottom: 20px;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/icon11.png) no-repeat;
}

.right-fixed.active .fixed-btn {
    background: url(../images/icon10.png) no-repeat;
}

.right-fixed ul {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.right-fixed ul li {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.right-fixed ul li:last-child {
    margin-bottom: 0;
}

.right-fixed ul li img {
    width: 100%;
}

.section-more {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section-more a {
    font-size: 16px;
    color: #666;
}

.section3 .section-more a {
    color: #fff;
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.breadcrumb a,
.breadcrumb span {
    display: block;
    float: left;
}

.breadcrumb a:hover,
.breadcrumb a.active {
    color: #2E65F1;
}

.breadcrumb span {
    margin: 0 5px;
}

.page-content-box {
    padding-bottom: 80px;
    width: 100%;
    min-height: calc(100vh - 714px);
}

.sidenav {
    float: left;
    width: 230px;
}

.sidenav .sidenav-title {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: linear-gradient( 43deg, #2E65F1 0%, #789EFF 100%);
    border-radius: 0px 30px 0px 0px;
}

.sidenav .sidenav-title h6 {
    font-size: 22px;
    color: #fff;
}

.sidenav-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sidenav-list li {
    margin-bottom: 2px;
    width: 100%;
    background: #E6EDFF;
    overflow: hidden;
}

.sidenav-list li a {
    display: block;
    padding: 13px 20px;
    padding-right: 30px;
    font-size: 18px;
    color: #333;
    background: url(../images/icon5.png) 92% center no-repeat;
    overflow: hidden;
}

.sidenav-list li:hover,
.sidenav-list li.active {
    background: #F57F21;
}

.sidenav-list li:hover a,
.sidenav-list li.active a {
    color: #fff;
    font-weight: bold;
    background: url(../images/icon5_2.png) 92% center no-repeat;
}

.cont-right {
    float: right;
    width: 930px;
}

.page-title {
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
}

.page-title h6 {
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 59px;
}

.introduction-text {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.introduction-text,
.introduction-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

.introduction-text img,
.introduction-text p img {
    max-width: 100%;
}

.page-content-box .guests-list {
    margin-bottom: -24px;
}

.first-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.first-list li {
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

.first-list li:first-child {
    padding-top: 0;
}

.first-list li .img-box {
    float: left;
    width: 200px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
}

.first-list li .item-cont {
    margin-left: 230px;
    overflow: hidden;
}

.first-list li .item-cont h6 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-list li .item-cont p {
    font-size: 14px;
    line-height: 20px;
}

.first-list li .item-cont p.item-text {
    margin-top: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first-list li .item-cont p.item-time {
    margin-top: 28px;
    color: #999;
}

.page-content-box .results-list {
    margin-bottom: -20px;
}

.news-box .news-left {
    float: left;
    width: 800px;
}

.suggest-section {
    float: right;
    margin-top: 30px;
    width: 360px;
}

.suggest-title {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #F2F2F2;
}

.suggest-title h6 {
    padding-left: 20px;
    font-size: 20px;
    color: #333;
    background: url(../images/titbg.jpg)left center no-repeat;
}

.suggest-list {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.suggest-list li {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.suggest-list li .img-box {
    float: left;
    width: 130px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
}

.suggest-list li .item-cont {
    margin-left: 150px;
    overflow: hidden;
}

.suggest-list li .item-cont p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.NewsText .video-box {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 67%;
    height: 450px;
    overflow: hidden;
}

.NewsText .video-box iframe,
.NewsText .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-title2{
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}
.section-title2 h6{
    font-size: 24px;
    color: #333;
}


/* 滑过样式 */

.about-section .img-box img,
.series-list li .item-box .img-box img,
.guests-list li .item-box .img-box img,
.news-list li .item-box .img-box img,
.results-list li .item-box .img-box img,
.first-list li .img-box img,
.suggest-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.about-section .img-box:hover img,
.guests-list li .item-box:hover .img-box img,
.news-list li .item-box:hover .img-box img,
.results-list li .item-box:hover .img-box img,
.first-list li a:hover .img-box img,
.suggest-list li a:hover .img-box img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.first-list li a:hover .item-cont h6,
.NewsPages a:hover,
.suggest-list li a:hover .item-cont p {
    color: #2E65F1;
}

.search-btn,
.m-nav-btn,
.m-nav-pop {
    display: none;
}

@media screen and (min-width:0px) and (max-width:1340px) {
    .w1200 {
        width: 90%;
    }
    .section1 {
        padding: 50px 0;
    }
    .section2 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .section-title {
        margin-bottom: 25px;
    }
    .section-title h6 {
        font-size: 30px;
    }
    .about-section .about-left {
        width: 51%;
    }
    .about-section .img-box {
        width: 45%;
    }
    .about-section .img-box {
        height: auto;
    }
    .series-section {
        margin-top: 30px;
    }
    .schedule-section {
        margin-bottom: 50px;
    }
    .schedule-tab-title a {
        padding: 0 10px;
        margin-right: 15px;
        width: auto;
        font-size: 18px;
    }
    .schedule-tab-content .schedule-group .item-cont {
        width: calc(100% - 270px);
    }
    .schedule-tab-content .schedule-group .item-cont .first-group a {
        padding: 0 15px;
    }
    .schedule-tab-content .schedule-group .item-cont .first-group .item-time {
        width: 25%;
    }
    .schedule-tab-content .schedule-group .item-cont .first-group .item-name {
        width: 35%;
    }
    .guests-list {
        margin: 0 -10px;
    }
    .guests-list li {
        padding: 0 10px;
    }
    .section3,
    .section4 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .section5 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .section6 {
        padding-top: 50px;
    }
    .section6 .link-first {
        margin-bottom: 10px;
    }
    .cont-right {
        width: calc(100% - 260px);
    }
    .news-box .news-left {
        width: calc(100% - 400px);
    }
}

@media screen and (min-width:0px) and (max-width:1180px) {
    .header .header-right .nav>ul>li {
        margin-right: 15px;
        font-size: 14px;
    }
}

@media screen and (min-width:0px) and (max-width:995px) {
    .header .logo img {
        height: 35px;
    }
}

@media screen and (min-width:0px) and (max-width:865px) {
    .header .header-right .nav>ul>li {
        margin-right: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .w1200 {
        width: calc(100% - 30px);
    }
    .header .header-right .nav {
        display: none;
    }
    .header {
        position: relative;
        padding: 15px 0;
        height: auto;
        background: #fff;
    }
    .header .w1200 {
        height: auto;
    }
    .header .logo img {
        height: 30px;
    }
    .header .header-right .header-top .search-box {
        display: none;
    }
    .header .show-img {
        display: none;
    }
    .header .hide-img {
        display: block;
    }
    .header .header-right .header-top .language {
        color: #666;
    }
    .search-btn,
    .m-nav-btn {
        display: block;
    }
    .header .header-right .search-btn {
        margin-right: 15px;
    }
    .header .header-right .m-nav-btn img {
        width: 20px;
    }
    .header .header-right .header-top .search-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 40px;
        border: 0;
        border-top: 1px solid #dedede;
        border-radius: 0;
    }
    .header .header-right .header-top .search-box button {
        height: 38px;
    }
    .header .header-right .header-top .search-box input {
        height: 39px;
        font-size: 14px;
    }
    .m-nav-pop {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        left: 100%;
        top: 0;
        display: block;
        transition: left 0.3s;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
    }
    .m-nav-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 18px;
    }
    .m-nav-close img {
        width: 100%;
    }
    .m-nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 45px;
    }
    .m-nav-list ul {
        padding: 0;
        list-style: none;
    }
    .m-nav-list li {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
    }
    .m-nav-list li {
        border-bottom: 1px solid #dcdcdc;
    }
    .m-nav-list>li a {
        display: block;
        padding: 14px 0;
    }
    .m-nav-list li.more {
        background: url(../images/icon9.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav {
        display: none;
    }
    .m-nav-list li.more.active {
        border-bottom: 0;
        background: url(../images/icon9_2.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav li ul {
        display: none;
    }
    .m-nav-list li .menu-nav li ul li a {
        padding: 10px 0;
        font-size: 14px;
    }
    .section1 {
        padding: 40px 0;
    }
    .section-title h6 {
        font-size: 26px;
    }
    .right-fixed {
        right: 5px;
        width: 100px;
    }
    .right-fixed ul li {
        margin-bottom: 10px;
    }
    .series-title {
        margin-bottom: 20px;
        padding-left: 30px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .series-title .more{
        font-size: 16px;
    }
    .notice-list{
        margin: 0;
    }
    .notice-list li{
        padding: 0;
        float: none;
        width: 100%;
    .series-list {
        margin: 0 -10px;
    }
    .series-list li {
        padding: 0 10px;
    }
    .series-list li .item-box {
        height: 188px;
    }
    .series-list li .item-box a {
        padding: 10px 15px;
    }
    .series-list li .item-box .item-cont h6 {
        font-size: 16px;
        line-height: 25px;
    }
    .series-list li .item-box .item-cont p {
        font-size: 14px;
        line-height: 25px;
    }
    .series-list li .item-box .item-cont p.item-place {
        margin-top: 0;
    }
    .series-list li .item-box .item-cont .item-more {
        margin-top: 10px;
        width: 85px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .section2 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .schedule-section {
        margin-bottom: 20px;
    }
    .schedule-tab-title a {
        margin-bottom: 10px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .schedule-tab-title {
        margin-bottom: 10px;
    }
    .schedule-tab-content .schedule-group .item-title {
        width: 135px;
        font-size: 20px;
    }
    .schedule-tab-content .schedule-group .item-cont {
        width: calc(100% - 145px);
    }
    .schedule-tab-content .schedule-group .item-cont .first-group {
        height: 40px;
    }
    .schedule-tab-content .schedule-group .item-cont .first-group .item-time {
        font-size: 16px;
    }
    .schedule-tab-content .schedule-group .item-cont .first-group .item-tit,
    .schedule-tab-content .schedule-group .item-cont .first-group .item-name {
        font-size: 14px;
    }
    .guests-list li {
        width: calc(100% / 4);
    }
    .guests-list li .item-box,
    .guests-list li .item-box .img-box {
        height: 255px;
    }
    .guests-list li .item-box .cover-section {
        bottom: 0;
    }
    .guests-list li .item-box .cover-section .cover-text {
        padding: 10px;
    }
    .guests-list li .item-box .cover-section .cover-text h6 {
        font-size: 18px;
    }
    .section3,
    .section4 {
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: 100% 100%;
    }
    .news-list,
    .results-list {
        margin: 0 -5px;
    }
    .news-list li,
    .results-list li {
        padding: 0 5px;
        width: 33.33%;
    }
    .news-list li .item-box .img-box,
    .results-list li .item-box .img-box,
    .results-list li .item-box .cover-section {
        height: 156px;
    }
    .section5 {
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: 100% 100%;
    }
    .link-group {
        margin-bottom: 10px;
    }
    .link-group .link-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .link-list {
        margin: 0 -5px;
    }
    .link-list li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 20%;
    }
    .section6 {
        padding-top: 40px;
    }
    .section6 .link-first {
        margin-bottom: 0;
    }
    .footer {
        padding: 30px 0;
    }
    .footer .foot-logo img {
        height: 60px;
    }
    .breadcrumb {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .TextTitle {
        padding-bottom: 15px;
    }
    .TextTitle h5 {
        font-size: 20px;
    }
    .TextTitle .shar {
        margin-top: 10px;
    }
    .NewsText {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .NewsText .video-box {
        height: 277px;
    }
    .sidenav,
    .cont-right {
        float: none;
        width: 100%;
    }
    .news-box .news-left,
    .suggest-section {
        float: left;
        width: 100%;
    }
    .section-title2 h6{
        font-size: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:640px) {
    .section1 {
        padding: 20px 0;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .section-title h6 {
        font-size: 20px;
    }
    .about-section .about-left,
    .about-section .img-box {
        float: none;
        width: 100%;
    }
    .about-section .about-left {
        margin-bottom: 15px;
    }
    .about-section .about-left .about-text {
        height: auto;
    }
    .about-section .about-left .about-text p {
        font-size: 14px;
        line-height: 1.67;
    }
    .about-section .about-left .item-more {
        font-size: 14px;
    }
    .notice-section{
        padding: 10px 15px;
    }
    .notice-list li .item-box{
        font-size: 14px;
        line-height: 28px;
    }
    .series-list {
        margin: 0;
    }
    .series-list li {
        float: none;
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .series-list li .item-box {
        height: 250px;
    }
    .series-list li .item-box a {
        padding: 40px 20px;
    }
    .section2 {
        padding-top: 20px;
    }
    .schedule-section {
        margin-bottom: 5px;
    }
    .schedule-tab-title a {
        margin-right: 10px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .schedule-tab-content .schedule-group .item-title {
        display: none;
    }
    .schedule-tab-content .schedule-group .item-cont {
        width: 100%;
    }
    .schedule-tab-content .schedule-group .item-cont .first-group .item-time,
    .schedule-tab-content .schedule-group .item-cont .first-group .item-name {
        display: none;
    }
    .guests-list {
        margin: 0 -5px;
    }
    .guests-list li {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 50%;
    }
    .guests-list li .item-box,
    .guests-list li .item-box .img-box {
        height: 251px;
    }
    .guests-list li .item-box .cover-section .cover-text h6 {
        font-size: 16px;
    }
    .section3,
    .section4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-more a {
        font-size: 14px;
    }
    .news-list li,
    .results-list li {
        width: 50%;
    }
    .news-list li .item-box .img-box,
    .results-list li .item-box .img-box,
    .results-list li .item-box .cover-section {
        height: 109px;
    }
    .news-list li .item-box .item-cont,
    .results-list li .item-box .item-cont {
        height: 60px;
    }
    .news-list li .item-box .item-cont p,
    .results-list li .item-box .item-cont p {
        font-size: 14px;
        line-height: 20px;
    }
    .results-list li .item-box:hover .cover-section img {
        width: 40px;
        height: 40px;
    }
    .section5 {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .link-group .link-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .link-list li {
        width: 33.33%;
    }
    .link-list li .item-box {
        height: 60px;
    }
    .section6 {
        padding-top: 20px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .w1200 {
        display: block;
    }
    .footer .foot-logo {
        margin: 0 auto;
        width: 55%;
    }
    .footer .foot-logo img {
        width: 100%;
        height: auto;
    }
    .footer .foot-text {
        margin-top: 20px;
        max-width: 100%;
    }
    .footer .foot-text h6 {
        font-size: 14px;
    }
    .footer .foot-text p {
        font-size: 12px;
        line-height: 1.6;
    }
    .breadcrumb {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .page-content-box {
        padding-bottom: 30px;
    }
    .pages {
        margin-top: 30px;
    }
    .pages .pagination li {
        margin-right: 0;
    }
    .TextTitle h5 {
        font-size: 18px;
    }
    .TextTitle .shar {
        font-size: 14px;
    }
    .TextTitle .shar .share_items {
        display: none;
    }
    .NewsText .video-box {
        width: 100%;
        height: 195px;
    }
    .NewsText,
    .NewsText p {
        font-size: 14px;
        line-height: 1.5;
    }
    .sidenav .sidenav-title {
        height: 45px;
    }
    .sidenav .sidenav-title h6 {
        font-size: 18px;
    }
    .sidenav-list li a {
        font-size: 16px;
    }
    .sidenav-list li a {
        padding: 10px 15px;
        padding-right: 30px;
    }
    .sidenav-list li a,
    .sidenav-list li:hover a,
    .sidenav-list li.active a {
        background-position: 97% center;
    }
    .cont-right {
        margin-top: 15px;
    }
    .page-title {
        height: 45px;
    }
    .page-title h6 {
        font-size: 18px;
        line-height: 44px;
    }
    .introduction-text,
    .introduction-text p {
        font-size: 14px;
        line-height: 1.5;
    }
    .suggest-section {
        margin-top: 20px;
    }
    .suggest-title {
        height: 35px;
    }
    .suggest-title h6 {
        font-size: 18px;
    }
    .suggest-list {
        margin-top: 20px;
    }
    .suggest-list li:last-child {
        margin-bottom: 5px;
    }
    .suggest-list li .item-cont p {
        font-size: 14px;
        line-height: 1.6;
    }
    .first-list li {
        padding: 10px 0;
    }
    .first-list li .img-box {
        width: 130px;
        height: 85px;
    }
    .first-list li .item-cont {
        margin-left: 150px;
    }
    .first-list li .item-cont h6 {
        font-size: 14px;
    }
    .first-list li .item-cont p {
        font-size: 12px;
        line-height: 1.5;
    }
    .first-list li .item-cont p.item-text,
    .first-list li .item-cont p.item-time {
        margin-top: 5px;
    }
    .section-title2{
        margin-bottom: 15px;
    }
    .section-title2 h6{
        font-size: 16px;
    }
}

