﻿/********************baner begin**************/
.mySwiper {
    width: 100%;
    height: 100%;
}

    .mySwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 480px;
        background-repeat: no-repeat;
        background-size: contain;
    }

        .mySwiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .mySwiper .swiper-horizontal > .swiper-pagination-bullets,
    .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .mySwiper .swiper-pagination-custom,
    .mySwiper .swiper-pagination-fraction {
        bottom: 44px;
    }

    .mySwiper .swiper-pagination-bullet {
        width: 20px;
        height: 6px;
        opacity: 0.12;
        background: #000000;
        border-radius: 3px;
    }

    .mySwiper .swiper-pagination-bullet-active {
        background: #FFFFFF;
        opacity: 1;
    }
/********************baner end**************/

/********************searchbox begin**************/
.searchbox {
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 #1f358e29;
    border-radius: 8px;
    display: flex;
    margin: 0px auto;
    position: relative;
    margin-top: -30px;
    z-index: 3;
}

    .searchbox.active {
        border-bottom-left-radius: 0px;
    }

    .searchbox .search-item {
        position: absolute;
        left: 0px;
        top: 0px;
        padding-top: 60px;
        user-select: none;
        height: 60px;
        z-index: 100;
        overflow-y: hidden;
        transition: 1s;
    }


    .searchbox.active .search-item {
        height: auto;
        overflow-y: visible;
    }

    .searchbox .search-item ul {
        line-height: 32px;
        box-shadow: 0 0 20px 0 #1f358e29;
    }

        .searchbox .search-item ul li {
            padding: 0px 24px;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            letter-spacing: 0;
            text-align: center;
        }

            .searchbox .search-item ul li:hover {
                background: #F6F6F6;
            }


    .searchbox .searchFilter {
        display: flex;
        padding-left: 16px;
        align-items: center;
    }

        .searchbox .searchFilter p {
            font-weight: 500;
            font-size: 16px;
            color: #666666;
            letter-spacing: 0;
            user-select: none;
        }


        .searchbox .searchFilter .searchFilter_ic_down {
            background-image: url('/static/img/000/s_ic_down.png');
            height: 10px;
            width: 10px;
            display: block;
            margin-left: 6px;
            transition: 0.5s;
        }

    .searchbox.active .searchFilter .searchFilter_ic_down {
        transform: rotate(180deg);
    }

    .searchbox input {
        border: none;
        height: 90%;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
    }

        .searchbox input:focus-visible {
            outline: none;
        }

.searchbox-button {
    width: 120px;
    height: 100%;
    line-height: 100%;
    background: #3182FF;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

    .searchbox-button span {
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        margin-left: 10px;
        user-select: none;
    }
/********************searchbox end**************/

/********************星际图 begin**************/
.map-title-p1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .map-title-p1 p {
        font-weight: 500;
        font-size: 28px;
        color: #2A3347;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0px 11px
    }

.map-title-p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    margin-top: 13px;
}

.map-content {
    display: flex;
    margin-top: 41px;
}

.map-right-l1:not(:first-child) {
    margin-top: 30px;
}

.map-right-l1 .map-right-title {
    height: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #2B3448;
    font-weight: bold;
}

    .map-right-l1 .map-right-title span {
        background-image: linear-gradient(180deg, #F8FAFF 70%, #5F8FFF 100%);
    }

.map-right-l1 .map-right-l2 {
    display: flex;
    margin-top: 20px;
}

    .map-right-l1 .map-right-l2 .map-right-item {
        width: 155px;
        height: 68px;
        background: #F6F8FF;
        border: 1px solid #D5E1FF;
        border-radius: 4px;
        display: flex;
        padding: 10px 0px 8px 16px;
    }

        .map-right-l1 .map-right-l2 .map-right-item .map_ic_down {
            display: flex;
            align-items: center;
            padding-right: 10px;
        }

            .map-right-l1 .map_ic_down span, .map-right-l1 .map-right-l2 .map-right-item .map_ic_down span {
                background-image: url('/static/img/000/s_ic_down.png');
                height: 10px;
                width: 10px;
                display: inline-block;
                transform: rotate(-90deg);
            }

        .map-right-l1 .map-right-l2 .map-right-item:not(:last-child) {
            margin-right: 20px;
        }

.map-right-item-v1 {
    flex: 1;
}

    .map-right-item-v1 .map-right-item-v1-title {
        font-weight: 400;
        font-size: 14px;
        color: #637698;
        letter-spacing: 0;
    }

    .map-right-item-v1 .map-right-item-v1-value {
        margin-top: 5px;
    }

    .map-right-item-v1 .map-right-item-v1-sp1 {
        color: #2b3448ff;
        font-size: 18px;
        font-weight: 500;
        line-height: 0;
        letter-spacing: 0;
        text-align: left;
    }

    .map-right-item-v1 .map-right-item-v1-unit {
        font-weight: 400;
        font-size: 14px;
        color: #637698;
    }
/********************星际图 end **************/

/********************热门专利、热门商标 begin**************/
.hot-title {
    margin-top: 60px;
}

.hot-title-v1 {
    display: flex;
    height: 41px;
}

    .hot-title-v1 .hot-title-left span {
        font-weight: 500;
        font-size: 28px;
        color: #2A3347;
        letter-spacing: 0;
        line-height: 28px;
    }

.hot-title-mark {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
}

.hot-title-center, ul.hot-title-right {
    display: flex;
}

.hot-title-center {
    margin: auto;
}

    .hot-title-center ul {
        display: flex;
    }

    .hot-title-center .hot-pro-modify {
        position: relative;
    }

        .hot-title-center .hot-pro-modify:not(:last-child) {
            margin-right: 30px;
        }

        .hot-title-center .hot-pro-modify.active {
            font-weight: bold;
            font-size: 16px;
            color: #000000;
            letter-spacing: 0;
        }


            .hot-title-center .hot-pro-modify.active::after {
                content: " ";
                width: 18px;
                height: 4px;
                background: #3182FF;
                border-radius: 8px;
                border-radius: 2px;
                margin: 6px auto 0px auto;
                display: block;
                position: absolute;
                left: 40%;
            }

ul.hot-title-right {
    margin-left: auto;
}

    ul.hot-title-right li {
        margin-left: 30px;
        opacity: 0.6;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
    }

    ul.hot-title-right .moreHot {
        display: flex;
        align-items: center;
    }

        ul.hot-title-right .moreHot::after {
            background-image: url('/static/img/000/m_ic_more(6).png');
            content: " ";
            height: 14px;
            width: 14px;
            margin-left: 6px;
            display: block;
        }

    ul.hot-title-right .hot-pro-modify-title {
        opacity: 1;
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
    }

    ul.hot-title-right .hot-pro-modify {
        min-width: 32px;
        text-align: center;
    }

        ul.hot-title-right .hot-pro-modify.active,
        ul.hot-title-right .hot-pro-modify:hover {
            opacity: 1;
        }

            ul.hot-title-right .hot-pro-modify.active::after,
            ul.hot-title-right .hot-pro-modify:hover::after {
                content: " ";
                width: 18px;
                height: 4px;
                background: #3182FF;
                border-radius: 8px;
                border-radius: 2px;
                margin: 6px auto 0px auto;
                display: block;
            }

    ul.hot-title-right .more {
        display: flex;
        align-items: center;
    }

.hot-title-right .more::after, .hot-new-Swiper .more::after {
    background-image: url('/static/img/000/s_ic_down.png');
    content: " ";
    height: 10px;
    width: 10px;
    margin-left: 6px;
    display: block;
    transform: rotate(-90deg);
}

.hot-content {
    display: grid;
    margin: 20px 0px;
    grid-template-columns: repeat(4,1fr);
}

    .hot-content .hot-item {
        background: #FFFFFF;
        box-shadow: 0 0 20px 0 #1f358e29;
        border-radius: 8px;
        padding: 16px;
        margin-top: 20px;
    }

        .hot-content .hot-item:not(:nth-child(4n)) {
            margin-right: 20px;
        }

        .hot-content .hot-item img {
            width: 256px;
            height: 190px;
            transition: all .3s;
        }

            .hot-content .hot-item img:hover {
                transform: scale(1.08) translate3d(0, 0, 0);
            }

        .hot-content .hot-item .hot-title-v2 {
            font-weight: bold;
            font-size: 14px;
            color: #333333;
            letter-spacing: 0;
            margin-top: 20px;
            margin-bottom: 12px;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: break-word;
            white-space: normal !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .hot-content .hot-item .hot-title-v3 {
            color: #666666ff;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0;
            text-align: left;
        }

            .hot-content .hot-item .hot-title-v3 span {
                margin-left: 5px;
            }

            .hot-content .hot-item .hot-title-v3 .v3-orange {
                color: #EA4507;
            }

        .hot-content .hot-item .hot-title-v22 {
            font-weight: 600;
            font-size: 14px;
            color: #333333;
            letter-spacing: 0;
            text-align: center;
            margin: 20px 0px 12px 0px;
        }


        .hot-content .hot-item .hot-title-v33 {
            font-size: 14px;
            color: #999999;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: break-word;
            white-space: normal !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

ul.TrademarkClassifcation {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

    ul.TrademarkClassifcation li {
        width: 140px;
        height: 50px;
        background: #F6F8FF;
        border: 1px solid #D5E1FF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
    }

        ul.TrademarkClassifcation li:hover {
            background: #DCE4FF;
            border: 1px solid #3182FF;
        }

        ul.TrademarkClassifcation li span.classify_name {
            font-weight: 400;
            font-size: 14px;
            color: #2B3448;
            letter-spacing: 0;
        }

        ul.TrademarkClassifcation li span.cl_s_down {
            background-image: url('/static/img/000/s_ic_down.png');
            height: 10px;
            width: 10px;
            display: block;
            transform: rotate(-90deg);
            margin-left: 16px;
        }

/********************热门专利、热门商标 end**************/

/********************政策新闻 begin**************/


    .hot-new-Swiper  {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

        .hot-new-Swiper  .hot-item {
            padding: 20px 0px;
            display: flex;
            background: #FFFFFF;
            box-shadow: inset 0 -1px 0 0 #e2e2e280;
        }

        .hot-new-Swiper .hot-item img {
            width: 210px;
            min-width: 210px;
            height: 144px;
            margin-right: 20px;
        }

            .hot-new-Swiper  .hot-item .hot-content-new-title {
                font-weight: bold;
                font-size: 16px;
                color: #333333;
                letter-spacing: 0;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                word-wrap: break-word;
                white-space: normal !important;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .hot-new-Swiper  .hot-item .hot-content-new-remark {
                margin: 10px 0px 25px 0px;
                min-height: 75px;
                font-weight: 400;
                font-size: 14px;
                color: #666666;
                letter-spacing: 0;
                line-height: 25px;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                word-wrap: break-word;
                white-space: normal !important;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .hot-new-Swiper  .hot-item .hot-content-new-date {
                font-weight: 400;
                font-size: 14px;
                color: #666666;
                letter-spacing: 0;
                line-height: 14px;
            }
/********************政策新闻 end**************/

/********************需求按钮 begin**************/
.need {
    display: flex;
    margin: 20px auto;
}

.need-item {
    border-radius: 8px;
    height: 148px;
    position: relative;
    padding-left: 20px;
}

    .need-item.need-v1 {
        width: 285px;
    }

    .need-item.need-v2 {
        width: 590px;
    }

    .need-item:not(:first-child) {
        margin-left: 20px;
    }

    .need-item .title {
        font-weight: 520;
        font-size: 24px;
        color: #03081A;
        letter-spacing: 0;
        position: absolute;
        top: 26px;
    }

    .need-item .title-remark {
        font-size: 14px;
        color: #666666;
        letter-spacing: 0;
        line-height: 14px;
        position: absolute;
        top: 64px;
    }

    .need-item .linkbtn {
        position: absolute;
        bottom: 18px;
        border-radius: 23px;
        color: #fff;
        padding: 10px 16px;
        display: flex;
        align-items: center;
    }

.need .quadrant {
    width: 132px;
    height: 105px;
    filter: blur(0);
    position: absolute;
    border-top-left-radius: 90px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 3px;
    right: 0px;
    bottom: 0px;
}

.need .quadrant-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 12px;
    bottom: 0px;
}

.pulish {
    display: none;
}

    .pulish .codeBtn {
        width: 115px;
        height: 36px;
        background: #3182FF;
        border-radius: 2px;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 16px;
    }

    .pulish .pulish-item {
        display: flex;
        margin-bottom: 16px;
        align-items: center;
    }

    .pulish .pulish-authed {
        display: none;
    }

    .pulish .pulish-item .form-title {
        width: 76px;
        text-align: right;
        font-weight: 500;
        font-size: 14px;
        color: #666666;
        letter-spacing: 0;
        text-align: right;
        line-height: 16px;
        margin-right: 20px;
    }

    .pulish .pulish-item .form-value {
        flex: 1;
    }

    .pulish .pulish-item .pulish-unauth-value,
    .pulish .pulish-item .selectIndustry {
        background: #FFFFFF;
        border: 1px solid #CDCFE5;
        border-radius: 2px;
        font-weight: 400;
        font-size: 14px;
        color: #7B86A0;
        letter-spacing: 0;
        line-height: 16px;
        padding: 10px;
    }

    .pulish .pulish-item textarea {
        height: 160px;
        background: #FFFFFF;
        border: 1px solid #CDCFE5;
        border-radius: 2px;
    }

    .pulish .pulish-footer {
        text-align: center;
    }

        .pulish .pulish-footer button {
            width: 140px;
            height: 50px;
            border-radius: 25px;
            margin: 30px 10px;
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
        }
/********************需求按钮 end**************/


#aijquery {
    z-index: 10000;
    position: fixed;
    top: 300px;
    width: 60px;
}
    #aijquery img:hover {
        transform: scale(1.08) translate3d(0, 0, 0);
    }