body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    text-align: center;
    background: #FFF;
    color: #FFF;

    padding: 0px;
    margin: 0px;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}
a{
	text-decoration:none;
}
.container {
    width: 100%;
    height: 1946px;

    box-sizing: border-box !important;
    background: url('../images/bg.png') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.container-bg {
    position: fixed;
    height: 56px;
    width: 100%;
    z-index: 999;
    background: #05243B;
    background-image: linear-gradient(to right, #052239 0%,#042D54 25%, #055180 50%, #064059 75%, #041225 100%)
}

.container .top {
    height: 54px;
    box-sizing: border-box !important;
    background: url('../images/top_bg.png') no-repeat;
    text-shadow: 0px 0px 8px rgba(33, 243, 246, 0.4);
}

.container .center {
    width: 100%;
    box-sizing: border-box !important;
}

.container .top .tleft {
    width: 440px;
    float: left;
    height: 54px;
    box-sizing: border-box !important;
    background-size: 100% 100%;
    position: relative;

}

.container .top .tleft span {
    font-size: 30px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    color: #F3FCFF;
}

.container .top .tright {

    float: right;
    width: calc(100% - 440px);
    height: 54px;
    box-sizing: border-box !important;
    position: relative;


}

.container .top .tright .p1 {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 24px;
    height: 23px;
    background: url('../images/c-2.png') no-repeat;
    background-size: 100% 100%;
}

.container .top .tright .p2 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 80px;
    height: 23px;
    background: url('../images/c-line-bg.png') no-repeat;

    background-size: 100% 100%;
}

.container .top .tright .p3 {
    position: absolute;
    top: 3px;
    right: 14px;
    width: 8px;
    height: 2px;
    background: url('../images/l-1.png') no-repeat;
    background-size: 100% 100%;
}

.container .top .tright .p4 {
    position: absolute;
    bottom: 6px;
    right: 14px;
    width: 8px;
    height: 2px;
    background: url('../images/l-1.png') no-repeat;
    background-size: 100% 100%;
}

.container .center .cleft {
    padding-left: 40px;
    float: left;
    width: 440px;
    height: 800px;
    box-sizing: border-box !important;
}

.container .center .cright {
    width: calc(100% - 440px);
    float: right;
    padding: 0 20px;
    height: 800px;
    box-sizing: border-box !important;
}

.tright {
    font-size: 16px;
    line-height: 54px;
    position: relative;
    color: #F3FCFF;
}

.top-screen {
    position: absolute;
    top: 0px;
    left: 120px;
    color: #30FFEA;
    background: url('../images/top-text-bg.png') no-repeat;
    width: 112px;
    background-position: center;
    font-size: 14px;
}

.top-console {
    position: absolute;
    top: 0px;
    left: 260px;
    color: #30FFEA;
    background: url('../images/top-text-bg.png') no-repeat;
    width: 112px;
    background-position: center;
    font-size: 14px;
}

.top-year {
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 300px;
}

.top-time {
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 180px;
}

.top-week {
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 70px;
}

.cleft .project {

    height: 324px;
    margin-bottom: 20px;

}

.cleft .project .title {
    background: url('../images/left-title-bg.png') no-repeat;
    text-align: center;
    width: 393px;
    height: 34px;
    color: #DFEEF3;
    font-size: 14px;

    padding-bottom: 20px;
    position: relative;
    font-weight: bold;


}

.cleft .project .title .tspan {
    position: absolute;
    top: 7px;
    left: 34px;
}


table {
    width: 360px;
    font-size: 12px;
    border-spacing: 0px;
    table-layout: fixed;
}

table th {
    text-align: center;
    /* color: #0aa1a9;
    background-color: #023c5a; */
}

#tableId tr td:nth-child(1) {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

#tableId tr td:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


th {
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

tr {
    background: url('../images/table-bg2.png') no-repeat;
    height: 40px;
    width: 360px;
    color: #07c4fd;
    vertical-align: middle;
    background-position: center center;
    padding: 8px 0;
}

thead tr {
    height: 30px;
    width: 360px;
    background: #06508F;
    border-radius: 50%;

}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tbl-body a{
    text-decoration: none;
    color: #07c4fd;
}
.tr_choose a{
    color: #e7ac21;
}
tbody tr {
    cursor: pointer;
}

tbody tr:hover {
    background: url('../images/left-table-th.png') no-repeat;
    background-position: center center;
    height: 40px;
    width: 360px;
    padding: 8px 0;

}



td {
    border: 0px;
    text-align: center;
}

.tr_choose {
    color: #e7ac21;
}


.cleft .company .title {
    background: url('../images/left-title-bg.png') no-repeat;
    text-align: center;
    width: 393px;
    height: 34px;
    color: #DFEEF3;
    font-size: 14px;
    position: relative;
    font-weight: bold;


}

.cleft .company .title .tspan {
    position: absolute;
    top: 7px;
    left: 34px;
}

.cleft .company .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.cleft .company .content .item {
    background: url('../images/left_border-bg.png') no-repeat;
    width: 148px;
    height: 66px;
    margin-bottom: 20px;

}

.cleft .company .content .item {
    position: relative;
}

.cleft .company .content .item .item-title {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    display: block;
    top: 12px;
    left: 20px;

}

.cleft .company .content .item .item-sub {
    top: 34px;
    left: 20px;
    position: absolute;

}

.cleft .company .content .item .item-sub span:first-child {
    color: #30FFEA;
    font-size: 20px;
    font-weight: bold;
}

.cleft .company .content .item .item-sub span:last-child {
    font-size: 14px;
    font-weight: bold;
}

.cleft .product .title {
    background: url('../images/left-title-bg.png') no-repeat;
    text-align: center;
    width: 393px;
    height: 34px;
    color: #DFEEF3;
    font-size: 14px;

    padding-bottom: 20px;
    position: relative;
    font-weight: bold;


}

.cleft .product {
    position: relative;
}

.cleft .product .product-content {
    position: absolute;
    background: url('../images/product_bg.png') no-repeat;
    width: 386px;
    height: 411px;
    top: 22px;
    left: 0px;

}

.cleft .product .title .tspan {
    position: absolute;
    top: 7px;
    left: 34px;
}

#container3 {
    width: 100%;
    height: 100%;
}

#zongzhibiao {
    position: fixed;
    top: 100px;
    z-index: 999;
    color: #fff;
    background-color: rgba(22, 31, 38, 0.87);
}

.amap-marker {}

.cright .top-search {
    background: url('../images/title.png') no-repeat;
    height: 40px;

    width: 1000px;
    position: relative;
}

.cright .top-search .title {
    position: absolute;
    top: 6px;
    left: 34px;
    font-size: 14px;
    color: #DFEEF3;
    font-weight: bold;
}

.honor-project {
    position: relative;
}

.honor-content {
    position: absolute;
    left: 0px;
    top: 28px;
    background: url('../images/honor-bg.png') no-repeat;
    width: 387px;
    height: 295px;
}

.survey-content {

    background: url('../images/company-bg.png') no-repeat;
    width: 382px;
    height: 450px;


}

.survey-content .content {
    padding: 0px 25px;
    margin-top: -10px;
    padding-top: 25px;

}

.patent-content {

    background: url('../images/patent-bg.png') no-repeat;
    width: 382px;
    height: 199px;


}

.patent-content .content {
    padding: 0px 25px;
    margin-top: -10px;
    padding-top: 25px;

}

.monitor {

    position: relative;
}

.monitor-content {
    position: absolute;
    left: 0px;
    top: 28px;
    background: url('../images/monitor-bg.png') no-repeat;
    width: 386px;
    height: 295px;
}

.popup {
    width: 312px;
    height: 258px;
    background: url('../images/popup.png') no-repeat;
    z-index: 9999;
    position: relative;
}

.popup .title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 29px;
    display: inline-block;
    font-weight: bold;
}

.amap-info-content {
    background: none;
    padding: 0px;
    line-height: 0px;
}

.amap-info-outer,
.amap-menu-outer {
    box-shadow: 0px;
    background: none;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
}

.popup .top {
    margin-top: 20px;
}

.popup .center {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.popup .center div {
    width: 180px;
    display: flex;
    flex-direction: column;
    height: 80px;
    line-height: 28px;
}

.popup .center .column1 span:first-child {
    font-size: 12px;

    height: 30px;
}


.popup .center .column1 span:last-child {
    font-size: 24px;
    height: 30px;
}

.popup .center .column2 span:first-child {
    font-size: 12px;
    margin-bottom: 5px;
    height: 30px;
}

.popup .center .column2 span:last-child {
    font-size: 24px;
    color: #D81E06;
    height: 30px;
}

.popup .center .column3 span:first-child {
    font-size: 12px;
    margin-bottom: 5px;
    height: 30px;
}

.popup .center .column3 span:last-child {
    font-size: 24px;
    color: #05B3FC;
    height: 30px;
}

.popup .bottom {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;


}

.popup .bottom .left {
    text-align: left;
    width: 200px;
    height: 90px;
}

.popup .bottom .right button {
    background-color: #023C77;
    color: #fff;
    outline: none;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border: 1px solid #01366B;
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;

}

.popup .bottom .left div {

    height: 30px;
    line-height: 30px;

}

.popup .bottom .left .address {

    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

.amap-info-close {
    position: absolute;
    right: 24px;
    top: 41px;
    color: #c3c3c3;
    text-decoration: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99999;
}

/* .popup .close {
    width: 12px;
    height: 12px;
    background: url('../images/pop-close.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
} */

.cursor {
    cursor: pointer;
}

.mark {
    position: fixed;
    top: 300px;
    left: 1000px;
    z-index: 999;
    width: 120px;
    height: 60px;
}

.mark .position {
    position: absolute;
    width: 120px;
    height: 32px;
    line-height: 26px;
    top: 0;
    left: 0px;
    background: url('../images/position-bg.png') no-repeat;
    text-align: center;

}

.mark .icon-red {
    position: absolute;
    width: 12px;
    height: 16px;
    top: 32px;
    left: 50px;
    background: url('../images/red.png') no-repeat;
    animation: mapAnimation .5s linear infinite
}

.amap-marker-label {
    background-color: #022138;
}

@keyframes mapAnimation {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        transform: scale(.9)
    }

    75% {
        transform: scale(.85)
    }

    to {
        transform: scale(.8)
    }
}

.amap-marker-label {
    background: none;
    border: none;

}

.dg.ac {

    display: none !important;
}