.product {
  width: 100%;
  height: 160px;
  background-color: #f5f6f7;
  position: relative;
}

.product .product_shadowLayer {
  width: 1200px;
  height: 160px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 10px 10px 60px 0px rgba(47 131 254 / 10%), -10px 0px 60px 0px rgba(47 131 254 / 10%);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
}

.product .product_shadowLayer>div:nth-child(odd){
  flex: 1;
  display: flex;
}

.product .product_shadowLayer>div:nth-child(even){
  width: 1px;
  height: 38px;
  background: #e4e4e4;
}


.product .product_shadowLayer>div:nth-child(odd)>a{
  display: flex;
  align-items: center;
}

.product .product_shadowLayer>div>a{
  color: #000000;
}

.product .product_shadowLayer>div .icon{
  margin: 0 24px 0 32px;
}

.product .product_shadowLayer>div .icon>img {
  height: 56px;
}

.product .product_shadowLayer>div .icontitle {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 27px;
}

.transition {
  width: 100%;
  height: 1000px;
  background-color: #f5f6f8;
  display: inline-block;
}

.transition .transition_top {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f6f8;
  position: relative;
}

.transition .transition_top .biaoti {
  font-size: 3.7rem;
  line-height: 44px;
  font-weight: 600;
}

.transition .transition_bot {
  width: 1408px;
  height: 1013px;
  margin: 140px auto 0;
  position: relative;
  background: url(../img/index/地球背景.png) no-repeat;
  background-position: center 0;
}

.transition .transition_bot>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.transition .transition_bot>div>div {
  width: 14%;
}

.transition .transition_bot>div>div>div {
  position: relative;
  white-space: nowrap;
}

.transition .transition_bot .transition_one>div:nth-child(1) {
  top: 19%;
}

.transition .transition_bot .transition_two>div:nth-child(1) {
  top: 11%;
}

.transition .transition_bot .transition_two>div:nth-child(2) {
  top: 22%;
}

.transition .transition_bot .transition_thr>div:nth-child(1) {
  top: -6%;
}

.transition .transition_bot .transition_thr>div:nth-child(2) {
  top: 13%;
}

.transition .transition_bot .transition_fou>div:nth-child(1) {
  left: 5%;
  top: 4%;
}

.transition .transition_bot .transition_fou>div:nth-child(2) {
  left: 5%;
  top: 43%;
}

.transition .transition_bot .transition_fiv>div:nth-child(1) {
  left: 10%;
  top: -6%;
}

.transition .transition_bot .transition_fiv>div:nth-child(2) {
  left: 10%;
  top: 13%;
}

.transition .transition_bot .transition_six>div:nth-child(1) {
  left: 15%;
  top: 11%;
}

.transition .transition_bot .transition_six>div:nth-child(2) {
  left: 15%;
  top: 22%;
}

.transition .transition_bot .transition_sev>div:nth-child(1) {
  top: 19%;
}

.transition .transition_bot>div>div>div>img {
  width: 100%;
}

.transition .transition_bot>div>div>div>p {
  font-size: 1.8rem;
  color: #0066ff;
}

.radiation {
  width: 100%;
  height: 1069px;
  background: url(../img/index/功能全链路辐射页面底版图.png) no-repeat center;
  position: relative;
}

.radiation .radiation_title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  font-size: 5rem;
  font-weight: 600;
  color: #ffffff;
}

.radiation .radiation_cen {
  width: 758px;
  height: 708px;
  margin: 115px auto 0;
  display: inline-block;
  background: url(../img/index/功能全链路辐射示意图.png) no-repeat center;
  background-size: auto 100%;
  position: relative;
}

.radiation .radiation_cen>div {
  position: absolute;
  width: 240px;
}

.radiation .radiation_cen>div .p1 {
  font-size: 3.2rem;
  color: #ffffff;
}

.radiation .radiation_cen>div .p2 {
  font-size: 1.2rem;
  color: #ffffff;
}

.radiation .radiation_cen .d1 {
  text-align: right;
  top: 18%;
  left: -264px;
}

.radiation .radiation_cen .d2 {
  text-align: right;
  top: 55%;
  left: -264px;
}

.radiation .radiation_cen .d3 {
  text-align: right;
  top: 89%;
  left: -264px;
}

.radiation .radiation_cen .d4 {
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto;
}

.radiation .radiation_cen .d5 {
  text-align: left;
  top: 18%;
  right: -264px;
}

.radiation .radiation_cen .d6 {
  text-align: left;
  top: 55%;
  right: -264px;
}

.radiation .radiation_cen .d7 {
  text-align: left;
  top: 89%;
  right: -264px;
}

.submenu {
  width: 100%;
  height: 435px;
  background-color: #f5f6f8;
}

.submenu .submenu_cen {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu .submenu_cen>div {
  width: 32%;
  height: 234px;
  border-radius: 6px;
  box-shadow: #edf4ff 0px 0px 30px 5px;
  background-color: #fff;
  padding: 32px 16px 0;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  position: relative;
}

.submenu .submenu_cen>div .p1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.submenu .submenu_cen>div:nth-child(1) .p2 {
  width: 245px;
}

.submenu .submenu_cen>div .p2 {
  font-size: 16px;
  margin-top: 16px;
  color: #999999;
  line-height: 24px;
}

.submenu .submenu_cen>div .p3 {
  width: 125px;
  height: 125px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.submenu .submenu_cen>div .p3 img {
  height: 100%;
}

.advantage {
  width: 100%;
  height: 750px;
  background-color: #ffffff;
}

.advantage .advantage_cen {
  width: 1227px;
  height: 100%;
  margin: 0 auto;
}

.advantage .advantage_cen .advantage_font {
  width: 100%;
  height: 224px;
  font-size: 3.3rem;
  line-height: 260px;
  font-weight: 600;
}

.advantage .advantage_cen .advantage_img {
  width: 100%;
  height: 88px;
  background: url(../img/index/矩形.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.advantage .advantage_cen .advantage_img p {
  width: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 2.7rem;
  color: #ffffff;
  font-weight: 600;
}

.advantage .advantage_cen .dominantItem {
  box-sizing: border-box;
  width: 96%;
  height: 420px;
  background-color: white;
  padding: 38px 64px;
  font-size: 2.2rem;
  box-shadow: #edf4ff 0px 0px 30px 5px;
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
}

.advantage .advantage_cen .dominantItem>div {
  display: flex;
  height: 110px;
  align-items: center;
  border-bottom: 2px dashed #0066ff;
}

.advantage .advantage_cen .dominantItem>div:nth-child(3) {
  border-bottom: none;
}

.advantage .advantage_cen .dominantItem>div>div:nth-child(1) {
  width: 50%;
  height: 100%;
  border-right: 2px dashed #0066ff;
  color: #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.advantage .advantage_cen .dominantItem>div>div:nth-child(2) {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guild {
  width: 100%;
  margin: 100px 0;
}

.guild .guild_cen {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guild .guild_cen>div {
  width: 32%;
  height: 420px;
  border-radius: 6px;
  box-shadow: #edf4ff 0px 0px 30px 5px;
  overflow: hidden;
}

.guild .guild_cen>div .guild_img {
  width: 100%;
  height: 260px;
  position: relative;
}

.guild .guild_cen>div .guild_img>img {
  height: 100%;
}

.guild .guild_cen>div .guild_img .guild_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  left: 0;
  top: 0;
}

.guild .guild_cen>div .guild_img .guild_mask>img {
  height: 30%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.guild .guild_cen>div .guild_introduce {
  padding: 16px;
  box-sizing: border-box;
  text-align: left;
}

.guild .guild_cen>div .guild_introduce .p1 {
  line-height: 40px;
  font-size: 1.7rem;
  font-weight: 600;
}

.guild .guild_cen>div .guild_introduce .p2 {
  font-size: 1.3rem;
  line-height: 27px;
  color: #bbbbbb;
}

.service {
  width: 100%;
  padding-bottom: 70px;
}

.service .service_cen {
  width: 1200px;
  margin: 0 auto;
}

.service .service_cen .service_font {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 80px;
}

.service .service_cen .service_bot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service .service_cen .service_bot>div {
  width: 32%;
  height: 346px;
  border-radius: 6px;
  box-shadow: #edf4ff 0px 0px 30px 5px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service .service_cen .service_bot>div .icon>img{
  height: 121px;
}

.service .service_cen .service_bot>div .serviceContent {
  width: 253px;
  height: 90px;
  margin-top: 25px;
  font-size: 30px;
  line-height: 45px;
}

.certification {
  width: 100%;
  padding-bottom: 70px;
}

.certification .certification_cen {
  width: 1200px;
  margin: 0 auto;
}

.certification .certification_cen .certification_font {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 80px;
}

.certification .certification_cen .certification_bot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.certification .certification_cen .certification_bot>div:hover {
  width: 20%;
  height: 146px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 4px rgba(47,131,254,0.06); 
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0066FF;
}

.certification .certification_cen .certification_bot>div {
  width: 20%;
  height: 146px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
}

.deshover {
  pointer-events: none;
}

.certification .certification_cen .certification_bot>div .icon{
  width:80px;
  height:80px;
  border-radius: 50%;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  
}

.certification .certification_cen .certification_bot>div .icon>img{
  height: 80%;
  width:80%;
  object-fit: contain;
}

.certification .certification_cen .certification_bot>div .serviceContent {
  /* width: 253px;
  height: 90px;
   */
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
}


#transition_title{
  position: relative;
  top: -150px;
}

#radiation_title{
  position: relative ; 
  top: -50px;
}

#service_font{
  position: relative ; 
  top: -150px;
}