body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select,span{margin:0;padding:0;text-size-adjust: none;line-height: 1;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;margin:0}
li{list-style:none}
a{text-decoration:none}
img{border:none;vertical-align:middle;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;object-fit: cover;}
table{border:none}
input,textarea{outline:none}
textarea{resize:none;overflow:auto}
.show{
    display: block !important;
}
.flex{
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap{
    width: 1680px;
    position: relative;
    margin: auto;
    font-family: "noto sans sc";
    background-position: center top;
}
.head{
    width: 100%;
    height: 380px;
    background: url(../img/head_bg.jpg) no-repeat;
    display: inline-block;
    text-align: center;
}
.nav{
    display: inline-block;
    margin-top: 24px;
}
.nav a{
    display: inline-block;
    font-size: 22px;
    margin: 0 8px;
    color: #fff;
}
@font-face {
    font-family: 'gchw00u'; 
    src: url('gchw00u.ttf'); 
}
@font-face {
    font-family: 'pmzd'; 
    src: url('pmzd.ttf'); 
}
.slogan{
    margin-top: 66px;
}
.slogan p:nth-of-type(1){
    font-size: 50px;
    font-family: "pmzd";
    color: #fff;
    text-shadow: 1px 3px 1px #000;
}
.slogan p:nth-of-type(2){
    font-size: 50.5px;
    margin-top: 10px;
    font-family: "gchw00u";
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
}
.slogan p:nth-of-type(2) b{
    font-family: "noto sans sc";
}
.slogan p:nth-of-type(3) span{
    font-size: 24px;
    padding: 6px 14px;
    background: #fc8955;
    margin-top: 36px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
}
.main{
    width: 1000px;
    margin-left: 237px;
    padding: 80px 0;
    position: relative;
}
.main img:not(.swiper-button-prev,.swiper-button-next,.host img){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_left{
    width: 472px;
    height: 349px;
    position: relative;
}
.news_left a p{
    bottom: 0;
    padding: 17px 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: #2b77c2;
    position: absolute;
}
.news_right{
    width: 493px;
    height: 349px;
}
.nr_btn span{
    font-size: 26px;
    padding: 9px 40px;
    margin: 0 19px 30px 0;
    border-radius: 10px;
    font-weight: bold;
    color: #ffffff ;
    background: #00a1e9;
    cursor: pointer;
    display: inline-block;
}
span.sele{
    background: #fc8955 !important;
}
.nr_box{
    height: 278px;
    overflow: auto;
    display: none;
}
.nr_box a{
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b0e2f8;
    color: #3e3a39;
    display: block;
}
.title{
    text-align: center;
}
.title span{
    font-size: 30px;
    padding: 8px 30px;
    margin: 46px 0 36px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background: #fc8955;
}
.live>*{
    font-family: "microsoft yahei";
}
.live1_box{
    display: none;
}
.live1_box,.live2_box{
    background: linear-gradient(#bbdcf8 -80%,#f6fcff);
    border-radius: 12px;
    box-shadow: 2px 2px 1px 2px #f0f0f0;
}
.live_left{
    width: 435px;
    height: 313px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.live_left p{
    bottom: 17px;
    left: 34px;
    padding: 6px 0;
    width: 90%;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    background: #397ab7;
    
}
.live_left p b{
    font-size: 18px;
    padding: 9px 24px 9px 13px;
    font-weight: bold;
    color: #fff;
    background: url(../img/name_bg.png) no-repeat;
    background-size: 100% 100%;
}
.live_right{
    width: 450px;
    margin: 0 56px;
    flex: 1;
    box-sizing: border-box;
}
.live h1{
    font-size: 17px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;
    color: #264c79;
}
.live h2{
    font-size: 13px;
    line-height: 1.5;
    color: #737474;
}
.l1_btn{
    margin-top: 40px;
}
.l1_btn span{
    font-size: 20px;
    padding: 9px 33px;
    margin-right: 28px;
    color: #fff;
    display: inline-block;
    border-radius: 12px;
    font-weight: bold;
    background: #2f7cc3;
    cursor: pointer;
}
.live2_box{
    padding: 30px 23px;
}
.live h3{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px;
    color: #264c79;
}
.l2_bottom{
   grid-template-columns: repeat(7, 120px);
   display: grid;
   grid-template-rows: max-content;
   justify-content: space-between;
}
.guest_con{
    margin: 30px 0;
}
.guest_con img{
    border-radius: 10px;
}
.guest_con p{
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    color: #264c79;
}
.capihk{
    margin-top: 46px;
}
.capihk .title span{
    margin-top: 0;
}
.capihk p{
    font-size: 14px;
    line-height: 1.7;
}
.capihk  a{
    padding: 6px 8px;
    font-size: 16px;
    border-radius: 8px;
    margin: 20px 0 10px;
    background: #2f7cc3;
    color: #fff;
    display: inline-block;
}
.review_box {
    /* display: flex;
	justify-content: space-between; */
    padding: 0 0 20px 0;
    white-space: nowrap;
    overflow: auto;
    box-sizing: border-box;
}
.review_con {
    width: 319px;
    height: 190px;
    background: #2f7cc3;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    margin-right: 12px;
}
.review_con img {
    width: 100%;
    height: 150px !important;
    border-radius: 8px;
    object-fit: cover;
}
.review_con p {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footerwrap{
    background: #2d5a87;
    color: #fbfafa;
    font-size: 12px;
    line-height: 21px;
    padding: 28px 0;
}
.footer_box{
    width: 1123px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_l img{
    width: 98px;
    margin-right: 44px;
}
.footer_r{
    width: 980px;
}
.footer_r li:not(:last-of-type){
    margin-bottom: 22px;
}
.gdlogo {
    width: 80px;
}
.host {
    position: absolute;
    width: 248px;
    box-sizing: border-box;
    top: 0;
    right: -300px;
    padding: 42px 30px 257px;
    border-left: 3px solid #efe1c5;
    border-right: 3px solid #efe1c5;
    background: #f9f9fb;
}

.host_title {
    width: 164px;
    font-size: 22px;
    line-height: 1;
    margin: 36px auto 22px;
    color: #0498da;
    font-weight: bold;
    text-align: center;
    background: #efe1c5;
    padding: 8px 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.host img {
    margin: 30px auto 0;
    display: block;
}

.host span {
    display: block;
    font-size: 14px;
    color: #373b4e;
}

.host p {
    text-align: center;
    font-size: 12px;
    color: #373b4e;
    line-height: 18px !important;
}
.partner_logo {
    width: 120px;
    margin: 40px auto !important;
}
.b2_con {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

.b2_con span {
    font-size: 12px;
    color: #373b4e;
    white-space: nowrap;
    display: block;
    margin-bottom: 8px;
}

.b2_con>* {
    flex: 0 0 0;
}
.pnav{
    display: none;
}
.side {
    position: fixed;
    background: linear-gradient(to bottom right,#f2700c 0 33.33%,#f78731 33.33% 66.66%,#f9903f  66.66% 100%);
    font-size: 27px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 22px 8px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0px 0px 0 40px;
    transform: skewY(-10deg);
    border-radius: 10px;
    
}
.side a,.side p{
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 1.1;
    cursor: pointer;
}
.side_box{
    transform: skewY(10deg);
}
.side hr{
    border-color: #e2dab5;
    margin: 20px 0;
}
@media screen and (max-width:1680px) {
    .wrap{
      /*  width: 100%;
        min-width: 1520px; */
    }
    .schedule, .other{
        min-width: 970px;
    }
    .side{
        margin: 0px 0px 0 30px;
    }
}