*{
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular;
}
a{
    text-decoration: none;
}

body,html{
    scroll-behavior: smooth;
  }

  @media screen and (min-width: 768px) {
    .swiper-slide:hover .info {
        opacity: 1;
        transition: all .8s;
    }

    .swiper-slide p {
        position: absolute;
        top: 0;
        width: 236px;
        height: 158px;
        padding: 0 10px;
        line-height: 30px;
        padding-top: 20%;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.5);
        transition: all .8s;
        opacity: 0;
        box-sizing: border-box;
    }
    
    .swiper-slide .pad {
        padding-top: 10%;
    }
  }




/* 头部 */
.head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.head .main {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.head .main .solarbe_logo {
    float: left;
    width: 112px;
    height: 31px;
}

.solarbe_logo img {
    width: 100%;
    margin-top: 4px;
}

.head .main .solarbe_nav {
    float: right;
    margin-top: 13px;
    display: inline;
}

.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li:last-child{
    border:0;
}
.head .main .solarbe_nav li a {
    color: #000;
}

.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .mobile {
    display: none;
}

.nav_btn{
    display: none;
}
.navigation{
    width: 100%;
    background-color: #3156ae;
    position: static;
    top: 0;
    left: 0;
    z-index: 9;
}
.navigation ul{
    width: 1200px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0 auto;
}
.navigation ul li{
    padding: 0 10px;
    /* border-right: 2px solid #fff; */
}
.navigation ul li:last-child{
    border-right: 0;
}
.navigation ul li a{
    color: #fff;
    padding: 0 20px;
    font-weight: 300;
}
/* 会议背景 */
.meeting_back{
    text-align: center;
    margin-top: 30px;
}
.flex{
    display: flex;
}

.bgc img {
    height: 360px;
}
.title_all{
    margin-top: 20px;
}
.title{
    font-family: SourceHanSerifCN-Heavy;
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 28px; */
	letter-spacing: 0px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    background-image: -webkit-linear-gradient(top,#72B46F,#578D8B,#436EA0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title_item{
    display: flex;
}
.title_en{
    /* margin-bottom: 30px; */
    margin-top: 33px;
    font-family: TimesNewRomanPS-BoldMT;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 28px; */
	letter-spacing: 0px;
	color: #3156ae;
    opacity: 0.9;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(top,#B5BCD9,#DDE0EC,#F0F1F7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.line div:first-child{
    height: 4px;
    width: 13%;
    background-color: #3156ae;
}
.line div:nth-child(2){
    border: dotted 1px #3156ae;
    width: 87%;
    height: 0px;
}
.back_ins{
    text-align: left;
    margin-left: 100px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.back_ins_p{
    line-height: 32px;
    text-indent: 28px;
}
.main{
    width: 1200px;
    margin: 0 auto;
}

/* 会议嘉宾 */
.img_all_mobile{
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 236px;
}

.img_item{
    width: 236px;
    height: 339px;
    background-image: url('../img/guest/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.img_item:hover .guest_ins{
    display: block;
}
.guest_ins{
    width: 236px;
	height: 189px;
    background-color: rgba(49,86,174,0.5);
    color: #fff;
    text-align: center;
    padding-top: 150px;
    line-height: 25px;
    display: none;
}
/* 会议日程 */
.schedule{
    /* text-align: center; */
}
.text_center{
    text-align: center;
}
.font_bold_800{
    font-weight: 800;
}
.schedule table {
    /* table-layout: fixed; */
    margin-top: 20px;
    border-color: #eee;
}
.schedule table tr:first-child{
    background-color: #3156ae;
    color: #fff;
}
.schedule table td{
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

.schedule table .nowrp {
    white-space: nowrap;
}
.kg{
    color: transparent;
    display: inline-block;
}
/* 现场图片 */
.live_pictures a{
    color: #666;
}
.show_pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.show_pic img{
    width: 24%;
    margin-top: 10px;
    height: 100%;
}

.contact {
    margin-top: 20px;
}

.contact span:nth-child(2) {
    margin-right: 20px;
}

/* 媒体报道 */
.news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news_ins{
    width: 49%;
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_ins img{
    width: 40%;
    height: 60%;
}
.news_detail{
    margin-left: 20px;
}
.news_detail a{
    font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}
.news_detail p{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
    color: #666666;
    text-indent: 28px;
}
/* 返回顶部 */
.toTop {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: none;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.big_img {
    width: 1100px;
    height: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    display: none;
}

.big_img img {
    width: 100%;
    height: 100%;
}

/* 尾部 */
.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 30px 0px 30px 0;
    background: #fff;
}

.solarbe_bottom .footLink {
    line-height: 40px;
}

.solarbe_bottom a {
    color: #000;
}

.solarbe_bottom a:hover {
    text-decoration: underline;
}

.footer_b {
    margin-top: 10px;
}
.play_video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
    /* display: none; */
}
.video_shade{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 730px;
    height: 411px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 7;
    /* display: none; */
}
.aaa{
    background-image:-webkit-linear-gradient(bottom,#72B46F,#578D8B,#436EA0);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
