/**!
* 首页
* date:2021-10-08
* author: gl;
*/

.enter-items {
    margin-top: -50px;
    display: flex;
    justify-content: space-between;
}

.enter-item {
    box-sizing: border-box;
    width: calc(33.333% - 25px);
    box-shadow: 0px 5px 15px 0px rgba(128, 142, 146, 0.18);
    transition: all 0.3s ease-in-out;
}

.enter-item>a {
    display: block;
    height: 100px;
    line-height: 100px;
    padding-left: 103px;
    padding-right: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 39px center;
}

.enter-item:hover {
    transform: translate(0, -10px);
}

.enter-item:nth-child(1)>a {
    background-image: url('../images/enter_ico1.png');
}

.enter-item:nth-child(2)>a {
    background-image: url('../images/enter_ico2.png');
}

.enter-item:nth-child(3)>a {
    background-image: url('../images/enter_ico3.png');
}

.enter-item:nth-child(1):hover>a {
    background-image: url('../images/enter_ico1h.png');
}

.enter-item:nth-child(2):hover>a {
    background-image: url('../images/enter_ico2h.png');
}

.enter-item:nth-child(3):hover>a {
    background-image: url('../images/enter_ico3h.png');
}

.enter-tt {
    font-size: 28px;
    color: #333;
}

.enter-btn {
    color: #999;
    padding-right: 24px;
    background: url('../images/enter_tri.png') no-repeat right center;
}

.enter-item:hover .enter-btn {
    color: #fd9334;
    background-image: url('../images/enter_trih.png');
}

/* 新闻资讯 */
.mod-wrap {
    display: flex;
    justify-content: space-between;
}

.imgscroll {
    width: 537px;
    height: 336px;
    margin: 0;
}

.imgscroll .swiper-slide {
    display: block;
}

.imgscroll .swiper-slide>img {
    width: 100%;
    height: 336px;
}

.imgscroll-tt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fbfcff;
    padding: 0 180px 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 909999;
}

.imgscroll .swiper-pagination {
    height: 3px;
    right: 10px;
    left: auto;
    width: auto;
    bottom: 17px;
}

.imgscroll .swiper-pagination-bullet {
    width: 21px;
    height: 3px;
    border-radius: 0;
    vertical-align: top;
    background-color: #fff;
}

.notice {
    width: 639px;
    height: 336px;
}

.notice .notice-item:nth-child(1) {
    background-image: url('../images/notice_ico1.png');
}

.notice .notice-item:nth-child(2) {
    background-image: url('../images/notice_ico2.png');
}

.notice .notice-item:nth-child(3) {
    background-image: url('../images/notice_ico3.png');
}

.notice .notice-item:nth-child(1).active {
    background-image: url('../images/notice_ico1h.png');
}

.notice .notice-item:nth-child(2).active {
    background-image: url('../images/notice_ico2h.png');
}

.notice .notice-item:nth-child(3).active {
    background-image: url('../images/notice_ico3h.png');
}

.list {
    padding-top: 7px;
}

.list-more {
    padding-top: 9px;
    text-align: center;
}

.list-more>a {
    color: #a0d3f7;
    position: relative;
}

.list-more>a:before,
.list-more>a:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 171px;
    height: 5px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.list-more>a:before {
    left: -191px;
    background-image: url('../images/more_bgl.png');
}

.list-more>a:after {
    right: -191px;
    background-image: url('../images/more_bgr.png');
}

.list-more>a:hover {
    color: #fd9334;
}

.list-more>a:hover:before {
    background-image: url('../images/more_bglh.png');
}

.list-more>a:hover:after {
    background-image: url('../images/more_bgrh.png');
}

/* 交易公告 */
.trans-bg {
    background: url('../images/trans_bg.jpg') no-repeat center top #f4f9fc;
}

.mod-half {
    width: calc(50% - 12px);
}

.list-bd {
    height: 270px;
}

.sell-ico {
    background-image: url('../images/sell_ico.png');
}

/* 成交公示 */
.deal-ico {
    background-image: url('../images/deal_ico.png');
}

/* 交易数据 */
.chart-bd {
    position: relative;
    padding-top: 194px;
    height: 484px;
    box-sizing: border-box;
}

.data-ico {
    background-image: url('../images/data_ico.png');
}

.data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
    z-index: 999;
}

.data-item {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 22px 0 51px;
    width: calc(50% - 4.5px);
    height: 48px;
    line-height: 48px;
    /* background-color: rgba(255,255,255,0.8); */
    background-repeat: no-repeat;
}

.data-item:nth-child(2n + 1) {
    background-image: url('../images/data_bg1.png');
}

.data-item:nth-child(2n + 2) {
    background-image: url('../images/data_bg2.png');
}

.data-item:nth-child(n+3) {
    margin-top: 10px;
}

.data-item .unit {
    font-size: 12px;
}

.data-num {
    color: #448eea;
    font-weight: 600;
}

.map-wrap {
    position: relative;
    height: 100%;
}

.map-info {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 250px;
    padding: 10px 10px 0 15px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #eaf4ff;
    background-color: #f1f7ff;
    z-index: 10;
    display: none;
}

.map-tt {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    padding-left: 12px;
}

.map-tt:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 3px;
    height: 17px;
    transform: translateY(-50%);
    background-color: #4ea4f8;
}

.map-items {
    padding-left: 10px;
    padding-top: 7px;
}

.map-item {
    color: #666;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}

.map-item .num {
    margin-left: 20px;
}

.map-item .num>span {
    font-size: 18px;
    color: #448eea;
    font-weight: 600;
}

.map-item .num .unit {
    display: inline-block;
    width: 30px;
    font-size: 14px;
}

.map-chart {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}

/* 行业分类 */
.industry-ico {
    background-image: url('../images/industry_ico.png');
}

.industry-chart {
    height: 211px;
    background: url('../images/pie_bg.png') no-repeat 80px center;
    overflow: hidden;
}

.total-chart {
    height: 250px;
    margin-bottom: -10px;
    overflow: hidden;
}

/* 政策法规 */
.policy-bg {
    background: url('../images/policy_bg.jpg') no-repeat center bottom #d8f0fe;
}

.policy-ico {
    background-image: url('../images/policy_ico.png');
}

/* 服务指南 */
.service-ico {
    background-image: url('../images/service_ico.png');
}

/* 2022-07-28 qguoqiang 新增 */
.map-select {
    margin-left: 20px;
    width: 80px;
}

.map-select+.chosen-container-single {
    margin-left: 20px;
}

.map-select+.chosen-container-single .chosen-single {
    border-color: rgba(0, 0, 0, 0.6);
    color: #5974d9;
    font-size: 16px;
}

.map-select+.chosen-container-single .chosen-single div b {
    background: url('../images/chosen-icon.png') center center no-repeat;
}

.map-select+.chosen-container .chosen-results li.result-selected,
.map-select+.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    color: #fff;
}

.map-select+.chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: #fff;
}

.map-select+.chosen-container .chosen-results li {
    color: #333;
}

/* 新增样式 */
body {
    position: relative;
    min-width: 1260px;
}

.header {
    height: 950px;
    background: url("../images/new_head_banner.png") no-repeat center top;
}

.header-top {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    display: flex;
    width: 100%;
    padding-top: 65px;
    align-items: center;
    height: 155px;
    min-width: 1260px;
    z-index: 9;
    box-sizing: border-box;
}

.header-container {
    width: 1260px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin: 0;
}

.header-container .nav {
    width: calc(100% - 360px);
    display: flex;
    justify-content: center;
    padding-top: 0;
    background: #fff;
}

.link-right {
    position: relative;
    width: 360px;
    height: 90px;
    display: flex;
}

.nav-item {
    padding: 0 35px;
    height: 90px;
}

.nav-item>a {
    height: 100%;
    padding-bottom: 0;
    color: #333;
    display: block;
    box-sizing: border-box;
    line-height: 90px;
}

.nav-item+.nav-item {
    margin-left: 0;
}

.nav-item>a:hover,
.nav-item.current>a {
    color: #448eea;
    border-color: #448eea;
}

.link-search {
    width: 90px;
    height: 100%;
    background: url("../images/new_head_search.png") center no-repeat #F3F3F3;
    cursor: pointer;
}

.link-search:hover .link-search-box {
    display: flex;
}

.link-search-box {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    align-items: center;
    padding: 19px 20px;
    width: 100%;
    height: 80px;
    background: #ECF4FD;
    box-sizing: border-box;
}

.link-a {
    display: flex;
    width: 270px;
    height: 100%;
    background: #448eea;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.link-a::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 10px;
    height: 17px;
    background: url("../images/arrow_ico.png") center;
}

.link-zn {
    font-size: 22px;
    line-height: 34px;
}

.link-en {
    font-size: 12px;
    line-height: 24px;
}

.link-search-box .search-text {
    padding-left: 12px;
    padding-right: 75px;
    background: #fff;
    height: 42px;
    font-size: 15px;
    color: #333;
    line-height: 42px;
    box-sizing: border-box;
}

.link-search-box .search-text::placeholder {
    color: #666;
}

.link-search-box .search-btn {
    right: 20px;
    top: 19px;
    width: 65px;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #448EEA;
}

.header-top::before {
    content: "";
    display: block;
    flex: 1;
    height: 100%;
    background: transparent;
}

.header-top::after {
    content: "";
    display: block;
    flex: 1;
    height: 100%;
    background: transparent;
}

.header-top.spread::before {
    background: #fff;
}

.header-top.spread::after {
    background: #448EEA;
}

.header-top.spread {
    height: 90px;
    padding-top: 0;
}

/* 屏幕小于1260px */
@media screen and (max-width:1200px) {
    .header-top {
        position: absolute;
    }
}

.trans-bottom {
    position: absolute;
    right: 100px;
    top: 750px;
    width: 60px;
    height: 60px;
    background: url("../images/trans_bottom.png") center no-repeat #448EEA;
    cursor: pointer;
    border-radius: 4px;
}

.tooltip {
    padding: 5px 10px;
    line-height: 24px;
}


.tooltip-title {
    font-weight: bold;
}

.tooltip-name {
    min-width: 75px;
    margin-right: 10px;
}

.tooltip-info {
    display: flex;
    justify-content: space-between;
}