body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,form,input,button,textarea{margin:0;padding:0;letter-spacing:0.03rem;color: #292C33;}
body,button,input,select,textarea{
    font:12px/1.5 PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    color:#252a2d;
    font-weight:300;
    -webkit-touch-callout:none;
    -webkit-highlight:none;
    -webkit-tap-highlight-color:transparent;
    word-wrap:break-word;
    word-break:break-all;
}
table{border-collapse:collapse;border-spacing:0;}
ul,ol{list-style: none;}
li{list-style:none;}
div,input,textarea{outline-style:none;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%;}
em,i{font-style:normal;font-weight:300;}
img {border: 0;vertical-align: middle;}
a {text-decoration:none;outline:0;color:#252a2d;}
a:hover{text-decoration:none;color:#0093e8;}

/*头部banner*/
.top{width:100%;background:#04092f;}
.banner{ position: relative; margin:0 auto;width:1920px;height:840px;overflow:hidden;background:#04092f url(../img/banner.jpg) no-repeat top center;}
.banner_con{width:100%;position: absolute;top:57%;}
.banner_con_center{width:51%;margin:0 auto;padding-top:45px;background: linear-gradient(170deg,rgba(155, 73, 224, 0.5),rgba(39, 46, 161,0)70%);-khtml-border-radius:35px 35px 0 0;-ms-border-radius:35px 35px 0 0;-o-border-radius:35px 35px 0 0;-moz-border-radius:35px 35px 0 0;-webkit-border-radius:35px 35px 0 0; border-radius:35px 35px 0 0;}
.banner_con h3{width:836px;margin:0 auto 22px;font-size: 15px;color: #fff;font-weight:300;line-height:29px;}
.banner_btn{display:flex;justify-content:center;margin:40px auto 0;}
.banner_btn a{
    position:relative;
    display: block;
    width:23%;
    margin-right:79px;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    font-weight:400;
    color: #fff;
    -khtml-border-radius:90px 90px 90px 90px;
    -ms-border-radius:90px 90px 90px 90px;
    -o-border-radius:90px 90px 90px 90px;
    -moz-border-radius:90px 90px 90px 90px;
    -webkit-border-radius:90px 90px 90px 90px;
    border-radius:90px 90px 90px 90px;
    z-index:0;
}
.banner_btn a::after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: -webkit-linear-gradient(to right,#d952fd, #6351c1);
    background: -moz-linear-gradient(to right,#d952fd, #6351c1);
    background: linear-gradient(to right,#d952fd, #6351c1);
    border-radius: 90px 90px 90px 90px;
    z-index:-1;
    background-size: 150%;
    transition: background-position .5s; 
}
.banner_btn a:last-child{margin-right:0;}
.banner_btn a:hover::after{
    background-position:100% 0;
    
}
/*嘉宾分享*/
.sharing{
    background:#ebf2f5;overflow: hidden;
}
.sharing_con{
    width:1200px;margin:0 auto;
    padding:4.3% 0 5%;
}
.titile{
    display: flex;flex-direction:column;z-index:0;margin-bottom:5%;align-items:center;
}
.titile h2{
    background-image: linear-gradient(to right,rgba(136,66,158),rgba(41,67,165));
    background-clip: text;
    -webkit-background-clip: text;
}
.titile h2 em{font-family:Arial,"Microsoft Yahei","微软雅黑";font-size: 49px;background-image: linear-gradient(to right,rgba(136,66,158),rgba(41,67,165));
    background-clip: text;-webkit-background-clip: text;font-weight: bold;color:transparent;}
.titile span{display: flex;justify-content:center;align-items:center;
    width:50%;
    font-size:16px;
    background-image: linear-gradient(to right,rgba(136,66,158),rgba(41,67,165));
    background-clip: text;-webkit-background-clip: text;
    color:transparent;
    line-height:30px;
    font-weight:lighter;
}
.titile i{border-bottom:1px solid;
    border-image:-webkit-linear-gradient(left,rgba(136,56,158,0.3),rgba(41,66,165,0.3)) 10 10;
    border-image: -moz-linear-gradient(left,rgba(136,56,158,0.3),rgba(41,66,165,0.3)) 10 10;
    border-image: -o-linear-gradient(left,rgba(136,56,158,0.3),rgba(41,66,165,0.3)) 10 10;
    border-image: linear-gradient(left,rgba(136,56,158,0.3),rgba(41,66,165,0.3)) 10 10;
    display: block;width:30%;margin:0 12px;
}
.sharing_list{width:100%;}
.sharing_scroll{width:100%;display: flex;justify-content:space-between;flex-wrap:wrap;}
.sharing_box{width: 23.5%;margin-bottom: 24px;}
.sharing_box a{
    display:block;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: rgba(164, 178, 187, 0.1) 3px 3px 6px;
    -moz-box-shadow: rgba(164, 178, 187, 0.1) 3px 3px 6px;
    box-shadow: rgba(164, 178, 187, 0.1) 3px 3px 6px;
    -khtml-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding-bottom:15px;
    z-index:0;
}
.sharing_box a img{ width: 100%;
    -khtml-border-radius:4px 4px 0 0;
    -ms-border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;}
.sharing_box a h3{
    font-size: 15px;
    font-weight:normal;
    line-height:23px;
    margin:10px 16px 0 16px;
    color: #5A5E66;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    height: 70px;
}
.sharing_box a::after {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: -webkit-linear-gradient(to right,#a94ce4, #5a3aff);
    background: -moz-linear-gradient(to right,#a94ce4, #5a3aff);
    background: linear-gradient(to right,#a94ce4, #5a3aff);
    opacity: 0;    
    transition: opacity .5s;
    z-index:-1;
    -khtml-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.sharing_box a:hover::after{
    opacity: 1;
}
.sharing_box a:hover h3{
    color:#fff;
}
.sharing_box:last-child{width:100%;}
.sharing_box:last-child a{display:flex;padding:0;}
.sharing_box:last-child a img{width:49%;-khtml-border-radius:4px 0 0 4px;
    -ms-border-radius:4px 0 0 4px;
    -o-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;}
.sharing_box:last-child a h3{font-size: 35px;line-height: 50px;margin:50px 0 0 40px;font-weight: bold;height:100%;color: #000;}
.sharing_box:last-child a h3 span{display: block;border-top:#5A5E66 solid 1px;font-size: 17px;line-height: 29px;font-weight:normal; margin-top:10px;padding-top:20px;}
.sharing_box:last-child a::after{background: -webkit-linear-gradient(to right,rgba(169, 76, 228,1)40%,rgba(90, 58, 255,1)90%);
    background: -moz-linear-gradient(to right,rgba(169, 76, 228,1)40%,rgba(90, 58, 255,1)90%);
    background: linear-gradient(to right,rgba(169, 76, 228,1)40%,rgba(90, 58, 255,1)90%);}
.sharing_box:last-child a:hover h3{color:#fff;}
.sharing_box:last-child a:hover h3 span{border-top:#fff solid 1px;}

/*榜单*/
.appraisal{width:100%;background:#000;}
.appraisal .titile{margin-bottom: 0;padding-top:4%;}
.appraisal .titile h2 em{background-image: linear-gradient(to right,rgba(226,195,72),rgba(179,124,66));}
.appraisal .titile span{background-image: linear-gradient(to right,rgba(226,195,72),rgba(179,124,66));width: 50%;}
.appraisal .titile i{border-image:-webkit-linear-gradient(left,rgba(226,195,72,0.3),rgba(179,124,66,0.3)) 10 10;
    border-image: -moz-linear-gradient(left,rgba(226,195,72,0.3),rgba(179,124,66,0.3)) 10 10;
    border-image: -o-linear-gradient(left,rgba(226,195,72,0.3),rgba(179,124,66,0.3)) 10 10;
    border-image: linear-gradient(left,rgba(226,195,72,0.3),rgba(179,124,66,0.3)) 10 10;width:20%;}
.banner2{ position: relative; margin:0 auto;width:1920px;height:646px;overflow:hidden;background:#000 url(../img/banner2.png) no-repeat top center;}
.appraisal_btn{width:100%;display:flex;justify-content:center;margin:40px auto 0;position: absolute;bottom:28%;}
.appraisal_btn a{
    position:relative;
    display: block;padding: 0 3%;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    font-weight:400;
    color: #fff;
    -khtml-border-radius:90px 90px 90px 90px;
    -ms-border-radius:90px 90px 90px 90px;
    -o-border-radius:90px 90px 90px 90px;
    -moz-border-radius:90px 90px 90px 90px;
    -webkit-border-radius:90px 90px 90px 90px;
    border-radius:90px 90px 90px 90px;
    z-index:0;
}
.appraisal_btn a::after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: -webkit-linear-gradient(to right,#a58400, #8e5e36);
    background: -moz-linear-gradient(to right,#a58400, #8e5e36);
    background: linear-gradient(to right,#a58400, #8e5e36);
    border-radius: 90px 90px 90px 90px;
    z-index:-1;
    background-size: 150%;
    transition: background-position .5s; 
}
.appraisal_btn a:hover::after{
    background-position:100% 0;
    
}
/*现场图集*/
.pictures{
    background:#e8edf1 url(../img/bg2.jpg) no-repeat top center;overflow: hidden;
}
.picture_con{
    width:1200px;margin:0 auto;
    padding:5% 0;
}
.picture_list{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.picture_box{width: 24.25%;margin-bottom:13px;-khtml-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-size:0;
}
.picture_box img{width:100%;-khtml-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;}
.img_bg{background:url(../images/图集-8.png) no-repeat top center;position: relative;}
.picture_box a .btn_style{
    position: absolute;
    right:15px;bottom:15px;
    display: block;
    padding:5px 20px;
    line-height:30px;
    font-size:16px;
    font-weight:400;
    color: #fff;
    background: -webkit-linear-gradient(to right,#d952fd, #6351c1);
    background: -moz-linear-gradient(to right,#d952fd, #6351c1);
    background: linear-gradient(to right,#d952fd, #6351c1);
    -khtml-border-radius:90px 90px 90px 90px;
    -ms-border-radius:90px 90px 90px 90px;
    -o-border-radius:90px 90px 90px 90px;
    -moz-border-radius:90px 90px 90px 90px;
    -webkit-border-radius:90px 90px 90px 90px;
    border-radius:90px 90px 90px 90px;
    z-index:0;
}
.picture_box a:hover .btn_style{
    background: -webkit-linear-gradient(to right,#cb3ef0, #5845b9);
    background: -moz-linear-gradient(to right,#cb3ef0, #5845b9);
    background: linear-gradient(to right,#cb3ef0, #5845b9);  
}
/*现场视频*/
.videos{
    background:#eff3f7 url(../img/bg3.jpg) no-repeat bottom center;
    padding-top:5%;
}
.video_con{
    width:1200px;
    margin:0 auto;
    position: relative;
    padding-bottom:8%;
}
.swiper-container {
    width:85%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.swiper-slide a{ position: absolute;}
.swiper-slide video{ width: 100%;height: auto;}
.video_icon{
    position: absolute;
    background:url(../img/play.png) no-repeat top center;
    width:64px;
    height:64px;
    display: block;
    top:37%;
    left:40%;
}
.swiper-button-next,.swiper-button-prev{
    opacity:0.5;
    width:70px!important;
    height:70px!important;
    background:#fff;
    -khtml-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:34px!important;
    font-weight: bold;
    color:#5f646b;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    opacity:1;
    transition:0.5s;
}
.swiper-button-next{
    right:0px!important;
    top:50%!important;
}
.swiper-button-prev{
    left:0px!important;
    top:50%!important;
}
.swiper-pagination{width: 100%; margin-top:3%;}
/*演讲嘉宾*/
.guests{
    background:#fff;overflow: hidden;
}
.guest_con{
    width:1200px;margin:0 auto;
    padding:4.5% 0 0;
}
.guest_list{width:100%;}
.guest_scroll{width:100%;display:flex;justify-content:space-around;flex-wrap:wrap;}
.guest_box{position: relative;
    width:19%;
    margin-right:8%;margin-bottom:80px;z-index:0;
}
.guest_box p{color: #fff; writing-mode: vertical-lr;writing-mode:tb-lr;position: absolute;font-size:12px;right:20px;top:18px; line-height:17px;}
.guest_box p em{ font-size:22px; font-weight: bold;line-height: 26px;}
.guest_box .miaobian{color: #000;text-shadow:#fff -1px 0 0, #fff 0 -1px 0;}
.guest_box img{width: 100%;max-width:225px;}
.guest_box:nth-child(4n),.guest_box:last-child{margin-right:0;}
/* .guest_img{background: linear-gradient(135deg, transparent 25px, #dcdcdc 0);} */
/* .guest_box::after{content: '';
    width:100%;height:100%;
    background:linear-gradient(135deg,transparent 15px, #58a 0);
    display:block;
    position: absolute;
    right:-8px;bottom:-10px;
    background: -webkit-linear-gradient(to bottom,transparent 25px,rgba(169,57,198,0.4), rgba(71,53,164,0.5));
    background: -moz-linear-gradient(to bottom,transparent 25px,rgba(169,57,198,0.4),rgba(71,53,164,0.5));
    background: linear-gradient(to bottom,transparent 25px,rgba(169,57,198,0.4), rgba(71,53,164,0.5));
    z-index:-1;
} */
/* .guest_box img{clip-path: polygon(35px 0,calc(100%) 0,
    100% 0,100% calc(100%),
    calc(100%) 100%,0 100%,
    0 calc(100% - 35px),0 35px);margin:1px;width: 100%;} */
/* .guest_box h3{font-size: 20px;margin-top:40px;line-height:34px;font-weight:500;writing-mode:lr-tb;}
.guest_box p{font-size: 14px;color: #5A5E66;line-height:22px;}
.guest_link{padding: 0;background: none;}
.guest_link img{ width:226px; height: 226px;} */
/*大会议程*/
.agenda{
    background:#02051e url(../img/bg.jpg) no-repeat top center;overflow: hidden;
}
.agenda .titile {
    margin-bottom:3%;}
.agenda .titile h2 em{background-image: linear-gradient(to right,rgba(247,215,255),rgba(109,157,255));}
.agenda .titile span{
    background-image: linear-gradient(to right,rgba(198,122,218),rgba(127,148,252));
}
.agenda .titile i{
    border-image:-webkit-linear-gradient(left,rgba(136,56,158,0.8),rgba(41,66,165,0.8)) 10 10;
    border-image: -moz-linear-gradient(left,rgba(136,56,158,0.8),rgba(41,66,165,0.8)) 10 10;
    border-image: -o-linear-gradient(left,rgba(136,56,158,0.8),rgba(41,66,165,0.8)) 10 10;
    border-image: linear-gradient(left,rgba(136,56,158,0.8),rgba(41,66,165,0.8)) 10 10;
}
.agenda_con{
    width:1200px;margin:0 auto;
    padding:4% 0 7%;
}
.agenda_list{width:100%;display:flex;justify-content:space-between;}
.agenda_li{display: block;padding:0 0 0 9%;width:38%;}
.agenda_list ul{ border-left:3px solid; margin-top:6%;
    border-image:-webkit-linear-gradient(top,rgba(136,56,158,1),rgba(41,66,165,1)) 10 10;
    border-image: -moz-linear-gradient(top,rgba(136,56,158,1),rgba(41,66,165,1)) 10 10;
    border-image: -o-linear-gradient(top,rgba(136,56,158,1),rgba(41,66,165,1)) 10 10;
    border-image: linear-gradient(top,rgba(136,56,158,1),rgba(41,66,165,1)) 10 10;
    }
.agenda_con ul li{ position: relative;padding:4px 0 50px;display:flex;}
.agenda_con .agenda_li h3{font-size:46px;line-height:66px; font-weight:lighter;background-image: linear-gradient(145deg,rgba(208,82,164),rgba(95,126,240)60%);
    background-clip: text;
    -webkit-background-clip: text;color:transparent;border-bottom:#455486 solid 1px;width:20%;}
.agenda_con ul li:first-child::before{display: none;}
.agenda_con ul li a{max-width:85%;width:85%;display: inline-block;margin-left:7%;pointer-events: none;}
.agenda_con ul li a h4{font-size:22px;line-height:32px; font-weight:500;margin-bottom:15px;background-image: linear-gradient(145deg,rgba(208,82,164),rgba(95,126,240)60%);
    background-clip: text;
    -webkit-background-clip: text;color:transparent;display: block;}
.agenda_con ul li a i{width: 100%; font-size: 14px;color: #fff;line-height:26px;font-weight:300;padding-bottom:10px;display:flex;}

.agenda_con ul li a i em:first-child{color: #fff;font-size:19px;margin-right:10px;width:19%;}
.agenda_con ul li span{font-family:Arial;font-size:16px;line-height:32px;letter-spacing:0;margin-left:-24%;color:#979dcc;}
/*往届回顾*/
.review{
    background:#fff;overflow: hidden;
}
.review_con{
    width:1200px;margin:0 auto;
    padding:5% 0 0;
}
.review_box{border: #e7e7e7 solid 1px;-khtml-border-radius:6px 6px 6px 6px;
    -ms-border-radius:6px 6px 6px 6px;
    -o-border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;margin-bottom:6%;}
.review_box a{display: flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding-bottom: 30px;}
.review_box p{font-size: 17px; line-height: 31px; color: #5A5E66; margin-top:8px; width:70%;}
.review_box img{ width: 100%;-khtml-border-radius:6px 6px 0px 0px;
    -ms-border-radius:6px 6px 0px 0px;
    -o-border-radius:6px 6px 0px 0px;
    -moz-border-radius:6px 6px 0px 0px;
    -webkit-border-radius:6px 6px 0px 0px;
    border-radius:6px 6px 0px 0px;margin-bottom: 20px;}

.review_box .review_btn{
    position:relative;
    padding:0 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight:400;
    color: #fff;
    background: -webkit-linear-gradient(to right,#d952fd, #6351c1);
    background: -moz-linear-gradient(to right,#d952fd, #6351c1);
    background: linear-gradient(to right,#d952fd, #6351c1);
    -khtml-border-radius:90px 90px 90px 90px;
    -ms-border-radius:90px 90px 90px 90px;
    -o-border-radius:90px 90px 90px 90px;
    -moz-border-radius:90px 90px 90px 90px;
    -webkit-border-radius:90px 90px 90px 90px;
    border-radius:90px 90px 90px 90px;
    z-index:0;
}

.review_box a:hover .review_btn{
    background-size:150%; 
}
.cooperation{background:#271e6a url(../img/bg4.jpg) no-repeat top center; padding:4% 0; text-align: center;}
.prnasia{ width:282px;height: 64px; display: block;margin-left: 25.5%;}
.tab,.cc{ display:none;}
.agenda_con .tab ul li::before{display:none;}
.agenda_con .tab{border: #4b5cb1 solid 1px;margin-bottom:10px;-khtml-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border-radius:5px;}
.agenda_con .tab ul{display:flex;}
.agenda_con .tab ul li{padding:0;font-weight:normal;display:inline-block;font-size:20px;line-height:34px;color:#4b5cb1;text-align: center; width: 50%;-khtml-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border-radius:5px;}
.agenda_con .tab .curr{color:#fff;background: -webkit-linear-gradient(to right,#a63dff, #2d7eff);background: -moz-linear-gradient(to right,#a63dff, #2d7eff);background: linear-gradient(to right,#a63dff, #2d7eff);}
.m_img{ display: none;}
.agenda_con .cc ul li span{margin-left:-30%;line-height:22px;}
.agenda_con .cc ul{border-left:#5447ba 2px solid; margin-top:6%;margin-left:24%;
    }
.agenda_con .cc ul li a i em:first-child{font-size:15px;
    margin-right:5px;
    width:50px;}
.agenda_con .cc ul li a i em{width:75%; line-height:20px;}
.agenda_con .cc ul li a h4{line-height: 22px;padding-bottom:5px;}
/*适配*/
@media screen and (max-width:1920px){
    .banner_con_center{width:55%;}
    .banner,.banner2{width:auto;}
}
@media screen and (max-width:1680px){
    .banner_con_center{width:60%;}
}
@media screen and (max-width:1536px){
    .banner_con_center{width:70%;}
}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1405px){
}
@media screen and (max-width:1366px){
    .banner_con_center{width:80%;}
}
@media screen and (max-width:1280px){
    .banner_con_center{width:90%;}
    .banner_con {
        top: 55%;}
    .banner_con_center {
        padding-top:2%;}
    .agenda_list ul li a h4{font-size:19px;}
    .agenda_list ul li span{font-size: 15px;}

}
@media screen and (max-width:1242px){
    .banner,.banner2{width:100%;background-size:150% auto;height:0;padding-bottom:65%;}
    .banner2{padding-bottom:52%;}
    .guest_box p{right:12%;}
    .sharing_con,.picture_con,.video_con,.guest_con,.agenda_con,.review_con{width:93%;margin:0 auto;}
    .video_icon{
        top:24%;
        left:33%;
    }
    .cooperation{overflow: hidden;}
    .cooperation img{ width:150%; height:100%;}
    .cooperation_con{ width:100%;top: 76.16%;}
    .prnasia{ width:22%;height:4.5%;margin-left: 27%;}
    .guest_box{width:22%;margin-right:4%;}
}
@media screen and (max-width:1125px){
    /* .agenda_list ul{ width:46%;} */
    .agenda_list ul li a h4{font-size:17px;}
    .agenda_list ul li span{font-size: 14px;}
    .agenda_list ul li a i{font-size: 13px;}
    .swiper-button-next, .swiper-button-prev{width:60px!important;height:60px!important;}
    .agenda_con ul li a i em:first-child{font-size:18px;}
    .guest_box p{right:10%;}
}
@media screen and (max-width:1024px){
    .titile h2 em {font-size: 42px;line-height:50px;}
    .titile span{font-size:14px;}
    .titile {margin-bottom:3%;}
    .banner_con h3 {width:94%;}
    .guest_list{width:100%;margin:0;justify-content:space-between;}
    .guest_box{margin: 0 0 24px;}
    .agenda_list ul li a h4{font-size:15px;}
    .agenda_list ul li span{font-size: 12px;}
    .agenda_list ul li a i{font-size: 12px;}
    .swiper-button-next, .swiper-button-prev{width:55px!important;height:55px!important;}
    .agenda_con ul li a i em:first-child{font-size:16px;}
    .guest_box p{line-height: 16px;right:7%}
    .guest_box p em{font-size:20x; line-height:22px;}
}
@media screen and (max-width:900px){
    .banner_con {
        top:54%;}
    .titile i{width:20%;}
    .titile span{font-size:12px;}
    .banner_con h3 {
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 22px;}
        .banner_btn a{font-size: 16px;line-height:40px;}
    .tab,.cc{ display: block;}
    .agenda_list,.js_box{ display: none;}
    .agenda_list{flex-direction:column;}
    .agenda_con ul li::before{border-top: #292C33 solid 1px;width:20px;}
    .agenda_con ul li a h4{font-size:16px;margin-bottom:0px;}
    .agenda_con ul li span{font-size: 12px;}
    .agenda_con ul li a i{font-size: 12px;}
    .agenda_con ul li {padding:5px 0 15px;}
    .picture_box a .btn_style{font-size: 15px;padding: 5px 15px;}
    .swiper-button-next, .swiper-button-prev{display: none!important;}
    .swiper-container {width:100%;}
    .banner_btn {margin-top:16px;}
    .review_box p {
        width:60%;}
    .tab ul li{padding:0;}
    .review_box h3{padding:0 20px;}
    .review_box p{padding:0 20px 20px;}
    .pc_img{ display: none;}
    .m_img{ display:block;}
    .prnasia{width: 28%;height: 4%;margin-left:36%;}
    .cooperation .m_img{width:100%;}
    .agenda_con .cc ul li span{margin-left: -15%;}
    .agenda_con .cc ul{margin-left:15%;}
    .review_box .review_btn{ width:12%; font-size: 16px;}
    .guest_box p{right:8%;top:16px;line-height: 15px;}
    .guest_box p em{line-height: 18px; font-size:20px;}
}
@media screen and (max-width:750px){
    .sharing_list,.guest_list{ overflow-x:scroll;}
    .sharing_scroll{ width:1150px;}
    .banner{background:#20033a url(../img/banner_m.png) no-repeat top center;background-size:contain;padding-bottom:100%;}
    .banner_con{top:43%;}
    .sharing_box{width:12%;}
    .picture_box{width:48%;}
    .sharing_box a{padding-bottom:13px;}
    .sharing_box a h3 {font-size: 13px;margin:7px 8px 0;line-height: 18px;}
    .banner_con_center {
        padding-top:3.5%;}
    .banner_con {
        top:38%;}
    .banner_con h3{width: 90%;font-size: 12px;line-height:18px;letter-spacing: 0;margin: 0 auto 10px;}
    .banner_btn a {padding:5px 10px;font-size:12px;margin-right:2%;width:30%; line-height: 30px;}
    .banner_btn a::after {top:1px;bottom:1px;left:1px;right:1px;}
    .banner_btn {margin-top:11px;}
    .banner_btn a:first-child{width:17%;}
    .titile{margin-bottom:0;padding-bottom: 10px;}
    .titile h2{font-size:24px;}
    .titile span,.appraisal .titile span{font-size:10px;line-height:16px; width:100%;color: #3f265f;}
    .appraisal .titile span{color: #ddbc47;}
    .agenda .titile span{color: #cbc5ff;}
    .appraisal_btn{bottom: 25%;}
    .appraisal_btn a{padding:0 30px;line-height:30px;font-size:14px;}
    .appraisal_btn a::after {top:1px;bottom:1px;left:1px;right:1px;}

    .video_icon{ width:30px;height:30px; background-size:100%;
        top:24%;
        left:32%;
    }
    .guest_scroll{ width:900px;justify-content: flex-start;}
    .guest_box{width:16%;margin:0;background-size:100%;padding:0 0 15px;}
    .guest_box img{width:80%;margin-top:15%;height:auto;object-fit:contain;object-position:center top;}
    .guest_box p{right:26%;top:28px;line-height: 14px;-webkit-transform: scale(0.7);
        transform: scale(0.7);transform-origin:top right;height: 100%;}
    .guest_box p em{line-height: 18px; font-size:18px;}

    .guest_link img{width: 100%;margin-top:0;}
    .review_box h3{font-size: 20px;font-weight:500; line-height:35px; margin-top:10px;}
    .review_box p{font-size: 13px; margin-top:2px;}
    .titile h2 em {
        font-size:26px;
        line-height:40px;
    }
    .sharing_con{padding:3% 0 3%;}
    .titile i,.appraisal .titile i,.agenda .titile i{font-size: 0;height: 0;border: none;border-bottom:#dccce9 solid 1px;
        width: 20%;
    }
    .appraisal .titile i{border-bottom:#2c2929 solid 1px;}
    .agenda .titile i{border-bottom:#243995 solid 1px;}
    .sharing_box:last-child {
        width:49.6%;
    }
    .review_box p{width:90%; line-height:20px; }
    .review_box img{margin-bottom:15px;}
    .review_box .review_btn{ display: none; width:30%; font-size: 14px;padding: 0 20px; margin-left:20px; text-align: center;
        line-height:50px;}
    .review_box a{padding-bottom:0px;}
    .sharing_box:last-child a h3{font-size:25px;
        line-height:40px;
        margin: 20px 0 0 20px;}
        .sharing_box:last-child a h3 span{font-size:14px;
            line-height:25px;
            margin-top:3px;
            padding-top:10px;}
            .agenda_con .cc ul li span{margin-left: -30%;}
            .agenda_con .cc ul{margin-left:24%;}
    
}
@media screen and (max-width:640px){

}
@media screen and (max-width:360px){
    .banner{padding-bottom:120%;}
    .banner_con h3{-webkit-line-clamp:2;}
    .banner_con{top:33%;}
    .banner_con h3{font-size:13px;line-height:20px;}
    .banner_btn {margin-top:10px;}
}

