body{
    padding: 0;
    margin: 0;
    background: #ffffff;
}
html{
    background: #ffffff;
}

header{
    position: relative;
    background: #036EB8;
    width: 100%;
    height: 550px;
}
.center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.center-row{
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.center-row-vertical{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.center-row-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.center-row-around{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.row{
    display: flex;
    flex-direction: row;
}

.center-row-center{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.center-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.column{
    display: flex;
    flex-direction: column;
}
.center-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle{
    width: 8px;
    height: 8px;
    border-radius: 5px;
    list-style-type: none;
    list-style: none;
    background: #3296ED;
    margin-right: 5px;
}
.form-txt{
    color: #797979;
    font-size: 14px;
}
.btnClick{
    width: 60%;
    background: #036EB8;
    border-radius: 8px;
    height: 36px;
    border: 1px solid #036EB8;
    color: white;
}
.btnClick:active{
    opacity: 0.7;
}
.m-right-5{
    margin-right: 5px;
}
.m-left-10{
    margin-left: 10px;
}
.m-left-30{
    margin-left: 30px;
}
.m-left-p15{
    margin-left: 7%;
}
.m-right-10{
    margin-right: 10px;
}
.m-right-30{
    margin-right: 30px;
}
.m-top-30{
    margin-right: 30px;
}
.m-right-P15{
    margin-right: 7%;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-20{margin-top: 20px;}
.m-top-30{
    margin-top: 30px;
}

.form-input{
    height: 30px;
    width: 90%;
    border-radius: 10px;
    padding-left: 10px;
    border: solid  1px #797979;
}

#u284_img {
    border-width:0px;
    width:426px;
    height:84px;
    margin-top: 100px;
    margin-left: 50px;
}
#u29_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
    margin-top: 150px;
    margin-left: 50px;
    color: white;
    font-size: 35px;
}
#u28_text {
    border-width:0px;
    white-space:nowrap;
    text-transform:none;
    color: white;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 28px;
}
#u32_img {
    border-width:0px;
    position:absolute;
    right:0px;
    top:70px;
    width:477px;
    height:500px;
}
#u14_img {
    border-width:0px;
    width:90%;
    height:auto;
}
#u30_text{
  color: #036EB8;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
#u37_text{
    height: 80px;
    background: #036EB8;
    color: white;
    font-size: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#u38_text{
    height: 620px;
    border: 1px solid #036EB8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dasan{
    margin-top: 30px;
    background: #3296ED;
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 20px;
}
.bg-map{
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 0;
}
.map-content{
    z-index: 1;
    position: relative;
}
.map-txt{
  font-weight: 600;
  font-size: 38px;
    color: white;
}
.sanjiao1{
   background: url("../images/u154.svg") no-repeat;
    width: 400px;
    height: 300px;
    margin-right: -100px;
    color: #FB535D;
    font-size: 12px;
}
.sanjiao2{
    background: url("../images/u159.svg") no-repeat;
    width: 400px;
    height: 300px;
    margin-right: -100px;
    color: #FFB75D;
    font-size: 12px;
}
.sanjiao3{
    background: url("../images/u164.svg") no-repeat;
    width: 400px;
    height: 300px;
    color: #33C21C;
    font-size: 12px;
}

.sanjiao-icon0{
    width: 40px;
    height: 35px;
}

.sanjiao-icon{
    width: 40px;
    height: 35px;
}

/*六大优势*/
.bg-sixyoushi{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
}
.six-item-root{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 8%;
}
.six-title{
    font-size: 40px;
    font-weight: bold;
    color: #005BAC;
    padding-top: 15%;
    text-align: center;
}
.six-item{
    width: 30%;
    height:200px;
    background: #ACE1F5;
    border-radius: 10px;
    position: relative;
    color: #005BAC;
    font-weight: 600;
}
.six-item-top{
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    border-radius: 50%;
    border: 2px solid #ACE1F5;
    background: white;
    z-index: 3;
}
.six-item-top-img{
    width: 60px;
    height: 60px;
}

/* 热门推荐*/
.remen-root{
  background: #3296ED;
    width: calc(100% - 100px);
    padding: 50px;
    margin: 50px auto 0px;
}
.remen-root-title{
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.remen-root .des{
    color: white;
    margin-top: 50px;
}
.print-bg{
    background: #ACE1F5;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: #005BAC;
    padding-left: 10px;
    margin-top: 50px;
}
 .btn{
    background: white;
    color: #005BAC;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 200px;
    border: none;
     cursor: pointer;
}
.btn:active{
    opacity: 0.7;
}
.btn:hover{
    opacity: 0.7;
}
.remen-four-item{
    width: 23%;
    height: 290px;
    border-radius: 8px;
    background: white;
    margin-top: 20px;
}
.remen-four-item img{
   width: 189px;
   height: 158px;
}
.remen-four-item .line{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(90%) ;
    height: 1px;
    background: #797979;
}
.remen-txt_padidng{
    padding-left: 10px;
    padding-right: 10px;
    font-size:12px;
    height: 50px;
    color: #797979;
}

/* 软件系统设计流程*/
.rujian-root{
    background: #F7F7F7;
    width: calc(100% - 100px);
    padding: 50px 50px;
}
.rujian-root .title{
    color: #FB535D;
    font-size: 36px;
    font-weight: bold;
}
.rujian-root-content{
    position: relative;
    height: 300px;
}
.rujian-root-item3{
    width: auto;
    height: auto;
    position: absolute;
    left: 15%;
    top: 0px;
}
.rujian-root-content .title{
  color: #FB535D;
  font-size: 24px;
  font-weight: 400;
}

.rujian-root-content .content{
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}
.rujian-root-item6{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0px;
}

.rujian-root-item10{
    width: auto;
    height: auto;
    position: absolute;
    left: 80%;
    top: 0px;
}

.rujian-root-item1{
    width: auto;
    height: auto;
    position: absolute;
    left: 5%;
    top: 220px;
}
.rujian-root-item5{
    width: auto;
    height: auto;
    position: absolute;
    left: 35%;
    top: 220px;
}
.rujian-root-item8{
    width: auto;
    height: auto;
    position: absolute;
    left: 65%;
    top: 220px;
}
.circle1{
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FB535D;
    border-radius: 50%;
    top: 136px;
}
.circle2{
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FB535D;
    border-radius: 50%;
    top: -82px;
}

.rujian-root-content .line{
    position: absolute;
    width: 1px;
    height: 70px;
    background: #FB535D;
    top: -75px;
}

.rujian-root-content .line0{
    position: absolute;
    width: 1px;
    height: 70px;
    background: #FB535D;
    top: 65px;
}

.rujian-root-content .line3{
    position: absolute;
    width: 1px;
    height: 40px;
    background: #FB535D;
    top: 95px;
}

.line4{
    position: absolute;
    width: 1px;
    height: 60px;
    background: #FB535D;
    top: -70px;
}

.btn-blue{
    background: #FB535D;
    color: white;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 200px;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}
.btn-blue:active{
    opacity: 0.7;
}
.btn-blue:hover{
    opacity: 0.7;
}
.btn-blue-2{
    background: #3296ED;
    color: white;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 200px;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}
.btn-blue-2:active{
    opacity: 0.7;
}
.btn-blue-2:hover{
    opacity: 0.7;
}
.rujian-root .line{
    background: #797979;
    width: 100%;
    margin-top: 50px;
    height: 2px;
    opacity: 0.5;
}

/*底部*/
.bottm-root{
    background: #3296ED;
    position: relative;
}
.bottm-root img{
    width: 100%;
    opacity: 0.5;
    background-repeat: no-repeat;
}
.jianjie-root{
    background: #3296ED;
    padding: 50px;
}
.btn-bottm{
   border-radius: 15px;
   height: 30px;
   width: 150px;
    font-size: 16px;
    color: #036EB8;
   background: white;
    cursor: pointer;
}
.btn-bottm:hover{
    opacity: 0.8;
}
.bottm-root-title{
    top: 150px;
    z-index: 2;
    position: absolute;
}

.bottm-root-title:active{
    opacity: 0.7;
}

.bottm-root-title .title{
    color: white;
    font-size: 36px;
    font-weight: bold;
}

/*广眼简介*/
.jianjie-root-title{
  color: white;
  font-size: 36px;
  font-weight: bold;
}
.wenhua-item{
    border-bottom: 1px solid white;
    height: 80px;
    color: white;
}
.wenhua-item-title{
    width: 30%;
    text-align: right;
    margin-right: 50px;
}
.wenhua-item1{
    height: 120px;
    color: white;
}

.wenhua-item .line{
    width: 1px;
    height: 100%;
    background: white;
    margin-left: 50px;
    margin-right: 50px;
}

.wenhua-item1 .line{
    width: 1px;
    height: 100%;
    background: white;
    margin-left: 50px;
    margin-right: 50px;
}

.wenhua-item-content{
    text-align: left;
    margin-left: 20%;
}

/*硬件设计流程*/
.yingjian-root .title{
    font-size: 36px;
    font-weight: bold;
    color: #3296ED;
}

.circle1-item1{
    position: absolute;
    left: 10%;
    top: -40px;
    color: #3296ED;
    font-size: 24px;
}
.quan{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3296ED;
}
.circle1-item2{
    position: absolute;
    left: 35%;
    top: -40px;
    color: #3296ED;
    font-size: 24px;
}
.circle1-item3{
    position: absolute;
    left: 65%;
    top: -40px;
    color: #3296ED;
    font-size: 24px;
}
.circle1-item4{
    position: absolute;
    left: 85%;
    top: -40px;
    color: #3296ED;
    font-size: 24px;
}

.taiyang-img{
   /* width: 189px;
    height: 158px;*/
}

.pencent{
    width: 100%;
    height: auto;
}

/* 立即开发*/
.startKaiFa{
    color: #005BAC;
    text-decoration: none;
    font-weight: bold;
}


.startKaiFa-wihte{
    color: white;
    text-decoration: none;
    font-weight: bold;
}


input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #AAAAAA;
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color: #AAAAAA;
}
input::-moz-placeholder,textarea::-moz-placeholder{
    color: #AAAAAA;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #AAAAAA;
}


/*备案*/
.beian{
    font-size: 14px;
    margin-top: 30px;
}

.beian a{
    color: white;
    text-decoration: none;
    font-weight: 700;
    opacity: 1;
}

.beian a:hover{
    opacity: 0.8;
}



