.wrapper {   
 width: 1920px;   

 height: auto;   
 position: absolute;    
 transform: translate(-50%);   
 left: 50%;}

/* 描定定位 */
.float {
    width: 50px;
    height: 250px;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 1;
    
  
  }  
  .float span{
    display: block;
    width: 50px;
  height: 50px;
  background: #E3F1FC;
  border-radius: 50%;
  
  }
  .float span{
    display: block;
    width: 50px;
  height: 50px;
  background: #E3F1FC;
  border-radius: 50%;
  margin-top: 20px;
  
  }
  .float img {
    transform: translate(-50%,-50%);
    position:relative;
    left:50%  ;
    top: 50%;
  }
  /* 描点定位 */
html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    /* text-align: center; */
}

ul {
    margin: 0;
    padding: 0;

}

.logo {
    float: left;

}

.Outerbox {
    width: 1920px;
    height: 2713px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;

}

.HeadNavigation li a:hover {

   border-bottom:5px solid rgb(86, 178, 253) ;
}

.HeadNavigation {
    width: 1200px;
    height: 40px;
 position:relative ;
 top: 7px;


}
.HeadNavigation a {
    display: block;
    height: 40px;
}

.HeadNavigation ul {
    position: relative;
    left: 30px;
}

.HeadNavigation li {
    float: left;
    width: auto;
    height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 50px;
    list-style: none;

}

.login {
    float: left;
    width: 70px;
    height: 30px;
    border: 1px solid #FFFFFF;
    color: #ffff;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    float: right;
    position: relative;
    


}

.login span {
    line-height: 28px;
}

.HeadNavigation a {
    color: #FFFFFF;
}

li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

.backgroundcolor {

    width: 1920px;
    height: 600px;
    border: 1px solid rgb(33, 145, 197);
    z-index: -1;
    background: url(../img/banner.png);
    /* background-size: cover;  */
    display: flex;
    justify-content: center;
}

.headtext {
    width: 1200px;
    transition: 1s;
    height: 334px;
    position: relative;
    left: -900px;
    top: 200px;
    display: flex;
    flex-direction: column
}

.headtext span {
    margin-top: 30px;
    position: relative;
    top: -120px;
  
}

.servicetext {
    width: auto;
    height: 80px;
    font-size: 30px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 188px;
}

.phptext {
    width: auto;
    height: 46px;
    font-size: 48px;
    
    font-weight: 500;
    color: #FFFFFF;
    line-height: 99px;
}

.layouttext {
    width: 766px;
    height: 29px;
    font-size: 30px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 99px;
}

.Innerlayerframe {
    width: 1200px;
    height: 320px;
    top: 90px;
    position: relative;
}

.leftimg {
    width: 600px;
    height: 320px;
    background-color: #1281FF;
    position: relative;
    left: -900px;
    transition: 1s;
    float: left;
}

.righttext {
    width: 600px;
    height: 320px;
    float: right;
    position: relative;
    right: -900px;
    transition: 1s;
    /*      position: relative;
     transition: 1s;
     right: -50%; */
    justify-content: center;
    display: flex;
     flex-wrap: wrap;


}

.righttext span {
    width: 60;
    height: 35px;
    font-size: 36px;
    
    font-weight: bold;
    color: #111734;
    line-height: 36px;
    margin-top: 30px;
}

p.before:before {
    content: "　";

    white-space: pre;
}

.righttext p {
    width: 523px;
    height: 144px;
    font-size: 18px;
    
    font-weight: 400;
    color: #666666;
    text-indent: 35px;
}

.Gradient {
    width: 162px;
    height: 6px;
    background: linear-gradient(90deg, rgba(4, 140, 252, 0.57) 0%, #FFFFFF 100%);
}

.towbox {
    width: 1920px;
    height: 500px;
    
    justify-content: center;
    display: flex;

}



.introduce {
    width: 1920px;
    height: 476px;
    justify-content: center;
    display: flex;
    background: url(../img/bgabout.png);
}

.introducebox {
    height: 355px;
    width: 1200px;
    position: relative;
    transform: translate(-50%, -50%);
    left: 32%;
  
    top: 50%;
    display: flex;
    justify-content: space-between;
    justify-items: center;

}



.product {
    width: 312px;
    height: 355px;
    background: #FFFFFF;
    box-shadow: 15px 25px 18px 0px rgba(97, 162, 208, 0.25);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.product dt {
    margin-top: 30px;
}

.product dd {
    margin-top: 5px;
}

dd {
    margin: 0;
}

dl {
    margin: 0;
}

.bule {
    width: 54px;
    height: 2px;
    background: #0096FF;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 50px;
}

.product dd {
    display: block;
    position: relative;
    top: 20px;
}

.product img {
    width: 80px;
    height: 80px;
}

.resultbox {
    width: 1920px;
    height: 500px;
 background: url(../img/contactbg.png);
    justify-content: center;
    display: flex;

}

.result {
    width: 1000px;
    height: 316px;

    transform: translate(0, -50%);
    top: 50%;
    position: relative;
}

.core {
    /* width: 88px; */
    height: 19px;
    font-size: 20px;
    
    font-weight: 400;
    color: #323232;
    line-height: 54px;

}

.leftsult {
    float: left;
}

.rightsult {
    width: 50%;
    height: 316px;
    float: right;
}

.rightsult span {
    width: 168px;
    height: 35px;
    font-size: 36px;
    
    font-weight: bold;
    color: #111734;
    line-height: 36px;
    display: block;
    margin-left: 178px;
    margin-top: 10px;
    /* transform: translate(-50%);
    position: relative;
    left: 50%; */
}

.rightsultbule {
    width: 142px;
    height: 6px;
    background: linear-gradient(to left, rgba(4, 140, 252, 0.57) 0%, #FFFFFF 100%);
    margin-left: 178px;
}

.rightsult ul {
    display: block;
    margin-top: 100px;
    margin-left: 70px;
}

.rightsult li {
    height: 50px;
    width: auto;
    font-size: 16px;
    
    font-weight: 400;
    color: #4E5470;
    line-height: 50px;
    position: relative;
    top: -20px;
}

.rightsult img {
    position: relative;

}

.Coreproducts {

    height: 11px;
    font-size: 14px;
    
    font-weight: 400;
    color: #C8C8C8;
    line-height: 54px;
}

.XYCMS {
    width: 176px;
    height: 40px;
    font-size: 14px;
    
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.contact {
    width: 1920px;
    height: 222px;
    background: #1281FF;
 
    justify-content: center;
}

.contactbox {
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contactbox p {
    width: 980px;
    height: 29px;
    font-size: 28px;
    margin-top: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.contactdiv {
    width: 1200px;
    height: 54px;
    border-radius: 5px;
    justify-content: center;
    display: flex;
}

.leftbtoon {
    cursor: pointer;
    width: 140px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftbtoon span {
    font-size: 22px;
    font-weight: 400;
    color: #048CFC;
}

.rightbtoon {
    cursor: pointer;
    width: 140px;
    height: 54px;
    background: #1281FF;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    margin-left: 30px;
	font-size: 22px;
font-weight: 400;
color: #FFFFFF;

display: flex;
justify-content: center;
align-items: center;
 
}
.rightbtoon a {
    width: 108px;
height: 21px;

}
.rightbtoon span {
}

.butoom {
    width: 1200px;
    height: 200px;
    border: 1px solid rgb(18, 150, 84);
    position: relative;
    transform: translate(50%);
    left: 50%;
}

