@font-face {
    font-family: titleFont;
    src: url("/public_static/sast/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face {
    font-family: BNKGOTHL;
    src: url("/public_static/sast/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face {
    font-family: UBUNTU_L;
    src: url("/public_static/sast/lib/fonts/UBUNTU-L.TTF");
}
@font-face {
    font-family: STXihei;
    src: url("/public_static/sast/lib/fonts/STXihei.TTF");
}
@font-face {
    font-family: RuiZiYunXiHeiTi;
    src: url("/public_static/sast/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face {
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/public_static/sast/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
	font-family: siyuanheiti;
	/*font-weight: 600;*/
	/*font-family: '华文细黑';*/
    color: #fff;
}

/*弹出框*/
.index_win{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,0.6);
    display: none;

}
.index_win > .DdownDiv{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/*。。。。。。。。。。。。文字动画。。。。。。。。。。。。*/
.Pone_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PTwo_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
.PThree_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PFour_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
/*。。。。。。。。。。。。。图片动画。。。。。。。。。。。。*/
#picOne{
   transform: scale(1.1);
    transition: all 8s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transition: all 8s ease 0s;
}

/*动画*/
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }


  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }


  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.serviceMaskOne,.serviceMask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.serviceMaskOne{
	background-color: rgba(0,0,0,0.3);
}




.m-t{
    margin-top: 1rem;
}

.back_4 .title{
    padding: 0 !important;
}



.main {
	font-size: 2em;
	font-family: futura, sans-serif;
	overflow-x: hidden;
	background-color:rgba(0, 0, 0, 0.75)
}
@media (max-width: 460px) {
    .main {
		font-size: 1.5em;
	}
}
section {
	position: relative;
}
section:nth-child(odd) {
	color: #fff;
}
section:nth-child(3) {
	color: #fff;
}
section:nth-child(4) {
}
pre {
	font-size: .75em;
	padding: 20px;
}
.box {
	position: relative;
	width: 50%;
	height: 15rem;
	margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }
a {
	color: inherit;
}
.container-c{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 8;*/
    max-width: 1040px;
    width: 80%;
    /*width:calc(100% - 20rem);*/
    min-height: 80%;
    height: 80%;
    margin: auto;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.delighter.splash {
	transition: all 2s ease-out;
}
.delighter.splash.ended {
	/*background: #fff;*/
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
	display: block; transition: all 2s ease-out; opacity: 0;
	padding: 20px 0;
	width: 1px; overflow: hidden;
}
.delighter.started pre {
	max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }


.header{
	/*padding: 0 50px 0 120px;*/
	width:100%;
	height: 100px;
	/*position: absolute;*/
	top:0;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
}
.img_box{
	margin-top: 3.5rem;
}
.img_box>img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.wrap_3>.container-c>.img_box>img{
	width:72%;
}
.logo_box{
	float: left;
	line-height: 120px;
}
.nav{
	float: right;
}
.nav_l{
	float: left;
}
.nav_r{
	float: right;
	margin-left: 50px;
}

.font-bnkgothl{
    letter-spacing: 5px;
    font-family: UBUNTU_L;
}
.main>.wrap_1{
	background-size: 100% auto;
	overflow: hidden;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_1{
	padding: 0;
	/*min-height: 800px;*/
	height: 100vh;
    overflow: hidden;
}
.wrap_1 .container{
	width: 90%;
	max-width: 56rem;
	text-align: center;
	position: absolute;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	margin: auto;
}
.wrap_1_bg{
	width: 100%;
	/*height: 100%;*/
}
.wrap_1 .content{
	margin-top: -26%;
	height: 100%;
}
.wrap_1 .container .content h1{
	display: inline-block;
	font-size: 4rem;
	margin-bottom: 0;
    font-weight: 100;
	margin-top: 4rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #1CF3DB;
}
.wrap_1 .container .content p{
	font-size: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}
.wrap_1 .container .content .en{
    letter-spacing: 2px;
	/*font-family: RalewayThin;*/
    font-family: UBUNTU_L;
    /*font-weight: 600;*/
}
.wrap_1 .container .content a{
    color:#000000;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	width: 11rem;
	height: 2.5rem;
	border: 0;
	border-radius: 1.25rem;
	background-color: #1CF3DB;
	text-align: center;
	line-height: 2.5rem;
	box-shadow: 0 0 0 0 rgba(42, 242, 112,0.4);
}
.more_btn:hover,.wrap_1 .container .content a:hover{
	transition: all 0.2s;
	box-shadow: 0 0 20px 1px #1CF3DB;
	background: #000000;
	color: #1CF3DB;
}
.erweima_box{
	display: inline-block;
	position: relative;
    margin-left: 10px;
}
.erweima_box>img{
	width: 24px;
}
.erweima_content{
	display: none;
	position: absolute;
}
.erweima_content>img{
	width: 144px;
}
.erweima_content>p{
	font-size: 16px!important;
	margin: 0!important;
}

.erweima_box:hover .erweima_content{
	display: block;
    margin-left: -7px;
}
.bg{
	/*width: 100%;*/
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.title{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	font-weight: 100;
	margin: 1.74rem 0 0;
}
.title>span{
    border-bottom: 1px solid #1CF3DB;
    border-top: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}
.subtitle{
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
}
.wrap_3 .title,.wrap_3 .subtitle,
.wrap_xfuse .title,.wrap_xfuse .subtitle,
.wrap_xm .title,.wrap_xm .subtitle {
    text-align: center;
}
.text-content{
	color: #ffffff;
	font-size: 16px;
	margin: 1rem 0;
    line-height: 35px;
}
.font-md{
	font-size: 0.7rem;
}
.font-lg{
	font-size: 1rem!important;
}
.pt1rem{
	padding-top: 1rem;
}
.m0{
	margin: 0!important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.wrap_2{
  background: linear-gradient(90deg, rgba(47,108,101,0.8) 0%, rgba(39,45,108,0.8) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47,108,101,0.8) 0%, rgba(39,45,108,0.8) 100%);
  background: -o-linear-gradient(90deg, rgba(47,108,101,0.8) 0%, rgba(39,45,108,0.8) 100%);
  background:  -moz-linear-gradient(90deg, rgba(47,108,101,0.8) 0%, rgba(39,45,108,0.8) 100%);
    /* background: -webkit-linear-gradient(left,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: -o-linear-gradient(right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: -moz-linear-gradient(right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: linear-gradient(to right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8)); */
}
.wrap_2 .text-content {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
}
.wrap_2> .container-c{
	padding: 7.5rem 0;
    width: 1200px !important;
    max-width: 1200px !important;
}
.wrap_2> .container-c .title {
	margin-top: 0;
	padding-top: 7rem;
}

.wrap_2_content {
    display: flex;
}

.content_box {
    /*position: relative;*/
    /*top: -155px;*/
}

.wrap_2_statistics {
    /*display: flex;*/
    margin-top: 25px;
}

.wrap_2_statistics_p {
    position: relative;
}
.wrap_2_arrow {
    position: absolute;
    top: -4px;
}

.wrap_2_statistics>div {
    /*flex: 1;*/
    display: inline-block;
    border-left: 3px solid #1CF3DB;
    padding-left: 20px;
    margin-right: 200px;
}


.wrap_2_statistics_en>div {
    margin-right: 112px !important;
}

.wrap_2_des_en_left span {
    bottom: 35px;
}
.wrap_2_des_en_left .wrap_2_logo {
    margin-bottom: 35px;
}

.wrap_2_des_en_right .wrap_2_logo {
    margin-bottom: 80px;
}

.wrap_2_des_en_right span {
    bottom: 35px;
}

.wrap_2_statistics>div:last-child {
    margin-right: 0 !important;
}

.wrap_2_des {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.wrap_2_des .small_title {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 7px;
}
.wrap_2_des .des {
    font-size: 14px;
}


.wrap_2_des_right {
    padding-left: 70px;
}

.wrap_2_logo {
    width: 28px;
    height: 28px;
    display: block;
    margin-bottom: 10px;
}

.wrap_2_line {
    margin-top: 13px;
}

.wrap_2_num {
    color: #1CF3DB;
    font-weight: bold;
    font-size: 42px;
    line-height: 34px;
    text-align: left;
    margin-right: 5px;
}

.wrap_2_unit {
    color: #1CF3DB;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
}

.wrap_2_statistics_des {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
}

.wrap_2_img_box {
    position: relative;
}

.wrap_2_img_box>img {
    position: relative;
    top: 25%;
}

.img_scrolling {
    width: 56px;
    height: 10px;
    position: absolute;
    top: 60%;
    left: 41%;
    overflow: hidden;
}

.img_scrolling_en {
    top: 49.5% !important;
}

.img_scrolling .img1 {
    position: absolute;
    left: 0;
    animation: moveRight 5s linear infinite;
}
.img_scrolling .img2 {
    position: absolute;
    left: 0;
    animation: moveRight2 5s linear infinite;
}

@keyframes moveRight {
    0% { left: 0 }
    100% { left: 50px }
}
@keyframes moveRight2 {
    0% { left: -50px }
    100% { left: 0 }
}

.wrap_3{
  position: relative;
    background: -webkit-linear-gradient(left,#02121f, #241348);
    background: -o-linear-gradient(right,#02121f, #241348);
    background: -moz-linear-gradient(right,#02121f, #241348);
    background: linear-gradient(to right,#02121f, #241348);
    min-height: auto;
    /* padding: 0 0 7.5rem 0; */
}
.wrap_3 .container-c{
  position: initial;
    height: auto;
    min-height: initial;
    padding:  7.5rem 0;
}
.wrap_3 .container-c .title{
	  margin-top: 0;
    text-align: center;
}
.wrap_3 .container-c .img_box{
    margin-top: 3.5rem;
}

.wrap_3 .triangle-bottom{
  position: absolute;
  bottom: -150px;
  z-index: 1;
}

.wrap_4{
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(left,#462e82,#3286a6);
   background: -o-linear-gradient(right,#462e82,#3286a6);
    background: -moz-linear-gradient(right,#462e82,#3286a6);
    background: linear-gradient(to right,#462e82,#3286a6);
}

.wrap_4 .container-c {
    padding: 6rem 0;
}


.wrap_4>div{
  position: relative !important;
  z-index: 1;
}

.wrap_xfuse{
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#123444, #051a17);
    background: -o-linear-gradient(right,#123444, #051a17);
    background: -moz-linear-gradient(right,#123444, #051a17);
    background: linear-gradient(to right,#123444, #051a17);
    position: relative;
}
.wrap_xfuse .container-c {
    padding: 6rem 0;
}
.wrap_xfuse .row{
    max-width: 1700px;
    margin: auto;
}
.wrap_xfuse .text-wrap{
    max-width: 650px;
    margin-top: 14rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}
.wrap_3 .text-wrap{
    max-width: 650px;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}

.wrap_xm .text-wrap{
    max-width: 650px;
    margin-left: auto;
    margin-right: 9%;
    padding-left: 10%;
}

.wrap_xfuse .triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}


.wrap_xfuse .img_box {
  margin: 2rem -80px 0;
}

@media (max-width:1400px) {
  .wrap_xfuse .img_box {
    margin:2rem 0 0;
  }
}


.wrap_xm{
    min-height: auto;
    background: -webkit-linear-gradient(left,#28528d, #39a1bb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#28528d, #39a1bb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#28528d, #39a1bb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#28528d, #39a1bb); /* 标准的语法 */
    padding: 6.5rem 0 7.5rem;
    position: relative;
    /*padding-bottom: 5rem;*/
}
.wrap_xm .triangle-top {
    position: absolute;
    top: -150px;
    z-index: 3;
}
.wrap_xm .row{
    max-width: 1700px;
    margin: auto;
}

.wrap_xm .img_box{
    text-align: center;
}

.wrap_xm .tag_box{
    text-align: center;
    margin-top: 50px;
}

.wrap_xm .tag_box span {
    padding: 13px 15px;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(247.73deg, rgba(236, 239, 255, 0.8) 8.3%, rgba(239, 241, 255, 0.9) 21.48%, rgba(246, 247, 255, 0.8) 50.95%, rgba(237, 240, 255, 0.86) 94.62%);
    color: #333333;
    font-size: 12px;
    border: 1px solid #F5F5FE;
    margin-right: 25px;
}

.wrap_xm .text-wrap{
    max-width: 640px;
    margin-top: 10rem;
    /* margin-right: 21%;
    padding-left: 10%; */
    text-align: left;
}

.wrap_xm .title{

}

.wrap_xm .subtitle,
.wrap_xm .text-content{

}


.wrap_xm_ai {
    background:
            linear-gradient(0deg, rgba(133, 43, 171, 0.5), rgba(133, 43, 171, 0.5)), /* 第一层：带透明度的紫色，0.5可调整 */
            linear-gradient(90deg, rgba(39, 45, 108) 0%, rgba(19, 175, 165) 100%); /* 第二层：蓝绿横向渐变 */
}

.wrap_xm_ai_vul {
    background: -webkit-linear-gradient(left,#462e82, #3287a6) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#462e82, #3287a6) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#462e82, #3287a6) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#462e82, #3287a6) !important; /* 标准的语法 */
}

@media (max-width:1450px) {
  .wrap_xm .subtitle,
  .wrap_xm .text-content{
    text-align: left;
    max-width: 520px;
  }
}

.wrap_4 .container-c .title{
	margin-top: 0;
}
.wrap_4 .container-c{
	position: initial;
	height: auto;
	min-height: initial;
	padding: 11.5rem 0 6rem;
}

.wrap_4 .img_box{
  margin-top: 2rem;
}

.bg_img{
	width: 100%;
	margin-top: -20%;
}
.left_text{
	width: 100%;
	float: left;
}
.left_text *{
	text-align: center;
}
.left_text h2{
	margin-bottom: 0;
}
.computer_img{
	position: absolute;
	right: 0;
	width: 50%;
	top: 14rem;
}

.left_img{
	float: left;
}

.right_text{
	float: right;
}
.right_text p,.right_text h2{
	float: right;
	text-align: left;
}

.right_text h2{
	margin-bottom: 0;
}
.right_text p{
	margin: 0.5rem 0;
}

.explore_btn{
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 1rem;
	width: 11rem;
	height: 2.9rem;
	background-color: #1CF3DB;
	text-align: center;
	line-height:2.9rem;
}

.wrap_7{
    background-color: #0d0e10;
	min-height: 39.5rem;
  padding-bottom: 7.5rem;
}
.wrap_7 .container-c .text-content{
    margin-bottom:40px;
}
.wrap_7 .container-c{
  max-width: 1000px;
  height: auto;
  min-height: auto;
}
.wrap_7 .container-c .title{
	margin-top: 0;
	padding-top: 7.5rem;
}
.friend_container{
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 80px;
  position: relative;
}
.wrap_7 .friend_list,.wrap_7 .friend_list li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap_7 .friend_list{
	width: 100%;
  position: absolute;
  left: 0;
}
.wrap_7 .friend_list li{
	float: left;
	width: 250px;
	height: 80px;
	text-align: center;
	position: relative;
}
.friend_list li img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 90%;
}




.wrap_8{
	height: 34.7rem;
	min-height: 31.7rem;
    background: rgba(0,0,0,.2);
}
.wrap_8 .text-content{
	font-size: 0.9rem;
	text-align: left;
	padding: 0;
	margin: 0;
}
.wrap_8 .text-footer{
	margin-top: 1.8rem;
	font-size: 0.7rem;
	line-height: 1.5rem;
}
.wrap_8 .text-footer span{
	font-size: 1rem;
    color: #1CF3DB;
}
.wrap_8 .title{
	margin: 0;
    padding-top: 7.5rem;
}
.color-2af270{
	color: #1CF3DB;
}
.wrap_8 .carousel{
	height: 60%;
}
.wrap_8 .container-c,.wrap_8 .carousel-inner,.wrap_8 .carousel-inner .item{
	height: 100%;
}
.wrap_8 .carousel-caption {
    font-style: normal;
    max-width: 30rem;
	top: 1.6rem;
	margin: 0 auto;
	padding: 0;
}
.wrap_8 .carousel-control.left,.wrap_8 .carousel-control.right{
	background: none;
}
.wrap_8 .carousel-control.left>span,.wrap_8 .carousel-control.right>span{
	width: 3.7rem;
	height:  3.7rem;
	display: block;
}
.wrap_8 .carousel-control.left>span{
    background-image: url("/public_static/code_img/left_btn.png");
    background-size: 100%;
}

.wrap_8 .carousel-control.right>span{
    background-image: url("/public_static/code_img/right_btn.png");
    background-size: 100%;
}






.wrap_19{
    background: #09272f !important; /* Safari 5.1 - 6.0 */
    min-height: auto;
    padding: 7.5rem 0;
}

.wrap_19 .honor_list,.wrap_19 .honor_list li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap_19 .honor_list li{
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: left;
}


.wrap_19>.triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}

.wrap_19 .container-c .title{
    margin-top: 0;
}
.wrap_19 .honor_list li p{
    color: #ffffff;
    font-size: 0.5em;
    text-align: center;
}
.wrap_19 .honor_list .img_c{
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_19 .honor_list .img_c img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 90%;
}



.wrap_9 .honor_list,.wrap_9 .honor_list li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap_9 .honor_list li{
    margin-top: 1rem;
    margin-bottom: 1rem;
	float: left;
}

.wrap_9{
    min-height: auto;
    background: -webkit-linear-gradient(left,#133648, #051a15);
    background: -o-linear-gradient(right,#133648, #051a15);
    background: -moz-linear-gradient(right,#133648, #051a15);
    background: linear-gradient(to right,#133648, #051a15);
    padding: 7.5rem 0 6.5rem;
}
.wrap_9>.triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}

.wrap_9 .container-c .title{
	margin-top: 0;
}
.wrap_9 .honor_list li p{
	color: #ffffff;
	font-size: 0.5em;
	text-align: center;
}
.wrap_9 .honor_list .img_c{
	height: 5rem;
    min-height: 80px;
	position: relative;
}
.wrap_9 .honor_list .img_c img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: auto;
    max-height: 60%;
    max-width: 50%;
}

.more_btn{
    display: block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    border-radius: 1.25rem;
    text-align: center;
    line-height: 2.5rem;
    color: #000000;
    background-color: #ffffff;
}

.wrap_10{
    /*padding: 0;*/
    /*background: -webkit-linear-gradient(left,#0a3f29, #031322); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(right,#0a3f29,  #031322); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(right,#0a3f29, #031322); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(to right,#0a3f29, #031322); !* 标准的语法 *!*/

    background: -webkit-linear-gradient(left,#133648, #051a15); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#133648, #051a15); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#133648, #051a15); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#133648, #051a15); /* 标准的语法 */
}
.wrap_10 .container-c{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.5rem 0;
}
.wrap_10 .container-c .right_text{
    margin-top: 2rem;
}

.wrap_11{
	box-sizing: border-box;
	background-color: #050505;
	min-height: 15rem;
	/*height: 17rem;*/
	border-bottom: 1px solid #696969;
	padding: 0;
}
.wrap_11 .container-c{
	max-width: 1200px;
	/*width: 100%;*/
	position: initial;
	padding-top: 1rem;
}

.wrap_12{
	text-align: center;
	box-sizing: border-box;
	background-color: #050505;
	min-height: 12rem;
	height: 12rem;
	font-size: 0.7rem;
	color: #FFFFFF;
	padding: 0;
}
.wrap_12 .s{
	margin-top:2.5rem;
	margin-bottom:1.5rem;
}
#apply_btn{
    background-color: #1CF3DB;
    color: #000000;
}
#apply_btn:hover{
	 transition: all 0.2s;
	 box-shadow:0 0 20px 1px rgba(42, 242, 112, 0.8);
	 background: #000000;
	 color: #1CF3DB;
 }


.next-screen{
	display: none;
	width: 0;
	height: 0;
	background-color: transparent;
	padding: 0;
	border: 0;
	margin: 100px auto 0;
	position: relative;
}
.next-screen::after{
	content: '';
	display: block;
	background-color: #1CF3DB;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 5px;
	transform: rotateZ(-45deg) translate(-2.5px);
	transform-origin: left;
}
.next-screen::before{
	content: '';
	display: block;
	background-color: #1CF3DB;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 5px;
	transform: rotateZ(-135deg) translate(-2.5px);
	transform-origin: left;
}
.computer_img_2{
	display: none;
}
.wrap_8 .carousel .carousel-indicators{
	display: none;
}
.wrap_13{
	display: none;
}
.wrap_14{
    padding: 7.5rem 0;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.wrap_14 .container-c{
    width: 100%;
}
.wrap_15{
    padding-top: 5rem;
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#472c81, #2cf175);
    background: -o-linear-gradient(right,#472c81, #2cf175);
    background: -moz-linear-gradient(right,#472c81, #2cf175);
    background: linear-gradient(to right,#472c81, #2cf175);
}
.wrap_15 .container-c{
    margin: 0 auto;
    padding: 4rem 0 7rem;
}
 .wrap_15 .honor_list li p {
     color: #ffffff;
     font-size: 0.5em;
     text-align: center;
}

.wrap_15 .honor_list .img_c img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}
.wrap_15 .honor_list .img_c {
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_15 .honor_list li {
    padding: 0;
    line-height: 1.8;
    margin-bottom: 20px;
    /*min-height: 130px;*/
}
.bg_img_2{
	display: none;
}
.service-btn{
	display: none;
}
.service-btn p{
    color:#000000;
}
.pf{
    display: none;
}
.bg4 {
    min-height: 35rem;
    background-image: url(../images/index/img2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
.wrap_defense{
    padding: 7.5rem 0 0;
    background: -webkit-linear-gradient(left,#1b285d, #1d9ea5);
    background: -o-linear-gradient(right,#1b285d, #1d9ea5);
    background: -moz-linear-gradient(right,#1b285d, #1d9ea5);
    background: linear-gradient(to right,#1b285d, #1d9ea5);
}
.wrap_defense .fireworks{
    height: 25rem;
}


.wrap_defense .triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 3;
}

.m-t-lg{
    margin-top: 60px;
}
@media (min-width:2000px) {
    .bg4 {
        min-height: 35rem;
        background-image: url(../images/index/img2.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
    }
}
@media (max-width:741px) {
    .map-chart .tooptip-beijing .map-label{
        position: absolute;
        margin-top: -30px;
        left: 17px;
    }
    .map-chart .tooptip-guangzhou .map-label{
        position: absolute;
        margin-top: 4px;
        left: -103px;
    }
    .map-chart .tooptip-chengdu .map-label{
        position: absolute;
        margin-top: 3px;
        right: 18px;
    }
    .map-chart .tooptip-shanghai .map-label{
        position: absolute;
        margin-top: -30px;
        left: 20px;
    }
    .map-chart .tooptip-changsha .map-label{
        position: absolute;
        margin-top: -12px;
        left: 13px;
    }


    .lineTops1{
        line-height: normal !important;
    }



    .bg4{
        margin-top: 10%;
        min-height: 150px;
    }
    .p0{
        padding-bottom: 0px !important;
    }
    .wrap_defense .fireworks{
        height: 10rem;
    }
    .back_4{
        background: -webkit-linear-gradient(left,#472c81, #2cf175);
        background: -o-linear-gradient(right,#472c81, #2cf175);
        background: -moz-linear-gradient(right,#472c81, #2cf175);
        background: linear-gradient(to right,#472c81, #2cf175);
    }
    .m-t-lg{
        margin-top: 10px;
    }
    .wrap_defense {
        padding: 5rem 0;
        /*background: black;*/
        /*background-image: url(/public_static/sast/images/wrap-5-bg.png);*/
        background-size: 100% auto;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .wrap_defense .container-c{
        margin-bottom: 20rem;
    }
    .map-chart-tooltip{
        max-width: 120px;
        padding: 3px!important;
    }
	.erweima_box{
		display: none;
	}
	.index_header .header_logo a{
		width: 100px;
	}
	#header{
		height: 64px!important;
	}
    #header.has-advertising{
        height: 128px!important;
    }
	.wrap_1_bg {
		width: auto;
		height: 100%;
		margin-left: -140%;
	}
	.wrap_1 .container{
		max-width: none;
	}
	.wrap_1 .container .content h1 {
		display: inline-block;
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #1CF3DB;
	}
	.wrap_1 .container .content p{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.wrap_1 .container .content .font-lg{
		font-size: 14px!important;
	}

	.wrap_1 .container .content a{
		margin: 0 auto;
		display: block;
		text-decoration: none;
		font-size: 22px;
		width: 200px;
		height: 50px;
		border: 0;
		border-radius: 30px;
		background-color: #1CF3DB;
		text-align: center;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(42, 242, 112, 0.8);
	}
	.wrap_1 .content {
		/*margin-top: -60%;*/
		margin-top: -160px;
		width: 100%;
		height: 100%;
	}
	.next-screen{
		display: block;
		-webkit-animation-name: moveDown;
		animation-name: moveDown;
		-webkit-animation-duration: 3.2s;
		animation-duration: 3.2s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}

	@-webkit-keyframes moveDown {
		15% {
			opacity: 1;
			transform: translateY(0px);
		}
		20% {
			opacity: 1;
			transform: translateY(0px);
		}
		70% {
			opacity: 1;
			transform: translateY(0px);
		}
		100% {
			opacity: 0;
			transform: translateY(25px);
		}
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		10% {
			opacity: 0.1;
			transform: translateY(0px);
		}
	}

	@keyframes moveDown {
		15% {
			opacity: 1;
			transform: translateY(0px);
		}
		20% {
			opacity: 1;
			transform: translateY(0px);
		}
		70% {
			opacity: 1;
			transform: translateY(0px);
		}
		100% {
			opacity: 0;
			transform: translateY(25px);
		}
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		10% {
			opacity: 0.1;
			transform: translateY(0px);
		}
	}

	.wrap_2{
		/*padding: 40px 0;*/
        height: 485px;
	}

    .wrap_2 .text-content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .wrap_2_mobile {
        transform-origin: top center;
        transform: scale(0.27);
        position: relative;
        left: -100px;
    }

    .wrap_2_statistics {
        position: relative;
        top: -560px;
    }



    .wrap_2_statistics_en {
        top: -402px !important;
    }

    .wrap_2_statistics_des_en {
        text-wrap: nowrap;
    }

    .wrap_2_statistics_des {
        font-size: 7px;
        line-height: 8px;
    }

    .wrap_2_statistics_p {
        font-size: 12px;
    }

    .wrap_2_num {
        font-size: 11px;
        line-height: 34px;
        text-align: left;
        margin-right: 2px;
    }

    .wrap_2_unit {
        font-size: 10px;
        line-height: 34px;
    }

    .wrap_2_arrow {
        top: 3px;
        width: 9px;
    }

    .wrap_2_statistics>div {
        padding-left: 8px;
        margin-right: 27px !important;
    }

    .wrap_2_statistics_en>div {
        padding-left: 5px;
        margin-right: 10px !important;
    }





	.wrap_2>.container-c{
		position: initial;
        width: 80% !important;
		height: auto;
		min-height: initial;
	}
	.wrap_2> .container-c .title{
		padding-top: 0;
	}
    .wrap_14{
        padding: 7.5rem 0;
        background-color: rgba(0, 0, 0, .5);
        background-repeat: no-repeat;
        background-position: center;

    }
	.wrap_3{
		padding: 40px 0;
		height: auto;
		min-height: initial;
	}
    .wrap_3>.container-c .icon-title{
        margin-bottom: 18px;
    }
    .wrap_3>.container-c .small-title{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .wrap_3>.container-c .content-text{
        font-size: 14px;
    }
	.wrap_3>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
	.wrap_3>.container-c .title{
		margin-top: 0;
		padding-top: 0;
        text-align: center;
	}
	.wrap_4{
		padding: 100px 0;
		height: auto;
		min-height: initial;
	}

	.wrap_4>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding: 0;
		padding: 0;
	}
	.wrap_4>.container-c>.img_box{
		margin-bottom: 60px;
	}

	.bg_img{
		display: none;
	}
	.bg_img_2{
		display: block;
		width: 100%;
		position: absolute;
		top: -0%;
		left: 0;
	}
	.computer_img_2{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.computer_img{
		display: none
	}
	 .left_text .title .font-md{
		font-size: 12px;
	}
	 .text-content2{
		margin-bottom: 40px;
		font-size: 12px!important;
	}
	.text-content1{
		font-size: 14px!important;
	}
	.wrap_7{
		padding-bottom:7rem;
		height: auto;
		min-height: initial;
	}
	.wrap_7>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
    .wrap_7 .friend_list li{
        width: 120px;
    }
	.wrap_8{
        background: -webkit-linear-gradient(left,#472c81, #2cf175);
        background: -o-linear-gradient(right,#472c81, #2cf175);
        background: -moz-linear-gradient(right,#472c81, #2cf175);
        background: linear-gradient(to right,#472c81, #2cf175);
		padding:5rem 0;
		height: auto;
		min-height: initial;
	}

	.wrap_8 .title{
		margin: 0;
		padding-top: 0;
	}
	.wrap_8>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
	.wrap_8 .carousel{
		height: 250px;
	}
	.carousel-caption {
		max-width: none!important;
		position: absolute;
		font-style: italic;
		top: 160px;
		z-index: 10;
		/*padding-top: 20px;*/
		/*padding-bottom: 20px;*/
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	.wrap_8 .text-content{
		font-size: 12px;
	}
	.wrap_8 .text-footer{
		font-size: 12px;
		line-height: 18px;
	}
	.wrap_8 .text-footer span{
		font-size: 12px;
	}
	.wrap_8 .carousel-control.left>span{
		width: 0;
		height: 0;
		transform: rotateZ(-45deg);
		margin-top: 4rem;

	}
	.wrap_8 .carousel-control.left>span::after{
		content: '';
		display: block;
		width: 20px;
		height: 4px;
		background-color: #b5b5b5;
		transform: rotateZ(90deg) translate(-6px);
		transform-origin:left;
	}
	.wrap_8 .carousel-control.left>span::before{
		content: '';
		display: block;
		width: 20px;
		height: 4px;
		background-color: #b5b5b5;
		transform: translate(-2px);
	}
	.wrap_8 .carousel-control.right>span{
		width: 0;
		height: 0;
		float: right;
		transform: rotateZ(135deg);
		margin-top: 4rem;
	}
	.wrap_8 .carousel-control.right>span::after{
		content: '';
		display: block;
		width: 20px;
		height: 4px;
		background-color: #b5b5b5;
		transform: rotateZ(90deg) translate(-6px);
		transform-origin:left;
	}
	.wrap_8 .carousel-control.right>span::before{
		content: '';
		display: block;
		width: 20px;
		height: 4px;
		background-color: #b5b5b5;
		transform: translate(-2px);
	}
	.wrap_8 .carousel .carousel-indicators{
		display: block;
		bottom: -1rem;
	}
	.carousel-indicators .active {
		width: 8px;
		height: 8px;
		margin: 0;
		background-color: #fff;
	}
	.carousel-indicators li {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid #fff;
		border-radius: 10px;
	}
	.wrap_10{
		padding: 30px 0;
		height: auto;
		min-height: initial;
	}
	.wrap_10>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding-top: 0;
	}
	.wrap_10 .container-c .left_text {
		margin-top: 0;
		width: 100%;
	}
	.wrap_10 .container-c .left_text *{
		text-align: center;
	}
	.wrap_10 .container-c .right_text {
		margin-top: 0;
		width: 100%;
	}
	.wrap_10 .container-c .right_text .more_btn{
		float: none;
		margin: 20px auto;
		display: block;
		border: 0;
		text-align: center;
		text-decoration: none;
		font-size: 22px;
		width: 200px;
		height: 50px;
		border-radius: 30px;
		background-color: #ffffff;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(42, 242, 112, 0.4);
	}
	.wrap_11,.wrap_12{
		display: none;
	}
	.wrap_13{
		display: block;
		padding: 30px 0;
		height: auto;
		min-height: initial;
		background-color: #0d0e10;
	}
	.wrap_13>.container-c .img_box{
		margin-top: 0;
	}
	.wrap_13>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
	.wrap_13>.container-c>.title{
		margin: 20px 0;
		font-size: 16px;
	}
	.wrap_13>.container-c p{
		margin: 20px 0;
		font-size: 12px;
		text-align: center;
	}
	.text-content {
		color: #ffffff;
		font-size: 12px;
		margin: 20px 0 0;
	}
	.title {
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		margin: 35px 0 0;
		/* font-family: titleFont; */
	}
	.title .font-lg{
		font-size: 12px!important;
	}
	.service-btn{
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 30px;
		right: 30px;
		background-image: url("../images/service.png");
		background-size: 100% 100%;
        z-index: 999;
	}
	.service-btn p{
		display: none;
	}
	.bg_mv{
		display: none;
	}
	.time-line{
		display: none;
	}
	.time-ctl{
		display: none!important;
	}
	.erweima_content{
		display: none;
		position: absolute;
		left: -60px;
		z-index: 999;
	}
    .wrap_10 .container-c .right_text .more_btn:hover{
        transition: all 0.2s;
        box-shadow: 0 0 20px 1px rgba(42, 242, 112, 0.8);
        background: #000000;
        color: #1CF3DB;
    }
    .wrap_14{
        padding: 50px 0;
    }
    .wrap_14 .container-c{
        width: 300px;
    }
    .wrap_14 .map-chart{
        width: 300px;
        height: 280px;
    }

    .wrap_xm .tag_box span {
        padding: 8px 10px;
        margin-right: 0 !important;
    }

}


.footer_table{
	margin-top: 1.8rem;
	text-align: left;
	width: 115%;
	line-height: 2rem;
	table-layout: fixed;
	margin-right: 15%;
}
.footer_table thead tr th{
	font-size: 1rem;
	color: #ffffff;
	font-weight: 500;
}
.footer_table tbody tr td{
	font-size: 0.7rem;
	color: #ffffff;
}
.footer_icon{
	display: inline-block;
	margin-bottom: -8px;
	width: 1.2rem;
	height: 1.2rem;
	font-style: normal;
	background-size: 100% auto!important;
}
.footer_table tbody tr td .footer_icon{
	margin-right: 5px;
}
.footer_icon_phone{
	background: url("../images/footer3.png") left center no-repeat;
}
.footer_icon_service{
	background: url("../images/footer4.png") left center no-repeat;
}
.footer_icon_mail{
	background: url("../images/footer2.png") left center no-repeat;
}
.footer_icon_question{
	background: url("../images/footer5.png") left center no-repeat;
}
.footer_icon_url{
	background: url("../images/footer1.png") left center no-repeat;
}
.footer_icon_qq{
	background: url("../images/qq.png") left center no-repeat;
}

.br_btn{
	border-radius: 50px;
	border:1px solid #ffffff;
	text-decoration: none;
	padding: 8px 25px;
	line-height: 1rem;
	margin-left: 5px;
}
.footer_table tbody tr td a{
	text-decoration: none;
}
.wrap-btn-box{
    padding-top: 1rem;
}
@media (min-width:741px){
    .col20{
        width: 20%;
        float: left;
    }
    .col40{
        width: 40%;
        float: left;
    }
    .p0{
        padding-bottom: 0px !important;
    }
    .pf{
        position: fixed;
        right: 170px;
        bottom: 8px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        height: 40px;
        z-index: 999;
    }
    .pf>img{
        width: 24px;
    }


    .pf:hover .erweima_content{
        margin-top: -250px;
        padding: 32px 22px !important;
        width: 360px;
        margin-left: -340px;
        background: -webkit-linear-gradient(left,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* 标准的语法 */
        display: block !important;
    }

    .erweima_content > div {
        width: 50% !important;
    }

	.service-btn{
        position: fixed;
        right: 50px;
        bottom: 20px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        width: 110px;
        height: 34px;
        border: 0;
        border-radius: 18px;
        background-color: #1CF3DB!important;
        text-align: center;
        line-height: 6px;
        padding-top: 5px;
        color: #000000!important;
        z-index: 999;
        transition: all 0.2s;
	}
    .service-btn:hover{
        box-shadow: 0 0 20px 1px #1CF3DB!important;
        background: #000000!important;
        color: #1CF3DB!important;
    }
    .service-btn:hover p{
        color: #1CF3DB!important;
        transition: all 0.2s;
    }
    .service-btn .chat-hover{
        display: none;
    }
    .service-btn:hover img{
        display: none;
    }
    .service-btn:hover .chat-hover{
        display: inline-block;
    }

    .service-btn .e{
		font-size: 10px;
        transform: scale(.7);
        letter-spacing: normal;
    }

}

a:hover, a:focus {
	color: #ffffff;
}
/*时间轴*/
.time-line{
	position: fixed;
	width: 1px;
	background-color: #ffffff;
	height: calc(100% - 160px);
	right: 100px;
	top:80px;
	z-index: 99999;
	font-size: 12px;
	color: #ffffff;
	opacity: .8;
}
.time-line-item *{
	transition: all 0.8s;
}
.time-line-item{
	position: relative;
	width: 90px;
	margin-left: -45px;
	margin-top: 50px;
	height: 14px;
	cursor: pointer;
}
.time-line-item::before{
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 7px;
	left: 37px;
	transition: all 0.5s;
}
.time-line-item::after{
	content: '';
	display: block;
	width: 5px;
	height: 0px;
	background-color: #1CF3DB;
	position: absolute;
	top: -12px;
	left: 43px;
	z-index: 99999;
	opacity: 0;
	transform: scaleY(0);
	transition: all 0.5s;
}
.time-line-active::before, .time-line-hover::before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 7px;
	left: 30px;
}
.time-line-active::after,.time-line-hover::after{
	content: '';
	display: block;
	width: 5px;
	height: 40px;
	background-color: #1CF3DB;
	position: absolute;
	top: -12px;
	left: 43px;
	z-index: 99999;
	opacity: 1;
	transform: scaleY(1);
}
.time-line-index{
	position: absolute;
	left: 11px;
    z-index: 99999;
}
.time-line-name{
    display: block;
    width: 150px;
    position: absolute;
    right: 66px;
    opacity: 0;
    text-align: right;
    z-index: 99999;
}
.time-line-active .time-line-index ,.time-line-hover .time-line-index{
	position: absolute;
	left: 68px;
}
.time-line-active .time-line-name ,.time-line-hover .time-line-name{
	opacity: 1;
}
.time-line-item:nth-last-child(1):after{
	content: '';
	display: none;
}
.time-line-item:nth-last-child(1):before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-color: transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 38px;
}
.time-ctl{
	display: block;
    position: fixed;
    right: 30px;
    top: 51%;
    color: #ffffff;
    z-index: 999;
    width: 15px;;
    cursor: pointer;
    line-height: 25px;
}
.time-ctl>span{
    opacity: .7;
    text-align: center;
}
.time-ctl>span:hover{
    opacity: 1;
	border-color: #1CF3DB;
    transition: all 0.5s;
}
.time-ctl>.prev{
	display: block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-color: transparent;
	transform: rotate(45deg);
}
.time-ctl>.next{
	display: block;
	width: 15px;
	height: 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
	transform: rotate(45deg);
	margin-top: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////*/

#map-chart3{
    z-index: 2;
}

.map-chart{
    width: 100%;
    height: 600px;
    background-image: url(../images/map-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
}

.map-chart .tooptip-label{
    width: 10px;
    height: 10px;
    background-color: rgba(42, 242, 112, 0.7);
    border-radius: 50%;
    position: absolute;
}
/*.map-chart .tooptip-beijing{
    left: 63.2%;
    top: 36%;
}
.map-chart .tooptip-guangzhou{
    left: 60.5%;
    top: 80%;
}
.map-chart .tooptip-chengdu{
    left: 50.8%;
    top: 60%;
}
.map-chart .tooptip-shanghai{
    left: 68.8%;
    top: 59.6%;
}*/


.map-chart .tooptip-beijing{
    left: 63.2%;
    top: 36%;
}
.map-chart .tooptip-guangzhou{
    left: 60.5%;
    top: 80%;
}
.map-chart .tooptip-chengdu{
    left: 49.4%;
    top: 62%;
}
.map-chart .tooptip-shanghai{
    left: 68.8%;
    top: 59.6%;
}
.map-chart .tooptip-changsha{
    left: 58.6%;
    top: 67.2%;
}

.map-chart .tooptip-label::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    border: 1px solid rgba(42, 242, 112, 0.7);
    margin-right: 50px;
    /*box-shadow: 0 0 10px 3px #e31ab3;*/
    transform: scale(.8);
    animation: timeBtn 2s infinite cubic-bezier(.65, .815, .735, .395);
}
@keyframes timeBtn {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}
.map-chart .map-label{
    width: 200px;
    padding: 0.5rem;
    background-color: rgba(4, 46, 155, 0.6);
    border-radius: 4px;
}
.map-chart .map-label h4{
    font-size: 14px;
    margin-bottom: 4px;
}
.map-chart .map-label p{
    font-size: 12px;
}
/*.map-chart .tooptip-beijing .map-label{
    position: absolute;
    margin-top: 2px;
    left: 20px;
}
.map-chart .tooptip-guangzhou .map-label{
    position: absolute;
    margin-top: 4px;
    left: 20px;
}
.map-chart .tooptip-chengdu .map-label{
    position: absolute;
    margin-top: 3px;
    right: 18px;
}
.map-chart .tooptip-shanghai .map-label{
    position: absolute;
    margin-top: 3px;
    left: 20px;
}*/
.map-chart .tooptip-beijing .map-label{
    position: absolute;
    margin-top: -68px;
    left: 20px;
}
.map-chart .tooptip-guangzhou .map-label{
    position: absolute;
    margin-top: 4px;
    left: -220px;
}
.map-chart .tooptip-chengdu .map-label{
    position: absolute;
    margin-top: 3px;
    right: 18px;
}
.map-chart .tooptip-shanghai .map-label{
    position: absolute;
    margin-top: -70px;
    left: 20px;
}
.map-chart .tooptip-changsha .map-label{
    position: absolute;
    margin-top: -6px;
    left: 20px;
}






.hot:after{
    content: '';
    display: block;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 14px;
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
}
.progress-list{
    max-width: 1040px;
    margin: 4rem auto 0;
}
.progress-list li{
    font-size: 16px;
    margin-bottom: 30px;
}
.progress-list .progress{
    border-radius: 0;
    background-color: #3d63f4;
    margin: 0 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.progress-list .progress-left{
    float: left;
}
.progress-list .progress-right{
    float: right;
}
.progress-list .progress .progress-bar{
    background-color: #26da65;
    font-size: 16px;
    line-height: 30px;
}
.progress-list .progress-axis{
    display: flex;
    justify-content: space-between;
    margin: 0 100px;
}
.progress-list .progress-label{
    text-align: center;
    display: block;
    overflow: hidden;
}
.bg-img{
    display: none;
}
@media (max-width:741px) {
    .left_text h2{
        width: 100%;
        text-align: center;
        margin: 0 !important;
        line-height: 30px;
    }
    .lineTops1{
        line-height: normal !important;
    }
    .lineTop{
        line-height: normal !important;
    }
    .lineTops{
        line-height: normal !important;
    }

    .wrap_14{
        padding: 50px 0;
    }
    .wrap_14 .container-c{
        width: 300px;
    }
    .wrap_14 .map-chart{
        width: 300px;
        height: 280px;
    }

    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }

    .map-chart{
        width: 100%;
        height: 600px;
        background-image: url(../images/map-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 90%;
        position: relative;
    }
    .map-chart .tooptip-beijing{
        left: 67.5%;
        top: 36%;
    }
    .map-chart .tooptip-guangzhou{
        left: 66.5%;
        top: 73%;
    }
    .map-chart .tooptip-chengdu{
        left: 47.8%;
        top: 58%;
    }
    .map-chart .tooptip-shanghai{
        left: 75.8%;
        top: 56.6%;
    }
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }


    .wrap_10 .container-c{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5rem 0;
    }
    .wrap_10 .container-c .right_text{
        margin-top: 2rem;
    }
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }

    .wrap_4 .title,
    .wrap_4 .subtitle,
    .wrap_3 .title,
    .wrap_3 .subtitle,
    .wrap_xfuse .title,
    .wrap_xfuse .subtitle,
    .wrap_xm .title,
    .wrap_xm .subtitle {
        text-align: center;
    }
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .font-md{
        font-size: 12px;
    }

    .wrap_xm .text-wrap,
    .wrap_xfuse .text-wrap
    {
        max-width: 650px;
        margin-top: 0rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        width: 80%;
    }
    .wrap-btn-box .more_btn{
        margin: 0 auto;
    }
    .big-img>img{
        width: 80%;
        margin: auto;
    }
    .progress-list li{
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .progress-list .progress,.progress-list .progress-axis{
        margin: 0 70px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .progress-list .progress .progress-bar {
        font-size: 12px;
        line-height: 20px;
    }
    .wrap_2> .container-c {
        padding:30px 0;
    }
    .bg-img{
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg-phone.jpg);
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .wrap_3 .container-c .img_box {
        margin: 30px auto 0;
        width: 90%;
    }


    .statistics {
        padding: 0 !important;
    }

    .statistics>div{
        height: 150px !important;
        margin-bottom: 20px;
    }

    .statistics-content-one {
        font-size: 18px !important;
    }

    .statistics-content-two {
        font-size: 18px !important;
    }

    .statistics-content {
        padding: 40px !important;
    }

    .statistics-content-number {
        font-size: 30px !important;
    }

    .statistics-content-symbol {
        font-size: 20px !important;
        position: relative;
    }

    .statistics-content-symbol img {
        position: absolute;
        right: 0;
        top: -5px;
    }

    .wrap_xm {
        padding-top: 5rem;
    }

    .scan-range-container {
        width: 100% !important;
        height: 420px !important;
        background-position: 50% 20%;
        margin: -55px auto 0 !important;
        background-size: 182%;
    }

    .scan-range-container-bg {
        margin-top: -128px !important;
    }

    .scan-range-container-bg img:nth-child(1),.scan-range-container-bg img:nth-child(2) {
        width: 55%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .scan-range-container-bg>.bg-img1 {
        left: -34px !important;
        top: 17px !important;
        width: 118%;
    }

    .item-group {
        top: -64px !important;
        width: 100% !important;
        height: 420px !important;
        animation: rotate-s 16s linear infinite !important;
    }

    .scan-range-container .item-group-item {
        width: 100px !important;
        height: 100px !important;
    }

    .scan-range-container .item-group-item>img{
        width: 50%;
    }

    .scan-range-container .item-group-item>img:nth-child(2) {
        width: 95%;
        top: -17px !important;
    }

    .scan-range-container .item-group-item>.title{
        width: 100px !important;
        font-size: 12px !important;
        bottom: 5px !important;
    }

    .scan-range-container .item-group-tooltip {
        top: -100px !important;
    }

    .item-group .item-group-item:nth-child(1) {
        top: 25px;
        left: 60%;
        margin-left: -90px;
        background-repeat: no-repeat;
    }

    .item-group .item-group-item:nth-child(2) {
        right: 3px;
        bottom: 68%;
        margin-bottom: -14px;
    }

    .item-group .item-group-item:nth-child(3) {
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
    }

    .item-group .item-group-item:nth-child(4) {
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
    }

    .item-group .item-group-item:nth-child(5) {
        bottom: 69%;
        left: 17px;
        margin-bottom: -14px;
    }

    .item-group .item-group-item:nth-child(1) {
        animation: location1-s 16s linear infinite !important;
    }
    .item-group .item-group-item:nth-child(2) {
        animation: location2-s 16s linear infinite !important;
    }
    .item-group .item-group-item:nth-child(3) {
        animation: location3-s 16s linear infinite !important;
    }
    .item-group .item-group-item:nth-child(4) {
        animation: location4-s 16s linear infinite !important;
    }
    .item-group .item-group-item:nth-child(5) {
        animation: location5-s 16s linear infinite !important;
    }


    .sca_text {
        width: 50px;
        font-size: 12px !important;
        line-height: normal !important;
    }

    .sca_box_img>div {
        width: 190px !important;
        position: relative;
    }

    .sca_box_img>div>img {
        width: 110%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 80px auto 0;
    }

    .sca_box_img>div>img:nth-child(2) {
        left: -55px !important;
        top: -13px !important;
        z-index: 2 !important;
        width: 158% !important;
    }

    .sca_text:last-child {
        margin-left: 0 !important;
    }

    .sca_box_img>.sca-title {
        font-size: 14px !important;
        top: 52px !important;
    }

    .wrap_defense_text {
        padding-left: 11px !important;
    }



}
.index_header .header_landing .register, .index_header .header_landing .login:hover{
    background-color: #1CF3DB !important;
    border-color: #1CF3DB !important;
    color: #000 !important;
}

.wrap_sca {
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#389ab6, #264988);
    background: -o-linear-gradient(right,#389ab6, #264988);
    background: -moz-linear-gradient(right,#389ab6, #264988);
    background: linear-gradient(to right,#389ab6, #264988);
    position: relative;
}

.wrap_sca .triangle-bottom {
    position: absolute;
    bottom: -150px;
    z-index: 3;
}

.wrap_sca .container-c {
    padding: 5rem 0 10rem;
}

.statistics {
    max-width: 1290px;
    margin: 3.5rem auto;
    padding: 0 50px;
}

.statistics>div{
    height: 189px;
}

.statistics-content {
    width: 100%;
    height: 100%;
    border-radius: 31px;
    background: #FFFFFF0C;
    border: 1px solid #FFFFFF19;
    padding: 50px;
}

.statistics-content-one {
    font-size: 30px;
}

.statistics-content-two {
    font-size: 20px;
}

.statistics-content-number {
    color: #1CF3DB;
    font-weight: bold;
    font-size: 40px;
    line-height: 34px;
    text-align: left;
}

.statistics-content-symbol {
    color: #1CF3DB;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    position: relative;
}

.statistics-content-symbol img {
    position: absolute;
    right: -20px;
    top: -20px;
}

.sca_box {
    display: flex;
    margin-top: 4rem;
}

.sca_box_img {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    position: relative;
}

.sca_box_img>div {
    width: 450px;
    position: relative;
}

.sca_box_img>.sca-title {
    color: #1CF3DB;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: -20px;
    z-index: 999;
}

.sca_box_img>div>img {
    position: absolute;
    z-index: 2;
}

.sca_box_img>div>img:nth-child(2) {
    left: -243px;
    top: -88px;
    z-index: 1 !important;
}

.sca_text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: right;
    z-index: 999;
}


.sca_text:first-child >div {
    text-align: right;
    margin-bottom: 50px;
}
.sca_text:last-child {
    margin-left: 40px;
}
.sca_text:last-child >div {
    text-align: left;
    margin-bottom: 35px;
}

.sca_text_border_left,.sca_text_border_right {
    position: relative;
}

.sca_text_border_left::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: linear-gradient(90deg, #1CF3DB00 0%, #1CF3DBC4 44%, #1CF3DB 100%);
}

.sca_text_border_right::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: linear-gradient(90deg, #1CF3DB 0%, #1CF3DBC4 44% , #1CF3DB00 100%);
}

/*.p5 {
    background-image: url("/public_static/sast/images/sast/p5/p5_bg.svg");
    background-repeat: no-repeat;
}*/

.scan-range-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    height: 620px;
    margin: 280px auto 0;
    background-image: url("/public_static/sast/images/sast/p5/p5_ceil.svg");
    background-repeat: no-repeat;
}

.scan-range-container-bg {
    width: 432px;
    height: 262px;
    position: absolute;
    margin-top: -245px;
    background-repeat: no-repeat;
}

.scan-range-container-bg img {
    position: absolute;
}
.scan-range-container-bg>.bg-img1 {
    left: -276px;
    top: -87px;
}

.p5 {
    position: relative;
}


.item-group {
    position: relative;
    width: 1000px;
    height: 620px;
    /*width: 620px;*/
    /*height: 1000px;*/
    transform: rotateZ(90deg);
    animation: rotate 16s linear infinite;
    top: -125px;

/*    @media (max-width:741px) {
        animation: rotate 16s linear infinite;
    }*/
}

.scan-range-container .item-group-item {
    position: absolute;
    width: 180px;
    height: 180px;
    /*animation: reset-rotate 16s linear infinite;*/
    display: flex;
    transform: rotateZ(-90deg);
}

.scan-range-container .item-group-item>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.scan-range-container .item-group-item>.title{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 180px;
    bottom: 3px;
}

.scan-range-container .item-group-tooltip {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 268px;
    height: 97px;
    margin-left: -134px;
    transform: scale(0);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-group-tooltip-img img {
    display: inline-block;
}


.item-group .item-group-item img:nth-child(2) {
    transform: translateY(10px);
    opacity: 0;
}

.item-group .item-group-item:nth-child(1) {
    top: 3px;
    left: 50%;
    margin-left:-90px;
    background-repeat: no-repeat;
}

.item-group .item-group-item:nth-child(1) .item-group-tooltip {
    animation: hide-show 16s linear infinite;
    background-image: url("/public_static/sast/images/sast/p5/border/p5_01_border.svg");
    background-repeat: no-repeat;
}

.item-group .item-group-item:nth-child(1) img:nth-child(2) {
    animation: opacity1 16s linear infinite;
}
.item-group .item-group-item:nth-child(2) img:nth-child(2) {
    animation: opacity5 16s linear infinite;
}
.item-group .item-group-item:nth-child(3) img:nth-child(2) {
    animation: opacity4 16s linear infinite;
}
.item-group .item-group-item:nth-child(4) img:nth-child(2) {
    animation: opacity3 16s linear infinite;
}
.item-group .item-group-item:nth-child(5) img:nth-child(2) {
    animation: opacity2 16s linear infinite;
}

.item-group .item-group-item:nth-child(1) {
    animation: location1 16s linear infinite;
}
.item-group .item-group-item:nth-child(2) {
    animation: location2 16s linear infinite;
}
.item-group .item-group-item:nth-child(3) {
    animation: location3 16s linear infinite;
}
.item-group .item-group-item:nth-child(4) {
    animation: location4 16s linear infinite;
}
.item-group .item-group-item:nth-child(5) {
    animation: location5 16s linear infinite;
}

.item-group .item-group-item:nth-child(2) {
    /*right: 0;*/
    /*bottom: 50%;*/
    /*margin-bottom:-90px;*/
    right: -17px;
    bottom: 50%;
    margin-bottom:-14px;
}

.item-group .item-group-item:nth-child(2) .item-group-tooltip {
    animation: hide-show5 16s linear infinite;
    background-image: url("/public_static/sast/images/sast/p5/border/p5_02_border.svg");
    background-repeat: no-repeat;
}

.item-group .item-group-item:nth-child(3) {
    bottom: 0;
    left: 50%;
    margin-left:-90px;
}

.item-group .item-group-item:nth-child(3) .item-group-tooltip {
    animation: hide-show4 16s linear infinite;
    background-image: url("/public_static/sast/images/sast/p5/border/p5_03_border.svg");
    background-repeat: no-repeat;
}

.item-group .item-group-item:nth-child(4) {
    bottom: 0;
    left: 50%;
    margin-left:-90px;
/*    bottom: 0;
    left: 27%;
    margin-left:-90px;*/
}

.item-group .item-group-item:nth-child(4) .item-group-tooltip {
    animation: hide-show3 16s linear infinite;
    background-image: url("/public_static/sast/images/sast/p5/border/p5_04_border.svg");
    background-repeat: no-repeat;
}

.item-group .item-group-item:nth-child(5) {
    /*bottom: 50%;*/
    /*left: 0;*/
    /*margin-bottom:-90px;*/
    bottom: 50%;
    left: -50px;
    margin-bottom:-14px;
}

.item-group .item-group-item:nth-child(5) .item-group-tooltip {
    animation: hide-show2 16s linear infinite;
    background-image: url("/public_static/sast/images/sast/p5/border/p5_05_border.svg");
    background-repeat: no-repeat;
}

.wrap_defense_text {
    padding-left: 96px;
}

@keyframes rotate {
    0% {
        width: 1000px;
        height: 620px;
        transform: rotateZ(0deg);
    }

    20% {
        width: 1000px;
        height: 620px;
        transform: rotateZ(0deg);
    }

    25% {
        width: 620px;
        height: 1000px;
        transform: rotateZ(90deg);
    }

    45% {
        width: 620px;
        height: 1000px;
        transform: rotateZ(90deg);
    }

    50% {
        width: 1000px;
        height: 620px;
        transform: rotateZ(180deg);
    }

    70% {
        width: 1000px;
        height: 620px;
        transform: rotateZ(180deg);
    }

    75% {
        width: 620px;
        height: 1000px;
        transform: rotateZ(270deg);
    }

    95% {
        width: 620px;
        height: 1000px;
        transform: rotateZ(270deg);
    }

    100% {
        width: 1000px;
        height: 620px;
        transform: rotateZ(360deg);
    }
}

@keyframes rotate-s {
    0% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(0deg);
    }

    20% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(0deg);
    }

    25% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(90deg);
    }

    45% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(90deg);
    }

    50% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(180deg);
    }

    70% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(180deg);
    }

    75% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(270deg);
    }

    95% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(270deg);
    }

    100% {
        width: 100% !important;
        height: 420px !important;
        transform: rotateZ(360deg);
    }
}

@keyframes reset-rotate {
    0% {
        transform: rotateZ(-0deg);
    }

    20% {
        transform: rotateZ(-0deg);
    }

    25% {
        transform: rotateZ(-90deg);
    }

    45% {
        transform: rotateZ(-90deg);
    }

    50% {
        transform: rotateZ(-180deg);
    }

    70% {
        transform: rotateZ(-180deg);
    }

    75% {
        transform: rotateZ(-270deg);
    }

    95% {
        transform: rotateZ(-270deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

@keyframes hide-show {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(0);
    }

    45% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    70% {
        transform: scale(0);
    }

    75% {
        transform: scale(0);
    }

    95% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes hide-show2 {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(0);
    }

    25% {
        transform: scale(1);
    }

    45% {
        transform: scale(1);
    }

    50% {
        transform: scale(0);
    }

    70% {
        transform: scale(0);
    }

    75% {
        transform: scale(0);
    }

    95% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes hide-show3 {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(0);
    }

    25% {
        transform: scale(0);
    }

    45% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(1);
    }

    75% {
        transform: scale(0);
    }

    95% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes hide-show4 {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(0);
    }

    25% {
        transform: scale(0);
    }

    45% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(1);
    }

    75% {
        transform: scale(0);
    }

    95% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes hide-show5 {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(0);
    }

    25% {
        transform: scale(0);
    }

    45% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    70% {
        transform: scale(0);
    }

    75% {
        transform: scale(1);
    }

    95% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes opacity1 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }


    70% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacity2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes opacity3 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }


    70% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes opacity4 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacity5 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes location1 {
    0% {
        transform: rotateZ(-0deg);
        top: 5px;
        left: 50%;
        margin-left:-90px;
        background-repeat: no-repeat;
    }

    20% {
        transform: rotateZ(-0deg);
        top: 5px;
        left: 50%;
        margin-left:-90px;
        background-repeat: no-repeat;
    }

    25% {
        transform: rotateZ(-90deg);
        top: -26px;
        left: 39%;
        margin-left: -90px;
        background-repeat: no-repeat;
        opacity: 1;
    }

    45% {
        transform: rotateZ(-90deg);
        top: -26px;
        left: 39%;
        margin-left: -90px;
        background-repeat: no-repeat;
        opacity: 1;
    }

    50% {
        transform: rotateZ(-180deg);
        top: -15px;
        left: 31%;
        margin-left: -98px;
        background-repeat: no-repeat;
        opacity: 0;
    }

    70% {
        transform: rotateZ(-180deg);
        top: -15px;
        left: 31%;
        margin-left: -98px;
        background-repeat: no-repeat;
        opacity: 0;
    }

    75% {
        transform: rotateZ(-270deg);
        top: -65px;
        left: 57%;
        margin-left: -90px;
        background-repeat: no-repeat;
        opacity: 1;
    }

    95% {
        transform: rotateZ(-270deg);
        top: -65px;
        left: 57%;
        margin-left: -90px;
        background-repeat: no-repeat;
        opacity: 1;
    }

    100% {
        transform: rotateZ(-360deg);
        top: 3px;
        left: 50%;
        margin-left:-90px;
        background-repeat: no-repeat;
        opacity: 1;
    }
}

@keyframes location2 {
    0% {
        transform: rotateZ(-0deg);
        right: -17px;
        bottom: 50%;
        margin-bottom:-14px;
        opacity: 1;
    }

    20% {
        transform: rotateZ(-0deg);
        right: -17px;
        bottom: 50%;
        margin-bottom:-14px;
        opacity: 1;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 0;
        right: -22px;
        bottom: 43%;
        margin-bottom: -14px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 0;
        right: -22px;
        bottom: 43%;
        margin-bottom: -14px;
    }

    50% {
        transform: rotateZ(-180deg);
        right: -61px;
        bottom: 29%;
        margin-bottom: -14px;
        opacity:1;
    }

    70% {
        transform: rotateZ(-180deg);
        right: -61px;
        bottom: 29%;
        margin-bottom: -14px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 1;
        right: 8px;
        bottom: 42.5%;
        margin-bottom: -14px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 1;
        right: 8px;
        bottom: 42.5%;
        margin-bottom: -14px;
    }

    100% {
        transform: rotateZ(-360deg);
        opacity: 1;
        right: -17px;
        bottom: 50%;
        margin-bottom:-14px;
    }
}

@keyframes location3 {
    0% {
        transform: rotateZ(-0deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }

    20% {
        transform: rotateZ(-0deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: -53px;
        left: 39%;
        margin-left: -90px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: -53px;
        left: 39%;
        margin-left: -90px;
    }

    50% {
        transform: rotateZ(-180deg);
        opacity: 1;
        bottom: 7px;
        left: 50%;
        margin-left: -90px;
    }


    70% {
        transform: rotateZ(-180deg);
        bottom: 7px;
        left: 50%;
        margin-left: -90px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 0;
        bottom: -37px;
        left: 57%;
        margin-left: -90px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 0;
        bottom: -37px;
        left: 57%;
        margin-left: -90px;
    }

    100% {
        transform: rotateZ(-360deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }
}

@keyframes location4 {
    0% {
        transform: rotateZ(-0deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }

    20% {
        transform: rotateZ(-0deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 0;
        bottom: -54px;
        left: 39%;
        margin-left: -90px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 0;
        bottom: -54px;
        left: 39%;
        margin-left: -90px;
    }

    50% {
        transform: rotateZ(-180deg);
        opacity: 0;
        bottom: 7px;
        left: 50%;
        margin-left: -90px;
    }


    70% {
        transform: rotateZ(-180deg);
        bottom: 7px;
        left: 50%;
        margin-left: -90px;
        opacity: 0;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 1;
        bottom: -37px;
        left: 57%;
        margin-left: -90px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 1;
        bottom: -37px;
        left: 57%;
        margin-left: -90px;
    }

    100% {
        transform: rotateZ(-360deg);
        bottom: 0;
        left: 50%;
        margin-left:-90px;
        opacity: 0;
    }
}

@keyframes location5 {
    0% {
        transform: rotateZ(-0deg);
        opacity: 1;
        bottom: 50%;
        left: -50px;
        margin-bottom:-14px;
    }

    20% {
        transform: rotateZ(-0deg);
        opacity: 1;
        bottom: 50%;
        left: -50px;
        margin-bottom:-14px;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 42.5%;
        left: 7px;
        margin-bottom: -14px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 42.5%;
        left: 7px;
        margin-bottom: -14px;
    }

    50% {
        transform: rotateZ(-180deg);
        bottom: 29%;
        left: -33px;
        margin-bottom: -14px;
        opacity: 1;
    }

    70% {
        transform: rotateZ(-180deg);
        bottom: 29%;
        left: -33px;
        margin-bottom: -14px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        bottom: 42%;
        left: -50px;
        margin-bottom:-14px;
        opacity: 0;
    }

    95% {
        transform: rotateZ(-270deg);
        bottom: 42%;
        left: -50px;
        margin-bottom:-14px;
        opacity: 0;
    }

    100% {
        transform: rotateZ(-360deg);
        opacity: 1;
        bottom: 50%;
        left: -50px;
        margin-bottom:-14px;
    }
}

@keyframes location1-s {
    0% {
        transform: rotateZ(-0deg);
        top: 25px;
        left: 60%;
        margin-left: -90px;
    }

    20% {
        transform: rotateZ(-0deg);
        top: 25px;
        left: 60%;
        margin-left: -90px;
    }

    25% {
        transform: rotateZ(-90deg);
        top: 17px;
        left: 33%;
        margin-left: -90px;
        opacity: 1;
    }

    45% {
        transform: rotateZ(-90deg);
        top: 17px;
        left: 33%;
        margin-left: -90px;
        opacity: 1;
    }

    50% {
        transform: rotateZ(-180deg);
        top: 25px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    70% {
        transform: rotateZ(-180deg);
        top: 25px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    75% {
        transform: rotateZ(-270deg);
        top: 23px;
        left: 88%;
        margin-left: -90px;
        opacity: 1;
    }

    95% {
        transform: rotateZ(-270deg);
        top: 23px;
        left: 88%;
        margin-left: -90px;
        opacity: 1;
    }

    100% {
        transform: rotateZ(-360deg);
        top: 25px;
        left: 60%;
        margin-left: -90px;
        opacity: 1;
    }
}

@keyframes location2-s {
    0% {
        transform: rotateZ(-0deg);
        right: 3px;
        bottom: 68%;
        margin-bottom: -14px;
        opacity: 1;
    }

    20% {
        transform: rotateZ(-0deg);
        right: 3px;
        bottom: 68%;
        margin-bottom: -14px;
        opacity: 1;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 0;
        right: 3px;
        bottom: 42%;
        margin-bottom: -14px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 0;
        right: 3px;
        bottom: 42%;
        margin-bottom: -14px;
    }

    50% {
        transform: rotateZ(-180deg);
        right: 16px;
        bottom: 14%;
        margin-bottom: -14px;
        opacity:1;
    }

    70% {
        transform: rotateZ(-180deg);
        right: 16px;
        bottom: 14%;
        margin-bottom: -14px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 1;
        right: 21px;
        bottom: 41.3%;
        margin-bottom: -14px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 1;
        right: 21px;
        bottom: 41.3%;
        margin-bottom: -14px;
    }

    100% {
        transform: rotateZ(-360deg);
        right: 3px;
        bottom: 68%;
        margin-bottom: -14px;
        opacity: 1;
    }
}

@keyframes location3-s {
    0% {
        transform: rotateZ(-0deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    20% {
        transform: rotateZ(-0deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 16px;
        left: 32%;
        margin-left: -90px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 16px;
        left: 32%;
        margin-left: -90px;
    }

    50% {
        transform: rotateZ(-180deg);
        opacity: 1;
        bottom: 27px;
        left: 60%;
        margin-left: -90px;
    }


    70% {
        transform: rotateZ(-180deg);
        bottom: 27px;
        left: 60%;
        margin-left: -90px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 0;
        bottom: 19px;
        left: 87%;
        margin-left: -90px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 0;
        bottom: 19px;
        left: 87%;
        margin-left: -90px;
    }

    100% {
        transform: rotateZ(-360deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }
}

@keyframes location4-s {
    0% {
        transform: rotateZ(-0deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    20% {
        transform: rotateZ(-0deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 0;
        bottom: 16px;
        left: 32%;
        margin-left: -90px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 0;
        bottom: 16px;
        left: 32%;
        margin-left: -90px;
    }

    50% {
        transform: rotateZ(-180deg);
        opacity: 0;
        bottom: 27px;
        left: 60%;
        margin-left: -90px;
    }


    70% {
        transform: rotateZ(-180deg);
        bottom: 27px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }

    75% {
        transform: rotateZ(-270deg);
        opacity: 1;
        bottom: 19px;
        left: 87%;
        margin-left: -90px;
    }

    95% {
        transform: rotateZ(-270deg);
        opacity: 1;
        bottom: 19px;
        left: 87%;
        margin-left: -90px;
    }

    100% {
        transform: rotateZ(-360deg);
        bottom: 47px;
        left: 60%;
        margin-left: -90px;
        opacity: 0;
    }
}

@keyframes location5-s {
    0% {
        transform: rotateZ(-0deg);
        opacity: 1;
        bottom: 69%;
        left: 17px;
        margin-bottom: -14px;
    }

    20% {
        transform: rotateZ(-0deg);
        opacity: 1;
        bottom: 69%;
        left: 17px;
        margin-bottom: -14px;
    }

    25% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 41%;
        left: 20px;
        margin-bottom: -14px;
    }

    45% {
        transform: rotateZ(-90deg);
        opacity: 1;
        bottom: 41%;
        left: 20px;
        margin-bottom: -14px;
    }

    50% {
        transform: rotateZ(-180deg);
        bottom: 14%;
        left: 17px;
        margin-bottom: -14px;
        opacity: 1;
    }

    70% {
        transform: rotateZ(-180deg);
        bottom: 14%;
        left: 17px;
        margin-bottom: -14px;
        opacity: 1;
    }

    75% {
        transform: rotateZ(-270deg);
        bottom: 41%;
        left: 17px;
        margin-bottom: -14px;
        opacity: 0;
    }

    95% {
        transform: rotateZ(-270deg);
        bottom: 41%;
        left: 17px;
        margin-bottom: -14px;
        opacity: 0;
    }

    100% {
        transform: rotateZ(-360deg);
        opacity: 1;
        bottom: 69%;
        left: 17px;
        margin-bottom: -14px;
    }
}


