CINXE.COM
中国电信集团有限公司
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="renderer" content="webkit"> <meta name="keywords" content="中国电信,电信,中国电信集团公司,电信官网, 中国电信官方网站,商务领航,我的e家,天翼,天翼手机,固定电话,133/153/189,CDMA,ADSL,WLAN,手机上网,e6/e8/e9,LAN,话费查询,充值交费,缴费,咨询投诉,故障申告,业务办理,积分,在线客服,套餐,电信投诉处理,投诉电信,电信公告,10000" /> <meta name="description" content="中国电信集团公司官方网站,中国电信互联网门户,发布中国电信官方权威信息;为电信客户提供充值交费、费用查询、业务办理、在线客服、故障申告、投诉咨询及品牌专区等全方位的电子自助服务;中国电信——世界触手可及。" /> <title>中国电信集团有限公司</title> <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">--> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="yes" name="apple-touch-fullscreen"/> <meta content="telephone=no" name="format-detection"/> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link href="/themes2015/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> <link href="/themes2015/css/swiper.min.css" rel="stylesheet" type="text/css"/> <link href="/themes2015/css/ctsi.css" rel="stylesheet" type="text/css"/> <link href='http://www.chinatelecom.com.cn/images/font-awesome.min.css' rel='stylesheet' type='text/css' OLDSRC="font-awesome.min.css" OLDID="2045" RELATED="1"> <script src="http://www.chinatelecom.com.cn/javascript/jquery3.3.1.js"></script> <script src="/themes2015/js/bootstrap.min.js"></script> <script src="/themes2015/js/swiper.jquery.min.js"></script> <style> /* body{ margin-top: -20px !important; } */ @font-face { font-family: 'FontAwesome'; src: url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.eot?v=4.4.0'); src: url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('http://www.chinatelecom.com.cn/themes2015/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal } </style> <script> $(function () { $('.main-box1 a[data-toggle="tab"]').on('show.bs.tab', function (e) { console.log($(this).index()); console.log($('.main-box1 li').index($(this).parent())); //var $ps=$(this).parent().parent().parent(); $('.main-box1 .title_more a').hide(); $('.main-box1 .title_more a').eq($('.main-box1 li').index($(this).parent())).show(); }) $('.jump-link2').show(); $('.main-box1 li').hover(function () { //底部tab切换 变成hover console.log(1234) var ThisClassName = $(this).attr('data-id'); $(this).addClass('active'); $(this).siblings().removeClass('active'); $.each($('.tab-pane'), function (i, v) { console.log($(v).attr('id'), ThisClassName) if ($(v).attr('id') == ThisClassName) { if ($(v).attr('id') == 'jobs') { $('.jump-link2').show(); $('.jump-link1').hide(); $('.jump-link3').hide(); $('.jump-link4').hide(); $('.jump-link5').hide(); $('.jump-link6').hide(); } else if ($(v).attr('id') == 'gallery') { $('.jump-link4').show(); $('.jump-link1').hide(); $('.jump-link2').hide(); $('.jump-link3').hide(); $('.jump-link5').hide(); $('.jump-link6').hide(); } else if ($(v).attr('id') == 'yi_living') { $('.jump-link3').show(); $('.jump-link1').hide(); $('.jump-link2').hide(); $('.jump-link4').hide(); $('.jump-link5').hide(); $('.jump-link6').hide(); } else if ($(v).attr('id') == 'zhanxin') { $('.jump-link5').show(); $('.jump-link1').hide(); $('.jump-link2').hide(); $('.jump-link3').hide(); $('.jump-link4').hide(); $('.jump-link6').hide(); } else if ($(v).attr('id') == 'tongxin'){ $('.jump-link6').show(); $('.jump-link1').hide(); $('.jump-link2').hide(); $('.jump-link3').hide(); $('.jump-link4').hide(); $('.jump-link5').hide(); } else { $('.jump-link1').show(); $('.jump-link2').hide(); $('.jump-link3').hide(); $('.jump-link4').hide(); $('.jump-link5').hide(); $('.jump-link6').hide(); } $(this).addClass('active'); $(this).siblings().removeClass('active'); } }) }) }); </script> <!--<script src='./images/index.js'></script>--> <script src='./images/ctsi.js'> </script> <script src="./images/P020190301614770575500.js">/*209春 背板飘落js*/</script> <script> $(function () { $(".navbar-collapse > ul > li>a:contains('首页')").addClass('mactive'); }); </script> <script src='/themes2015/js/sf.js'> </script> <style> #content { cursor: url(http://www.chinatelecom.com.cn/main12/test2019/webziyuan/201908/P020190819636817736188.png), default; cursor: pointer; /*background: url(http://www.chinatelecom.com.cn/main12/test2019/sytttest/202005/P020200509398911413331.png) no-repeat center 58px;*/ } @keyframes roundA { 0% { -webkit-transform: translate(-50px, 10px); transform: translate(-50px, 10px) } 30% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0) } 60% { -webkit-transform: translate(-20px, 10px); transform: translate(-20px, 10px) } 100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0) } } @keyframes roundB { 0% { -webkit-transform: translate(50px, 10px); transform: translate(50px, 10px) } 30% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0) } 60% { -webkit-transform: translate(20px, 10px); transform: translate(20px, 10px) } 100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0) } } @keyframes fly { 0% { -webkit-transform: translate(0px, 200px); transform: translate(0px, 200px) } 30% { -webkit-transform: translate(-25px, 100px); transform: translate(-25px, 100px) } 60% { -webkit-transform: translate(25px, -40px); transform: translate(25px, -40px) } 100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0) } } .news-img-container img { height: 240px; } @media (min-width: 1000px) { body { /*background:url("/themes2015/images/body_bg3.jpg") no-repeat scroll center -8px;*/ /*background:url(moon.jpg) no-repeat scroll center -8px;*/ /*background:url(Mid-autumn.jpg) no-repeat scroll center -8px;*/ /*background:url(winter.jpg) no-repeat scroll center -8px;*/ /*background:url(the_Spring_Festival.jpg) no-repeat scroll center -8px;*/ /*background:url(newBk.gif) no-repeat scroll center -8px;*/ /*background:url(2017summer.gif) no-repeat scroll center -6px;*/ /*background:url(2017Autumn.jpg) no-repeat scroll center -6px;*/ /*background:url(2017Winter.gif) no-repeat scroll center -6px;*/ /*background: url(2018winterBk.gif) no-repeat scroll center 1px;*/ /*background:url(2018spring.gif) no-repeat scroll center -6px;*/ /* background: url(http://www.chinatelecom.com.cn/main12/wpftest2018/201807/P020180724352299299195.gif) no-repeat scroll center 0px;*/ /* background: url(http://www.chinatelecom.com.cn/main12/wpftest2018/201808/P020180828531182149124.png) no-repeat scroll center -6px;*/ /*background: url(http://www.chinatelecom.com.cn/main12/wpftest2018/sytttest/201811/P020181121631564332000.jpg) no-repeat scroll center -6px;*/ /*background: url(http://www.chinatelecom.com.cn/main12/wpftest2018/sytttest/201811/P020181121638748022555.jpg) no-repeat scroll center 0px;*/ /*background: url(http://www.chinatelecom.com.cn/main12/wpftest2018/sytttest/201904/P020190426549397667048.gif) no-repeat scroll center 31px;*/ /*background: url(http://www.chinatelecom.com.cn/main12/test2019/webziyuan/201908/P020190812337559668969.jpg) no-repeat scroll center 30px */ /* ; transition: all .5s; */ } } @media (max-width: 350px) { body { background: none; transition: all .5s; } } #canvas { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } /*2016.6.29 G*/ .shadow { width: 100%; height: 30px; background: #000; opacity: 0.4; filter: alpha(opacity:40); position: absolute; bottom: 0; z-index: 9999999; } .shadow-title { position: absolute; color: #fff; line-height: 30px; bottom: 0; text-align: center; width: 100%; z-index: 9999999; } .news-img-button-next { right: 0; } .news-img-button-next-prev { left: 0; } .cont1 { margin-top: 11px; } .cont1 h6 { color: #464646; font-size: 12px; margin-top: 12px; text-align: center; letter-spacing: 0.5px; } .cont1 img { margin: 0 auto; } .zw-title {} .zw-title h5 { color: #2c2c2c; font-size: 14px; margin-top: 16px; } .zw-title p { color: #a09e9f; font-size: 12px; line-height: 20px; text-indent: 1em; letter-spacing: 0.5px; text-align: justify; } .creative img { margin-top: 12px; } .creative p { color: #a09e9f; font-size: 12px; line-height: 20px; margin-top: 5px; margin-bottom: 10px; letter-spacing: 0.5px; } .phone { overflow: hidden; margin-left: 20px; } .phone li { float: left; margin-right: 10px; } .phone a { font-size: 15px; color: #000000; } .phone li.active { font-size: 16px; color: #6181ef; display: block; border-bottom: 3px solid #6181ef; } .nav-tabs { border-bottom: none; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: none; /* cursor: none; */ cursor: pointer; background-color: none; border-width: none; border-style: none; border-color: none; } .nav>li>a:focus, .nav>li>a:hover { text-decoration: none; background-color: #fff; } .nav-tabs>li>a { margin-right: 0; line-height: 0; border: 0; border-radius: 0; } .nav>li>a { position: relative; display: block; -padding: 0px 6px; } .phone>li>a { position: relative; display: block; padding: 24px 5px; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #6181ef; } .culture { margin-top: 16px; margin-left: -10px; } .culture p { color: #414141; font-size: 14px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .Branch { margin: 0 auto; margin-top: 10px; } .Branch a { font-size: 14px; color: #787878; line-height: 26px; } .friendly-link p { font-size: 14px; color: #272727; margin-top: 10px; text-indent: 1em; } .News-Center { overflow: hidden; width: 180px; } .left { float: left; margin-right: 25px; } .News-Center h5 { width: 160px; font-size: 16px; margin: 28px 0 10px 0; text-align: center; } .News-Center ul { width: 90px; float: left; text-align: center; } .News-Center li a { font-size: 14px; color: #949494; padding-top: 10px; display: block; } .News-Center1 h5 { width: 125px; font-size: 16px; margin: 28px 0 10px 0; text-align: center; } .News-Center1 ul { width: 125px; float: left; text-align: center; } .News-Center1 li a { font-size: 14px; color: #949494; padding-top: 13px; display: block; } .left a.active { color: #829ae7; } .user-help { margin-top: 12px; width: 140px; overflow: hidden; } .user-help ul { width: 70px; float: left; } .user-help li a { font-size: 14px; color: #718bde; margin-top: 13px; display: block; } .QR-code { margin-top: 8px; float: left; } .QR-code p { font-size: 12px; color: #929292; margin-top: 10px; text-align: center; } .law { font-size: 16px; color: #5e7cdc; } @media (max-width: 767px) { .phone li.active { border-bottom: none; } .phone li { float: left; margin-right: 0px; } .phone>li>a { position: relative; display: block; padding: 15px 6px; } .Terminal-ctimg { width: 100%; } } #banner { /* margin-top: 349px; */ margin-top: 10px; position: relative; } .shadow-title { background-color: rgba(0, 0, 0, 0.7) } .decration { /* width: 1000px; */ margin: 0 auto; z-index: 100; position: absolute; /* top: 0; */ top: -81%; left: 50%; transform: translate(-50%, 0); } /* .fake-bg { width: 100%; height: 578px; position: absolute; top: 0; left: 0; z-index: -1; } */ .video-bg-wrap { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; pointer-events: all; z-index: -1; } .video-bg { width: 100%; height: 100vh; position: absolute; top: 0; left: 0; z-index: -1; /* object-fit:fill; */ object-fit: cover; } .pic-bg { display: none; } .pic-bg img { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; } /* .zhishiqi { width: 60px; position: fixed; right: 0; top: 480px; animation: move 2s infinite; transform: translateZ(0); } */ .learn_about_gray { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605307184782.png") no-repeat center !important; } .en_cn_gray { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611623982286324.png") no-repeat center !important; } .servicehall_gray { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605560025207.png") no-repeat center !important; } .border_item_gray { border: 1px solid #c8c8c8 !important; } /* 背景白,字体 */ .bgwhite { background-color: #fff; } @keyframes move { 0% { top: 480px; } 100% { top: 500px; } } @media (min-width: 768px) { .nav-mybg { width: 100%; height: auto; background: #fff; /* opacity: 0.8; */ top: 0; position: absolute; } .nav-active { height: 85px; } .navbar-default .navbar-nav>li>a { color: #fff; } .main-active { position: fixed; top: 0; z-index: 999; } .white-bg { background-color: #fff; } } @media (min-width:319px) and (max-width:769px) { .decration { width: 360px; } .centralAD { height: auto !important; } #banner { margin-top: 0; } } @media (min-width: 792px) { .navbar-default { border-color: transparent; } } .section_container h5 { font-size: 14px; } .cont h5 { font-size: 18px; } .waveAnimation .waveBottom { animation: move_wave 14s linear infinite; -webkit-animation: move_wave 14s linear infinite; } .waveAnimation .waveTop { animation: move_waveTop 16s linear infinite; -webkit-animation: move_waveTop 16s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; } @keyframes move_wave { 0% { transform: translateX(0) translateZ(0) scaleY(1) } 50% { transform: translateX(-25%) translateZ(0) scaleY(1) } 100% { transform: translateX(-50%) translateZ(0) scaleY(1) } } @-webkit-keyframes move_wave { 0% { transform: translateX(0) translateZ(0) scaleY(1) } 50% { transform: translateX(-25%) translateZ(0) scaleY(1) } 100% { transform: translateX(-50%) translateZ(0) scaleY(1) } } @keyframes move_waveTop { 0% { transform: translateX(0) translateZ(0) scaleY(1) } 50% { transform: translateX(-25%) translateZ(0) scaleY(1) } 100% { transform: translateX(-50%) translateZ(0) scaleY(1) } } @-webkit-keyframes move_waveTop { 0% { transform: translateX(0) translateZ(0) scaleY(1) } 50% { transform: translateX(-25%) translateZ(0) scaleY(1) } 100% { transform: translateX(-50%) translateZ(0) scaleY(1) } } .bgBottom { z-index: 5; } .waveWrapper { overflow: hidden; margin: auto; display: none; } .waveBottom { background: url("./images/2018Wave.png") repeat no-repeat; position: absolute; left: 0; top: 360px; width: 200%; height: 100%; background-size: 50% 140px; } .waveTop { background: url("./images/2018Wave.png") repeat no-repeat; position: absolute; left: 0; opacity: 0.7; top: 350px; width: 200%; height: 100%; background-size: 50% 100px; } /**/ .willow01 { position: absolute; right: 20px; top: -5px; animation: willow01Move 5s; -webkit-animation: willow01Move 5s; animation-timing-function: linear; animation-iteration-count: infinite; z-index: -1; } @keyframes willow01Move { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(9deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } @-webkit-keyframes willow01Move /* Safari and Chrome */ { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(9deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } .willow02 { position: absolute; right: 50px; top: -5px; animation: willow02Move 6s; -webkit-animation: willow02Move 6s; animation-timing-function: linear; animation-iteration-count: infinite; z-index: -1; } @keyframes willow02Move { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(11deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } @-webkit-keyframes willow02Move /* Safari and Chrome */ { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(11deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } .willow03 { position: absolute; right: 100px; top: -5px; animation: willow03Move 4s; -webkit-animation: willow03Move 4s; animation-timing-function: linear; animation-iteration-count: infinite; z-index: -1; } @keyframes willow03Move { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(7deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } @-webkit-keyframes willow03Move /* Safari and Chrome */ { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(7deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } .willow04 { position: absolute; right: 70px; top: -5px; animation: willow04Move 7s; -webkit-animation: willow04Move 7s; animation-timing-function: linear; animation-iteration-count: infinite; z-index: -1; } @keyframes willow04Move { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(8deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } @-webkit-keyframes willow04Move /* Safari and Chrome */ { 0% { transform: rotate(0deg); transform-origin: 0 0; } 50% { transform: rotate(8deg); transform-origin: 0 0; } 100% { transform: rotate(0deg); transform-origin: 0 0; } } .flower01 { position: absolute; top: 305px; left: 50px; animation: flower01Move 7s; -webkit-animation: flower01Move 7s; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes flower01Move { 0% { transform: rotate(0deg); transform-origin: 100% 100%; } 25% { transform: rotate(7deg); transform-origin: 100% 100%; } 50% { transform: rotate(-5deg); transform-origin: 100% 100%; } 75% { transform: rotate(5deg); transform-origin: 100% 100%; } 100% { transform: rotate(0deg); transform-origin: 100% 100%; } } @-webkit-keyframes flower01Move /* Safari and Chrome */ { 0% { transform: rotate(0deg); transform-origin: 100% 100%; } 25% { transform: rotate(7deg); transform-origin: 100% 100%; } 50% { transform: rotate(-5deg); transform-origin: 100% 100%; } 75% { transform: rotate(5deg); transform-origin: 100% 100%; } 100% { transform: rotate(0deg); transform-origin: 100% 100%; } } /**/ .searchBox { z-index: 999; } #main-nav { position: relative; } @media (min-width: 1200px) { body { /* background: url('http://www.chinatelecom.com.cn/main12/test2019/202302/P020230207499147242605.png') no-repeat; */ /* background-size: 100%; */ /* 公祭日前二十大的背景 */ /* background: url('http://www.chinatelecom.com.cn/main12/test2019/sytttest/202008/P020200806366907368613.jpg') 100% no-repeat; background-size: cover; background-position: center; */ overflow-x: hidden; } } .ipv6href { position: absolute; right: -15%; top: 25px; z-index: 10; } .ipv6href img { width: 50px; } @media (min-width: 768px) { .navbar-nav>li>a { padding: 29px 5px 15px; margin: 0px 30px !important; } } @media (min-width: 358px) { .navbar-nav>li>a { /*padding: 29px 0px 15px !important; margin: 0px 20px !important;*/ } } @media (max-width: 414px) { .col-xs-14 { width: 120%; } .ipv6href { right: 15px; } } .wpf {} .Wpftoutiao { position: relative; display: none; z-index: 5000; } .wpfclose { position: absolute; right: 6%; top: 10%; cursor: pointer; height: 100%; width: 25px; z-index: 5000; } .wpfclose img { height: 80%; } #leafContainer, #leafContainerA { /*position: absolute; width: 50%; height: 414px; top:0; display:none;*/ } #leafContainer { /*left: 0;*/ } #leafContainerA { right: 0; } #leafContainer>div, #leafContainerA>div { position: absolute; width: 100px; height: 100px; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-direction: normal, normal; -webkit-animation-timing-function: linear, ease-in; } #leafContainer>div>img, #leafContainerA>div>img { position: absolute; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: 50% -100%; } @-webkit-keyframes fade { 0% { opacity: 1; } 95% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes drop { 0% { -webkit-transform: translate(0px, -50px); } 100% { -webkit-transform: translate(0px, 650px); } } @-webkit-keyframes clockwiseSpin { 0% { -webkit-transform: rotate(-50deg); } 100% { -webkit-transform: rotate(50deg); } } @-webkit-keyframes counterclockwiseSpinAndFlip { 0% { -webkit-transform: scale(-1, 1) rotate(50deg); } 100% { -webkit-transform: scale(-1, 1) rotate(-50deg); } } #banner { z-index: 80; } #main-nav { position: relative; z-index: 200; } .showtxt { text-align: center; display: block; color: white; font-weight: bold; font-size: 16px; position: relative; z-index: 5555; display: none; } #content { width: 100%; overflow: hidden; position: absolute; top: -40px; transition: all .5s; /* height: 564px; */ z-index: 4; display: flex; justify-content: center; align-items: center; } #snowflake { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; } .snowRoll { position: absolute; opacity: 0; -webkit-animation-name: mysnow; -webkit-animation-duration: 20s; -moz-animation-name: mysnow; -moz-animation-duration: 20s; height: 80px; } @-webkit-keyframes mysnow { 0% { bottom: 100%; } 50% { -webkit-transform: rotate(1080deg); } 100% { -webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px); } } @-moz-keyframes mysnow { 0% { bottom: 100%; } 50% { -moz-transform: rotate(1080deg); } 100% { -moz-transform: rotate(0deg) translate3d(50px, 50px, 50px); } } .swiper-container-android .swiper-slide, .swiper-wrapper { transition: all 1s; -webkit-transition: all 1s; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { z-index: 2000 } .swiper-pagination-clickable .swiper-pagination-bullet { background: #398e6a; } .container .container { background-color: #fff; } #main .row { background-color: #fff; } </style> <style type="text/css"> .eventsPhotos { display: -webkit-flex; display: flex; width: 100%; /* padding: 20px 0; */ flex-wrap: wrap; border-bottom: 1px solid #ccc; } .lastEvent { border: 0; } .photoCover { width: 25%; } .photoCover img { width: 96%; border: 1px solid #ccc; } .photosDetail { width: 75%; padding-left: 2%; box-sizing: border-box; } .photosTitle { font-weight: bold; } .photosAthologyn { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; } .photosAthologyn a { width: 18%; margin-bottom: 15px; } .atholopynInfos { display: inline-block; width: 100%; height: 25px; line-height: 25px; text-align: center; border-radius: 3px; color: #878787; border: 1px solid #dcdcdc; } .atholopynActive { background-color: #0086db; color: #fff; border: #0086db; } .atholopynInfos:hover { background-color: #0086db; color: #fff; border: #0086db; } #content_dyVideo img { /*width: 100%;*/ } .weiboAnddy { float: none; } .weiboAnddy a { color: #000; } .weiboAnddy .active { color: #5674da; } @media only screen and (max-width: 768px) { .mask { z-index: 99; } .photoCover { width: 40%; } .photosDetail { width: 100%; padding: 0; margin-top: 15px; } } .right { width: 100%; height: 427px; border: 1px solid #d4d4d4; } .right_overflow { width: 100%; box-sizing: border-box; height: 390px; padding-bottom: 20px; overflow-x: hidden; } .right_more { width: 100%; height: 36px; text-align: right; box-sizing: border-box; } .right_more a { display: inline-block; } .right_more a:hover { background-color: #0086db; } .more_img { width: 20px; margin: 8px; } .right_cont { width: 100%; text-align: center; } .right_cont img { display: inline-block; width: 60%; margin: 10px 0; } .right_info { width: 96%; margin-left: 2%; color: #8a8a8a; } .right_info_name { color: #252525; font-weight: bold; } </style> <style type="text/css"> .swiper-banner { margin: 0 auto; position: relative; width: 1000px; height: 0; } .banner-icon1 { position: absolute; top: -300px; z-index: 111; left: -80px; } .banner-icon2 { position: absolute; top: -117px; z-index: 111; right: -113px; } .swiperBg { width: 1145px; height: 406px; position: absolute; top: -350px; z-index: 98; left: -72px; } .swiperBg img { display: inline-block; width: 100%; height: 100%; } .btnPrev { top: -142px; } .summer_animation { position: relative; width: 1200px; height: 152px; top: 18px; text-align: center; margin-top: -200px; display: none; } #particle-canvas { width: 100%; height: 100%; vertical-align: middle; background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202008/P020200806366907368613.jpg") no-repeat center; } @media only screen and (min-width: 1000px) and (max-width: 1200px) { #banner { position: relative; top: 21px; } .banner-icon1 { top: -290px; } .banner-icon2 { right: -93px; } .swiperBg { top: -340px; width: 1110px; height: 395px; left: -55px; } } @media only screen and (max-width: 991px) { .swiper-banner { display: none; } } </style> <style> /*2020春季背板落叶*/ #leafContainer { position: absolute; width: 100%; height: 100%; } #leafContainer>div { position: absolute; width: 50px; height: 50px; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-direction: normal, normal; -webkit-animation-timing-function: linear, ease-in; } #leafContainer>div>img { position: absolute; width: 50px; height: 50px; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: 50% -100%; } @-webkit-keyframes fade { 0% { opacity: 1; } 95% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes drop { 0% { -webkit-transform: translate(0px, -50px); } 100% { -webkit-transform: translate(0px, 650px); } } @-webkit-keyframes clockwiseSpin { 0% { -webkit-transform: rotate(-50deg); } 100% { -webkit-transform: rotate(50deg); } } @-webkit-keyframes counterclockwiseSpinAndFlip { 0% { -webkit-transform: scale(-1, 1) rotate(50deg); } 100% { -webkit-transform: scale(-1, 1) rotate(-50deg); } } @media (min-width: 768px) { .navbar-nav { float: right; margin: 0; } .navbar-default .navbar-nav>li>a.mactive { color: #f00 !important; } .navbar-default { /* background-color: rgba(255, 255, 255, 0.5); */ /* background-color: transparent !important; */ } } body { /* 公祭日 */ /* background-color: gray; */ /* filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; */ } </style> <style> .my-box { position: fixed; right: 0; bottom: 0; z-index: 999; } .close { cursor: pointer; color: #000; position: absolute; right: 10px; top: 5px; width: 12px; height: 12px; background: url('http://www.chinatelecom.com.cn/main12/test2019/202312/P020231215353851516436.png') no-repeat 0px; opacity: 1; } .my-box img { width: 175px; } </style> </head> <body> <div class="Wpftoutiao wpf IPv6Header" style="width:100%"> <!-- IPv6Header 横幅 --> <div class="hidden-xs" style="position: relative; left: 50%; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);background: url(./images/P020180929641998910454.png) center no-repeat;height: 60px;"> <a target='_blank' href="http://www.chinatelecom.com.cn/news/06/2018IPv6/"> <!--<img src="./images/P020180929641998910454.png" alt="" />--> </a> <span class="wpfclose"> <img src="./images/P020180705583223615909.png" /> </span> </div> <div class="hidden-lg hidden-md hidden-sm"> <a target='_blank' href="http://www.chinatelecom.com.cn/news/06/2018IPv6/"> <img style="width:100%" src="./images/P020180913629240409263.png" alt="" /> </a> <span class="wpfclose"> <img src="./images/P020180705583223615909.png" /> </span> </div> </div> <div class="Wpftoutiao wpf IPv4Header" style="width:100%"> <!-- IPv4Header 横幅 --> <div class="hidden-xs" style="position: relative; left: 50%; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);background: url(./images/P020180929642149642918.png) center no-repeat;height: 60px;"> <a target='_blank' href="http://www.chinatelecom.com.cn/news/06/2018IPv6/"> <!--<img src="./images/P020180929642149642918.png" alt="" />--> </a> <span class="wpfclose"> <img src="./images/P020180705583223615909.png" /> </span> </div> <div class="hidden-lg hidden-md hidden-sm"> <a target='_blank' href="http://www.chinatelecom.com.cn/news/06/2018IPv6/"> <img style="width:100%" src="./images/P020180913629090799947.png" alt="" /> </a> <span class="wpfclose"> <img src="./images/P020180705583223615909.png" /> </span> </div> </div> <!-- <div style="margin: 0 auto;padding-left: 25%;padding-top: 55px;"> <img src="./images/P020210630571710239720.png" alt="" /> </div>logo--> <div id='content' class="hidden-xs hidden-sm"> <!--<div id="leafContainer"></div>--> <div class="summer_animation" style=""> <img src="./images/P020210630571710239720.png" alt="" /> </div> </div> <style> .mainwrap { /* width: 1200px; */ width: 100%; margin: 0 auto; } .mainwrap-cont { /* background: white; */ /* margin-top: 690px; */ } .mt0 { margin-top: 0; } .row-img { width: 100%; margin: 0; } .mainwrap_top.mainwrap { /* margin: 80px auto 0; */ margin: 0 auto; } @media (max-width: 800px) { .mainwrap { width: inherit; margin: inherit; background: white; } .mainwrap_top.mainwrap { margin: 0 auto; } .mainwrap-cont { margin-top: 0px; } } .menu-content p { margin-top: 0; } .xcy { display: block; margin: 0 auto; } .holder { width: 100%; height: 78vh; pointer-events: none; } .pad-0 { padding: 0; } </style> <script> // modified version of random-normal // IE 兼容方法 if (typeof Object.assign != 'function') { Object.assign = function(target) { 'use strict'; if (target == null) { throw new TypeError('Cannot convert undefined or null to object'); } target = Object(target); for (var index = 1; index < arguments.length; index++) { var source = arguments[index]; if (source != null) { for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } } return target; }; } function normalPool(o){var r=0;do{var a=Math.round(normal({mean:o.mean,dev:o.dev}));if(a<o.pool.length&&a>=0)return o.pool[a];r++}while(r<100)}function randomNormal(o){if(o=Object.assign({mean:0,dev:1,pool:[]},o),Array.isArray(o.pool)&&o.pool.length>0)return normalPool(o);var r,a,n,e,l=o.mean,t=o.dev;do{r=(a=2*Math.random()-1)*a+(n=2*Math.random()-1)*n}while(r>=1);return e=a*Math.sqrt(-2*Math.log(r)/r),t*e+l} const NUM_PARTICLES = 300; const PARTICLE_SIZE = 1.2; // View heights const SPEED = 50000; // Milliseconds let particles = []; function rand(low, high) { return Math.random() * (high - low) + low; } function createParticle(canvas) { const colour = { r: 255, g: randomNormal({ mean: 125, dev: 20 }), b: 50, a: rand(0, 1), }; var rgbas = 'rgba(255, '+Math.round(randomNormal({ mean: 125, dev: 20 }))+', 50, '+rand(0, 1)+')'; return { x: -2, y: -2, diameter: Math.max(0, randomNormal({ mean: PARTICLE_SIZE, dev: PARTICLE_SIZE / 2 })), duration: randomNormal({ mean: SPEED, dev: SPEED * 0.1 }), amplitude: randomNormal({ mean: 16, dev: 2 }), offsetY: randomNormal({ mean: 0, dev: 10 }), arc: Math.PI * 2, startTime: performance.now() - rand(0, SPEED), colour: rgbas, } } function moveParticle(particle, canvas, time) { const progress = ((time - particle.startTime) % particle.duration) / particle.duration; var par = { x: progress, y: ((Math.sin(progress * particle.arc) * particle.amplitude) + particle.offsetY) } var aa = Object.assign(particle, par) return aa; } function drawParticle(particle, canvas, ctx) { canvas = document.getElementById('particle-canvas'); const vh = canvas.height / 100; ctx.fillStyle = particle.colour; ctx.beginPath(); ctx.ellipse( particle.x * canvas.width, particle.y * vh + (canvas.height / 1.5), particle.diameter * vh, particle.diameter * vh, 0, 0, 2 * Math.PI ); ctx.fill(); } function draw(time, canvas, ctx) { // Move particles //particles.forEach((particle, index) => { // particles[index] = moveParticle(particle, canvas, time); //}) for(var i = 0; i < particles.length; i ++) { particles[i] = moveParticle(particles[i], canvas, time); } // Clear the canvas ctx.clearRect(0, 0, canvas.width, canvas.height); // Draw the particles //particles.forEach((particle) => { // drawParticle(particle, canvas, ctx); //}) for(var j = 0; j < particles.length; j ++) { drawParticle(particles[j], canvas, ctx); } // Schedule next frame //requestAnimationFrame((time) => draw(time, canvas, ctx)); requestAnimationFrame(function(time){ draw(time, canvas, ctx) }); //requestAnimationFrame(draw(time, canvas, ctx)); } /* 修改20210803 function initializeCanvas() { let canvas = document.getElementById('particle-canvas'); canvas.width = canvas.offsetWidth * window.devicePixelRatio; canvas.height = 475 * window.devicePixelRatio; console.log(canvas.width,canvas.height) let ctx = canvas.getContext("2d"); window.addEventListener('resize', function() { canvas.width = canvas.offsetWidth * window.devicePixelRatio; canvas.height = 475 * window.devicePixelRatio; ctx = canvas.getContext("2d"); }) return [canvas, ctx]; } */ /* function startAnimation() { var canvasArr = initializeCanvas(); console.log(canvasArr) // Create a bunch of particles for (let i = 0; i < NUM_PARTICLES; i++) { particles.push(createParticle(canvasArr[0])); } //requestAnimationFrame((time) => draw(time, canvas, ctx)); requestAnimationFrame(function(time){ draw(time, canvasArr[0], canvasArr[1]) }); }; // Start animation when document is loaded (function () { if (document.readystate !== 'loading') { startAnimation(); } else { document.addEventListener('DOMContentLoaded', function() { startAnimation(); }) } }());修改20210803*/ </script> <div class="waveWrapper waveAnimation hidden-xs"> <div class="waveWrapperInner bgBottom"> <div class="wave waveBottom"></div> </div> <div class="waveWrapperInner bgTop"> <div class="wave waveTop"></div> </div> </div> <div id="main" class="mainwrap mainwrap_top"> <style type="text/css"> .web_window_bar { position: fixed; width: 60px; right: 0; top: 240px; /* color: #c8c8c8; */ color: #fff; box-sizing: border-box; cursor: pointer; z-index: 9999; } .item_hot_living { box-sizing: border-box; border: 1px solid #c8c8c8; border-radius: 3px; margin-bottom: 10px; background-color: #b0d1ff; color: #fff; } .border_item { position: relative; width: 100%; box-sizing: border-box; /* border: 1px solid #c8c8c8; */ border: 1px solid #fff; border-radius: 3px; } .web_bar_item, .item_back_top, .item_scroll_tips { position: relative; width: 60px; height: 60px; display: inline-block; text-align: center; } .item_back_top { display: none; color: #448aca; } .web_bar_item:hover, .item_back_top:hover { background-color: #448ACA; color: #fff; } .item_hot_living:hover { background-color: #b0d1ff; color: #204eac; } .web_bar_item:hover .web_bar_icon, .item_back_top:hover .web_bar_icon { animation: icon_shake 0.3s linear; } .item_before:before { content: ""; width: 60px; position: absolute; bottom: 0; left: 0; height: 1px; background-color: #c8c8c8; } .item_after:before { content: ""; width: 60px; position: absolute; top: 0; left: 0; height: 1px; background-color: #c8c8c8; } .web_bar_icon { background-repeat: no-repeat; width: 22px; height: 22px; display: block; margin: 10px auto 0; } .web_bar_title { font-size: 14px; -webkit-transform: scale(0.9); transform: scale(0.9); display: inline-block; /*bottom: 1px; width: 60px; height: 24px; line-height: 24px;*/ } .web_window { display: none; position: absolute; width: 140px; left: -140px; top: 0; } .web_window a { display: inline-block; width: 100%; text-decoration: none; } .web_window_active { display: inline-block; } .window_living { /*display: none;*/ width: 180px; left: -200px; top: -40px; border: 1px solid #c8c8c8; border-radius: 3px; background-color: #fff; } .border_item .web_bar_item:hover .web_window { display: inline-block; } .window_learn_about, .window_en_cn, .window_servicehall { position: relative; width: 120px; border: 1px solid #c8c8c8; border-radius: 3px; /* background-color: #fff; */ /*padding: 10px 0;*/ } .item_servicehall .web_window { top: -32px; } .window_learn_about:before, .window_en_cn:before { content: ""; position: absolute; right: -16px; top: 24px; border: 8px solid transparent; border-left-color: #c8c8c8; } .window_learn_about:after, .window_en_cn:after { content: ""; position: absolute; right: -14px; top: 25px; border: 7px solid transparent; border-left-color: #fff; } .window_living:before, .window_servicehall:before { content: ""; position: absolute; right: -16px; top: 60px; border: 8px solid transparent; border-left-color: #c8c8c8; } .window_living:after, .window_servicehall:after { content: ""; position: absolute; right: -14px; top: 61px; border: 7px solid transparent; border-left-color: #fff; } .window_living img { display: inline-block; width: 100%; } .cssTxtInfo { position: relative; /*top: 130px;*/ font-size: 16px; z-index: 999; color: #000; /*margin-left: 25px;*/ width: 180px; height: 30px; line-height: 30px; text-align: center; overflow: hidden; } .txt_line { width: 100%; } .window_list_txt { display: inline-block; position: relative; width: 100%; height: 30px; text-align: center; line-height: 30px; /* color: #c8c8c8; */ color: #fff; } .window_list_txt:hover { color: #fff; background-color: #448ACA; } .servicehall_img { display: inline-block; width: 75px; } .web_window .window_list_txt:before { content: ""; width: 80%; height: 1px; background-color: #c8c8c8; top: 30px; position: absolute; left: 10%; } .window_servicehall_text { height: 120px; } .web_window .window_servicehall_text:before { height: 0; } .hot_living { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611604790591674.png") no-repeat center; } .item_hot_living:hover .hot_living { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200615396221315213.png") no-repeat center; } .learn_about { /* background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605307184782.png") no-repeat center; */ background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605132943753.png") no-repeat center; } .item_learn_about:hover .learn_about { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605132943753.png") no-repeat center; } .en_cn { /* background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611623982286324.png") no-repeat center; */ background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611623833810301.png") no-repeat center; } .item_en_cn:hover .en_cn { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611623833810301.png") no-repeat center; } .servicehall { /* background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605560025207.png") no-repeat center; */ background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605454298889.png") no-repeat center; } .item_servicehall:hover .servicehall { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611605454298889.png") no-repeat center; } .back_top { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611604076313761.png") no-repeat center; } .scroll_tips { background: url('http://www.chinatelecom.com.cn/main12/test2019/202307/P020230725340416413751.png'); } .item_back_top:hover .back_top { background: url("http://www.chinatelecom.com.cn/main12/test2019/sytttest/202006/P020200611603809618824.png") no-repeat center; } @keyframes icon_shake { 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 12.5% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 25% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 37.5% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } 50% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 62.5% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 75% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 87.5% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } 100% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } } @-webkit-keyframes icon_shake { 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 12.5% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 25% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 37.5% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } 50% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 62.5% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 75% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } 87.5% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } 100% { transform: rotate(0deg); -webkit-transform: rotate(0deg); } } @media (max-width: 768px) { .web_window_bar { display: none; } } </style> </head> <body> <div class="web_window_bar"> <!-- <div class="web_bar_item item_hot_living"> <i class="web_bar_icon hot_living"></i> <span class="web_bar_title">翼直播</span> <div class="web_window window_living web_window_active"> </div> </div> --> <div class="border_item"> <div class="web_bar_item item_before item_learn_about"> <i class="web_bar_icon learn_about"></i> <span class="web_bar_title">我想了解</span> <div class="web_window"> <div class="window_learn_about"> <a href="http://www.chinatelecom.com.cn/news/" target="_blank"> <span class="window_list_txt">传媒者</span> </a> <a href="http://www.chinatelecom.com.cn/wsyytdjtj/" target="_blank"> <span class="window_list_txt">消费者</span> </a> <a href="http://www.chinatelecom.com.cn/tzz/" target="_blank"> <span class="window_list_txt">投资者</span> </a> <a href="http://www.chinatelecom.com.cn/xxgk/cggyl/cgzcfz/" target="_blank"> <span class="window_list_txt">合作伙伴</span> </a> <a href="http://www.chinatelecom.com.cn/zp/" target="_blank"> <span class="window_list_txt">求职者</span> </a> </div> </div> </div> <div class="web_bar_item item_en_cn"> <i class="web_bar_icon en_cn"></i> <span class="web_bar_title">语种</span> <div class="web_window"> <div class="window_en_cn"> <span class="window_list_txt" id="zh_click_s">中文简体</span> <span class="window_list_txt" id="zh_click_t">中文繁体</span> <a href="http://www.chinatelecom.com.cn/ywwzdjtj/" target="_blank"> <span class="window_list_txt">English</span> </a> </div> </div> </div> <div class="web_bar_item item_after item_servicehall"> <i class="web_bar_icon servicehall"></i> <span class="web_bar_title">营业厅</span> <div class="web_window"> <div class="window_servicehall"> <a href="http://www.chinatelecom.com.cn/wsyytdjtj/" target="_blank"> <span class="window_list_txt">网上营业厅</span> </a> <span class="window_list_txt window_servicehall_text"> <span class="servicehall_title">掌上营业厅</span> <img class="servicehall_img" src="./images/erzt.jpg" /> </span> </div> </div> </div> <div class="item_after item_scroll_tips"> <i class="web_bar_icon scroll_tips"></i> <span class="web_bar_title">浏览更多</span> </div> <div class="item_after item_back_top"> <i class="web_bar_icon back_top"></i> <span class="web_bar_title">返回顶部</span> </div> </div> </div> <script> // 网页简繁体转换 // 本js用于客户在网站页面选择繁体中文或简体中文显示,默认是正常显示,即简繁体同时显示 // -------------- 以下参数大部分可以更改 -------------------- //s = simplified 简体中文 t = traditional 繁体中文 n = normal 正常显示 var zh_default = 'n'; //默认语言,请不要改变 var zh_choose = 'n'; //当前选择 var zh_expires = 7; //cookie过期天数 var zh_class = 'zh_click'; //链接的class名,id为class + s/t/n 之一 var zh_style_active = 'font-weight:bold; color:green;'; //当前选择的链接式样 var zh_style_inactive = 'color:blue;'; //非当前选择的链接式样 var zh_browserLang = ''; //浏览器语言 var zh_autoLang_t = true; //浏览器语言为繁体时自动进行操作 var zh_autoLang_s = false; //浏览器语言为简体时自动进行操作 var zh_autoLang_alert = true; //自动操作后是否显示提示消息 //自动操作后的提示消息 var zh_autoLang_msg = '歡迎來到本站,本站爲方便中國台灣中國香港的用戶\n1.采用UTF-8國際編碼,用任何語言發帖都不用轉碼.\n2.自動判斷繁體用戶,顯示繁體網頁\n3.在網頁最上方有語言選擇,如果浏覽有問題時可以切換\n4.本消息在cookie有效期內只顯示一次'; var zh_autoLang_checked = 0; //次检测浏览器次数,第一次写cookie为1,提示后为2,今后将不再提示 //判断浏览器语言的正则,ie为小写,ff为大写 var zh_langReg_t = /^zh-tw|zh-hk$/i; var zh_langReg_s = /^zh-cn$/i; //简体繁体对照字表,可以自行替换 var zh_s = '皑蔼碍爱翱袄奥坝罢摆败颁办绊帮绑镑谤剥饱宝报鲍辈贝钡狈备惫绷笔毕毙闭边编贬变辩辫鳖瘪濒滨宾摈饼拨钵铂驳卜补参蚕残惭惨灿苍舱仓沧厕侧册测层诧搀掺蝉馋谗缠铲产阐颤场尝长偿肠厂畅钞车彻尘陈衬撑称惩诚骋痴迟驰耻齿炽冲虫宠畴踌筹绸丑橱厨锄雏础储触处传疮闯创锤纯绰辞词赐聪葱囱从丛凑窜错达带贷担单郸掸胆惮诞弹当挡党荡档捣岛祷导盗灯邓敌涤递缔点垫电淀钓调迭谍叠钉顶锭订东动栋冻斗犊独读赌镀锻断缎兑队对吨顿钝夺鹅额讹恶饿儿尔饵贰发罚阀珐矾钒烦范贩饭访纺飞废费纷坟奋愤粪丰枫锋风疯冯缝讽凤肤辐抚辅赋复负讣妇缚该钙盖干赶秆赣冈刚钢纲岗皋镐搁鸽阁铬个给龚宫巩贡钩沟构购够蛊顾剐关观馆惯贯广规硅归龟闺轨诡柜贵刽辊滚锅国过骇韩汉阂鹤贺横轰鸿红后壶护沪户哗华画划话怀坏欢环还缓换唤痪焕涣黄谎挥辉毁贿秽会烩汇讳诲绘荤浑伙获货祸击机积饥讥鸡绩缉极辑级挤几蓟剂济计记际继纪夹荚颊贾钾价驾歼监坚笺间艰缄茧检碱硷拣捡简俭减荐槛鉴践贱见键舰剑饯渐溅涧浆蒋桨奖讲酱胶浇骄娇搅铰矫侥脚饺缴绞轿较秸阶节茎惊经颈静镜径痉竞净纠厩旧驹举据锯惧剧鹃绢杰洁结诫届紧锦仅谨进晋烬尽劲荆觉决诀绝钧军骏开凯颗壳课垦恳抠库裤夸块侩宽矿旷况亏岿窥馈溃扩阔蜡腊莱来赖蓝栏拦篮阑兰澜谰揽览懒缆烂滥捞劳涝乐镭垒类泪篱离里鲤礼丽厉励砾历沥隶俩联莲连镰怜涟帘敛脸链恋炼练粮凉两辆谅疗辽镣猎临邻鳞凛赁龄铃凌灵岭领馏刘龙聋咙笼垄拢陇楼娄搂篓芦卢颅庐炉掳卤虏鲁赂禄录陆驴吕铝侣屡缕虑滤绿峦挛孪滦乱抡轮伦仑沦纶论萝罗逻锣箩骡骆络妈玛码蚂马骂吗买麦卖迈脉瞒馒蛮满谩猫锚铆贸么霉没镁门闷们锰梦谜弥觅绵缅庙灭悯闽鸣铭谬谋亩钠纳难挠脑恼闹馁腻撵捻酿鸟聂啮镊镍柠狞宁拧泞钮纽脓浓农疟诺欧鸥殴呕沤盘庞国爱赔喷鹏骗飘频贫苹凭评泼颇扑铺朴谱脐齐骑岂启气弃讫牵扦钎铅迁签谦钱钳潜浅谴堑枪呛墙蔷强抢锹桥乔侨翘窍窃钦亲轻氢倾顷请庆琼穷趋区躯驱龋颧权劝却鹊让饶扰绕热韧认纫荣绒软锐闰润洒萨鳃赛伞丧骚扫涩杀纱筛晒闪陕赡缮伤赏烧绍赊摄慑设绅审婶肾渗声绳胜圣师狮湿诗尸时蚀实识驶势释饰视试寿兽枢输书赎属术树竖数帅双谁税顺说硕烁丝饲耸怂颂讼诵擞苏诉肃虽绥岁孙损笋缩琐锁獭挞抬摊贪瘫滩坛谭谈叹汤烫涛绦腾誊锑题体屉条贴铁厅听烃铜统头图涂团颓蜕脱鸵驮驼椭洼袜弯湾顽万网韦违围为潍维苇伟伪纬谓卫温闻纹稳问瓮挝蜗涡窝呜钨乌诬无芜吴坞雾务误锡牺袭习铣戏细虾辖峡侠狭厦锨鲜纤咸贤衔闲显险现献县馅羡宪线厢镶乡详响项萧销晓啸蝎协挟携胁谐写泻谢锌衅兴汹锈绣虚嘘须许绪续轩悬选癣绚学勋询寻驯训讯逊压鸦鸭哑亚讶阉烟盐严颜阎艳厌砚彦谚验鸯杨扬疡阳痒养样瑶摇尧遥窑谣药爷页业叶医铱颐遗仪彝蚁艺亿忆义诣议谊译异绎荫阴银饮樱婴鹰应缨莹萤营荧蝇颖哟拥佣痈踊咏涌优忧邮铀犹游诱舆鱼渔娱与屿语吁御狱誉预驭鸳渊辕园员圆缘远愿约跃钥岳粤悦阅云郧匀陨运蕴酝晕韵杂灾载攒暂赞赃脏凿枣灶责择则泽贼赠扎札轧铡闸诈斋债毡盏斩辗崭栈战绽张涨帐账胀赵蛰辙锗这贞针侦诊镇阵挣睁狰帧郑证织职执纸挚掷帜质钟终种肿众诌轴皱昼骤猪诸诛烛瞩嘱贮铸筑驻专砖转赚桩庄装妆壮状锥赘坠缀谆浊兹资渍踪综总纵邹诅组钻致钟么为只凶准启板里雳余链泄'; var zh_t = '皚藹礙愛翺襖奧壩罷擺敗頒辦絆幫綁鎊謗剝飽寶報鮑輩貝鋇狽備憊繃筆畢斃閉邊編貶變辯辮鼈癟瀕濱賓擯餅撥缽鉑駁蔔補參蠶殘慚慘燦蒼艙倉滄廁側冊測層詫攙摻蟬饞讒纏鏟産闡顫場嘗長償腸廠暢鈔車徹塵陳襯撐稱懲誠騁癡遲馳恥齒熾沖蟲寵疇躊籌綢醜櫥廚鋤雛礎儲觸處傳瘡闖創錘純綽辭詞賜聰蔥囪從叢湊竄錯達帶貸擔單鄲撣膽憚誕彈當擋黨蕩檔搗島禱導盜燈鄧敵滌遞締點墊電澱釣調叠諜疊釘頂錠訂東動棟凍鬥犢獨讀賭鍍鍛斷緞兌隊對噸頓鈍奪鵝額訛惡餓兒爾餌貳發罰閥琺礬釩煩範販飯訪紡飛廢費紛墳奮憤糞豐楓鋒風瘋馮縫諷鳳膚輻撫輔賦複負訃婦縛該鈣蓋幹趕稈贛岡剛鋼綱崗臯鎬擱鴿閣鉻個給龔宮鞏貢鈎溝構購夠蠱顧剮關觀館慣貫廣規矽歸龜閨軌詭櫃貴劊輥滾鍋國過駭韓漢閡鶴賀橫轟鴻紅後壺護滬戶嘩華畫劃話懷壞歡環還緩換喚瘓煥渙黃謊揮輝毀賄穢會燴彙諱誨繪葷渾夥獲貨禍擊機積饑譏雞績緝極輯級擠幾薊劑濟計記際繼紀夾莢頰賈鉀價駕殲監堅箋間艱緘繭檢堿鹼揀撿簡儉減薦檻鑒踐賤見鍵艦劍餞漸濺澗漿蔣槳獎講醬膠澆驕嬌攪鉸矯僥腳餃繳絞轎較稭階節莖驚經頸靜鏡徑痙競淨糾廄舊駒舉據鋸懼劇鵑絹傑潔結誡屆緊錦僅謹進晉燼盡勁荊覺決訣絕鈞軍駿開凱顆殼課墾懇摳庫褲誇塊儈寬礦曠況虧巋窺饋潰擴闊蠟臘萊來賴藍欄攔籃闌蘭瀾讕攬覽懶纜爛濫撈勞澇樂鐳壘類淚籬離裏鯉禮麗厲勵礫曆瀝隸倆聯蓮連鐮憐漣簾斂臉鏈戀煉練糧涼兩輛諒療遼鐐獵臨鄰鱗凜賃齡鈴淩靈嶺領餾劉龍聾嚨籠壟攏隴樓婁摟簍蘆盧顱廬爐擄鹵虜魯賂祿錄陸驢呂鋁侶屢縷慮濾綠巒攣孿灤亂掄輪倫侖淪綸論蘿羅邏鑼籮騾駱絡媽瑪碼螞馬罵嗎買麥賣邁脈瞞饅蠻滿謾貓錨鉚貿麽黴沒鎂門悶們錳夢謎彌覓綿緬廟滅憫閩鳴銘謬謀畝鈉納難撓腦惱鬧餒膩攆撚釀鳥聶齧鑷鎳檸獰甯擰濘鈕紐膿濃農瘧諾歐鷗毆嘔漚盤龐國愛賠噴鵬騙飄頻貧蘋憑評潑頗撲鋪樸譜臍齊騎豈啓氣棄訖牽扡釺鉛遷簽謙錢鉗潛淺譴塹槍嗆牆薔強搶鍬橋喬僑翹竅竊欽親輕氫傾頃請慶瓊窮趨區軀驅齲顴權勸卻鵲讓饒擾繞熱韌認紉榮絨軟銳閏潤灑薩鰓賽傘喪騷掃澀殺紗篩曬閃陝贍繕傷賞燒紹賒攝懾設紳審嬸腎滲聲繩勝聖師獅濕詩屍時蝕實識駛勢釋飾視試壽獸樞輸書贖屬術樹豎數帥雙誰稅順說碩爍絲飼聳慫頌訟誦擻蘇訴肅雖綏歲孫損筍縮瑣鎖獺撻擡攤貪癱灘壇譚談歎湯燙濤縧騰謄銻題體屜條貼鐵廳聽烴銅統頭圖塗團頹蛻脫鴕馱駝橢窪襪彎灣頑萬網韋違圍爲濰維葦偉僞緯謂衛溫聞紋穩問甕撾蝸渦窩嗚鎢烏誣無蕪吳塢霧務誤錫犧襲習銑戲細蝦轄峽俠狹廈鍁鮮纖鹹賢銜閑顯險現獻縣餡羨憲線廂鑲鄉詳響項蕭銷曉嘯蠍協挾攜脅諧寫瀉謝鋅釁興洶鏽繡虛噓須許緒續軒懸選癬絢學勳詢尋馴訓訊遜壓鴉鴨啞亞訝閹煙鹽嚴顔閻豔厭硯彥諺驗鴦楊揚瘍陽癢養樣瑤搖堯遙窯謠藥爺頁業葉醫銥頤遺儀彜蟻藝億憶義詣議誼譯異繹蔭陰銀飲櫻嬰鷹應纓瑩螢營熒蠅穎喲擁傭癰踴詠湧優憂郵鈾猶遊誘輿魚漁娛與嶼語籲禦獄譽預馭鴛淵轅園員圓緣遠願約躍鑰嶽粵悅閱雲鄖勻隕運蘊醞暈韻雜災載攢暫贊贓髒鑿棗竈責擇則澤賊贈紮劄軋鍘閘詐齋債氈盞斬輾嶄棧戰綻張漲帳賬脹趙蟄轍鍺這貞針偵診鎮陣掙睜猙幀鄭證織職執紙摯擲幟質鍾終種腫衆謅軸皺晝驟豬諸誅燭矚囑貯鑄築駐專磚轉賺樁莊裝妝壯狀錐贅墜綴諄濁茲資漬蹤綜總縱鄒詛組鑽緻鐘麼為隻兇準啟闆裡靂餘鍊洩'; String.prototype.tran = function() { var s1,s2; if (zh_choose == 't') { s1 = zh_s; s2 = zh_t; }else if(zh_choose == 's') { s1 = zh_t; s2 = zh_s; }else { return this; } var a = ''; var l = this.length; for(var i=0;i<this.length;i++){ var c = this.charAt(i); var p = s1.indexOf(c) a += p < 0 ? c : s2.charAt(p); } return a; } function setCookie(name, value) { var argv = setCookie.arguments; var argc = setCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; if (expires != null) { var LargeExpDate = new Date (); LargeExpDate.setTime(LargeExpDate.getTime() + (expires*1000*3600*24)); } document.cookie = name + "=" + escape (value)+((expires == null) ? "" : ("; expires=" +LargeExpDate.toGMTString())); } function getCookie(Name) { var search = Name + "=" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if(offset != -1) { offset += search.length; end = document.cookie.indexOf(";", offset); if(end == -1) end = document.cookie.length; return unescape(document.cookie.substring(offset, end)); }else { return ''; } } } function zh_tranBody(obj) { var o = (typeof(obj) == "object") ? obj.childNodes : document.body.childNodes; for (var i = 0; i < o.length; i++) { var c = o.item(i); if ('||BR|HR|TEXTAREA|SCRIPT|'.indexOf("|"+c.tagName+"|") > 0) continue; if (c.className == zh_class) { if (c.id == zh_class + '_' + zh_choose) { c.setAttribute('style', zh_style_active); c.style.cssText = zh_style_active; }else { c.setAttribute('style', zh_style_inactive); c.style.cssText = zh_style_inactive; } continue; } if (c.title != '' && c.title != null) c.title = c.title.tran(); if (c.alt != '' && c.alt != null) c.alt = c.alt.tran(); if (c.tagName == "INPUT" && c.value != '' && c.type != 'text' && c.type != 'hidden' && c.type != 'password') c.value = c.value.tran(); if (c.nodeType == 3) { c.data = c.data.tran(); }else{ zh_tranBody(c); } } } function zh_tran(go) { if (go) zh_choose = go; setCookie('zh_choose', zh_choose, zh_expires); if (go == 'n') { window.location.reload(); }else { zh_tranBody(); } } function zh_getLang() { if (getCookie('zh_choose')) { zh_choose = getCookie('zh_choose'); return true; } if (!zh_autoLang_t && !zh_autoLang_s) return false; if (getCookie('zh_autoLang_checked')) return false; if (navigator.language) { zh_browserLang = navigator.language; }else if (navigator.browserLanguage) { zh_browserLang = navigator.browserLanguage; } if (zh_autoLang_t && zh_langReg_t.test(zh_browserLang)) { zh_choose = 't'; }else if (zh_autoLang_s && zh_langReg_s.test(zh_browserLang)) { zh_choose = 's'; } zh_autoLang_checked = 1; setCookie('zh_choose', zh_choose, zh_expires); if (zh_choose == zh_default) return false; return true; } function zh_init() { zh_getLang(); c = document.getElementById(zh_class + '_' + zh_choose); if (zh_choose != zh_default) { if (window.onload) { window.onload_before_zh_init = window.onload; window.onload = function() { zh_tran(zh_choose); if (getCookie('zh_autoLang_check')) {alert(zh_autoLang_msg);}; window.onload_before_zh_init(); }; }else { window.onload = function() { zh_tran(zh_choose); if (getCookie('zh_autoLang_check')) {alert(zh_autoLang_msg);}; }; } } } zh_init(); </script> <script type="text/javascript"> $(function () { var living_window_key = 0; // 点击菜单栏事件 $(".item_hot_living").on("click", function () { var window_name = $(".window_living").attr("class"); // console.log(window_name) if (window_name.indexOf("web_window_active") > 0) { $(".window_living").removeClass("web_window_active"); living_window_key = 1; } else { $(".window_living").addClass("web_window_active"); living_window_key = 0; } }) // 鼠标滑过菜单栏 直播窗口消失 $(".border_item .web_bar_item").on("mouseenter", function () { $(".window_living").removeClass("web_window_active"); }) // 鼠标离开菜单栏 直播窗口出现 $(".border_item").on("mouseleave", function () { if (living_window_key == 0) { $(".window_living").addClass("web_window_active"); } }) // 点击回到顶部 var timer = null; $(".item_back_top").on("click", function () { cancelAnimationFrame(timer); timer = requestAnimationFrame(function fn() { var oTop = document.body.scrollTop || document.documentElement.scrollTop; if (oTop > 0) { document.body.scrollTop = document.documentElement.scrollTop = oTop - 50; timer = requestAnimationFrame(fn); } else { cancelAnimationFrame(timer); } }); }) // 检测滚动条高度 $(document).scroll(function () { var scroll_top = parseInt($(document).scrollTop()); // console.log(scroll_top) if (scroll_top > 500) { $(".item_back_top").css("display", "inline-block"); } else { $(".item_back_top").hide(); } }) // 简体/繁体切换 $("#zh_click_s").on("click", function (e) { e.stopPropagation(); zh_tran("s"); }) $("#zh_click_t").on("click", function (e) { e.stopPropagation(); zh_tran("t"); }) }); </script> <script> var area = document.getElementById('moocBox'); var iliHeight = 30; //单行滚动的高度 var speed = 10; //滚动的速度 var time; var delay = 3000; function scrollUp() { if (area.scrollTop % iliHeight == 0) { clearInterval(time); setTimeout(startScroll, delay); } else { area.scrollTop++; if (area.scrollTop >= area.scrollHeight / 2) { area.scrollTop = 0; } } } function startScroll() { time = setInterval("scrollUp()", speed); area.scrollTop++; } function txt_splid() { area.scrollTop = 0; area.innerHTML += area.innerHTML; //克隆一份一样的内容 setTimeout(startScroll, delay) } //关闭浮窗点击事件 $('.closeLogo').on('click', function () { $('.livingInfo').hide(); }); var window_txt = ''; var all_line_txt = window_txt.split(','); $('.first_line').append(all_line_txt[0]); if (all_line_txt.length > 1) { $('.second_line').append(all_line_txt[1]); txt_splid(); } else { $('.second_line').hide(); } </script> <!--s:nav_main--> <div id='main-nav'> <div class="nav-mybg"></div> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header" style='z-index:999999; position:relative;'> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"> <img class="ipv6ct ipv6img" style=" width: 50px; position: absolute; left: -60px; display:none; top: 0px;" src="./images/P020180913626981723971.png" /> <span class="sr-only">中国电信</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="visible-xs-block"></div> <a class="navbar-brand" href="#"> <img src='./images/dianxin.png' alt='电信' /> </a> </div> <div class="collapse navbar-collapse general" id="navbar-collapse" style='z-index:999999'> <ul class="nav navbar-nav" style="position: relative;"> <li class="ct-telecom"> <a href="http://www.chinatelecom.com.cn/">首页</a> </li> <li class="ct-telecom"> <a href="./news/">新闻中心<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> <ul class="nav-new "> <li class="col-xs-6 col-sm-12"> <a href="./news/lddt/">领导动态</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/02/">集团新闻</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/mtjj/">媒体聚焦</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/03/">各地新闻</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/xwzjyw/">国资动态</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/04/">行业资讯</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/06/">精彩专题</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/07/">视频资料</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/jcyg/">基层员工</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/ldmf/">劳动模范</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./news/kjgzz/">科技工作者</a> </li> </ul> <div class="top_angle_white"></div> </li> <li class="ct-telecom"> <a href="http://www.chinatelecom.com.cn/wsyytdjtj/" target="blank" ID="国际业务 "/>网上营业厅<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> </li> <li class="ct-telecom"> <a href="./sxgzbak/">党建与文化<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> <ul class="nav-new "> <li class="col-xs-6 col-sm-12"> <a href="./sxgzbak/08/qywhgy/">企业文化</a> </li> <!-- <li class="col-xs-6 col-sm-12"> <a href="./sxgzbak/07/">服务社会</a> </li> --> <li class="col-xs-12 col-sm-12"> <a href="./shzr/">社会责任报告</a> </li> <!--<li class="col-xs-6 col-sm-12"> <a href="http://museum.chinatelecom.com.cn/">电信百年</a> </li>--> <!-- <li class="col-xs-6 col-sm-12"> <a href="./sxgzbak/zycgnew/">政研成果</a> </li> --> <!----> </ul> <div class="top_angle_white"></div> </li> <li class="ct-telecom"> <a href="./shzr/">社会责任<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> <ul class="nav-new sy-nav"> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/2023SHZRZY/" target="_blank">报告摘要</a> </li> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/01/">企业行动</a> </li> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/fpzl/">乡村振兴</a> </li> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/2023SHZRBG/">2023社会责任报告</a> </li> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/2022ZRBG/">2022社会责任报告</a> </li> <li class="col-xs-12 col-sm-12 customer-brand"> <a href="./shzr/2021shzrbgwj/">2021社会责任报告</a> </li> </ul> <div class="top_angle_white"></div> </li> <li class="ct-telecom"> <a href="./corp/">关于中国电信<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> <ul class="nav-new "> <li class="col-xs-6 col-sm-12"> <a href="./corp/01/">集团概况</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./corp/zzjgcs/">公司架构</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./corp/director/">集团董事会</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./corp/ldcycs/">集团领导</a> </li> </ul> <div class="top_angle_white"></div> </li> <li class="ct-telecom"> <a href="./xxgk/">信息公开<span class="glyphicon glyphicon-menu-left visible-xs-inline symbol"></span></a> <ul class="nav-new "> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/qyjbxx/">企业基本信息</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/qyjygl/">企业经营管理</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/shzr/">社会责任</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/cggyl/">采购供应链</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/qylxfs/">企业联系方式</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/yszht/">云上展厅</a> </li> <li class="col-xs-6 col-sm-12"> <a href="./xxgk/qtxx/">其他信息</a> </li> </ul> <div class="top_angle_white"></div> </li> </ul> </div> </div> </nav> </div> <!--e:nav_main--> <style> @media (min-width: 768px) { .nav-new { text-align: center; overflow: hidden; display: none; position: absolute; z-index: 10000; left: 18%; background: #fff; opacity: 0.94; filter: alpha(opacity:94); left: -10px; right: -10px; box-shadow: 1px 0 5px rgb(144, 144, 144); width: 150px; } .navbar-nav > li > a { padding: 29px 5px 15px; margin: 0px 20px !important; } .top_angle_white { background: rgba(0, 0, 0, 0) url(/themes2015/images/top-angle2.png) no-repeat scroll 15px 1px; height: 8px; position: absolute; top: 60px; width: 100%; z-index: 999999; display: none; left: 35%; } } </style> </div> <div id="main" class="mainwrap mainwrap-cont"> <!-- <span class="showtxt">提速降费 · 防信息诈骗w · 精准扶贫 · 改开40年</span> --> <!--s:banner--> <!-- <img class="snow" src="./images/P020220120588334152798.png" alt="" /> --> <!-- <img class="hidden-xs xcy" src="./images/P020230117469292581480.png" /> --> <a href='http://www.chinatelecom.com.cn/news/07/202411/t20241115_85172.html' class="hidden-xs hidden-sm"> <div class="holder"></div> </a> <div id="banner" style="z-index:100"> <!-- <img class="decration" src="/main12/test2019/webziyuan/202206/P020220602403791523634.png" alt="" /> --> <!-- 国庆装饰 --> <!-- <img class="decration" src="/main12/test2019/202209/P020220929407138167622.png" alt="" /> --> <div class="swiper-container swiper-container-horizontal container banner-img pad-0" style="z-index:100"> <div class="swiper-wrapper"> <div class="swiper-container swiper-container-horizontal banner-box banner-img"> <div class="swiper-wrapper" style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px);"> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://www.chinatelecom.com.cn/news/06/2024_PT_EXPO/" target="_blank"> <img src="./2015/banner/202409/W020240927436121212743.jpg" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://campus.51job.com/chinatelecom" target="_blank"> <img src="./2015/banner/202408/W020240826329638209381.jpg" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://www.chinatelecom.com.cn/news/06/hzyyh_8306/" target="_blank"> <img src="./2015/banner/202312/W020231206343635948795.jpg" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://www.chinatelecom.com.cn/news/06/ZTJY/" target="_blank"> <img src="./2015/banner/202304/W020230426344337734639.png" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://www.chinatelecom.com.cn/sxgzbak/jthg/xxxcgcddesdjs/" target="_blank"> <img src="./2015/banner/202211/W020221206570100022831.png" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> <div class="swiper-slide swiper-slide-next" style="width: 1000px; "> <a href="http://www.chinatelecom.com.cn/news/06/ZQFU/" target="_blank"> <img src="./2015/banner/202210/W020221027412396356443.png" alt="" class="media-object img-responsive cssshadow row-img" /> </a> </div> </div> </div> </div> <div class=" swiper-button-next swiper-button-white banner-button-next"> </div> <div class="swiper-button-prev swiper-button-white banner-button-prev"></div> </div> <div class='swiper-banner'> <!--<div class='banner-icon'><img src='./images/P020200120404181943194.png' /></div> <div class='banner-icon1'><img src='./images/P020200210411176476814.png' /></div> <div class='banner-icon2'><img src="./images/P020200509400038727832.png" /></div>--> <!-- 更换背景注释掉的下一行 --> <!-- <div class='swiperBg'><img src="./images/P020200806367178353359.png" /></div> --> <!--<div class="swiper-button-next swiper-button-white banner-button-next btnPrev"></div>--> </div> </div> <div id="secondRow" class="container" style="z-index:100;"> <div class="row"> <div class="swiper-pagination swiper-pagination-clickable fix hidden-xs" style=" position: absolute;left: 50%;transform: translate(-50%,-0%);"> </div> </div> <div class="col-xs-3 col-xs-offset-9 col-sm-3 col-sm-offset-9 col-md-3 col-md-offset-9 hidden-xs searchBox" style="height:51px;"> <form id="search" name="search" method="post" action="http://search.chinatelecom.com.cn/was5/web/search"> <div style="margin-bottom: -10px;" class="form-group has-success has-feedback fix-wind"> <input name="searchword" class="form-control" placeholder="站内搜索" style="border-radius: 20px; width: 216px; height: 26px; relative; margin-top: 0px; margin-bottom: -19px;" type="text" /> <input name="channelid" value="209604" type="hidden" /> <input name="StringEncoding" type="hidden" /> <a class="search_stat"><span style="margin-top: 0px;cursor: pointer;" class="glyphicon glyphicon-search fix-img"></span></a> <span id="inputError2Status" class="sr-only"></span> </div> </form> </div> </div> <!--e:banner--> <script> $('.search_stat').on('click', function () { if ($.trim($(this).siblings("input[name=searchword]").val()) == '') { alert('请输入搜索内容!'); return; } $("#search").submit(); }); </script> <!--s:row1--> <div class="container" style="margin-bottom: 7px;"> <div class="row"> <div class="col-xs-12 col-sm-8 col-md-8"> <div class="main-box ournalism border_none"> <a href="./news/" target="_blank"><h4>新闻中心<i class="glyphicon glyphicon-th-large "></i></h4></a> <span class="tab-box "> <a class="active" href="#hot" aria-controls="hot" role="tab" data-toggle="tab">热点 | </a> <a href="#leader" aria-controls="leader" role="tab" data-toggle="tab" class="hidden-xs">领导 | </a> <a href="#group" aria-controls="group" role="tab" data-toggle="tab">集团 | </a> <a href="#places" aria-controls="places" role="tab" data-toggle="tab" class="hidden-xs" style="width:100%; position:relative">各地 | </a> <a href="#special" aria-controls="special" role="tab" data-toggle="tab" >专题</a> </span> </div> <div class="row "> <div class="col-xs-12 col-sm-6 col-md-6 cont hidden-xs"> <div style='width:100%; position:relative'> <div class="swiper-container news-img-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="http://www.chinatelecom.com.cn/news/lddt/202411/t20241115_85164.html" target="_blank"> <img src="./2015/xwtp/202411/W020241115394383491530.jpg" alt="封面.jpg"/> </a> <div class="shadow"></div> <div class="shadow-title"> 中国电信柯瑞文:<br>AI赋能,注智云网,领航5G发展新阶段 </div> </div> <div class="swiper-slide"> <a href="http://www.chinatelecom.com.cn/news/02/202410/t20241018_84741.html" target="_blank"> <img src="./2015/xwtp/202410/W020241018596200373200.png" alt="封面.png"/> </a> <div class="shadow"></div> <div class="shadow-title"> 发挥云网融合优势 赋能汽车产业新变革<br>中国电信助力智能网联汽车行业创新发展 </div> </div> <div class="swiper-slide"> <a href="http://www.chinatelecom.com.cn/news/lddt/202411/t20241120_85253.html" target="_blank"> <img src="./2015/xwtp/202411/W020241120412636805912.png" alt="封面.png"/> </a> <div class="shadow"></div> <div class="shadow-title"> 中国电信唐珂:<br>低空经济为翼 腾飞产业未来 </div> </div> </div> <div class="swiper-button-next swiper-button-white news-img-button-next" style="right:0;"></div> <div class="swiper-button-prev swiper-button-white news-img-button-prev" style="left:0;"></div> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6 cont tab-content"> <div role="tabpanel" class="tab-pane fade in active" id="hot"> <div> <a href="http://www.chinatelecom.com.cn/news/02/202411/t20241128_85438.html" title="中国电信沙特公司正式成立" target="_blank"> <h5 style="text-align:center;margin-left:-4px;">中国电信沙特公司正式成立</h5> <p style="text-indent: 1.5em">11月21日,中国电信沙特公司在利雅得正式成立,这是中国电信深度服务共建“一带一路”,推动构建“中阿命运共同体”的重要里程碑,标志着中国电信在国际化的道路上又迈出了坚实的一步。</p> </a> <ul class="content-right" style="margin-top:11px;"> <li><a href="http://www.chinatelecom.com.cn/news/02/202411/t20241127_85415.html" title="“天翼云·息壤杯”高校AI大赛全国火热进行中!" target="_blank">“天翼云·息壤杯”高校AI大赛全国火热进行中!</a></li> <li><a href="http://www.chinatelecom.com.cn/news/02/202411/t20241122_85327.html" title="中国电信荣获首批世界互联网大会杰出贡献奖" target="_blank">中国电信荣获首批世界互联网大会杰出贡献奖</a></li> <li><a href="http://www.chinatelecom.com.cn/news/02/202411/t20241120_85255.html" title="中国电信超大规模视联孪生平台技术创新与规模化应用荣获2024世界互联网大会领先科技奖" target="_blank">中国电信超大规模视联孪生平台技术创新与规模...</a></li> </ul> </div> </div> <div role="tabpanel" class="tab-pane fade" id="leader"> <div> <a href="./news/lddt/202411/t20241120_85253.html" title="中国电信唐珂:低空经济为翼 腾飞产业未来" target="_blank"> <h5 style="text-align:center">中国电信唐珂:<br>低空经济为翼 腾飞产业未来</h5> <p style="text-indent: 1.5em">11月19日至21日,2024中国5G+工业互联网大会在湖北武汉举行。大会上,中国电信发布了新一代天驿方舱和天枢终端,中国电信副总经理唐珂发表题为《低空经济为翼,腾飞产业未来》的主旨演讲,介绍了中国电信在构筑基...</p> </a> <ul class="content-right" style="margin-top:11px;"> <li><a href="./news/lddt/202411/t20241115_85164.html" title="中国电信柯瑞文:AI赋能,注智云网,领航5G发展新阶段" target="_blank">中国电信柯瑞文:AI赋能,注智云网,领...</a></li> <li><a href="./news/lddt/202411/t20241115_85165.html" title="WBBA主席李正茂:推动云网宽带发展,共建非洲美好数字未来" target="_blank">WBBA主席李正茂:推动云网宽带发展,共...</a></li> <li><a href="./news/lddt/202411/t20241113_85121.html" title="中国电信邵广禄:AI和数据驱动,加速高质量发展" target="_blank">中国电信邵广禄:AI和数据驱动,加速高...</a></li> </ul> </div> </div> <div role="tabpanel" class="tab-pane fade" id="group"> <div> <a href="./news/02/202411/t20241128_85438.html" title="中国电信沙特公司正式成立" target="_blank"> <h5 style="text-align:center;margin-left:-4px;">中国电信沙特公司正式成立</h5> <p style="text-indent: 1.5em;margin-bottom:10px;">11月21日,中国电信沙特公司在利雅得正式成立,这是中国电信深度服务共建“一带一路”,推动构建“中阿命运共同体”的重要里程碑,标志着中国电信在国际化的道路上又迈出了坚实的一步。</p> </a> <ul class="content-right" style="margin-top:11px;"> <li><a href="./news/02/202411/t20241127_85415.html" title="“天翼云·息壤杯”高校AI大赛全国火热进行中!" target="_blank">“天翼云·息壤杯”高校AI大赛全国火热...</a></li> <li><a href="./news/02/202411/t20241125_85384.html" title="引领数字生活新篇章 第三届“光华杯”千兆光网应用创新大赛数字生活专题赛圆满收官" target="_blank">引领数字生活新篇章 第三届“光华杯”千...</a></li> <li><a href="./news/02/202411/t20241122_85327.html" title="中国电信荣获首批世界互联网大会杰出贡献奖" target="_blank">中国电信荣获首批世界互联网大会杰出贡献奖</a></li> </ul> </div> </div> <div role="tabpanel" class="tab-pane fade" id="places"> <div> <a href="./news/03/202411/t20241128_85456.html" title="中国电信宜春分公司举办“热血汇聚 翼路同行”无偿献血公益活动" target="_blank"> <h5 style="text-align:center">中国电信宜春分公司举办<br>“热血汇聚 翼路同行”无偿献血公益活动</h5> <p style="text-indent: 1.5em">近日,中国电信宜春分公司积极履行社会责任,成功举办了一场主题为“热血汇聚 翼路同行”的无偿献血公益活动,用实际行动诠释了企业的公益担当。</p> </a> <ul class="content-right" style="margin-top:11px;"> <li><a href="./news/03/202411/t20241128_85455.html" title="中国电信深圳分公司爱心翼站与平安银行携手举办敬老公益活动" target="_blank">中国电信深圳分公司爱心翼站与平安银行...</a></li> <li><a href="./news/03/202411/t20241128_85454.html" title="兰州政企智能服务运营中心获全国“质量信得过班组”称号" target="_blank">兰州政企智能服务运营中心获全国“质量...</a></li> <li><a href="./news/03/202411/t20241128_85453.html" title="康养云课堂走进云南爱心翼站 助力中老年人健康护眼" target="_blank">康养云课堂走进云南爱心翼站 助力中老年...</a></li> </ul> </div> </div> <div role="tabpanel" class="tab-pane fade" id="special"> <div> <!-- 正式上线需修改 --> <!-- <a href="http://www.chinatelecom.com.cn/news/06/2024_PT_EXPO/" target="_blank"> <h5 style="text-align:center">2024中国国际信息通信展</h5> <p style="text-indent: 1.5em">2024年9月25日,2024年中国国际信息通信展览会在北京盛大开幕。在这场被誉为“行业变化的晴雨表、技术演进的风向标”的年度盛会上,中国电信以“智云筑国基 星辰启未来”为主题精彩亮相,荣获“最佳展台设计奖”...</p> </a> --> <a href="http://www.chinatelecom.com.cn/news/06/ZXYW2024/" target="_blank"> <h5 style="text-align:center">大力发展战略新兴业务</h5> <p style="text-indent: 1.5em">在2023年11月10日举行的数字科技生态大会上,云计算及算力、人工智能、安全、数字平台、大数据、量子、新一代信息通信被确立为中国电信的七大战略性新兴业务。作为建设网络强国和数字中国的主力军...</p> </a> <ul class="content-right" style="margin-top:11px;"> <li><a href="http://www.chinatelecom.com.cn/news/06/hzyyh_8306/" target="_blank">高质量发展看电信</a></li> <li><a href="http://www.chinatelecom.com.cn/news/06/5G/" target="_blank">电信5G 赋能未来</a></li> <li><a href="http://www.chinatelecom.com.cn/news/06/gqsn/" target="_blank">国企改革深化提升行动</a></li> </ul> </div> </div> <div role="tabpanel" class="tab-pane fade" id="notice"> <div> <a href="./news/qygs/202207/t20220720_70924.html" title="中国电信各省分公司信访联系方式" target="_blank"> <h5 style="text-align:center">中国电信各省分公司信访联系方式</h5> <p style="text-indent: 1.5em"></p> </a> <ul class="content-right" style="margin-top:11px;"> </ul> </div> </div> </div> </div> </div> <div class="col-xs-12 col-sm-4 col-md-4"> <div class="main-box border_none"> <a href="./news/xwzjyw/" target="_blank"><h4>国资动态<i class="glyphicon glyphicon-th-large "></i></h4></a> <span class="title_more"> <a href="./news/xwzjyw/" target="_blank"> 更多+ </a> </span> </div> <ul class="content-right cont"> <li><a href="./news/xwzjyw/202411/t20241106_85030.html" title="国务院国资委党委传达学习习近平总书记重要讲话精神和中央政治局会议精神 推进巡视整改常态化长效化 筑牢国资央企高质量发展文化根基" target="_blank">国务院国资委党委传达学习习近平总书记重要讲话精神和中央政治局会议精神 推进巡视整改常态化长效化 筑牢国资央企高质量发展文化根基</a></li> <li><a href="./news/xwzjyw/202411/t20241104_85000.html" title="国务院国资委党委传达学习习近平总书记在省部级主要领导干部学习贯彻党的二十届三中全会精神专题研讨班开班式上重要讲话精神 勇担使命强化落实 奋力书写国资国企全面深化改革新答卷" target="_blank">国务院国资委党委传达学习习近平总书记在省部级主要领导干部学习贯彻党的二十届三中全会精神专题研讨班开班式上重要讲话精神 勇担使命强化落实 奋力书写国资国企全面深化改革新答卷</a></li> <li><a href="./news/xwzjyw/202409/t20240924_84429.html" title="国务院国资委党委传达学习习近平总书记近期重要讲话精神 进一步推动中央企业为黄河流域生态保护和高质量发展作出新的更大贡献" target="_blank">国务院国资委党委传达学习习近平总书记近期重要讲话精神 进一步推动中央企业为黄河流域生态保护和高质量发展作出新的更大贡献</a></li> </ul> <div class="main-box"> <a href="./news/06/" target="_blank"><h4>精彩专题<i class="glyphicon glyphicon-th-large "></i></h4></a> <span class="title_more"><a href="./news/06/" target="_blank"> 更多+ </a></span> </div> <ul class="content-right cont"> <!-- <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/ZGDXFXJZ/" title="防汛救灾保通信" target="_blank"> 防汛救灾保通信 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/2021zgdxdsxxjy/" title="党史学习教育" target="_blank"> 党史学习教育 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/jzfp/" title="乡村振兴" target="_blank"> 乡村振兴 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/gqsn/" title="国企改革" target="_blank"> 国企改革 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/2018IPv6/" title="IPv6网络新基石" target="_blank"> IPv6网络新基石 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="http://www.chinatelecom.com.cn/news/06/5G/" title="5G赋能未来" target="_blank"> 5G赋能未来 </a> </li> --> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/2024_PT_EXPO/" title="2024年通信展" target="_blank"> 2024年通信展 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/ZXYW2024/" title="大力发展战略新兴业务" target="_blank"> 战新业务 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/ZTJY/" title="主题教育" target="_blank"> 主题教育 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/TZZXEZZ/" title="提质增效稳增长" target="_blank"> 提质增效稳增长 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/gqsn/" title="国企改革" target="_blank"> 国企改革 </a> </li> <li style="padding-left:0; padding-right:0;" class="col-xs-12 col-sm-6 col-md-6"> <a href="/news/06/2018IPv6/" title="IPv6网络新基石" target="_blank"> IPv6网络新基石 </a> </li> </ul> </div> </div> </div> <!--e:row1--> <!--s:row4--> <!-- <div class="container centralAD" style="height:85px;overflow: hidden;"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="swiper-container banner-img"> <div class="swiper-wrapper"> <div class="swiper-slide" > <a onclick="_hmt.push(['_trackEvent', 'index', 'click', 'index_mid_img'])" class="hidden-xs" href="http://www.chinatelecom.com.cn/news/06/2021zgdxdsxxjy/" target="_blank"> <img src="./homeInformation/contentbanners/201910/W020210702614602848613.jpg" alt="PC.jpg" class='img-responsive' style='margin-top:13px;'/></a> <a onclick="_hmt.push(['_trackEvent', 'index', 'click', 'index_mid_img'])" class="hidden-lg hidden-md hidden-sm" href="http://www.chinatelecom.com.cn/news/06/2021zgdxdsxxjy/" target="_blank"> <img src="./homeInformation/contentbanners/201910/W020210702614603308383.jpg" alt="手机.jpg" class='img-responsive' style='margin-top:13px;'/></a> </div> </div> </div> </div> </div> </div> --> <!--e:row4--> <div class="container centralAD" style=" height:85px;overflow: hidden;"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="swiper-container banner-img"> <div class="swiper-wrapper"> <div class="swiper-slide" > <!-- <a href="http://www.chinatelecom.com.cn/news/06/2021zgdxdsxxjy/" target="_blank"> <img src="./images/W020210702614602848613.jpg" alt="PC.jpg" class='img-responsive' style='margin-top:13px;' /></a> --> <a onclick="_hmt.push(['_trackEvent', 'index', 'click', 'index_mid_img'])" class="hidden-xs" href="http://www.chinatelecom.com.cn/sxgzbak/jthg/xxxcgcddesdjs/" target="_blank"> <img src="./images/P020230216584065369769.png" style='margin-top:13px;' alt="PC.jpg" class='img-responsive' /></a> <a onclick="_hmt.push(['_trackEvent', 'index', 'click', 'index_mid_img'])" class="hidden-lg hidden-md hidden-sm" href="http://www.chinatelecom.com.cn/sxgzbak/jthg/xxxcgcddesdjs/" target="_blank"> <img src="./images/P020230217364788286487.png" alt="手机.jpg" class='img-responsive' style='margin:0 auto;margin-top:13px;width: 100%;' /></a> </div> </div> </div> </div> </div> </div> <!--s:row5--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script> </script> <div class="container"> <div class="row" style="padding-bottom: 20px;"> <div class="col-xs-12 col-sm-8 col-md-8"> <div class="main-box1"> <span style="margin-top: 15px; padding: 0px 4px;" class="title_more"> <a href="http://www.chinatelecom.com.cn/expo/" target="_blank" class="profiles jump-link1" style="display: none;"> 更多+ </a> <a href="http://www.chinatelecom.com.cn/zp/" target="_blank" class="jobs tojobs jump-link2" style="display: none;"> 更多+ </a> <a href="http://www.chinatelecom.com.cn/news/rengongzhineng/" target="_blank" class="yi_living jump-link3" style="display: none;"> 更多+ </a> <a href="http://www.chinatelecom.com.cn/news/jctj/" target="_blank" class="gallery jump-link4" style="display: none;"> 更多+ </a> <a href="http://www.chinatelecom.com.cn/news/yunjisuanjisuanli/" target="_blank" class="zhanxin jump-link5" style="display: none;"> 更多+ </a> <a href="http://www.chinatelecom.com.cn/news/xinyidaixinxitongxin/" target="_blank" class="zhanxin jump-link6" style="display: none;"> 更多+ </a> </span> <!-- <ul class="nav nav-tabs phone" role="tablist"> <li role="presentation" class="active yi_living" data-id="yi_living"><a href="#yi_living" name="yi_living" aria-controls="yi_living" role="tab" data-toggle="tab">元宇宙</a></li> <li role="presentation" class="expo" data-id="expo"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">通信博览</a></li> <li role="presentation" class="job" data-id="jobs"><a href="#jobs" name="job" aria-controls="jobs" role="tab" data-toggle="tab">招贤纳士</a></li> <li role="presentation" class="gallery" data-id="gallery"><a href="#gallery" name="gallery" aria-controls="gallery" role="tab" data-toggle="tab">精彩图集</a></li> </ul> --> <ul class="nav nav-tabs phone" role="tablist"> <li role="presentation" class="active job" data-id="jobs"><a href="#jobs" name="job" aria-controls="jobs" role="tab" data-toggle="tab">招贤纳士</a></li> <li role="presentation" class="yi_living" data-id="yi_living"><a href="#yi_living" name="yi_living" aria-controls="yi_living" role="tab" data-toggle="tab">人工智能</a></li> <li role="presentation" class="zhanxin" data-id="zhanxin"><a href="#zhanxin" name="zhanxin" aria-controls="zhanxin" role="tab" data-toggle="tab">云计算及算力</a></li> <li role="presentation" class="tongxin" data-id="tongxin"><a href="#tongxin" aria-controls="tongxin" role="tab" data-toggle="tab">新一代信息通信</a></li> <li role="presentation" class="expo" data-id="expo"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">通信博览</a></li> <li role="presentation" class="gallery" data-id="gallery"><a href="#gallery" name="gallery" aria-controls="gallery" role="tab" data-toggle="tab">精彩图集</a></li> </ul> </div> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="jobs"> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://campus.51job.com/chinatelecom" title="中国电信集团有限公司2025秋季校园招聘公告" target="_blank" onclick="_hmt.push(['_trackEvent', 'zhaopin', 'click', 'zhaopin_index'])"> <img src="./zp/202408/W020240826330252588163.jpg" alt="banner2.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://campus.51job.com/chinatelecom" title="中国电信集团有限公司2025秋季校园招聘公告" target="_blank" onclick="_hmt.push(['_trackEvent', 'zhaopin', 'click', 'zhaopin_index'])"> <h4 class="media-heading"> 中国电信集团有限公司2025秋季校园招聘公告 </h4> <p style="margin-top:10px;"> 中国电信集团有限公司携下属分子公司和专业机构,正式启动2025秋季校园招聘活动,面向国内外普通高等院校诚聘英才。 </p> <p class="menu-content-p"> 2024-08-26 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202411/t20241128_85440.html" title="中电信翼智2025届校园招聘正在进行中!" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202411/t20241128_85440.html" title="中电信翼智2025届校园招聘正在进行中!" target="_blank"> <h4 class="media-heading"> 中电信翼智2025届校园招聘正在进行中! </h4> <p style="margin-top:10px;"> 中电信翼智教育科技有限公司(以下简称“中电信翼智公司”)是中国电信股份有限公司旗下全资子公司,成立于2023年6月,中电信翼智公司接应国家教育数字化战略行动,加速行... </p> <p class="menu-content-p"> 2024-11-26 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202411/t20241115_85160.html" title="中国电信云计算研究院2025校园招聘公告" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202411/t20241115_85160.html" title="中国电信云计算研究院2025校园招聘公告" target="_blank"> <h4 class="media-heading"> 中国电信云计算研究院2025校园招聘公告 </h4> <p style="margin-top:10px;"> 中国电信云计算研究院是中国电信总部直属的高层次学术研究机构,位于北京市海淀区。云计算研究院由国际知名计算机科学家担任院长,聚焦于云计算基础理论和前沿技术的研... </p> <p class="menu-content-p"> 2024-11-13 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202409/t20240902_84085.html" title="中国电信2025校园招聘博士招聘全面启动!" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202409/t20240902_84085.html" title="中国电信2025校园招聘博士招聘全面启动!" target="_blank"> <h4 class="media-heading"> 中国电信2025校园招聘博士招聘全面启动! </h4> <p style="margin-top:10px;"> 以不懈的求知欲为翼,助推科技前沿拓展,触摸领域创新边界,“翼”起喝彩 ,“博”览未来,中国电信2025校园招聘博士招聘全面启动! </p> <p class="menu-content-p"> 2024-09-02 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202409/t20240910_84254.html" title="中国电信数智公司2025校园招聘火热进行中!" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202409/t20240910_84254.html" title="中国电信数智公司2025校园招聘火热进行中!" target="_blank"> <h4 class="media-heading"> 中国电信数智公司2025校园招聘火热进行中! </h4> <p style="margin-top:10px;"> 数字,重构生活的每个角落;科技,为憧憬的美好注入实现的可能。数智科技蓬勃发展的时代,澎湃梦想已然释放,万里征途亟待探索。电信数智2025校园招聘全面启动,青春无... </p> <p class="menu-content-p"> 2024-09-02 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202409/t20240910_84252.html" title="中国电信数政公司2025校园招聘火热进行中!" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202409/t20240910_84252.html" title="中国电信数政公司2025校园招聘火热进行中!" target="_blank"> <h4 class="media-heading"> 中国电信数政公司2025校园招聘火热进行中! </h4> <p style="margin-top:10px;"> 中电信数政科技有限公司是中国电信股份有限公司全资子公司,成立于2023年11月23日,公司定位为集团级能力型与科技型子公司,负责数字政务平台研发和能力建设、行业直管... </p> <p class="menu-content-p"> 2024-09-02 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./zp/202409/t20240910_84250.html" title="中国电信号百信息2025校园招聘火热进行中!" target="_blank" > </a> </div> <div class=" media-body "> <a href="./zp/202409/t20240910_84250.html" title="中国电信号百信息2025校园招聘火热进行中!" target="_blank"> <h4 class="media-heading"> 中国电信号百信息2025校园招聘火热进行中! </h4> <p style="margin-top:10px;"> 号百信息服务有限公司成立于2007年8月16日,是中国电信股份有限公司旗下全资子公司、信息科技公司,是专业化运营单位在全国电信体系下设立号百经营机构,建立全国号百运... </p> <p class="menu-content-p"> 2024-09-02 </p> </a> </div> </div> </div> <div role="tabpanel" class="tab-pane " id="zhanxin"> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202411/t20241121_85326.html" title="中国电信“东数西算”工程长三角国家算力枢纽平台发布" target="_blank"> <img src="./news/yunjisuanjisuanli/202411/W020241121611390769871.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202411/t20241121_85326.html" title="中国电信“东数西算”工程长三角国家算力枢纽平台发布" target="_blank"> <h4 class="media-heading"> 中国电信“东数西算”工程长三角国家算力枢纽平台发布 </h4> <p style="margin-top:10px;"> 11月19日,2024年中国电信浙江公司智算发布会在桐乡乌镇圆满举办。浙江电信在会上正式发布“东数西算”工程长三角国家算力枢纽平台和息壤算力全国互联互通浙江先行者计划。 </p> <p class="menu-content-p"> 2024-11-20 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202411/t20241119_85244.html" title="成渝经济圈,中国通服唱响“赛博”双城记" target="_blank"> <img src="./news/yunjisuanjisuanli/202411/W020241119665818756084.png" alt="封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202411/t20241119_85244.html" title="成渝经济圈,中国通服唱响“赛博”双城记" target="_blank"> <h4 class="media-heading"> 成渝经济圈,中国通服唱响“赛博”双城记 </h4> <p style="margin-top:10px;"> 2024年,成渝地区双城经济圈建设的第五个年头,“川渝一盘棋,唱好双城记”是成渝地区高质量发展的主旋律。中国通服积极推动巴蜀大地的数字化进程,全力建设成渝算力枢纽。 </p> <p class="menu-content-p"> 2024-11-15 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202411/t20241112_85115.html" title="上海公司算力服务面向企业正式规模商用——推出“一户一卡”免费体验计划" target="_blank"> <img src="./news/yunjisuanjisuanli/202411/W020241112692907940157.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202411/t20241112_85115.html" title="上海公司算力服务面向企业正式规模商用——推出“一户一卡”免费体验计划" target="_blank"> <h4 class="media-heading"> 上海公司算力服务面向企业正式规模商用——推出“一户一卡”免费体验计划 </h4> <p style="margin-top:10px;"> 中国电信上海公司积极响应“算力浦江”智算行动,以“智云上海”服务区域经济发展、助力营商环境优化,致力于打造普惠的公共算力体系,积极融入和服务上海建设更具国际... </p> <p class="menu-content-p"> 2024-11-11 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202411/t20241111_85081.html" title="中国电信庆阳算力中心:以“首创首为”精神为数字经济贡献力量" target="_blank"> <img src="./news/yunjisuanjisuanli/202411/W020241111601490496604.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202411/t20241111_85081.html" title="中国电信庆阳算力中心:以“首创首为”精神为数字经济贡献力量" target="_blank"> <h4 class="media-heading"> 中国电信庆阳算力中心:以“首创首为”精神为数字经济贡献力量 </h4> <p style="margin-top:10px;"> 中国电信庆阳算力中心近日传来捷报,已成功完成1664架机架的销售任务,并部署了21000张高性能GPU卡,算力规模高达1.6万P,彰显出强大的数据处理能力。截至目前,该中心... </p> <p class="menu-content-p"> 2024-11-07 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202410/t20241023_84806.html" title="向新向智 “息壤”生出澎湃算力" target="_blank"> <img src="./news/yunjisuanjisuanli/202410/W020241023534717169536.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202410/t20241023_84806.html" title="向新向智 “息壤”生出澎湃算力" target="_blank"> <h4 class="media-heading"> 向新向智 “息壤”生出澎湃算力 </h4> <p style="margin-top:10px;"> 作为云服务国家队,中国电信天翼云始终坚持科技创新,在技术方面不断取得突破,推出多项研发成果。作为其中的重要代表,“息壤”入选“2022年度央企十大超级工程”,通... </p> <p class="menu-content-p"> 2024-10-21 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/yunjisuanjisuanli/202410/t20241014_84655.html" title="新疆首个1000P!中国电信助航哈密点亮“新算力”" target="_blank"> <img src="./news/yunjisuanjisuanli/202410/W020241014556530799804.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/yunjisuanjisuanli/202410/t20241014_84655.html" title="新疆首个1000P!中国电信助航哈密点亮“新算力”" target="_blank"> <h4 class="media-heading"> 新疆首个1000P!中国电信助航哈密点亮“新算力” </h4> <p style="margin-top:10px;"> 10月9日,由中国电信携手哈密国投、华为共同推进的智算中心完成首期1000P算力交付。新疆首个1000P算力成功点亮交付,也标志着哈密市在算力产业发展上迈出了坚实的一步。 </p> <p class="menu-content-p"> 2024-10-10 </p> </a> </div> </div> </div> </div> <div role="tabpanel" class="tab-pane" id="yi_living"> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202411/t20241127_85414.html" title="丰富AI生态,挖掘AI人才,这场大赛要让我国AI自长息无限" target="_blank"> <img src="./news/rengongzhineng/202411/W020241127405774747208.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202411/t20241127_85414.html" title="丰富AI生态,挖掘AI人才,这场大赛要让我国AI自长息无限" target="_blank"> <h4 class="media-heading"> 丰富AI生态,挖掘AI人才,这场大赛要让我国AI自长息无限 </h4> <p style="margin-top:10px;"> “天翼云·息壤杯”高校AI大赛北京区域赛在清华科技园启幕。本次大赛由中国电信携手华为公司、中国自动化学会、中国通信学会、中国图象图形学学会以及全球计算联盟联合... </p> <p class="menu-content-p"> 2024-11-27 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202411/t20241114_85144.html" title="“显眼包”上线!天翼物联5G智能机器人助力办公楼宇智能化" target="_blank"> <img src="./news/rengongzhineng/202411/W020241114402046542688.png" alt="封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202411/t20241114_85144.html" title="“显眼包”上线!天翼物联5G智能机器人助力办公楼宇智能化" target="_blank"> <h4 class="media-heading"> “显眼包”上线!天翼物联5G智能机器人助力办公楼宇智能化 </h4> <p style="margin-top:10px;"> “您好,请问您要去哪个楼层?跟我说说,可以带你去哟!”近日,位于达州的川东大数据中心迎来了一位新入职“讲解员”,不仅长相帅气,还“满腹经纶”,成为大家眼中的... </p> <p class="menu-content-p"> 2024-11-01 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202410/t20241031_84963.html" title="天翼物联AI绿色云眸,以AI+绿色科技护航秋收季 ,实现农田智能化管理" target="_blank"> <img src="./news/rengongzhineng/202410/W020241031539114944094.png" alt="封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202410/t20241031_84963.html" title="天翼物联AI绿色云眸,以AI+绿色科技护航秋收季 ,实现农田智能化管理" target="_blank"> <h4 class="media-heading"> 天翼物联AI绿色云眸,以AI+绿色科技护航秋收季 ,实现农田智能化管理 </h4> <p style="margin-top:10px;"> 天翼物联推出“AI绿色云眸”产品方案,基于中国电信5G物联专网和视联网平台,提供视频采集、传输、储存、调阅、应用一揽子服务,实现农田智能化管理,助力农业安全高效... </p> <p class="menu-content-p"> 2024-10-29 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202410/t20241030_84932.html" title="电信数智训推一体化平台亮相2024中国算力大会 探索人工智能+高校教育新路径" target="_blank"> <img src="./news/rengongzhineng/202410/W020241030517875457831.png" alt="封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202410/t20241030_84932.html" title="电信数智训推一体化平台亮相2024中国算力大会 探索人工智能+高校教育新路径" target="_blank"> <h4 class="media-heading"> 电信数智训推一体化平台亮相2024中国算力大会 探索人工智能+高校教育新路径 </h4> <p style="margin-top:10px;"> 9月27日至29日,中国算力大会在河南郑州召开。中电信数智科技有限公司亮相“中国电信算力应用及产业赋能分论坛”,郑州研发中心主任邵宏刚分享《MaaS平台+人工智能通识... </p> <p class="menu-content-p"> 2024-10-28 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202410/t20241024_84851.html" title="中国电信云芯AI模组助力物联网终端智能化获“人工智能+电信业”领航先锋案例" target="_blank"> <img src="./news/rengongzhineng/202410/W020241024644472737722.png" alt="封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202410/t20241024_84851.html" title="中国电信云芯AI模组助力物联网终端智能化获“人工智能+电信业”领航先锋案例" target="_blank"> <h4 class="media-heading"> 中国电信云芯AI模组助力物联网终端智能化获“人工智能+电信业”领航先锋案例 </h4> <p style="margin-top:10px;"> 2024年中国国际信息通信展览会期间,“人工智能+电信业”领航先锋典型案例举行颁奖仪式,天翼物联申报的“云芯AI模组助力物联网终端智能化”案例荣获先锋案例。 </p> <p class="menu-content-p"> 2024-10-23 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/rengongzhineng/202410/t20241008_84579.html" title="2024年人工智能行业模型开发大会在云南圆满完成" target="_blank"> <img src="./news/rengongzhineng/202410/W020241008622089271224.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/rengongzhineng/202410/t20241008_84579.html" title="2024年人工智能行业模型开发大会在云南圆满完成" target="_blank"> <h4 class="media-heading"> 2024年人工智能行业模型开发大会在云南圆满完成 </h4> <p style="margin-top:10px;"> 9月29日下午,中国电信云南公司(以下简称:云南电信)在昆明举办“中国电信2024年人工智能行业模型开发大会”。 </p> <p class="menu-content-p"> 2024-09-30 </p> </a> </div> </div> </div> <div role="tabpanel" class="tab-pane" id="tongxin"> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241125_85383.html" title="当5G开始连接戈壁与海洋!中国电信助力天山脚下跃出新疆三文鱼" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241125548169581683.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241125_85383.html" title="当5G开始连接戈壁与海洋!中国电信助力天山脚下跃出新疆三文鱼" target="_blank"> <h4 class="media-heading"> 当5G开始连接戈壁与海洋!中国电信助力天山脚下跃出新疆三文鱼 </h4> <p style="margin-top:10px;"> “这可不是普通的鱼,这是我们在新疆养的三文鱼,你们看,是不是又大又好看!”新疆伊犁巩留县天蕴渔业养殖基地的刘大叔说道,转眼间只见他捞上来一条闪耀着银光、不停... </p> <p class="menu-content-p"> 2024-11-22 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241125_85382.html" title="中国电信义乌分公司:电信5G联手真爱毯业,数智赋能工厂蝶变焕新" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241125546936522740.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241125_85382.html" title="中国电信义乌分公司:电信5G联手真爱毯业,数智赋能工厂蝶变焕新" target="_blank"> <h4 class="media-heading"> 中国电信义乌分公司:电信5G联手真爱毯业,数智赋能工厂蝶变焕新 </h4> <p style="margin-top:10px;"> 2022年6月,浙江真爱毯业科技有限公司与中国电信义乌分公司签署战略合作协议,携手打造5G未来工厂项目。该项目采用5G网络、工业PON网络等为整个厂区提供全方位的网络基... </p> <p class="menu-content-p"> 2024-11-22 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241121_85325.html" title="中国电信福建公司助力民企智造升级" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241121609545958994.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241121_85325.html" title="中国电信福建公司助力民企智造升级" target="_blank"> <h4 class="media-heading"> 中国电信福建公司助力民企智造升级 </h4> <p style="margin-top:10px;"> 从闽东电机到闽南纺织,福建民营企业正以前所未有的速度和决心拥抱智能制造,以期在全球竞争中占据一席之地。促进数字经济和实体经济的深度融合,中国电信福建公司近年... </p> <p class="menu-content-p"> 2024-11-20 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241121_85288.html" title="全球首个5G-A VR大空间沉浸剧场应用落地 开启文旅新体验" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241121352081860008.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241121_85288.html" title="全球首个5G-A VR大空间沉浸剧场应用落地 开启文旅新体验" target="_blank"> <h4 class="media-heading"> 全球首个5G-A VR大空间沉浸剧场应用落地 开启文旅新体验 </h4> <p style="margin-top:10px;"> 幾米的作品是很多人的青春印记,他的绘本,温暖了一代又一代读者,如今,这份“温暖”正以VR的全新方式呈现给更多的人。 </p> <p class="menu-content-p"> 2024-11-18 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241115_85194.html" title="武汉美的智慧工厂焕新:5G引领制造业数字化再升级" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241115698089912644.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241115_85194.html" title="武汉美的智慧工厂焕新:5G引领制造业数字化再升级" target="_blank"> <h4 class="media-heading"> 武汉美的智慧工厂焕新:5G引领制造业数字化再升级 </h4> <p style="margin-top:10px;"> 日前,中国电信与美的集团携手,成功将武汉暖通工厂升级为5G+全连接高端高品质工厂。2021年,美的集团武汉暖通工厂实现中国电信5G全覆盖,经过几年时间的连续发展建设,... </p> <p class="menu-content-p"> 2024-11-13 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="./news/xinyidaixinxitongxin/202411/t20241112_85114.html" title="中国电信开展6G分布式网络架构及关键技术验证" target="_blank"> <img src="./news/xinyidaixinxitongxin/202411/W020241112688851593433.jpg" alt="6G封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/xinyidaixinxitongxin/202411/t20241112_85114.html" title="中国电信开展6G分布式网络架构及关键技术验证" target="_blank"> <h4 class="media-heading"> 中国电信开展6G分布式网络架构及关键技术验证 </h4> <p style="margin-top:10px;"> 为满足灵活多变的场景需求、更高的网络韧性需求,适配数据、算力资源的天然分布特性,中国电信研究院持续开展6G网络架构及关键技术攻关,依托中国电信云网融合大科创装... </p> <p class="menu-content-p"> 2024-11-11 </p> </a> </div> </div> </div> <div role="tabpanel" class="tab-pane" id="expo"> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://www.chinatelecom.com.cn/expo/04/202411/t20241127_85418.html" title="【收藏打卡】中国电信文博场馆系列(二)" target="_blank"> <img src="./2015/txbl/202411/W020241127495951947175.png" alt="首页封面.png" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://www.chinatelecom.com.cn/expo/04/202411/t20241127_85418.html" title="【收藏打卡】中国电信文博场馆系列(二)" target="_blank"> <h4 class="media-heading"> 【收藏打卡】中国电信文博场馆系列(二) </h4> <p style="margin-top:10px;"> 为了铭记历史、启迪未来,中国电信的一座座别具特色的文博场馆应运而生。它们展示了中国信息通信事业的辉煌成就,是连接过去与未来的桥梁。快来收藏打卡这些中国电信文... </p> <p class="menu-content-p"> 2024-11-27 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://www.chinatelecom.com.cn/expo/04/202411/t20241118_85205.html" title="【收藏打卡】中国电信文博场馆系列(一)" target="_blank"> <img src="./2015/txbl/202411/W020241118414720480279.jpg" alt="首页封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://www.chinatelecom.com.cn/expo/04/202411/t20241118_85205.html" title="【收藏打卡】中国电信文博场馆系列(一)" target="_blank"> <h4 class="media-heading"> 【收藏打卡】中国电信文博场馆系列(一) </h4> <p style="margin-top:10px;"> 为了铭记历史、启迪未来,中国电信的一座座别具特色的文博场馆应运而生。它们展示了中国信息通信事业的辉煌成就,是连接过去与未来的桥梁。快来收藏打卡这些中国电信文... </p> <p class="menu-content-p"> 2024-11-18 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://www.chinatelecom.com.cn/expo/01/202411/t20241107_85043.html" title="“万水千山一线牵”——海底光缆你不知道的事!" target="_blank"> <img src="./2015/txbl/202411/W020241107616243794816.jpg" alt="首页封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://www.chinatelecom.com.cn/expo/01/202411/t20241107_85043.html" title="“万水千山一线牵”——海底光缆你不知道的事!" target="_blank"> <h4 class="media-heading"> “万水千山一线牵”——海底光缆你不知道的事! </h4> <p style="margin-top:10px;"> 在浩瀚无垠的海洋深处,隐藏着一条条连接世界的“神经中枢”——海底光缆。它承担了全球99%的跨洲通信和数据流量,是名副其实的国际通信主动脉。 </p> <p class="menu-content-p"> 2024-11-07 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://www.chinatelecom.com.cn/expo/01/202410/t20241030_84914.html" title="震撼!通信兵黄继光:用生命诠释英雄本色" target="_blank"> <img src="./2015/txbl/202410/W020241030400883563292.jpg" alt="首页封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://www.chinatelecom.com.cn/expo/01/202410/t20241030_84914.html" title="震撼!通信兵黄继光:用生命诠释英雄本色" target="_blank"> <h4 class="media-heading"> 震撼!通信兵黄继光:用生命诠释英雄本色 </h4> <p style="margin-top:10px;"> 1952年,上甘岭发生了抗美援朝战争中最惨烈的战役。在不到4平方公里的阵地上,“联合国军”发射炮弹190多万发,投掷炸弹5000多枚,整个山头都被削低了两米。上甘岭战役... </p> <p class="menu-content-p"> 2024-10-29 </p> </a> </div> </div> <div class="row menu-content media" style="margin-top:10px;"> <div class="media-left media-all"> <a href="http://www.chinatelecom.com.cn/expo/01/202410/t20241021_84776.html" title="【通信万花筒】中国第一座基站为何建在这里?" target="_blank"> <img src="./2015/txbl/202410/W020241021413078101560.jpg" alt="首页封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="http://www.chinatelecom.com.cn/expo/01/202410/t20241021_84776.html" title="【通信万花筒】中国第一座基站为何建在这里?" target="_blank"> <h4 class="media-heading"> 【通信万花筒】中国第一座基站为何建在这里? </h4> <p style="margin-top:10px;"> 移动通信网络部署始开始于上个世纪70年代末,也被称为1G时代,英文全称叫Base Station,简称BS,直译过来就是“基站”,这一叫法一直延续到今天。 </p> <p class="menu-content-p"> 2024-10-21 </p> </a> </div> </div> </div> <div role="tabpanel" class="tab-pane " id="gallery"> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202411/t20241128_85462.html" title="低温手机耗电更快?冬日该如何为手机省电" target="_blank"> <img src="./news/jctj/202411/W020241128669797800844.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202411/t20241128_85462.html" title="低温手机耗电更快?冬日该如何为手机省电" target="_blank"> <h4 class="media-heading"> 低温手机耗电更快?冬日该如何为手机省电 </h4> <p style="margin-top:10px;"> 低温环境下,手机的锂离子电池化学反应速度也会减缓,此时电池的活性降低,放出的电流也变小,电池容量也随之降低,冬天时电动汽车的续航更低也是这么个道理。 </p> <p class="menu-content-p"> 2024-11-27 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202411/t20241126_85413.html" title="凭啥啊?“苹”实力!" target="_blank"> <img src="./news/jctj/202411/W020241126688019210691.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202411/t20241126_85413.html" title="凭啥啊?“苹”实力!" target="_blank"> <h4 class="media-heading"> 凭啥啊?“苹”实力! </h4> <p style="margin-top:10px;"> 如何让小苹果走出去?成为静宁县乃至甘肃省需要思考的问题,而数字化转型成为当下的较优解。 </p> <p class="menu-content-p"> 2024-11-25 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202411/t20241125_85354.html" title="别再盲目充到100%!get充电新姿势!" target="_blank"> <img src="./news/jctj/202411/W020241125410998350513.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202411/t20241125_85354.html" title="别再盲目充到100%!get充电新姿势!" target="_blank"> <h4 class="media-heading"> 别再盲目充到100%!get充电新姿势! </h4> <p style="margin-top:10px;"> 如果手机每次都充至100%电量,电池会长时间处于高压力状态,这不仅会缩减电池寿命,还可能带来安全隐患。因此,推荐将电量充至80%~90%区间,既能满足日常使用需求,又能... </p> <p class="menu-content-p"> 2024-11-21 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202411/t20241119_85231.html" title="天翼物联:5G+物联网为产业注智" target="_blank"> <img src="./news/jctj/202411/W020241119610938110247.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202411/t20241119_85231.html" title="天翼物联:5G+物联网为产业注智" target="_blank"> <h4 class="media-heading"> 天翼物联:5G+物联网为产业注智 </h4> <p style="margin-top:10px;"> 近年来,中国电信天翼物联坚持科技引领,充分利用5G+物联网技术为万物赋“灵”,让随处可见的“它”,不仅能感知,会说话,还擅长思考,变成聪明灯、聪明酒、聪明水、... </p> <p class="menu-content-p"> 2024-11-14 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202410/t20241030_84920.html" title="一颗马铃薯的数字化旅程" target="_blank"> <img src="./news/jctj/202410/W020241030420513636199.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202410/t20241030_84920.html" title="一颗马铃薯的数字化旅程" target="_blank"> <h4 class="media-heading"> 一颗马铃薯的数字化旅程 </h4> <p style="margin-top:10px;"> 要说秋收季的主角,土豆一定榜上有名,一个个圆润饱满、分量十足的金疙瘩铺满田垄,构成了最美的秋收景象! </p> <p class="menu-content-p"> 2024-10-29 </p> </a> </div> </div> </div> <div class="eventsPhotos"> <div class="row menu-content media" style="margin-top:10px;border-bottom: 0;"> <div class="media-left media-all"> <a href="./news/jctj/202410/t20241025_84853.html" title="经常用手机“护眼模式”,眼睛会怎样?" target="_blank"> <img src="./news/jctj/202410/W020241025428243789079.jpg" alt="封面.jpg" class='media-object' style='width:185px;height:107px;'/> </a> </div> <div class=" media-body "> <a href="./news/jctj/202410/t20241025_84853.html" title="经常用手机“护眼模式”,眼睛会怎样?" target="_blank"> <h4 class="media-heading"> 经常用手机“护眼模式”,眼睛会怎样? </h4> <p style="margin-top:10px;"> 开了手机“护眼模式”,手机党就能高枕无忧了,真的是这样吗?其实,事情的真相是即使你开“护眼模式”,长时间刷手机眼睛一样会受到伤害的,和小翼一起来了解下吧! </p> <p class="menu-content-p"> 2024-10-25 </p> </a> </div> </div> </div> </div> </div> </div> <div class="col-xs-12 col-sm-4 col-md-4"> <div class="main-box" style="margin-top:22px;border-bottom:none;"> <a> <h4>官方微博<i class="glyphicon glyphicon-th-large "></i></h4> </a> </div> <div class="row"> <div class="col-xs-12"> <iframe width="302" height="422" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=302&height=422&fansRow=1&ptype=1&speed=0&skin=1&isTitle=0&noborder=1&isWeibo=1&isFans=0&uid=1975415803&verifier=687040f6&dpc=1"></iframe> </div> </div> <div class="main-box" style="margin-top:18px;"> <a> <h4>相关连接<i class="glyphicon glyphicon-th-large "></i></h4> </a> </div> <div class="row Branch"> <div class="col-xs-12 col-sm-12"> <a href="http://www.chinatelecom-h.com" target="_blank">中国电信股份有限公司</a> </div> <div class="col-xs-12 col-sm-12"> <a href="https://www.chinaccs.cn/" target="_blank">中国通信服务股份有限公司</a> </div> <div class="col-xs-12 col-sm-12"> <a href="http://www.new-gm.cn/" target="_blank">新国脉数字文化股份有限公司</a> </div> <div class="row friendly-link"> <div class="col-xs-12 col-sm-12"> <a href="http://www.sasac.gov.cn/" target="_blank"> <p>国务院国有资产监督管理委员会</p> </a> <a href="http://www.miit.gov.cn/" target="_blank"> <p>工业和信息化部</p> </a> </div> </div> </div> </div> </div> <script> $(".atholopynInfos").on("click", function () { $(".atholopynInfos").removeClass("atholopynActive"); $(this).addClass("atholopynActive"); }) </script> <!--e:row5--> </div> </div> </div> <!--s:link--> <div id="link"> <div class="container-fulid hidden-xs hidden-sm"> <div class="link"> <div class="container"> <div class="row" style="overflow:hidden;"> <div class="col-xs-8 col-sm-8 col-md-8" style="margin-top:50px;"> <div class="row"> <div class="col-xs-3 col-sm-3 col-md-3" style="width: 20%;"> <div class="QR-code"> <a> <img src='./images/P020210813523376418343.png' alt='' style='width:116px;height:116px;' /> <p>中国电信视频号</p> </a> </div> </div> <!--<div class="col-xs-3 col-sm-3 col-md-3"> <div class="QR-code"> <a> <img src='/themes2015/images/eryx.png' alt='' style='width:116px;height:116px;' /> <p>中国电信易信公众号</p> </a> </div> </div>--> <div class="col-xs-3 col-sm-3 col-md-3" style="width: 20%;"> <div class="QR-code"> <a> <img src='/themes2015/images/erwx.png' alt='' style='width:116px;height:116px;' /> <p>中国电信微信公众号</p> </a> </div> </div> <div class="col-xs-3 col-sm-3 col-md-3" style="width: 20%;"> <div class="QR-code"> <a> <img src='/themes2015/images/erwb.png' alt='' style='width:116px;height:116px;' /> <p>中国电信官方微博</p> </a> </div> </div> <div class="col-xs-3 col-sm-3 col-md-3" style="width: 20%;"> <div class="QR-code"> <a> <img src='./images/P020200115544242495903.png' alt='' style='width:116px;height:116px;' /> <p>中国电信官方抖音号</p> </a> </div> </div> <div class="col-xs-3 col-sm-3 col-md-3" style="width: 20%;"> <div class="QR-code"> <a> <img src='./images/P020200115544616601197.png' alt='' style='width:116px;height:116px;' /> <p>中国电信官方快手号</p> </a> </div> </div> </div> </div> <div class="col-xs-4 col-sm-4 col-md-4" style="margin-top:60px;"> <div class="row "> <div class="col-xs-4 col-sm-4 col-md-4"> <a href="http://www.chinatelecom.com.cn/about/01/index.html" class="law">法律声明</a> </div> <div class="col-xs-4 col-sm-4 col-md-4"> <a href="http://www.chinatelecom.com.cn/about/02/index.html" class="law">使用帮助</a> </div> <div class="col-xs-4 col-sm-4 col-md-4"> <a href="http://www.chinatelecom.com.cn/about/03/index.html" class="law">联系我们</a> </div> </div> </div> </div> </div> </div> </div> </div> <!--e:link--> <!--s:footer--> <div id="footer"> <div class="footer"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-4 col-md-4 hidden-xs"> <div class="row footer-img "> <div class="col-xs-4 col-sm-4 col-md-4"> <a href="https://www.ctct.cn/" target="_blank"> <img class='media-object img-responsive cssshadow' src='./images/P020231007403238958553.png' style="max-width: 120%;" /> </a> </div> <div class="col-xs-4 col-sm-4 col-md-4"> <a href="http://www.ctyun.cn" target="_blank"> <img class='media-object img-responsive cssshadow' alt='' src='/images/ecloud2021.png' style="max-width: 120%;" /> </a> </div> <div class="col-xs-4 col-sm-4 col-md-4" style="padding-left:5px;padding-top: 3px;"> <p style="color:#8b8b8b;line-height:1;text-align:left;margin: 0;">天翼云提供</p> <p style="color:#8b8b8b;line-height:1;text-align:left;letter-spacing: 0.3px;">计 算 服 务</p> </div> </div> </div> <div class="col-xs-4 col-sm-4 col-md-4 hidden-xs" style="margin-top: 35px;margin-bottom: 30px;text-align: center;"> <span style="font-size: 12px;color: #fff;font-family:Microsoft YaHei">京公网安备11040140060| <a target="_blank" style="font-size: 12px;color: #fff;font-family:Microsoft YaHei" href="https://beian.miit.gov.cn/">京ICP备12007914号</a> </span> </div> <div class="col-xs-4 col-sm-4 col-md-4 hidden-xs" style="margin-top: 35px;margin-bottom: 30px; text-align: right;"> <a target="_blank" href="https://tsm.miit.gov.cn/"><span class="License" style="font-size: 12px;color: #fff;font-family:Microsoft YaHei;margin-left: 8px;">增值电信业务经营许可证A2.B1.B2-20090001</span></a> </div> <div class="col-xs-12 col-sm-4 col-md-4 visible-xs"> <div class="row footer-img1"> <div class="wbfooter"> <p style="margin:0 auto; display:table;">京公网安备11040140060| <a target="_blank" style="color:#fff; font-size:inherit;" href="https://beian.miit.gov.cn/">京ICP备12007914号</a> </p> <a target="_blank" style=" margin: 0 auto; display: table;" href="https://tsm.miit.gov.cn/"> <p class="License">增值电信业务经营许可证A2.B1.B2-20090001</p> </a> </div> </div> </div> </div> </div> </div> </div> <!--e:footer--> <div id="myModal" class="modal fade"> <div class="modal-dialog" style="width:460px"> <div class="modal-content"> <div class="modal-header" style="padding:15px 30px;"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title">温馨提示</h4> </div> <div class="modal-body" style="padding:15px 30px;"> <p style="line-height:24px">您的浏览器内核版本过低,无法正常显示网站内容,建议使用IE9以上支持HTML5的浏览器浏览本站。</p> <footer style="color:#909090;line-height:24px">技术咨询电话:13331039503 13370166218</footer> <button type="button" class="btn btn-default btn-block" style="margin:30px 0px 20px;" data-dismiss="modal">关闭</button> </div> </div> </div> </div> <script type='text/javascript'> var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?6242dd5f7ef414b2bcfbaf2a7a87e6cb"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({ id: "JiNG0yzqVzsL8xpP", ck: "JiNG0yzqVzsL8xpP" })</script> <script> console.log('LA统计初始化完毕-----') </script> <script type='text/javascript' src='./images/language.js'></script> <script type="text/javascript"> //电信集团门户网站ipv6统计 (function () { var c = document.createElement("script"); c.src = "//www20.chinatelecom.com.cn/c.js?d19eb0a9ad034abc83f04a6e62b1080e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(c, s); })(); </script> <script src="./images/jweixin-1.6.0.js"></script> <script> //微信分享默认调用接口 var $appid, $timestamp, $noncestr, $signature, $description, $title1; console.log('wexin1.6测试-----') var shareIMG = "http://www.chinatelecom.com.cn/images/logo/logo.jpg"; var shareLink = window.location.href; //分享摘要 var shareDesc = ''; var shareDescData = ``; if (typeof shareDescSpecial != "undefined") { shareDesc = shareDescSpecial; } else { shareDesc = shareDescData; } var shareDescMeta = $("meta[name='description']").attr("content"); //分享标题 // 文档标题 //$('.zj_safe').length; // 导航标签 //$('.CurrChnlCls').length; var share_TRSCURPAGE = ''; var shareTitle; if ($('.zj_safe').length != 0) { // var shareTitleSafe = $('.zj_safe').text(); // shareTitle = shareTitleSafe; var articleTitle = ''; shareTitle = articleTitle; console.log('111') } else if ($('.CurrChnlCls').length != 0) { var shareTitleWhere = [$('.CurrChnlCls')[$('.CurrChnlCls').length - 1]][0].innerHTML; shareTitle = shareTitleWhere; } else if (share_TRSCURPAGE != "") { shareTitle = share_TRSCURPAGE; } else { shareTitle = document.title } console.log('shareTitle----', shareTitle) $.ajax({ type: "post", // url : "http://mthj.chinatelecom.com.cn/wechat/wechat/share", url: "http://www21.chinatelecom.com.cn/jssign", data: { "url": location.href.split('#')[0], "key": "e777d830-d65c-48c8-b249-2ce7de181ab5" }, cache: false, async: false, headers: { Accept: "application/json; charset=utf-8" }, success: function (msg) { var data = msg; $appid = data.appId; // appid $timestamp = data.timestamp; // timestamp $noncestr = data.nonceStr; // noncestr $signature = data.signature; // signature //**配置微信信息** wx.config({ debug: false, appId: $appid, timestamp: $timestamp, nonceStr: $noncestr, signature: $signature, jsApiList: [ // 所有要调用的 API 都要加到这个列表中 'updateTimelineShareData', 'updateAppMessageShareData' ] }); console.log(wx, wx.config, '配置微信信息') wx.ready(function () { // 微信分享的数据 wx.checkJsApi({ jsApiList: ['updateTimelineShareData', 'updateAppMessageShareData'], // 需要检测的JS接口列表,所有JS接口列表见附录2, success: function (res) { console.log(res, 'checkJSAPI') } }); var shareData = { imgUrl: shareIMG, link: shareLink, desc: shareDesc, title: shareTitle, success: function () { // 分享成功可以做相应的数据处理 // alert('分享成功'); }, cancel: function () { // alert('取消分享') }, fail: function () { // alert('分享失败') } }; console.log('shareData----.....', shareData) //分享微信朋友圈 wx.updateTimelineShareData(shareData) //分享给朋友 wx.updateAppMessageShareData(shareData) }); wx.error(function (res) { console.log(res); }); }, error: function (msg) { console.log('错误的信息', msg) } }); </script> <!-- <div class="hidden-xs hidden-sm fake-bg" ></div> --> <!-- 2021冬季背景 --> <!-- <img class="hidden-xs hidden-sm fake-bg" src="./images/P020220126527973594435.png" /> --> <!-- 2022春季背板 --> <!-- <img class="hidden-xs hidden-sm fake-bg" src="./images/P020220216398148180786.png" /> --> <!-- 2022夏季背板 --> <!-- <img class="hidden-xs hidden-sm fake-bg" src="/main12/test2019/webziyuan/202206/P020220602385228020961.png" /> --> <!-- 2022国庆背板 --> <!-- <img class="hidden-xs hidden-sm fake-bg" src="/main12/test2019/sybf/202209/P020220929529397943054.png" /> --> <!-- 20221229 天翼数字大会背板 --> <!-- <img class="hidden-xs hidden-sm fake-bg" src="./images/P020230117656772944842.png" /> --> <!-- 2023年春季 --> <!-- <img src="./images/P020230206429156609213.png" class="hidden-xs hidden-sm fake-bg" alt="" /> --> <a href='http://www.chinatelecom.com.cn/news/07/202411/t20241115_85172.html' class="hidden-xs video-bg-wrap"> <video class="video-bg" src="" poster="http://www.chinatelecom.com.cn/2015/topvideo/202411/W020241115672995033378.png" autoplay="autoplay" loop="true" muted></video> </a> <div class="pic-bg hidden-xs"> <img src="./2015/topvideo/202411/W020241115672995033378.png" alt="封面3.png"/> </div> <!-- <img src="./images/P020230724417717477151.png" class="zhishiqi hidden-xs" /> --> <!-- <div class="my-box"> <div class="close"></div> <img src="./images/P020231214704855027976.png" alt="" /> </div> --> </body> <script> /*function submitSearch(){ console.log('???'+$(this).attr('href')); if($.trim($("input[name=searchword]").val())==''){ alert('请输入内容!'); return; } $('#fm').submit(); }; $('.search_stat').on('click',submitSearch); function submitSearch(){ console.log('???'+$(this).attr('href')); if($.trim($("input[name=search_name]").val())==''){ alert('请输入内容!'); return; } $('#fm').submit(); };*/ $(function () { $('.sidebar_btn').hover(sidebarOpenHover, sidebarCloseHover); function sidebarOpenHover() { var $t = $(this).find('.sidebar_content'); $(this).children('a').css({ color: '#000000' }); if ($t.is(":animated")) $t.stop(true, true); $t.show(); $t.animate({ width: "122px" }, 400); }; function sidebarCloseHover() { var $t = $(this).find('.sidebar_content'); $(this).children('a').css({ color: '#ffffff' }); if ($t.is(":animated")) $t.stop(true, true); $t.animate({ width: "0" }, 300, function () { $t.hide(); }); }; $('.sidebar_btn2').hover(sidebarOpenHover1, sidebarCloseHover1); function sidebarOpenHover1() { var $t = $(this).find('.sidebar_content'); $(this).children('a').css({ color: '#000000' }); if ($t.is(":animated")) $t.stop(true, true); $t.show(); $t.animate({ width: "300px" }, 400); }; function sidebarCloseHover1() { var $t = $(this).find('.sidebar_content'); $(this).children('a').css({ color: '#ffffff' }); if ($t.is(":animated")) $t.stop(true, true); $t.animate({ width: "0" }, 300, function () { $t.hide(); }); }; $('.poor').click(function () { $('.poor').close(); }); var swiper = new Swiper('.banner-box', { pagination: '.swiper-pagination', nextButton: '.banner-button-next', prevButton: '.banner-button-prev', observer: true, observeParents: true, paginationClickable: true, spaceBetween: 30, autoplay: 3500, speed: 1200, loop: true, autoplayDisableOnInteraction: false }); var swiper2 = new Swiper('.news-img-container', { nextButton: '.news-img-button-next', prevButton: '.news-img-button-prev', spaceBetween: 0, autoplay: 3500, speed: 1200, loop: true, speed: 1200, autoplayDisableOnInteraction: false }); /* var swiper3= new Swiper('.banner-img', { pagination: '.swiper-pagination', spaceBetween: 30, centeredSlides: true, autoplay: 3500, speed:1200, autoplayDisableOnInteraction: false }); */ $('.tab-box a').click(function () { $(this).addClass('active').siblings().removeClass('active'); }); $('.content-right li').click(function () { $('content-right li').removeClass('active'); $(this).addClass('active') }); $('.left li a').click(function () { $('.left li a').removeClass('active'); $(this).addClass('active') }); var bOk = true; $('.sy-title_more').hover(function () { if (bOk) { $('.all-button').show(); bOk = !bOk; } else { $('.all-button').hide(); bOk = !bOk; } }); $('#all-button a').click(function () { $('#region-box>div:visible').slideUp(); $('#region-box>div.' + $(this).attr('class')).slideDown(); }); var imgNum = 0; $('.defaultImg a').each(function () { if ($(this).find('img').length && $(this).find('img').length > 0) return; if (imgNum > 9) imgNum = 0; var imgs = ['default-1.jpg', 'default-2.jpg', 'default-3.jpg', 'default-4.jpg', 'default-5.jpg', 'default-6.jpg', 'default-7.jpg', 'default-8.jpg', 'default-9.jpg', 'default-10.jpg']; $(this).html('<img style="width:185px;height:107px" class="media-object img-responsive cssshadow sz-filter" src="/themes2015/images/' + imgs[imgNum] + '" />'); imgNum++; }); }); $(document).ready(function () { var pic = document.getElementById("move"); //在页面上 点击的时候 获取鼠标在页面上的位置 让图片 慢慢 到这个位置 document.getElementById('content').onmousemove = function (e) { var event = e || window.e; //获取鼠标在页面上的位置 var pageX = event.offsetX; var pageY = event.offsetY; //让图片 慢慢 到这个位置 setTimeout(function () { $('#move').offset({ top: e.pageY - $('#content').height() / 100, left: e.pageX - $('#content').width() / 100 }) }, 200) }; }) </script> <script> $(function () { $('.bgdiv2').css('left', $(window).width() * -0.026 + 'px '); $('body').mousemove(function (e) { var x = (e.pageX * -0.03), y = (e.pageY * -0.03); $('.bgdiv2').css('background-position', -x + 20 + 'px ' + 0 + 'px'); /*$('.bgdiv2').css({"left":(x) + 'px ','top':(0) + 'px'});*/ }); }); $(function () { function IsPC() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var flag = true; for (var v = 0; v < Agents.length; v++) { if (userAgentInfo.indexOf(Agents[v]) > 0) { flag = false; break; } } return flag; } var isPC = IsPC(); if (isPC === false) { return; } var flag = true; // 后台设置的视频地址,电脑端视频背景 var videoLink = 'http://video.chinatelecom.com.cn/masvod/public/2024/11/15/20241115_1932f3367ad_r1_4800k.mp4'; // 视频时长 单位是秒 var duration = '19' var posterImg = 'https://www11.chinatelecom.com.cn/wcm/file/read_image.jsp?FileName=U020241115653877889888.png' console.log('posterImg-', posterImg) console.log('videoLink---', videoLink); console.log('duration----', duration); $('.navbar-brand img').attr('src', 'http://www.chinatelecom.com.cn/main12/test2019/202307/P020230724535949057216.png'); $('#banner').hide() $('#secondRow').hide(); $('.video-bg').attr('poster', posterImg); $('.video-bg').attr('src', videoLink); function handleBg() { // 处理背景的方法:内容区版心恢复正常布局,移除视频背景,改为图片背景,展示banner和banner下的那行 $('#banner').show(); $('#secondRow').show(); $('.holder').slideUp(1000); $('.video-bg-wrap').remove(); // $('body').css('background',"url('http://video.chinatelecom.com.cn/masvod/public/2023/01/30/593.images/v593_b1675041859462.jpg?0.509962249104619') no-repeat"); // $('body').css('background-size','cover'); $('.pic-bg').show(); flag = false; } $(window).scroll(function () { // 电脑端页面滚动之后交互 if ($(this).scrollTop() >= 1) { $('#main').addClass('main-active'); $('.nav-mybg').addClass('nav-active'); $('body').css('padding-top', '210px'); $('.navbar-default .navbar-nav>li>a').css('color', '#333'); $('.border_item').addClass('white-bg'); $('.navbar-brand img').attr('src', 'http://www.chinatelecom.com.cn/images/dianxin.png'); $('.web_window_bar').css('color', '#c8c8c8'); $('.window_list_txt').css('color', '#c8c8c8'); $('.learn_about').addClass('learn_about_gray'); $('.en_cn').addClass('en_cn_gray'); $('.servicehall').addClass('servicehall_gray'); $('.border_item').addClass('border_item_gray'); $('.window_learn_about, .window_en_cn, .window_servicehall').addClass('bgwhite'); $('.item_scroll_tips').hide(); } else { $('#main').removeClass('main-active'); $('.nav-mybg').removeClass('nav-active'); $('body').css('padding-top', '0px'); $('.navbar-default .navbar-nav>li>a').css('color', '#fff'); $('.border_item').removeClass('white-bg'); $('.navbar-brand img').attr('src', 'http://www.chinatelecom.com.cn/main12/test2019/202307/P020230724535949057216.png'); $('.web_window_bar').css('color', '#fff'); $('.window_list_txt').css('color', '#fff'); $('.learn_about').removeClass('learn_about_gray') $('.en_cn').removeClass('en_cn_gray'); $('.servicehall').removeClass('servicehall_gray'); $('.border_item').removeClass('border_item_gray'); $('.window_learn_about, .window_en_cn, .window_servicehall').removeClass('bgwhite'); $('.item_scroll_tips').show(); } if (($(this).scrollTop() >= 1) && flag) { // $('.mainwrap-cont').addClass('mt0'); handleBg(); } }) setTimeout(handleBg, duration * 1000); }) </script> <!-- <script> $('.close').on('click', function () { $('.my-box').remove(); }) </script> --> </HTML>