.geo_ban{
    width: 100%;
}
.geo_ban img{
    width: 100%;
    object-fit: cover;
}
.new_search_box{
    width: 100%;
    background: url(../images/new_search_bg.jpg) no-repeat;
    background-size:cover;
    padding: 80px 0;
}
.new_search{
    
    
   max-width: 1400px;
   width:85%;
    margin:auto;

    
}
.new_search .p1{
    font-size: 58px;
    font-weight: bold;
    text-align: center;
}
.news_search_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.news_search_left{
    width: 20%;
    height: 678px;
     background: url(../images/left_cri.png) no-repeat;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     position: relative;
}
.news_search_left .news_search_item:hover{
    border-color: #007ac8;
}
.news_search_left .news_search_item:nth-of-type(1){
    margin-left: 33%;
}
.news_search_left .news_search_item:nth-of-type(2){
    margin-left: -4%;
}
.news_search_left .news_search_item:nth-of-type(3){
    margin-left: -15%;
}
.news_search_left .news_search_item:nth-of-type(4){
    margin-left: -4%;
}
.news_search_left .news_search_item:nth-of-type(5){
    margin-left: 33%;
}
.news_search_right{
    width: 20%;
    height: 678px;
     background: url(../images/right_cir.png) no-repeat;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     position: relative;
}
.news_search_left .news_search_item{
    width: 80px;
    height:80px;
    border-radius: 50%;
    border: 1px #e9e9e9 dashed;
    background: #ffffff;
    transition: .3s;
}

.news_search_right .news_search_item:nth-of-type(1){
    margin-left: 33%;
}
.news_search_right .news_search_item:nth-of-type(2){
    margin-left: 68%;
}
.news_search_right .news_search_item:nth-of-type(3){
    margin-left: 76%;
}
.news_search_right .news_search_item:nth-of-type(4){
    margin-left: 68%;
}
.news_search_right .news_search_item:nth-of-type(5){
    margin-left: 33%;
}
.news_search_right .news_search_item{
    width: 80px;
    height:80px;
    border-radius: 50%;
    border: 1px #e9e9e9 dashed;
    background: #ffffff;
    transition: .3s;
}
.news_search_right .news_search_item:hover{
    border-color: #007ac8;
}


.news_search_left p{
    width: max-content;
    height: max-content;
    font-size: 52px;
    position: absolute;
    left:105px;
    top: 0;
    bottom: 0;
    margin: auto;
    
}
.news_search_right p{
    width: max-content;
    height: max-content;
    font-size: 52px;
    position: absolute;
    right:125px;
    top: 0;
    bottom: 0;
    margin: auto;
    
}

.geo_intro_box{
    width: 100%;
     background: url(../images/geo_intro_bg.jpg) no-repeat;
     background-size:cover;
     padding-top: 100px;
     padding-bottom:260px;
}

.geo_intro{
    max-width: 1400px;
   width:85%;
    margin:auto;
}
.geo_intro .p1{
    color: #ffffff;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
}
.geo_intro .p2{
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}
.geo_intro_btn{
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin: auto;
    margin-top: 100px;
   
}
.geo_intro_btn_item{
    width: 25.41%;
    background-image: linear-gradient(90deg, #02cdf0, #007ac8), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 2.4px 1.8px 4.7px .3px #030920;
    box-shadow: 2.4px 1.8px 4.7px .3px #030920;
    border-radius: 30.5px;
    border: 1px solid #ccdcfc;
    padding: 7.1px 0;
    cursor: pointer;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
   position: relative;
   bottom: 0;
    transition: .5s;
}
.geo_intro_btn_item:hover{
  bottom: 15px;
}
.geo_engine_box{
    width: 100%;
    padding: 120px 0;
    background: #eff8fd;
}
.geo_engine{
 max-width: 1400px;
   width:85%;
    margin:auto;
}
.geo_engine .p1{
    font-size: 56px;
    font-weight: bold;
    text-align: center;
}

.geo_engine_card{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 65px;
}
.geo_engine_card_item{
  -webkit-box-flex: 1;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    bottom: 0;
    transition: .3s;
   
}
.geo_engine_card_item img{
   position: relative;
   left: 50%;
   transform: translate(-50%);
   margin-top: 20px;
   margin-bottom: 20px;
}
.geo_engine_card_item:hover{
    bottom: 25px;
}
.geo_engine_card_item .geo_card{
    height: 410px;
    /*z-index: 999;*/
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 2.66vw;
}
.geo_engine_card_item .geo_card:after{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    /*background: url(../images/shadow.png) no-repeat 50% 0;*/
    width: 155.05%;
    height: 144.1%;
    position: absolute;
    right: -2%;
    top: 0;
    z-index: -1;
    display: block;
    background-size: 100% 100%;
}
.geo_engine_card_item .geo_card:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/icon.png) no-repeat 50% 0;
    width: 92px;
    height: 17px;
    display: block;
}

.geo_card .p2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.geo_card .p3{
    font-size: 18px;
    text-align: center;
    color: #666666;
    margin-top: 20px;
}

.service_box{
    width: 100%;

    
}

.service{
    width: 100%;
    height:800px;
      background: url(../images/service_bg.jpg) no-repeat 50% 100%;
      overflow: hidden;
      position: relative  ;
}
.service_1_list{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 260px;
    
}
.service_1_list_item {
    width: 15%;
}
.service_1_list_item .p1{
    font-size: 24px;
    font-weight: bold;
    color: #007ac8;
    text-align: center;
}

.service_1_list_item .p2{
    font-size: 30px;
    font-weight: bold;
    color: #007ac8;
    text-align: center;
}
.service_1_list_item .p3{
    font-size: 16px;
    color: #666666;
    text-align: center;
     margin-top: 10px;
}



.service_2_list{
    display: flex;
    justify-content: center;
    gap: 740px;
    margin-top: 120px;
    
}
.service_2_list_item {
    width: 15%;
}
.service_2_list_item .p1{
    font-size: 24px;
    font-weight: bold;
    color: #007ac8;
    text-align: center;
}

.service_2_list_item .p2{
    font-size: 30px;
    font-weight: bold;
    color: #007ac8;
    text-align: center;
}
.service_2_list_item .p3{
    font-size: 16px;
    color: #666666;
    text-align: center;
     margin-top: 10px;
}
.service_tiele{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
   
}
.service_tiele .p4{
    font-size: 16px;
    color: #007ac8;
     text-align: center;
}
.service_tiele .p5{
    
    font-size: 48px;
   font-weight: bold;
   margin-top: 8px;
    text-align: center;
   
}

.geo_contact_box{
    width: 100%;
    padding: 100px 0;
     background: url(../images/geo_contact_bg.jpg) no-repeat;
     background-size: cover;
     margin-top: 100px;
     margin-bottom: 50px;
}
.geo_contact{
    max-width: 1400px;
    width: 85%;
    margin: auto;
}
.geo_contact .p1{
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.geo_contact_list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;
    margin-top: 50px;
}
.geo_contact_item{
    font-size: 28px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

@media (max-width: 992px) {
   .new_search .p1{
       font-size: 24px;
   }
   .new_search_box{
       padding: 30px 0;
   }
   .news_search_right p{
       display: none;
   }
   .news_search_left{
       height: 500px;
       background: none;
   }
     .news_search_right{
          height: 500px;
       background: none;
   }
    .news_search_left p{
       display: none;
   }
   .news_search_left .news_search_item{
       margin-left: 0 !important;
   }
    .news_search_right .news_search_item{
       margin-left: 0 !important;
   }
   .news_search_left .news_search_item{
       width: 60px;
       height: 60px;
   }
    .news_search_right .news_search_item{
       width: 60px;
       height: 60px;
   }
   .new_search_center{
       width: 50%;
   }
   .geo_intro .p1{
       font-size: 24px;
   }
   .geo_intro .p2{
       font-size: 14px;
       margin-top: 15px;
   }
   .geo_intro_box{
       padding: 30px 0;
   }
   .geo_intro_btn_item{
       width: auto;
       font-size: 14px;
       border-radius: 30px;
       padding: 5px 10px;
   }
   .geo_intro_btn{
       width: 100%;
       margin-top: 20px;
   }
   .geo_engine_box{
       padding: 30px 0;
   }
   .geo_engine .p1{
       font-size: 24px;
   }
   .geo_card .p2{
       font-size: 20px;
   }
   .geo_card .p3{
       font-size: 14px;
   }
   .geo_engine_card_item {
   
    flex: 2 0 28%;
   
}
.geo_engine_card_item img{
    width: 30%;
}
.geo_engine_card_item .geo_card{
    height: 366px;
}
.geo_engine_card{
    margin-top: 20px;
}
.service{
width: 85%;
margin: auto;
background: none;
height: auto;
}
.service_1_list{
    justify-content: space-between;
    gap: 0;
    margin-top: 127px;
}
.service_1_list_item .p1{
    font-size: 16px;
}
.service_1_list_item .p2{
    font-size: 20px;
}
.service_1_list_item{
    width: 48%;
}
.service_2_list{
    justify-content: space-between;
    gap: 0;
    margin-top: 30px;
}
.service_2_list_item .p1{
    font-size: 16px;
}
.service_2_list_item .p2{
    font-size: 20px;
}
.service_2_list_item{
    width: 48%;
}
.service_tiele .p5{
    font-size: 24px;
}
.service_tiele{
    top: 30px;
}
.geo_contact .p1{
    font-size: 24px;
}

.geo_contact_list{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.geo_contact_item{
    font-size: 24px;
}
.geo_contact_box{
    padding: 30px 0;
    margin-bottom: 0;
}
}





