.bd-navbar {
    min-height: 63px;
    max-height: 63px;
    display: flex;
    padding: 0px;
    border-bottom: 1px solid #3B61BC;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.1);
}

.app-container{
    width: 60%;
    /* height:auto; */
    margin: 0 auto;
}

.header-left{
    /*width:20%;*/
    width:280px;
    /*min-width:310px;*/
    height:63px;
}
.header-left-logo{
	width:100%;
	height:100%;
}
.header-left-logo img{
    width: 310px;
    height: 50px;
    margin-top: 7px;
    margin-left: 1%;
}
.header-center{
    /*width:60%;*/
    width:calc(80% - 280px);
    height:63px;
    position: relative;
}
.header-right{
    width:20%;
    /*width:calc(20% + 300px);;*/
    height:63px;
    background-color: #3B61BC;
}
.header-center-logo{
    width:250px;
    height: 63px;
    float: left;
    display: inline-block;
}
.header-center-logo a img{
    /* margin: 8px 0 8px 0; */
}
.header-center-bg{
    margin-left: 30px;
    height: 100%;
    /*float: right;*/
    background-image: url("../images/headJuXing.png");
    background-size: cover;
}
/* .header-center-bg-logined{
	display:none;
} */
.header-center-bg-login,
.header-center-bg-logined{
    height: 100%;
    line-height: 4rem;
    text-align: right;
    color: white;
}
.btn-light{
    color: white;
    background-color: #3B61BC;
    border-color: #3B61BC;
}
.header-register{
    margin-right: 10px;
}
.header-login:hover,.header-register:hover {
    color: white;
    background-color: #3B61BC;
    border-color: white;
}
.header-center-bg-login .header-login:focus,
.header-center-bg-login .header-register:focus,
.header-center-bg-logined .header-login:focus,
.header-center-bg-logined .header-register:focus{
    color: white;
    background-color: #3B61BC;
    border-color: white;
}
/*********************************************菜单导航栏样式 start**/
.navbar-nav-fixed{
    width: 100%;
    position: fixed;
    top: 63px;
    left: 0;
    z-index: 1002;
    border-bottom: 1px solid #ddd;
    background-color: white;
}
.navbar-nav-scroll{
    width: 60%;
    margin: 0 auto;
}
.navbar-nav-scroll .nav{    
	display: flex;
    justify-content: space-between;
}
.nav-item{
    height:40px;
    line-height: 40px;
    /* padding: 0 1.5rem; */
    font-size:16px;
    padding:0;
}
.nav-item .nav-link{
    position: relative;
    color:#838383;
    padding: 0;
}
.nav-item .active{
    color:#2e6dfc;
}
.nav-item .active:before,.nav-item .nav-link:hover:before{
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e6dfc;
}
.nav-item .nav-link:hover{
    color: #2e6dfc;
}
/**菜单导航栏样式 end*/

/***********************************大图搜索样式  start**/
.app-main{
    margin-top: 103px;
}
.carousel-box{
    position: relative;
    overflow: hidden;
}
.index-banner{
    width:100%;
    /*height:395px;*/
    /*background-image: url("../images/编组.png");
    background-repeat: no-repeat;
    background-size: cover;*/
}
.index-banner-container{
    width:100%;
    position: relative;
}
.carousel-indicators{
    margin-bottom: 0px;
}
.index-banner-container>.carousel>.carousel-inner>.carousel-item>.w-100{
    min-height: 400px;
}
.banner-search{
    width: 60%;
    height:60px;
    position: absolute;
    bottom: 25px;
    left: 20%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: white;
}
.search-content{
    position: relative;
    width: 70%;
    height: 50px;
    display: inline-block;
}
#basic-addon1{
    position: absolute;
    right: 4px;
    background: white;
    top: 10px;
    border: none;
    color: #5375C4;
}
.search-content input,.search-content input:focus{
    height:50px;
    width:100%;
    padding-left: 20px;
    outline-color:#5375C4;
    border: 1.3px solid #5375C4;
}
.banner-button{
    position: relative;
    width:30%;
    height: 50px;
    float: right;
    padding-left: 5px;
}
.banner-button .btn-primary{
    background-color: #3C62B9;
    height:100%;
    width:47%;
}
.banner-button .btn-secondary{
    background-color: #698CD9;
    border-color: #698CD9;
    height:100%;
    width:47%;
}
.btn{
   /*  height:50px;
    border-radius: 0; */
}
.banner-button .btn img{
    width:18px;
    height:18px;
    margin-right: 5px;
}
/***********************************大图搜索样式  end**/

/***********************************热门数据  start**/
.hot-data{
    padding-top: 40px;
    min-height:390px;
}
.hot-data-container{
    width: 60%;
    height:100%;
    position: relative;
    margin: 0 auto;
}
.hot-data-container .data-left{
    width:60%;
    height:100%;
    display: inline-block;
}
#nav-hot .table thead th,#nav-profile .table thead th{
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    color:#ABA8A9;
    font-weight: inherit;
}
#nav-tab{
	 position:relative;
}
#nav-tab .more{
    position: absolute;
    right: 10px;
    line-height: 41px;
    /* font-size: 12px; */
    color: #999;
    transition: all .3s ease;
}
#nav-tab .more:hover{
	text-decoration: none;
	color:#007bff;
	cursor: pointer;
}
#nav-tab .products-more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 41px;
    width: 74px;
    height:20px;
    background-image: url("../images/more.png");
}
#nav-tab .products-more:hover{
    box-shadow: 0px 0px 5px #3B61BC;
}
.zk-info-tr:hover,.gong-gao-tr:hover{
	background-color:#EBEBEB;
	cursor: pointer;
}
.hot-data-container .data-right{
    width:36%;
    height:100%;
    float: right;
    margin-left: 4%;
 }
.data-right-title{
    width:100%;
    margin-bottom: -1px;
    padding: 0.5rem 1rem;
    color: #EBFFFF;
    text-align: center;
    border: 1px solid #7C9FB6;
    background-color: #7C9FB6;
}
.data-right-total{
    width:100%;
    height: 293px;
    background-color: #4A677D;
}
.total-type{
    height:70%;
}
.total-item{
    width:49%;
    height: 50%;
    display: inline-block;
}
.total-type .item-right{
    float: right;
}
.total-item-name{
    height: 40%;
    text-align: center;
    line-height: 300%;
    color: #88A7B8;
}
.total-item-value{
    height: 60%;
    color: white;
    line-height: 300%;
    text-align: center;
}
.total-item-value .item-num{
    font-size: 30px;
}
.total-button{
	margin-top: 10px;
    text-align: center;
}
.total-button .btn{
    border-color: #608CA4;
    background-color: #608CA4;
    border-radius: 5px;
    width: 80%;
}
/***********************************热门数据  end**/

/***********************************资源类型  start**/
.natural-type-container{
    height: 260px;
    /* margin-top: 10px; */
    background-image: url("../images/zylxbg.jpg");
}
.natural-title,.natural-button{
    width:60%;
    margin: 0 auto;
}
.natural-title{
    height: 45px;
    border-bottom: 1px solid #4463A6;
    position: relative;
}
.natural-title h5{
    margin: 0px;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
}
.natural-button{
    height:220px;
    border-top: 1px solid #4463A6;
}
.natural-button .button-row{
    height:45%;
    padding-top: 20px;
}
.button-item{
    width: 24%;
    height: 60px;
    text-align: center;
    color:black;
    min-width: 220px;
    position: relative;
    display: inline-block;
    border:1px solid transparent;
    border-radius: 3px;
    background-color: #FFFEFF;
}
.button-item:hover{
    background-color: #EBEBEB;
    cursor: pointer;
}
.button-item:hover .button-text{
    color: #2e6dfc;
    text-decoration: none;
}
.button-span{
    display: inline-block;
    height: 100%;
}
/*.button-item:hover .button-arrow{
    background-image: url('../images/箭头.png'), linear-gradient(#f00, #f00);
}*/
.button-arrow{
    width: 10px;
    height: 100%;
    float: right;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("../images/jiantou.png");
}
.button-text{
    position: absolute;
    height: 30px;
    top: 15px;
    left: 60px;
    color:black;
}
.button-item .button-image{
    width: 39px;
    height: 36px;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left:5px;
}
#parameterScanning{
    background-image: url(../images/xingzhuangjiehe.png);
}
#coreImage{
    background-image: url(../images/yiqi.png);
}
#oilGasDrilling{
    background-image: url(../images/youqi.png);
}
#solidMineral{
    background-image: url(../images/guti.png);
}
#hydraulicEnvironment{
    background-image: url(../images/hydraulicEnvironment.png);
}
#scientific{
    background-image: url(../images/scientific.png);
}
#specimen{
    background-image: url(../images/specimen.png);
}
#lightSheet{
    background-image: url(../images/lightSheet.png);
}
/***********************************资源类型  end**/


/***********************************贯彻落实  start**/
.carry-out{
    width: 100%;
    height:150px;
    background-image: url("../images/carryOut.png");
}
.carry-out-container{
    width: 60%;
    height:100%;
    margin: 0 auto;
}
.carry-out-container h2{
    color: white;
    padding-top: 30px;
}
.carry-out-container h3{
    color:white;
    margin-top: 10px;
}
/***********************************贯彻落实  end**/

/***********************************专题产品  start**/
.special-products-container{
    height: 320px;
}
.special-products-title,.special-products-list{
    width:60%;
    margin: 0 auto;
}
.special-products-title{
    height: 60px;
    border-bottom: 1px solid #4463A6;
    position: relative;
}
.special-products-title h5{
    margin: 0px;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
}
.special-products-title .products-more{
    position: absolute;
    right:0px;
    bottom:5px;
    width: 74px;
    height:20px;
    background-image: url("../images/more.png");
}
.special-products-list{
    height:260px;
    border-top: 1px solid #4463A6;
    display: flex;
    justify-content: space-between;
}
.special-products-list .products-item{
	text-align:center;
    width:24%;
    height:250px;
    display:inline-block;
    margin-top: 10px;
    position:relative;
    box-shadow: 0px 10px 10px #d0d1d0d9;
}
.special-products-list .products-item:hover,
.special-products-title .products-more:hover{
    box-shadow: 0px 0px 5px #3B61BC;
}
.products-item .img-alink{
    width: 31px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top:140px;
    left: 45%;
    background-image: url("../images/alink.png");
}
.products-img{
    width:100%;
    height:160px;
    display:inline-block;
    background-size: contain;
}
.products-img img{
    width: 100%;
    height:100%;
}
.products-item .img-title{
    text-align: center;
    color: black;
    font-weight: 500;
    font-family: "PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体'";
    margin-top: 15px;
    /* margin-bottom: 5px; */
    display:inline-block;
}
.img-describe{
    width: 90%;
    display:inline-block;
    margin: 0 auto;
    font-size: 11px;
    color: #838383;
    text-align: center;
}
/***********************************专题产品  end**/


/***********************************川镇地区地下模型  start**/
.marshalling7{
    margin-top: 50px;
    width: 100%;
    height: 320px;
    background-image: url("../images/marshalling7.png");
}
.marshalling7-title{
    margin-top: 2rem;
    color: #F6F8FF;
}

.marshalling7-content{
    color: #F6F8FF;
    font-size: 14px;
    margin-bottom: 20px;
}
.marshalling7-button{
    width: 100px;
    height: 40px;
    background-color: white;
    border: 0px;
    color: #399BB5;
}
.marshalling7-button:hover {
    color: white;
    background-color: #18A4BA;
    border: 2px solid #18A4BA;
}
.marshalling7-right{
    padding: 4% 0;
}
.marshalling7-right-img,.marshalling7-right-img img{
    width: 100%;
    height:100%;
}
/***********************************川镇地区地下模型  end**/


/***********************************平台分节点  start**/
.marshalling8{
    width: 100%;
    height: 150px;
    background-image: url("../images/kstd_bg.png");
    background-size: cover;
}
.marshalling8-title{
    position: relative;
}
.marshalling8-title h5{
    position: absolute;
    bottom: 10px;
    color: #EFFDFF;
 }
.marshalling8-title,.marshalling8-button{
    width:60%;
    height:50%;
    margin: 0 auto;
}
.marshalling8-button{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.marshalling8-button .btn-outline-primary {
    border-color: #B6FBFF;
    width: 15%;
    height: 40px !important;
    color: #B6FBFF;
    padding: 0.375rem 0.2rem;
}
.marshalling8-button .btn-outline-primary:hover {
    color: white;
    background-color: #0469CF;
    border: 1px solid #0278E8;
    padding: 0.375rem 0.2rem;
}
/***********************************平台分节点  end**/


/***********************************底部  end**/
.footer{
    width: 100%;
    /* height: 215px; */
    position: relative;
    background-color:#004A95;
    clear: both;
}
.footer-top{
    width: 100%;
    height: 185px;
    border-bottom: 1px solid #4463A6;
}
.footer-top-container{
    width: 60%;
    height:100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-top-left{
    width: 80%;
    height: 100%;
}
.info-left{
    display: inline-block;
    width: 70%;
}
.info-right{
    display: inline-block;
}
.footer-top-right{
    width: 10%;
    padding: 5% 0;
 }
.footer-bottom{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 20px;
    display: block;
}
.footer-color{
    color:#66A5DE;
    font-size: 12px;
    padding: 5px 0;
}
.info-right > a:hover{
	color:#FF891E !important;
    text-decoration: none;
}
/***********************************底部  end**/

.btn:focus, .btn.focus{
    box-shadow: none;
}

/******加载框*******/
.datagrid-mask {
  background: #ccc;
}
.datagrid-mask-msg {
  border-color: #D4D4D4;
  background: #fff;
}
.datagrid-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.datagrid-mask-msg {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  display: none;
}


/***************整体界面的下拉框样式*********************/
html::-webkit-scrollbar-track {
    display: none;
}
html::-webkit-scrollbar {
    width: 5px;
}
html::-webkit-scrollbar-thumb {
    background-color: #3B61BC;
    border-radius: 10px;
}

