
.index-swiper {
    width: 100%;
    height: 560px;
    box-sizing: border-box;
}

.index-swiper .swiper {
    width: 100%;
    height: 100%;
}
.index-swiper .swiper img{
    width: 100%;
    height: 100%;
}

/*分页器样式修改*/
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;;
    background: #FFFFFF !important;;
    opacity: 0.7 !important;;
    border-radius: 50% !important;;
    margin-left: 14px !important;;
}
.swiper-pagination-bullet-active {
    background-color: #FFFFFF !important;
    width: 30px !important;
    border-radius: 5px !important;
    height: 10px !important;
    opacity: 1 !important;;
}

.news {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}

.news-content {
    display: flex;
    width: 1280px;
    height: 588px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 64px 0 29px 0;
}
.news-content .news-content-left{
    width: 780px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.news-content .news-content-left .news-content-left-text{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0054A6;
    text-align: center;
    position: relative;
    /* top: 16px; */
    bottom: -546px;
}
.news-content .news-content-left img{
    width: 755px;
    height: 581px;
    position: absolute;
    bottom: 50px;
    left: 25px;
}
.news-content .news-content-right{
    flex: 1;
}
.news-content .news-content-right .news-content-right-tabs{
    display: flex;
    /*border: 1px solid rgba(230, 230, 230, 1);*/
}

.news-content-right-tabs-item {
    cursor: pointer;
    flex: 1;
    text-align: center;
    padding: 28px 0;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-right: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.news-content-right-tabs .news-content-right-tabs-item:last-child{
    border-right: 0px !important;
}
.news-content-right-tabs .news-tab-item-active{
    color: #0054A6;
    position: relative;
}

.news-content-right-tabs .news-tab-item-active:after{
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(0, 84, 166, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-content-right-title {
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(50, 49, 49, 1);
    display: flex;
    flex-direction: column;
}
.news-content-right-title span {
    cursor: pointer;
    margin: 38px 20px 0;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.news-content-right-title span .span-time{
    padding-left: 5px;
    white-space: nowrap;
}
.news-content-right-title span .span-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 349px;
}

.knowledge {
    width: 100%;
    height: 730px;
    background: url("../../img/knowledge-bg.png");
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.knowledge-title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.knowledge-title span:last-child{
    font-size: 24px !important;
    padding-top: 10px;
}

.knowledge-nav {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.knowledge-nav .knowledge-item{
    width: 280px;
    height: 180px;
    background: #FFFFFF;

    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.knowledge-nav .knowledge-item:nth-child(-n+4) {
    margin-bottom: 50px;
}
.knowledge-nav .knowledge-item .item-tip {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    margin-top: 20px;
}

.patent-search {
    width: 100%;
    height: 700px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patent-search-content {
    width: 1280px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.patent-search .patent-search-title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.patent-search .patent-search-title span:last-child{
    font-size: 24px !important;
    padding-top: 10px;
}

.patent-search .patent-search-input {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.patent-search-input-left {
    width: 300px;
    height: 100%;
    background: rgba(47, 117, 166, 1);
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 210px;
}

.patent-search-input-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.patent-search-input-div {
    width: 800px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(204, 204, 204, 1);
}

.patent-search-input-div input{
    flex: 1;
    height: 100%;
    border: none;
    padding-left: 40px;
}
.patent-search-input-div input::placeholder{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.patent-search-input-div input:focus{
    border:none;
}
.patent-search-input-div button{
    width: 200px;
    height: 100%;
    border: none;
    background: rgba(47, 117, 166, 1);

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    /*border-radius: 0px 10px 10px 0px;*/
}

.search-logo {
    width: 28px;
    height: 30px;
    position: relative;
    left: 25px;
}

.patent-search-input-key {
    width: 800px;
    margin-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.patent-search-input-key span {
    cursor: pointer;
    margin: 0 10px;
}

.patent-search-data {
    width: 100%;
}

.patent-search-data .patent-search-data-title{
    /*width: 100%;*/
    margin-bottom: 32px;
    margin-left: 43px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.patent-search-data .patent-search-data-tabs{
    width: 100%;
    display: flex;
}
.patent-search-data .patent-search-data-tabs .data-tabs-item-active{
    border: 1px solid #2F75A6;
}

.patent-search-data-tabs-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 167px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.patent-search-data-tabs-item:hover {
    border: 1px solid #2F75A6;
}

.patent-search-data-tabs-item:nth-last-child(2){
    margin: 0 1px;
}

.patent-search-data-tabs-item .item-img {
    width: 112px;
    height: 112px;
    overflow: hidden;
    /*background: cornflowerblue;*/
}

.patent-search-data-tabs-item .item-img img{
    width: 100%;
    height: 100%;
}

.patent-search-data-tabs-item .item-info {
    font-size: 36px;
    margin-left: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C74A2;

    display: inline-flex;
    flex-direction: column;
}

.patent-search-data-tabs-item .item-info .item-info-title{
    width: 150px;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.patent-search-data-tabs-item .item-info .item-info-num{

}

.safeguard-rights {
    width: 100%;
    height: 580px;
    background: #4D75A3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.safeguard-rights .safeguard-rights-content {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs{
    display: flex;
    flex-direction: row;
    width: 100%;

}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item{
    position: relative;
    background: rgba(185,185,185);
    margin: 38px 0;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    /*background: url("../img/test/1.jpeg") no-repeat;*/
    /*background-size: 100% 90%;*/
    overflow: hidden;
    border-radius: 10px;
    flex: 1;
    height: 272px;
    padding: 5px 0;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item img {
    width: 100%;
    height: 93%;
    position: absolute;
    top: 0;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item:nth-last-child(2){
    margin: 38px 23px;
}
.safeguard-rights-tabs .afeguard-item-active {
    /*color: #4D75A3 !important;*/
    background: rgba(139,230,232) !important;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item:hover{
    background: rgba(139,230,232) !important;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item{

}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item .safeguard-rights-title{
    z-index: 2;
}
.safeguard-rights .safeguard-rights-content .safeguard-rights-tabs .safeguard-rights-tabs-item .safeguard-rights-text{
    z-index: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 0 30px;
    height: 72px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.safeguard-rights-content .safeguard-rights-tabs-info {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 5px;

    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.safeguard-rights-content .safeguard-rights-tabs-info span {
    padding-bottom: 10px;
}

.operate-service {
    background: white;
    width: 100%;
    height: 860px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.operate-service .knowledge-title{
    color: rgba(51, 51, 51, 1);
}

.operate-service .operate-service-content{
    width: 1280px;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.operate-service .operate-service-tabs {
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.operate-service .operate-service-tabs .operate-service-tabs-item{
    cursor: pointer;
    width: 203px;
    padding: 5px 0;
    border-bottom: 3px solid rgba(77, 117, 163, 0);
}
.operate-service .operate-service-tabs .operate-item-active{
    border-bottom: 3px solid rgba(77, 117, 163, 1);
    color: rgba(77, 117, 163, 1);
}
.operate-service .operate-service-tabs .operate-service-tabs-item:hover{
    border-bottom: 3px solid rgba(77, 117, 163, 1);
}
.operate-service .operate-service-tabs .operate-service-tabs-item:nth-last-child(2){
    margin: 0 10px;
}
.operate-service-label {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*margin-top: 49px;*/
}
.operate-service .operate-service-label .operate-service-label-list{
    flex: 1;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 0 10px;
}

.operate-service .operate-service-label .operate-service-label-list:hover{
    transform:scale(1.1);
    box-shadow: 0px 2px 10px 7px rgba(87, 64, 255, 0.2);
}

.operate-service .operate-service-label .operate-service-label-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 81px 0 59px 0;
    box-sizing: border-box;
    /*justify-content: space-around;*/
}
.operate-service .operate-service-label .operate-service-label-list .operate-service-label-item-one{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #696969;
}
.operate-service .operate-service-label .operate-service-label-list .operate-service-label-item-two{
    width: 173px;
    height: 117px;
    background: #EAEAEA;
    border-radius: 10px;
    margin: 43px 0 13px 0;
}
.operate-service .operate-service-label .operate-service-label-list .operate-service-label-item-three{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
}
.operate-service .operate-service-label .operate-service-label-list .operate-service-label-item-four{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
    margin: 30px 0 10px 0;

    letter-spacing: 4px;
    width: 220px;
    text-align: center;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.operate-service .operate-service-label .operate-service-label-list .operate-service-label-item-five{
    cursor: pointer;
    width: 140px;
    height: 38px;
    background: linear-gradient(90deg, #32B7B6 0%, #3581A5 50%, #425389 100%);
    opacity: 0.98;
    border-radius: 10px;

    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;

    text-align: center;
    line-height: 38px;
}
