@charset "UTF-8";

/**
 * 
 * @authors  ()
 * @date    2017-09-29 15:19:52
 * @version $Id$
 */
body{
    background: #ffffff;
    font-family: 'Microsoft YaHei';
    padding-right: 0!important;
}
a:focus{
    text-decoration: none;
    color: #ffffff;
}
a:visited{
    text-decoration: none;
    color: #ffffff;
}
a:hover{
    text-decoration: none;
    color: #ffffff;
}
a:active{
    text-decoration: none;
    color: #ffffff;
}
table{border-collapse: initial;}
input, textarea, button {
    resize: none;
    border: none;
    background: none;
}
.dot input{opacity:0}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hidden{
	display: none!important;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.tc{
    text-align: center;
}
.footer{
    line-height: 52px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #000000;
}
/*清除浮动*/
.clearfix{*zoom:1}
.clearfix:after{content:'\0020';display:block;height:0;font-size:0;clear:both;overflow:hidden}
.mywrap{
    position: relative;
    overflow: hidden;
}
.mywrap p{
    margin: 0!important;
}
.mywrap .container{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.videobox{
    background:#000000;
}
.playPic{
    cursor: pointer;
    width: 100%;
}
.top img{
    width: 100%;
}
a.active-nav:focus{
    color: #ffffff;
}
a.active-nav:visited{
    color: #ffffff;
}
a.active-nav:hover{
    color: #ffffff;
}
a.active-nav:active{
    color: #ffffff;
}
.tc{
    text-align: center;
}
.part1{
    padding: 60px 0 50px;
    background: #181a19;
}
.textbox1{
    position: relative;
    width: 83%;
    margin: 0 auto 48px;
    padding: 30px 42px;
    border: 2px solid #2dc84d;
}
.textbox1 p{
    line-height: 30px;
    font-size: 18px;
    color: #2dc84d;
}
.textbox1 .pic1{
    position: absolute;
    left: -11px;
    top: -9px;
}
.textbox1 .pic2{
    position: absolute;
    right: -11px;
    bottom: -18px;
}
.title{
    margin-bottom: 38px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
}
.videobox{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.part2{
    padding: 48px 0 30px;
    background: #0c0f0d;
}
.item-box{
    width: 100%;
    max-width: 300px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto 20px;
    border: 3px solid #2dc84d;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2dc84d;
}
.item-box a{
	color:#2dc84d;
}
.part3{
    padding: 48px 0;
    background: #181a19;
}
.mysw-container1{
    padding-bottom: 26px;
    margin: 0 10%;
}
.item-guest{
    position: relative;
    padding-left: 45px;
    max-width: 258px;
}
.item-guest img{
    width: 100%;
}
.my-button-next,.my-button-prev{
    width:30px;
    height:53px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
}
.my-button-next{
    right:30px;
    background: url(https://s3.51cto.com/oss/202009/22/390c6988501e0c9cc49046d774239aae.png) no-repeat;
    background-size: 100% 100%;
}
.my-button-prev{
    left:30px;
    background: url(https://s4.51cto.com/oss/202009/22/e6ae004d6e54a349eb4dd95733e23a8c.png) no-repeat;
    background-size: 100% 100%;
}
.textbox2{
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 80%;
    height: 94px;
    padding-top: 14px;
    padding-left: 16px;
    background: #2d47d6;
    color: #ffffff;
}
.name{
    font-size: 18px;
    font-weight: bold;
}
.pttext{
    padding-top: 5px;
    line-height: 20px;
    font-size: 16px;
}
.part4{
    padding: 48px 0 100px;
    background: #0c0f0d;
}
.item-content{
    display: none;
}
.tabbox{
    font-size: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.item-tab{
    display: inline-block;
    position: relative;
    width: 250px;
    height: 72px;
    line-height: 72px;
    margin-right: 10px;
    border: 2px solid #242524;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.item-tab:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 53px;
    width: 132px;
    height: 3px;
    margin-left: -66px;
    background: #2dc84d;
}
.active-tab{
    background: #2dc84d;
    border: 2px solid #2dc84d;
}
.contents{
    width: 100%;
    max-width: 1100px;
    margin: -2px auto 0;
    padding: 25px;
    background: #242524;
}
.date-list{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}
.date-list td{
    border-bottom: 1px solid #343434;
}
.date-list tr.last-child td{
    border-bottom: none;
}
.datetime{
    width: 122px;
    text-align: center;
}
.theme{
    padding-left: 20px;
    padding-right: 5px;
    width: 48%;
}
.guest{
    width: 86px;
}
.part5{
    padding: 48px 0;
    background: #181a19;
}
.newsbox{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.news-list{
    padding: 0 5px 0 15px;
}
.news-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}
.news-list li:after{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2dc84d;
}
.news-list li a{
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
}
.tabbox3{
    padding: 17px 0;
    font-size: 0;
    margin-left: -25px;
    margin-right: -25px;
}
.item-tab3{
    display: inline-block;
    width: 14%;
    margin-right: 3px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #2a2a2a;
    vertical-align: top;
}
.active-tab3{
    background: #1ced62;
    color: #000000;
}
.item-content3{
    display: none;
}
a.active-tab3:focus{
    text-decoration: none;
    color: #000000;
}
a.active-tab3:visited{
    text-decoration: none;
    color: #000000;
}
a.active-tab3:hover{
    text-decoration: none;
    color: #000000;
}
a.active-tab3:active{
    text-decoration: none;
    color: #000000;
}
.my-button-next.swiper-button-disabled, .my-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}