*{
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular;
}
a{
    text-decoration: none;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis_2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis_3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 头部 */
.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{
    width: 100%;
}
.pc{
    display: block;
    width: 100%;
}
.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;
}
/* 会议背景 */
.snectitles{
    width:100%;
    height:36px;
    line-height:36px;
    text-align: center;
    background: url(../img/mobile_title.png) no-repeat;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    background-size: 100%;
    margin-top:15px;
}
.meeting_back{
    text-align: center;
    width:1200px;
    margin:0 auto;
}
.flex{
    position: relative;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}
.flex video{
    width: 600px;
    height: 450px;
    cursor: pointer;
}
.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;
}
.back_ins .title {
    margin-top: 0;
}

.back_ins .title_en {
    margin-top: 8px;
}
.back_ins .title_all {
    margin-top: 0;
}
.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{
    flex: 1;
    text-align: left;
    font-size: 16px;
    margin-left:40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.back_ins_content{
    display: flex;
    justify-content: space-around;
}
.back_ins_content img{
    width: 206px;
    height: 117px;
    padding-right: 10px;
}
ul li{
    list-style: none;
}
.back_ins_content ul li{
    padding-bottom:17px;
}
.ins-title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.ins-content{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.ins-date{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.ins-date span{
    float: right;
}
.ins-border{
    width: 560px;
    height: 174px;
    border-radius: 4px;
}
.ins-border ul{
    padding-bottom: 3px;
    margin-left:10px;
    margin-top:5px;
}
.ins-border .more{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    float:right;
    margin-right:10px;
    margin-top:-10px;
}
.more{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    float:right;
    margin-right:10px;
    margin-top:-10px;
}
.ins-border-title a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.ins-border-date a{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.main{
    margin: 0 auto;
}

/* 现场图片 */
.live_pictures{
    width:1200px;
    margin:0 auto;
    padding-bottom:20px;
}
.live_pictures a{
    color: #666;
}
.show_pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.show_pic img{
    width: 19%;
    margin-top: 10px;
    height: 100%;
    cursor: zoom-in;
}

/* 媒体报道 */
.news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news_ins{
    width: 49%;
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.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 .desc {
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	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;
}
.aaa{
    background-image:-webkit-linear-gradient(bottom,#72B46F,#578D8B,#436EA0);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.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; */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 7;
    /* display: none; */
}

.swiper_video {
    width: 600px !important;
    /* height: 414px; */
}

.swiper-pagination-bullet {
    outline: none !important;
    margin-right: 6px;
}

.mobile-pagination {
    display: none;
}

.pc-pagination {
    left: 365px;
    bottom: -12px;
}
/* 索比探展 */
.lunbo{
    width: 1200px;
    height: 574px;
    margin: 0 auto;
}
.lunbo ul{
    padding-right: 10px;
    float:left;
    padding-bottom: 40px;
}
.lunboli {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    text-align: left;
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.lunboimg {
    width: 290px;
    height: 162px;
}
.swiper-snec{
    height:470px!important;
   }
   .swiper_bottom{
    width: 100%;
    height:40px;
    text-align: center;
   }
   .swiper-next{
    display: inline-block;
    position: relative;
    top: 7px;
   }
   .swiper-prev{
    display: inline-block;
    position: relative;
    top: 7px;
   }
   .swiper-next img{
    width:40px;
    line-height: 40px;
   }
   .swiper-prev img{
    width:40px;
    line-height: 40px;
    transform: rotate(180deg);
   }
   .swiper-page{
    display: inline-block;
    height: 30px;
   }