.kv{height:700px;position: relative;z-index:1;margin-top:88px;}
.kv video{width:100%;height:100%;object-fit:cover;}
.kv img.pc{width:100%;height:100%;object-fit:cover;}
.kv .box{position: absolute;left:0;right:0;top:0;bottom:0;}
.kv .box .tip_txt{padding-top:150px;text-align:center;}
.kv .box .tip_txt .num{height:87px;background:url(../images/index/kv_2023.png) no-repeat center;margin-bottom:25px;}
.kv .box .tip_txt h3{font-size:38px;line-height:40px;color:#fff;font-weight:bold;margin-bottom:40px;}
.kv .box .tip_txt p a{display:inline-block;height:54px;line-height:54px;width:160px;background-color:#06aec7;border-radius:35px;font-size:16px;color:#fff;font-weight:bold;transition:all .3s;box-sizing: border-box;padding:0 20px;margin:0 10px;}
.kv .box .tip_txt p a span{position: relative;transition:all .3s;}
.kv .box .tip_txt p a span::after{content:"";float:right;height:54px;width:0;background:url(../images/index/down_arrown.svg) no-repeat center;background-size:26px;transition:all .3s;}
.kv .box .tip_txt p a:hover{width:190px;background-color:#f9a31a}
.kv .box .tip_txt p a.down:hover{width:194px;}
.kv .box .tip_txt p a:hover span{padding-right:25px;}
.kv .box .tip_txt p a:hover span::after{width:24px;}
.kv .box .ul_slider{margin-top:125px;overflow:hidden;position: relative;}
.kv .box .box-item{width:390px;height:120px;box-sizing: border-box;text-align:center;background:rgba(0,0,0,.7);margin:0 3px;padding-top:30px;transition:all .3s;position: relative;}
.kv .box .box-item .item{position: relative;z-index:1;}
.kv .box .box-item .item h3{font-size:24px;line-height:24px;color:#fff;font-weight:bold;}
.kv .box .box-item .item p{font-size:14px;line-height:20px;color:rgba(255,255,255,.5);margin-top:15px;}
.kv .box .box-item::before{content:"";position: absolute;left:0;right:0;top:0;bottom:0;display:block;opacity:0;transition:all .3s;}
.kv .box .box-item.l_1::before{background:url(../images/index/kv_l_1.jpg) no-repeat;}
.kv .box .box-item.l_2::before{background:url(../images/index/kv_l_2.jpg) no-repeat;}
.kv .box .box-item.l_3::before{background:url(../images/index/kv_l_3.jpg) no-repeat;}
.kv .box .box-item:hover::before{opacity:1;}

.index_1{height:670px;background:#fff url(../images/index/index_1_bg.jpg) no-repeat center bottom;background-size:100% auto;box-sizing:border-box;}
.index_1 .tip{text-align:center;padding-top:90px;}
.index_1 .tip h3{font-size:32px;line-height:32px;color:#000000;font-weight:bold;margin-bottom:15px;}
.index_1 .tip h4{font-size:18px;line-height:18px;font-weight:500;color:#333;}
.index_1 ul.list{font-size:0;}
.index_1 ul.list li{display:inline-block;width:calc(100% / 3);text-align:center;margin-top:90px;}
.index_1 ul.list li h4 span{font-size:58px;line-height:58px;color:#379fba;font-weight:bold;}
.index_1 ul.list li h4 sup{font-size:50px;color:#379fba;font-weight:100;}
.index_1 ul.list li .line{display:inline-block;width:45px;height:3px;background-color:#f9a31a;margin:5px 0;}
.index_1 ul.list li p{font-size:18px;line-height:28px;color:#333;font-weight:500;}

.index_2{background:url(../images/index/index_2_bg.jpg) no-repeat center;background-size:cover;}
.index_2 .tit{text-align:center;padding:80px 0;}
.index_2 .tit h3{font-size:36px;line-height:36px;font-weight:bold;color:#000000;margin-bottom:20px;}
.index_2 .tit h4{font-size:18px;line-height:18px;color:#000;}
.index_2 .box-flex{display:flex;justify-content: flex-end;}
.index_2 .box-list{float:right;}
.index_2 .box-list.box-list-m{display:none;}
.index_2 .box-list .box-item{display:flex;}
.index_2 .box-list .box-item .item{display:inline-block;width:166px;height:160px;}
.index_2 .box-list .box-item .item a{display:block;width:100%;height:100%;position: relative;box-sizing: border-box;padding:30px 20px;transition:all .3s;}
.index_2 .box-list .box-item .item a .num{font-size:20px;line-height:20px;color:#fff;}
.index_2 .box-list .box-item .item a .txt{font-size:18px;line-height:26px;color:#fff;font-weight:bold;position: absolute;bottom:20px;}
.index_2 .box-list .box-item .item a .txt::after{content:"";display:block;width:100%;height:0;transition:all .3s;
	background:url(../images/index/down_arrown.svg) no-repeat left center;background-size:auto 24px;}
.index_2 .box-list .box-item .item a:hover .txt::after{height:20px;margin-top:5px;}
.index_2 .box-list .box-item .item a.b{ background-image: linear-gradient(to right, rgba(0,159,222,.75) , rgba(2,189,220,.75));}
.index_2 .box-list .box-item .item a.y{ background-image: linear-gradient(to right, rgba(228,146,41,.75) , rgba(224,173,22,.75));}
.index_2 .box-list .box-item .item a.b:hover{ background-image: linear-gradient(to right, rgba(0,159,222,1) , rgba(2,189,220,1));}
.index_2 .box-list .box-item .item a.y:hover{ background-image: linear-gradient(to right, rgba(228,146,41,1) , rgba(224,173,22,1));}

.index_3{background-image:url(../images/index/index_3_bg_1.jpg), url(../images/index/index_3_bg_2.jpg);background-repeat:no-repeat,no-repeat;background-position:left top,right bottom;height:810px;}
.index_3 h2{font-size:36px;line-height:36px;color:#000;font-weight:bold;text-align:center;padding-top:120px;margin-bottom:50px;}
.index_3 .tab{text-align:center;margin-bottom:65px;}
.index_3 .tab .tablist{display:inline-block;height:40px;font-size:0;border-radius:50px;background-color:#fff;box-shadow:0 0 30px rgba(200,201,202,.39);}
.index_3 .tab .tablist span{display:inline-block;height:40px;line-height:40px;padding:0 30px;font-size:16px;color:#38aec6;font-weight:bold;cursor:pointer;}
.index_3 .tab .tablist span.active{background-color:#f9a31a;color:#fff;border-radius:50px;}
.index_3 .tabcon .con .listBox-1{display:flex;justify-content:center;align-items:center;}
.index_3 .tabcon .con .listBox-1 .imgbox{box-shadow:0 0 32px rgba(81,83,86,.35);margin-right:65px;}
.index_3 .tabcon .con .listBox-1 .txtbox{width:800px;}
.index_3 .tabcon .con .listBox-1 .txtbox h3{font-size:24px;line-height:24px;color:#333;font-weight:bold;margin-bottom:15px;}
.index_3 .tabcon .con .listBox-1 .txtbox p{font-size:15px;line-height:32px;color:#333333;}
.index_3 .tabcon .con .listBox-1 .txtbox ul{display:flex;flex-wrap:wrap;}
.index_3 .tabcon .con .listBox-1 .txtbox ul li{width:calc(100% / 3);display:flex;align-items:center;margin-top:20px;}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i{display:inline-block;width:38px;height:38px;border-radius:50%;margin-right:8px;background-color:#f9a31a;background-repeat:no-repeat;}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_1{background-image:url(../images/index/index_3_icon_1.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_2{background-image:url(../images/index/index_3_icon_2.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_3{background-image:url(../images/index/index_3_icon_3.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_4{background-image:url(../images/index/index_3_icon_4.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_5{background-image:url(../images/index/index_3_icon_5.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li i.i_6{background-image:url(../images/index/index_3_icon_6.png);}
.index_3 .tabcon .con .listBox-1 .txtbox ul li span{font-size:16px;line-height:26px;color:#333333;font-weight:500;}
.index_3 .tabcon .con .txtbox a{display:inline-block;height:54px;line-height:54px;width:205px;background-color:#06aec7;border-radius:35px;font-size:16px;color:#fff;font-weight:bold;transition:all .3s;box-sizing: border-box;padding:0 20px;text-align:center;margin-top:30px;}
.index_3 .tabcon .con .txtbox a span{position: relative;transition:all .3s;}
.index_3 .tabcon .con .txtbox a span::after{content:"";float:right;height:54px;width:0;
	background:url(../images/index/down_arrown.svg) no-repeat center;background-size:26px;transition:all .3s;}
.index_3 .tabcon .con .txtbox a:hover{background-color:#f9a31a}
.index_3 .tabcon .con .txtbox a:hover span{padding-right:25px;}
.index_3 .tabcon .con .txtbox a:hover span::after{width:24px;}

.index_3 .tabcon .con .listBox-2{display:flex;justify-content:center;}
.index_3 .tabcon .con .listBox-2 .imgbox{margin-right:30px;}
.index_3 .tabcon .con .listBox-2 .txtbox{width:610px;}
.index_3 .tabcon .con .listBox-2 .txtbox h3{font-size:24px;line-height:32px;color:#333;font-weight:bold;margin-bottom:20px;}
.index_3 .tabcon .con .listBox-2 .txtbox p{font-size:15px;line-height:32px;color:#333;}

.index_4{height:768px;background:url(../images/index/index_4_bg.jpg) no-repeat center;background-size:cover;}
.index_4 .list-flex{display:flex;justify-content: space-between;align-items:center;height:578px;}
.index_4 .list-flex .txt{width:585px;}
.index_4 .list-flex .txt h3{font-size:32px;line-height:32px;color:#fff;font-weight:bold;margin-bottom:60px;}
.index_4 .list-flex .txt h3 span{font-size:112px;color:#fff;padding-right:5px;}
.index_4 .list-flex .txt p{padding-left:30px;border-left:2px solid #f9a31a;font-size:15px;line-height:32px;color:#fff;padding-top:10px;padding-bottom:45px;}
.index_4 .list-flex .tab{width:520px;height:578px;background:url(../images/index/index_4_bg_2.png) no-repeat right top;position: relative;}
.index_4 .list-flex .tab .sp{display:none;}
.index_4 .list-flex .tab .sp img{display:block;width:100%;}
.index_4 .list-flex .tab .tablist a{font-size:20px;line-height:32px;cursor:pointer;color:#8fd2e8;position: absolute;display:inline-block;transition:all .3s;}
.index_4 .list-flex .tab .tablist a::after{content:"";display:inline-block;width:16px;height:16px;border:2px solid #38aec6;border-radius:50%;box-sizing: border-box;position: absolute;right:0;top:8px;background-color:#1f7da6;}
.index_4 .list-flex .tab .tablist a.a_2023{width:87px;top:114px;left:69px;}
.index_4 .list-flex .tab .tablist a.a_2021{width:82px;top:298px;left:18px;}
.index_4 .list-flex .tab .tablist a.a_2018{width:84px;bottom:82px;left:70px;}
.index_4 .list-flex .tab .tablist a.a_2015{width:92px;bottom:85px;left:60px;}
.index_4 .list-flex .tab .tablist a.active{font-size:24px;font-weight:bold;color:#fff;}
.index_4 .list-flex .tab .tablist a.active::after{background-color:#fff;border:2px solid #fff;}
.index_4 .list-flex .tab .tablist a:hover{color:#fff;}

.index_4 .list-flex .tab .tabcon{position: absolute;top:110px;left:240px;}
.index_4 .list-flex .tab .tabcon .con{width:246px;text-align:center;display:none;}
.index_4 .list-flex .tab .tabcon .con .imgbox{width:246px;height:320px;box-shadow:0 0 32px rgba(9,23,35,.15);transition:all .3s;}
.index_4 .list-flex .tab .tabcon .con .imgbox img{display:block;width:100%;}
.index_4 .list-flex .tab .tabcon .con:hover .imgbox{box-shadow:0 0 50px rgba(9,23,35,.5);}/*transform: rotateX(20deg) rotateY(-28deg) rotateZ(8deg)*/
.index_4 .list-flex .tab .tabcon .con a{display:inline-block;height:56px;border:1px solid #fff;border-radius:50px;line-height:54px;text-align:center;padding:0 30px;margin-top:30px;transition:all .3s;}
.index_4 .list-flex .tab .tabcon .con a span{font-size:16px;font-weight:bold;color:#fff;line-height:54px;padding-left:30px;background:url(../images/index/down.svg) no-repeat left center;background-size:20px auto;}
.index_4 .list-flex .tab .tabcon .con a:hover{border:1px solid #f9a31a;background-color:#f9a31a;}
.index_4 .slider-box{width:100%;height:380px;background-color:#fff;margin-bottom:-175px;box-shadow:0 30px 30px rgba(9,23,35,.06);}
.index_4 .slider-box h3{font-size:26px;line-height:26px;color:#000;text-align:center;font-weight:500;padding:40px 0;}
.index_4 .slider-box .slider{position:relative;overflow:hidden;height:276px;box-sizing:border-box;}
.index_4 .slider-box .slider .swiper-slide{text-align:center;padding:0 130px;}
.index_4 .slider-box .slider .txt{font-size:18px;line-height:32px;color:#38aec6;font-weight:500;font-style:italic;display:inline-block;max-height:128px;}
.index_4 .slider-box .slider .txt span{display:inline-block;width:14px;height:14px;}
.index_4 .slider-box .slider .txt span.s_1{background:url(../images/index/txt_s_1.svg) no-repeat center;background-size:cover;position: relative;top:-8px;}
.index_4 .slider-box .slider .txt span.s_2{background:url(../images/index/txt_s_2.svg) no-repeat center;background-size:cover;position: relative;bottom:-8px;}
.index_4 .slider-box .slider .character{font-size:15px;line-height:20px;color:#666;padding-top:20px;position: relative;margin-top:25px;}
.index_4 .slider-box .slider .character::before{content:"";display:inline-block;width:40px;height:1px;background-color:#ababab;position: absolute;top:0;left:50%;transform:translateX(-50%);}
.index_4 .slider-box .slider .slider-btn{display:inline-block;position: absolute;top:40px;width:46px;height:46px;cursor:pointer;box-shadow:0 0 32px rgba(0,32,35,.15);background-color:#38aec6;border-radius:50%;z-index:3;background-repeat:no-repeat;background-size:20px;background-position:center;opacity:1;}
.index_4 .slider-box .slider .slider-btn.prev{left:45px;background-image:url(../images/index/left.svg);}
.index_4 .slider-box .slider .slider-btn.next{right:45px;background-image:url(../images/index/right.svg);}
.index_4 .slider-box .slider .dot{position: absolute;left:0;right:0;bottom:20px;text-align:center;z-index:2;}
.index_4 .slider-box .slider .dot span{display:inline-block;width:52px;height:4px;background-color:#cfd1d1;border:0;margin:0 5px;border-radius:0;cursor:pointer;opacity:1;}
.index_4 .slider-box .slider .dot span.swiper-pagination-bullet-active{background-color:#f9a31a}

.index_5{padding-top:270px; text-align:center;padding-bottom:60px;}
.index_5 h3{font-size:36px;line-height:36px;color:#000;font-weight:bold;padding-bottom:35px;}
.index_5 h4{position: relative;font-size:16px;line-height:26px;color:#666666;padding-bottom:10px;}
.index_5 h4::before{content:"";display:inline-block;width:35px;height:1px;background-color:#ababab;position: absolute;bottom:0;left:50%;transform: translateX(-50%);}
.index_5 .logo_list{margin:20px 0;}
.index_5 .logo_list ul{display:flex;justify-content:center;}
.index_5 .logo_list ul li{margin:0 25px;}

.index_6{background-color:#eaeaec;padding:50px 0;}
.index_6 .flex{display:flex;justify-content:center;}
.index_6 .flex .txtbox{width:880px;margin-left:45px;font-size:14px;line-height:28px;color:#333333;padding-top:20px;}
.index_6 .flex .txtbox a{display:inline-block;color:#f9a31a;border-bottom:1px solid #f9a31a;transition:all .3s;}
.index_6 .flex .txtbox a:hover{color:#38aec6;border-bottom:1px solid #38aec6;}


.report_body{padding-top:110px;background:#eaeaec url(../images/report_interpretation_summit/bg.jpg) no-repeat center top;background-size:100% auto;padding-bottom:60px;margin-top:88px;}
.report_body h1{padding-left:65px;font-size:48px;line-height:68px;color:#fdf2ed;font-weight:bold;padding-bottom:85px;}
.report_body .report_txt_body{background:#fff url(../images/report_interpretation_summit/bg_2.jpg) no-repeat right bottom;;border-radius:16px;box-shadow:0 0 30px rgba(123,134,148,.15);overflow:hidden;}
.report_body .report_txt_body .txt_body_1{padding:60px 65px;background:url(../images/report_interpretation_summit/body_1_bg.png) repeat-x left bottom;}
.report_body .report_txt_body .txt_body_1 .flex{display:flex;justify-content: space-between;align-items:center;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox h3{font-size:32px;line-height:32px;font-weight:bold;color:#000;margin-bottom:15px;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox .date{font-size:20px;line-height:36px;color:#333;padding-left:35px;background:url(../images/report_interpretation_summit/date.png) no-repeat left center;margin-bottom:35px;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox ul li{font-size:16px;line-height:32px;color:#333333;padding-left:25px;position: relative}
.report_body .report_txt_body .txt_body_1 .flex .txtbox ul li::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#46bad0;position: absolute;left:0;top:11px;}
/*.report_body .report_txt_body .txt_body_1 .flex .txtbox a{display:inline-block;padding:0 25px;height:54px;line-height:54px;border-radius:30px;background-color:#f9a31a;transition:all .3s;box-shadow:0 0 16px rgba(0,0,0,.2);margin-top:30px;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a span{display:block;font-size:16px;font-weight:bold;color:#fff;padding-right:45px;background:url(../images/index/down_arrown.svg) no-repeat right center;background-size:28px auto;transition:all .3s;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a:hover{background-color:#46bad0;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a:hover span{padding-right:55px;}*/

.report_body .report_txt_body .txt_body_1 .flex .txtbox a{display:inline-block;height:54px;line-height:54px;width:160px;background-color:#06aec7;border-radius:35px;font-size:16px;color:#fff;font-weight:bold;transition:all .3s;box-sizing: border-box;padding:0 20px;margin:0 10px;text-align:center;margin-top:30px;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a span{position: relative;transition:all .3s;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a span::after{content:"";float:right;height:54px;width:0;background:url(../images/index/down_arrown.svg) no-repeat center;background-size:26px;transition:all .3s;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a:hover{width:190px;background-color:#f9a31a}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a:hover span{padding-right:25px;}
.report_body .report_txt_body .txt_body_1 .flex .txtbox a:hover span::after{width:24px;}


.report_body .report_txt_body .txt_body_2{padding:75px 65px;background:url(../images/report_interpretation_summit/body_2_bg.jpg) no-repeat right top;}
.report_body .report_txt_body .txt_body_2 .list{background:url(../images/report_interpretation_summit/line.jpg) repeat-y 60px top;}
.report_body .report_txt_body .txt_body_2 .list .item{display:flex;padding-top:35px;position: relative;}
.report_body .report_txt_body .txt_body_2 .list .item .imgbox{width:121px;height:121px;background-color:#fff;margin-right:42px;position: relative;z-index:2;}
.report_body .report_txt_body .txt_body_2 .list .item .imgbox img{display:block;width:100%;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox{width:880px;border-bottom:1px solid #e0e0e0;padding-bottom:50px;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox h4{font-size:16px;line-height:26px;color:#ff9600;font-weight:500;margin-bottom:10px;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox h3{font-size:24px;line-height:34px;color:#000000;font-weight:bold;margin-bottom:5px;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox p{font-size:16px;line-height:32px;color:#333333;font-weight:500;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox ul li{font-size:16px;line-height:32px;color:#333333;font-weight:500;padding-left:15px;position: relative;}
.report_body .report_txt_body .txt_body_2 .list .item .txtbox ul li::before{content:"";display:inline-block;width:8px;height:8px;background-color:#ff9600;border-radius:50%;position:absolute;left:0;top:12px;}
.report_body .report_txt_body .txt_body_2 .list .item:first-child{padding-top:0;}
.report_body .report_txt_body .txt_body_2 .list .item:last-child .txtbox{border-bottom:0;}
.report_body .report_txt_body .txt_body_2 .list .item::before{content:"";display:inline-block;width:16px;height:16px;background-color:#afafb0;border-radius:50%;position: absolute;bottom:-8px;left:53px;}

.report_body .report_txt_body .txt_body_2 .list .item:last-child::before{display:none;}
.report_body .report_txt_body .txt_body_2 .list .item:last-child::after{content:"";display:inline-block;width:8px;height:220px;position: absolute;left:55px;bottom:0;background-color:#fff;z-index:1;}


.live-play{margin-top:88px;height:2340px;overflow:hidden;}
.live-play iframe{width:100%;height:2340px;}














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































