百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

China, Russia urge nuclear-weapon states to abandon Cold War mentality: joint statement

zhezhongyun 2025-06-13 18:05 3 浏览

MOSCOW, May 8 (Xinhua) -- China and Russia urged nuclear-weapon states to abandon the Cold War mentality and zero-sum games, according to a joint statement on global strategic stability released here on Thursday.

The two sides emphasized the importance of maintaining a constructive relationship among major countries in addressing global strategic issues.

Noting that nuclear-weapon states bear special responsibilities for international security and global strategic stability, the statement said that they should give up taking measures that trigger strategic risks, and concerns should be addressed through equal dialogue and consultations based on mutual respect to enhance trust and avoid dangerous misjudgments.

The statement noted that not all nuclear-weapon states follow the above-mentioned position, saying the rising tensions among nuclear-weapon states have escalated, even to the point of facing direct military conflicts, adding that problems and challenges in the strategic domain keep emerging, and the risk of nuclear conflicts is rising.

According to the statement, the fact that certain nuclear-weapon states build or expand permanent military bases in sensitive areas around other nuclear-weapon states, flex military muscle to exert pressure, or carry out hostile acts that threaten the core security interests of other countries has become one of the most urgent strategic risks to be eliminated.

Meanwhile, the forward deployment of military facilities and advanced offensive and defensive weapons have been continuously strengthened, a trend that has raised serious concerns.

The recently announced "Golden Dome" plan of the United States aims to build a global, multi-level and multi-domain missile defense system that is not subject to any constraints to resist various missile threats, including those from "evenly matched" opponents, said the statement, adding that it also causes serious damage to strategic stability.

This plan completely and thoroughly negates the inseparable interrelationship between strategic offensive and strategic defensive arms, the core principle on maintaining global strategic stability. In addition, this plan also provides further support for the research and development of kinetic and non-kinetic means to strike missiles and their supporting facilities and achieve "left-of-launch."

The "Golden Dome" program openly proposed a significant increase in outer space combat means, including the development and deployment of orbital interception systems, weaponizing outer space and turning it into a large-scale armed confrontation site, which made the situation even worse, said the document.

The two countries oppose the attempts of individual countries to use outer space for armed confrontation, and reject the implementation of security policies and activities aimed at gaining military superiority and defining outer space and using it as a "war-fighting domain."

China and Russia condemned the use of commercial space systems to interfere in the internal affairs of sovereign states and intervene in armed conflicts of other countries.

Some individual nuclear-weapon state, supported by its allies, aims to undermine the reliability and effectiveness of the strategic deterrence of other nuclear-weapon states, revealing the attempt to seek overwhelming military superiority, and ultimately achieve "absolute strategic security." It fundamentally violates the basic logic of maintaining strategic balance and runs counter to the principle of equal and indivisible security, according to the statement.

Any military confrontation among nuclear-weapon states should be resolutely avoided, said the document, adding that political and diplomatic solutions to existing differences should be sought on the basis of mutual recognition of and mutual respect for each other's security interests and concerns.

Both sides pointed out in the statement that through a trilateral security partnership, the United States, Britain and Australia attempt to establish military facilities used by the two nuclear-weapon states to safeguard their nuclear forces within the territory of a signatory to the South Pacific Nuclear Free Zone Treaty, undermining regional strategic stability and provoking a regional arms race.

相关推荐

JavaScript做个贪吃蛇小游戏(过关-加速),无需网络直接玩。

JavaScript做个贪吃蛇小游戏(过关-则加速)在浏览器打开文件,无需网络直接玩。<!DOCTYPEhtml><htmllang="en"><...

大模型部署加速方法简单总结(大模型 ai)

以下对大模型部署、压缩、加速的方法做一个简单总结,为后续需要备查。llama.cppGithub:https://github.com/ggerganov/llama.cppLLaMA.cpp项...

安徽医大第一医院应用VitaFlow Liberty(R)Flex为患者焕然一“心”

近日,在安徽医科大学第一附属医院心血管内科负责人暨北京安贞医院安徽医院业务副院长喻荣辉教授的鼎力支持和卓越带领下,凭借着先进的VitaFlowLiberty(R)Flex经导管主动脉瓣可回收可...

300 多行代码搞定微信 8.0 的「炸」「裂」特效!

微信8.0更新的一大特色就是支持动画表情,如果发送的消息只有一个内置的表情图标,这个表情会有一段简单的动画,一些特殊的表情还有全屏特效,例如烟花表情有全屏放烟花的特效,炸弹表情有爆炸动画并且消息和...

让div填充屏幕剩余高度的方法(div填充20px)

技术背景在前端开发中,经常会遇到需要让某个div元素填充屏幕剩余高度的需求,比如创建具有固定头部和底部,中间内容区域自适应填充剩余空间的布局。随着CSS技术的发展,有多种方法可以实现这一需求。实现步骤...

css之div内容居中(css中div怎么居中)

div中的内容居中显示,包括水平和垂直2个方向。<html><head><styletype="text/css">...

使用uniapp开发小程序遇到的一些问题及解决方法

1、swiper组件自定义知识点swiper组件的指示点默认是圆圈,想要自己设置指示点,需要获得当前索引,然后赋给当前索引不同的样式,然后在做个动画就可以了。*关键点用change方法,然后通过e.d...

微信小程序主页面排版(怎样设置小程序的排版)

开发小程序的话首先要了解里面的每个文件的作用小程序没有DOM对象,一切基于组件化小程序的四个重要的文件*.js*.wxml--->view结构---->html*.wxss--...

Vue动态组件的实践与原理探究(vue动态组件component原理)

我司有一个工作台搭建产品,允许通过拖拽小部件的方式来搭建一个工作台页面,平台内置了一些常用小部件,另外也允许自行开发小部件上传使用,本文会从实践的角度来介绍其实现原理。ps.本文项目使用VueCLI...

【HarmonyOS Next之旅】兼容JS的类Web开发(四) -> tabs

目录1->创建Tabs2->设置Tabs方向3->设置样式4->显示页签索引5->场景示例编辑1->创建Tabs在pages/index目录...

CSS:前端必会的flex布局,我把布局代码全部展示出来了

进入我的主页,查看更多CSS的分享!首先呢,先去看文档,了解flex是什么,这里不做赘述。当然,可以看下面的代码示例,辅助你理解。一、row将子元素在水平方向进行布局:1.垂直方向靠顶部,水平方向靠...

【HarmonyOS Next之旅】兼容JS的类Web开发(四) -> swiper

目录1->创建Swiper组件2->添加属性3->设置样式4->绑定事件5->场景示例编辑1->创建Swiper组件在pages/index...

CSS:Flex布局,网页排版神器!(css3 flex布局)

还在为网页排版抓狂?别担心,CSS的flex布局来了,让你轻松玩转各种页面布局,实现网页设计自由!什么是Flex布局?Flex布局,也称为弹性布局,是CSS中的一种强大布局方式,它能够让你...

移动WEB开发之flex布局,附携程网首页案例制作

一、flex布局体验传统布局兼容性好布局繁琐局限性,不能再移动端很好的布局1.1flex弹性布局:操作方便,布局极为简单,移动端应用很广泛PC端浏览器支持情况较差IE11或更低版本,不支持或仅部...

2024最新升级–前端内功修炼 5大主流布局系统进阶(mk分享)

2024最新升级–前端内功修炼5大主流布局系统进阶(mk分享)获课》789it.top/14658/前端布局是网页设计中至关重要的一环,它决定了网页的结构和元素的排列方式。随着前端技术的不断发展,现...