.header{
    width: 100%;
    /*min-height: 600px;*/
    /*background: url(../img/首页/banner+导航/首图背景.jpg);*/
    /*background-size: 100% 100%;*/
}
.headergiao{
    background: url(../img/首页/banner+导航/首图背景.jpg);
}
/*.nav{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    margin: 0 auto;*/
/*    padding: 0 12%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    background: linear-gradient(0deg, #172B49, #233B5F);*/
/*    box-sizing: border-box;*/
/*}*/
.nav div p{font-size:14px;}
/*.logo{*/
/*    width: 140px;*/
/*    height: 50px;*/
/*}*/
.lin{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}
/*.navContent{*/
/*    flex: 1;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 0 50px;*/
/*}*/
/*.navContent a { color: #fff; text-decoration: none; text-align: center; position: relative; font-size: 1.7rem;}*/
.navContent ul a{
    /*background-color: #172e4e;*/
}
.active{
    font-weight: bold;
}
.call{
    display: flex;
    height: 100%;
    width: 20%;
    align-items: center;
}
.phone{
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

/*.navContent div {*/
/*    border: none;*/
/*    background: transparent;*/
/*    outline: none;*/
/*    color: #fff;*/
/*    position: relative;*/
/*}*/
/*.navContent div ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 105%;*/
/*}*/
/*.navContent div ul li {*/
/*    list-style: none;*/
    
/*}*/
/*.homes{*/
/*	width: 20px;height: 0px!important;border: #ddc05a 1px solid;position: absolute;bottom: -3px;left: 50%;transform: translateX(-50%);*/
/*	}*/
.hotItem button a {
    color: #fff;
	
}
.hotItem:hover a {
    color: #375585!important;
}
.map_right p a{
	color: aliceblue!important;
	}
a{text-decoration: none;}
.dibus a{
	color: aliceblue!important;
	}
/*.navContent a {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
    /*background: #243757;*/
/*    position: relative;*/
/*    line-height: 30px;*/
/*    padding: 10px;*/
/*    display: block;*/
/*}*/
html::-webkit-scrollbar { -webkit-appearance: none; }
html::-webkit-scrollbar:vertical { width: 10px; }
html::-webkit-scrollbar:horizontal { height: 10px; }
html::-webkit-scrollbar-thumb { background-color: #233555; border-radius: 10px; border: 1px solid #ffffff; }
html::-webkit-scrollbar-track { border-radius: 10px; background-color: #F8F8F8; }
html::-webkit-scrollbar-corner { background-color: #F8F8F8; }

.fix-menu{
        position: fixed;
        right: 50px;
        bottom: 100px;
        z-index: 999;
    }
     .fix-menu li{
         display: flex;
         justify-content: center;
         align-items: center;
         height: 61px;
         line-height: 61px;
         width: 61px;
         text-align: center;
         border-radius: 10px;
         background: #d7000f;
         margin-bottom: 5px;
         position: relative;
     }
     .fix-menu li:hover{
         background: linear-gradient(45deg,#29c5ff,#2b44df);
     }
      .fix-menu li:last-child{
          display: flex;
          justify-content: center;
          align-items: center;
      }
       .fix-menu li:nth-child(1) .consult{
           position: absolute;
           right: 0;
           top: 0;
           display: none;
          width: 200px;
           justify-content: space-around;
           align-items: center;
           background: linear-gradient(45deg,#29c5ff,#2b44df);
           border-radius: 10px;
       }
       .fix-menu li:nth-child(1):hover .consult{
            display: flex;
       }
       
     
       
       .fix-menu li:nth-child(2) .phone{
            position: absolute;
           width: 240px;
           height: 100%;
           display: none;
           right: 0;
           top: 0;
           justify-content: space-around;
           align-items: center;
           background: linear-gradient(45deg,#29c5ff,#2b44df);
           border-radius: 10px;
           margin: 0;
          
       }
        .fix-menu li:nth-child(2) .phone .text111{
             font-size: 20px;
             color: #fff;
             font-weight: bold;
        }
        .fix-menu li:nth-child(3) .qrcode-container{
            position: absolute;
            left: -150px;
            top: 0;
            width: 130px;
            height: 130px;
            line-height: 130px;
            background: linear-gradient(45deg,#29c5ff,#2b44df);
            border-radius: 10px;
            display: none;
            
        }
        .fix-menu li:nth-child(3) .qrcode-container:before{
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid #2b55e3;
            border-top: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            display: block;
            position: absolute;
            right: -20px;
            top: 20px;
        }
        .fix-menu li:nth-child(3) .qrcode-container .qrcode{
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
       .fix-menu li:last-child .circle{
           width: 40px;
           height: 40px;
           border-radius: 25px;
           background-color: #fff;
           margin: 0 auto;
           position: static;
           transform: translateY(0);
       }
       .fix-menu li:last-child .circle .top-bottom{
           width: 100%;
           height: 30px;
           display: flex;
           flex-direction: column;
           justify-content: center;
           align-items: center;
       }
       .fix-menu li:last-child .circle .top{
           width: 0px;
           height: 0px;
          border-bottom: 10px solid #d7000f;
          border-top: 10px solid transparent;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
           margin: 0 auto;
       }
       .fix-menu li:last-child .circle .bottom{
           width: 8px;
           height: 10px;
           background-color: #d7000f;
       }
       .fix-menu li:nth-child(2):hover .phone{
           display: flex;
       }
       .fix-menu li:nth-child(3):hover .qrcode-container{
           display: block;
           justify-content: center;
           align-items: center;
       }
         #LRdiv0{
           display: none!important;
       }

