@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body::-webkit-scrollbar {
    width: .05rem; /* 垂直滚动条的宽度 */
    height: .05rem; /* 水平滚动条的高度 */
}

/* 定义滚动条轨道的样式 */
body::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px;
}

/* 定义滚动条滑块的样式 */
body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* 定义滚动条滑块在悬停时的样式 */
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    font-size: 12px;
    background: #000;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}
.head_menu{
	display: none;
}
.header {
    background: rgba(8, 4, 4, 0.70);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_pub {
    width: 14.4rem;
    margin: 0 auto;
}


.head_nav {
    display: flex;
    gap: .6rem;
}

.head_nav a {
    color: rgba(255, 255, 255, 0.64);
    font-family: Arial;
    font-size: .16rem;
    font-weight: 400;
    padding: .1rem 0;
    position: relative;
    transition: 0.4s all ease;
    display: block;
}

.head_logo {
    width: 1.07rem;
    margin: 0.05rem 0;
    cursor: pointer;
}

.index_banner {
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-top: .8rem;
}

.index_flex {
}

.index_img1 {
    width: 7.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0.4rem;
}

.index_text {
    color: #fff;
    position: relative;
    z-index: 2;
}


.index_text1 {
    font-size: .48rem;
    color: #D8DCDE;
    font-weight: 900;
    text-align: center;
}

.index_text2 {
    width: 8.8rem;
    text-align: center;
    font-size: .24rem;
    line-height: .32rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(176, 174, 177, 0.94) 79.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .28rem;
}
.head_nav a:after {
    content: "";
    display: block;
    width: 20%;
    height: .02rem;
    background: #1A58CD;
    transition: 0.4s all ease;
    transform: scale(0);
    /* transform-origin: center; */
    margin-left: -10%;
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
}

.head_nav .active>a {
    color: #1A58CD;
    font-weight: bold;
}

.head_nav .active a:after,.head_nav a:hover:after {
    transform: scale(1);
}

.head_nav a:hover {
    /* color: #1A58CD; */
}

.pcmr_tips {
    background: #1C70C5;
    font-size: .4rem;
    color: #fff;
    text-align: center;
    padding: .24rem 0;
    font-weight: 600;
}

.banner_ny {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.banner_pub {
    position: relative;
    /* height: 100vh; */
    /* min-height: 7.8rem; */
}

.banner_h2 {
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    color: #D8DCDE;
    line-height: 1.2rem;
}

.banner_link {
    border-radius: 1rem;
    background: #1F386E;
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    width: 3rem;
    font-size: .2rem;
    color: #fff;
    justify-content: center;
    height: .7rem;
    font-family: Arial;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: .75rem;
    margin-bottom: .8rem;
    transition: 0.4s all ease;
    overflow: hidden;
}

.banner_pub img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: bottom; */
    width: 100%;
}
.banner_link svg {
    height: auto;
    width: .37rem;
}
.pcmr_device {
    /* background: #000; */
    padding-bottom: 1.1rem;
    position: relative;
    overflow: hidden;
}

.pcmr_device_bg {
    width: 11.9rem;
    margin: 0 auto;
    position: relative;
    height: 7.89rem;
    overflow: hidden;
    background-size: cover;
}

.pcmr_device_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8.5rem;
}
.tags-automation-animation-circle-inner {
    animation: tagsAutomationCircleAnimation 6s cubic-bezier(.6,.6,0,1) infinite;
    height: 9rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: scale(0);
    margin-left: -8rem;
    margin-top: -4.5rem;
    width: 16rem;
}
.tags-automation-animation-circle{
	    height: 100%;
	    -webkit-mask-size: cover;
	    mask-size: cover;
	    pointer-events: none;
	    position: relative;
	    -webkit-mask-image: var(--background-image);
	    mask-image: var(--background-image);
	    transition: 1s cubic-bezier(.6,.6,0,1) opacity;
}

.tags-automation-animation-circle-inner img {
    animation: tagsAnimation 3s cubic-bezier(.6,.6,0,1) infinite;
    /* opacity: 1 !important; */
    transition-delay: 0 !important;
}

.tags-automation-animation-circle-inner img {
    height: 100%;
    width: 100%;
}
.tags-automation-animation-circle-inner img {
    display: block;
    transition: 1s cubic-bezier(.6,.6,0,1) opacity;
}
.pcmr_device_ni {
    font-size: .8rem;
    color: #D8DCDE;
    font-size: .64rem;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

 @keyframes tagsAutomationCircleAnimation {
	0% {
		transform: scale(0)
	}

	to {
		transform: scale(2)
	}
}
.banner_h3 {
    color: #FFF;
    font-family: Arial;
    font-size: .64rem;
    font-style: normal;
    font-weight: 400;
    line-height: .9rem; /* 140.625% */
    width: 8.1rem;
}
@keyframes tagsAnimation {
                                        0%,20%,to {
                                            transform: scale(1)
                                        }

                                        10% {
                                            transform: scale(1.1)
                                        }
                                    }
.pcmr_table_table {
    color: #fff;
    /* background: #060B18; */
    /* overflow: hidden; */
    width: 12.44rem;
    margin: 0 auto;
    position: relative;
}

.pcmr_table_bg {
    border-radius: 8px;
    background: linear-gradient(168deg, rgba(30, 111, 205, 0.51) 6.99%, rgba(29, 48, 111, 0.65) 21.75%, rgba(35, 69, 120, 0.00) 52.1%);
    filter: blur(70px);
    position: absolute;
    width: 12.44rem;
    height: 5.69rem;
    left: -0.3rem;
    top: -0.3rem;
}

.pcmr_table_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: .03rem;
}

.pcmr_table_item {
    padding: .15rem .24rem;
    border-radius: .1rem;
    background: rgba(255, 255, 255, 0.04);
    font-size: .2rem;
    line-height: 0.3rem;
    font-weight: 400;
    font-family: Arial;
}

.pcmr_table_item:first-child {
    width: 3.2rem;
    display: flex;
    align-items: center;
}

.pcmr_table_item:nth-child(2) {
    width: 3.8rem;
}

.pcmr_table_item:nth-child(3) {
    width: 5.4rem;
}
.pcmr_table_table1 {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background: linear-gradient(168deg, rgba(33, 108, 206, 0.40) 6.99%, rgba(12, 30, 51, 0.00) 91.32%);
}
.pcmr_table_flex:first-child {
    background: url(../images/tab1.png);
    background-position: top;
    background-repeat: no-repeat;
    border-radius: .1rem;
}
.pcmr_table_table1:before{
	content: "";
	position: absolute;
	width: 10.05rem;
	height: 1.12rem;
	background: url(../images/tab2.png);
	top: -0.6rem;
	display: block;
	background-size: cover;
	left: 50%;
	margin-left: -5rem;
}
.pcmr_table_table1:after{
	/* content: ""; */
	position: absolute;
	width: 6.51rem;
	height: .39rem;
	background: url(../images/tab3.png);
	top: -0.7rem;
	display: block;
	background-size: cover;
	left: 50%;
	margin-left: -5rem;
}
.pcmr_table_tips {
    color: #FFF;
    font-family: Arial;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    width: 12.44rem;
    margin: 0.5rem auto;
}

.foot_flex {
    display: flex;
    color: #fff;
    gap: 1.8rem;
}

.foot_logo {
    width: 1.1rem;
}

.foot_email {
    color: #FFF;
    font-family: Arial;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: .16rem;
    margin-bottom: .19rem;
}

.foot_t1 {
    color: #FFF;
    font-family: Arial;
    font-size: .12rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .05rem;
    max-width: 2.2rem;
    line-height: 1.3;
}

.foot_item2d a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.64);
    font-family: Arial;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: .14rem;
    transition: 0.4s all ease;
}

.foot_item2t {
    margin-bottom: .31rem;
    font-size: .18rem;
}

.foot_item3 {
    margin-left: auto;
    display: flex;
    gap: .38rem;
    display: none;
}

.foot_item3 a {
    width: .35rem;
    display: block;
}

.footer {
    padding-top: .5rem;
    padding-bottom: 1rem;
    background: #0A1422;
}

.foot_item2 {
    padding-top: .25rem;
}
.mouseEffect{
	position: relative;
}
.mouseEffect:hover::before{
	opacity: 1;
}
.mouseEffect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(var(--circle-size, 600px) circle at var(--mouse-x, 0px) var(--mouse-y, 0px), rgba(255, 255, 255, .16), transparent 40%);
    z-index: -1;
	opacity: 0;
	transition: opacity .5s;
}
.eye_zs {
    text-align: center;
    padding-top: 1rem;
}

.eye_zs img {
    max-width: 6rem;
    position: relative;
    z-index: -3;
}
.container_1200 {
    width: 12rem;
    margin: 0 auto;
}

.eye_zs_text1 {
    text-align: center;
    color: #D8DCDE;
    text-align: center;
    font-family: Arial;
    font-size: .64rem;
    font-style: normal;
    font-weight: 900;
    line-height: .72rem; /* 112.5% */
    text-transform: capitalize;
}

.eye_zs_text2 {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .5rem; /* 156.25% */
    margin-top: .3rem;
}
.eye_1240 {
    width: 12.4rem;
    margin: 0 auto;
}

.eye_sec_item {
    width: 6rem;
    padding: .64rem;
    padding-top: 1.2rem;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(133, 176, 255, 0.19);
    background: linear-gradient(124deg, rgba(133, 176, 255, 0.04) 5.79%, rgba(255, 255, 255, 0.04) 70.29%);
}

.eye_sec2 {
    display: flex;
    justify-content: space-between;
}

.eye_sec_t1 {
    font-size: .4rem;
    color: #D8DCDE;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    line-height: .4rem; /* 100% */
    text-transform: capitalize;
}

.eye_sec_t2 {
    color: #FFF;
    font-family: Arial;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .4rem; /* 125% */
    margin-top: .24rem;
}


.eye_sec_img {
    position: absolute;
    top: -.6rem;
    width: 1.22rem;
    z-index: 2;
}

.eye_section2 {
    margin-top: 1.11rem;
    margin-bottom: .9rem;
}
.eye_sec_img img{
	position: relative;
	z-index: 1;
}
.eye_sec_img:after{
	content: "";
	display: block;
	width: 1.44rem;
	height: 1.67rem;
	background: url(../images/zx.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_bg {
    position: absolute;
    width: 7.2rem;
    top: .87rem;
    left: 50%;
    margin-left: -3.6rem;
    z-index: -2;
}

.contact_h1 {
    color: #D8DCDE;
    font-family: Arial;
    font-size: .64rem;
    font-style: normal;
    font-weight: 900;
    line-height: .64rem; /* 100% */
}

.contact_bannertext {
    padding-top: 3.6rem;
    text-align: center;
}

.contact_t2 {
    width: 8.8rem;
    text-align: center;
    font-family: Arial;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    line-height: .32rem; /* 114.286% */
    margin-top: .31rem;
    margin-bottom: .49rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(176, 174, 177, 0.94) 79.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

.contact_t3 {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.leave_msg {
    width: 10rem;
    margin: 0 auto;
    margin-top: 2.7rem;
    border-radius: 12px;
    border: 1px solid rgba(133, 176, 255, 0.19);
    background: linear-gradient(134deg, rgba(133, 176, 255, 0.10) 3.24%, rgba(255, 255, 255, 0.02) 49.13%);
    box-shadow: -16px 3px 94.6px 0px rgba(59, 106, 206, 0.28);
    padding: .5rem 1rem;
    margin-bottom: 1.1rem;
}

.leave_msg1 {
    font-family: Arial;
    font-size: .3rem;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #FFF 33.82%, #ADADAD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: .4rem;
}

.form_msg_ipt {
    padding: .25rem .3rem;
    color: #FFF;
    font-family: Arial;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: .1rem;
    border: 1px solid rgba(194, 212, 236, 0.22);
    background: rgba(69, 129, 198, 0.04);
    width: 100%;
    margin-bottom: .2rem;
}

.form_msg_50 .form_msg_ipt {
    width: 49%;
}

.form_msg_50 {
    display: flex;
    justify-content: space-between;
}

.form_msg {
}

.form_btn {
    border-radius: .1rem;
    border: 1px solid rgba(194, 212, 236, 0.22);
    background: #1A58CD;
    width: 100%;
    height: .72rem;
    color: #FFF;
    font-family: Arial;
    font-size: .24rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.4s all ease;
}
h1.banner_h2.hight800 {
    max-width: 8rem;
}
.pcmr_tt {
    color: #D8DCDE;
    text-align: center;
    font-family: Arial;
    font-size: .56rem;
    font-style: normal;
    font-weight: 900;
    line-height: .72rem; /* 128.571% */
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.pcmr_tt.w64 {
    font-size: .64rem;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    line-height: .72rem; /* 112.5% */
    text-transform: capitalize;
    background: linear-gradient(90deg, #79B7FF 0%, #2A85EE 73.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: .9rem;
}
.paddingbottom5 {
    padding-bottom: 1.44rem;
}
.pcmr_item_flex {
    display: flex;
    justify-content: space-between;
}

.pcmr_content {
    background: linear-gradient(90deg, #2B81D8 15%, #1B6FC3 100%);
    padding: 1rem 0;
    padding-bottom: .6rem;
}
.pcmr_itemt1 {
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
}

.pcmr_itemt2 {
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: .3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: .37rem;
}

.pcmr_item {
    max-width: 2.7rem;
    text-align: center;
}
.pcmr_contstt1 {
    color: #FFF;
    font-family: Arial;
    font-size: .48rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: .3rem;
}

.pcmr_contstt1 span {}

.pcmr_contstt1 span {
    color: #2A85EE;
}

.pcmr_contst2 {
    padding-bottom: 1rem;
}
.pcmr_device_img.w737 {
    width: 7.37rem;
}
.pcmr_device_ing2 {
    color: #FFF;
    text-align: right;
    font-family: Arial;
    font-size: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 2.36rem;
}

.pcmr_device_ing {
    display: flex;
    align-items: center;
    position: absolute;
}

.pcmr_device_ing1 {
    margin: 0 0.26rem;
    width: .9rem;
}

.pcmr_device_ing.ing1 {
    flex-direction: row-reverse;
    top: 0.31rem;
    left: -3.3rem;
}

.pcmr_device_ing.ing3 {
    flex-direction: row-reverse;
    top: 2.6rem;
    left: -3.3rem;
}

.pcmr_device_ing.ing2 {
    top: 0.31rem;
    left: 6.5rem;
}

.pcmr_device_ing.ing2 .pcmr_device_ing2,.pcmr_device_ing.ing4 .pcmr_device_ing2 {
    text-align: left;
}

.pcmr_device_ing.ing4 {
    top: 2.6rem;
    left: 6.5rem;
}
.pcmr_device_bg.bsug {
    overflow: unset;
}
.pcmr_contst2{
	overflow: hidden;
}
.index_text2 *,.contact_t2 * {
    background: linear-gradient(180deg, #FFF 0%, rgba(176, 174, 177, 0.94) 79.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_link:hover {
    transform: translateY(-0.1rem);
}
.foot_item2d a:hover {
    opacity: 0.7;
}

.form_btn:hover {
        background: #4580f1;
}

.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    background: #F8B627;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: 132px;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    z-index: 100000;
}


.explode-circle {
   animation: explode 0.5s forwards;

}

.desplode-circle{
   animation: desplode 0.5s forwards;
}
.relative_flex{
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}
.relative_flex svg{
	margin-left: .1rem;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #092155;
  }
  100% {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    background-color: #092155;
  }
}

@keyframes desplode {
  0% {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    background-color: #092155;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #092155;
  }
}

		    ul.headson {
    position: absolute;
    width: 2rem;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    text-align: center;
    background: #2c2c2c;
    padding: .1rem 0;
    border-radius: .05rem;
    transform: scaleY(0);
    transform-origin: top;
}

.head_nav li {
    position: relative;
}

.head_nav li:hover .headson {
    transform: scale(1);
}
.head_nav .headson  a:after{
    display: none;
}
ul.headson a:hover {
    color: #1A58CD;
}