



.item {
    display: none;
}

.tab {
    width: 1100px;
}

.tab_list {
    min-width: 1284px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 5px rgba(203, 217, 231, 0.3);
    border-bottom: 1px solid rgba(203, 217, 231, 0.3);
    cursor: pointer;
}



    .tab_list img {
        padding-right: 10px;
    }

    .tab_list .container {
        margin-top: 0px;
        padding-top: 10px;
    }


.breadcrumb {
    width: 1200px;
    background-color: #FFFFFF;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: " >";
}

.current {
    border-bottom: 0px solid rgb(2, 67, 146);
    padding-bottom: 0px;
}

.container {
    margin-top: 75px;
    min-width: 1289px;
}

.second-card {
    float: right;
}

.card-block {
    display: inline-block;
    padding: 0px 2px;
}

.card-number {
    vertical-align: top;
}



.card-width {
    width: 209px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0rem;
}

.card-color p img {
    padding: 2px 4.5px
}

.card-color {
    background-color: #F3F9FD;
    padding: 15px 15px;
    margin: 3px 0px;
}

.sub-text {
    padding-left: 35px;
}

.card-sub {
    width: 227px;
}

.card-margin {
    margin: 0px 10px;
}

.card-text small{
    font-size:14px !important;
}
.card-body h3{
    margin-bottom:0 !important
}
.card-title {
    margin-bottom: 0 !important
}
.show-details {
    width: 75%;
    float: left;
    margin-bottom:4rem;
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(55, 99, 170, 0.15);
}
.show-buttom{
    width:100%;
    text-align:center;
}
.show-buttom a{
    display:inline-block;
    margin:0 5px;
    text-align:center;
    width:130px;
    height:40px;
    line-height:40px;
    background:#F3F5F8;
    color:#40475C;
    font-size:14px;
}
.show-buttom a:hover{
    text-decoration:inherit
}
.show-details-right{
    width:22%;
    float:right;
}
.show-de-title{
    font-size:16px;
    margin-bottom:5px !important;
}


.analysis-tag-list{
    width:100%;
    padding-top:30px;
}

.analysis-tag-list ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.analysis-tag-list li{
    flex: 1;
    width: 1px;
    height:130px;
    border-radius:5px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.1);
    padding:15px 0px;
    margin-right:15px;
    text-align:center
}
.analysis-tag-list li:hover {
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.analysis-tag-list li:last-child {
    margin-right: 0;
}
.analysis-tag-list li img{
    width:70px;
    margin-bottom:5px;
}
.analysis-tag-list li p{
    font-size:16px;
    color: rgba(29, 120, 255, 1);
}


/*===二级菜单===*/
.ny-menu-box{
    width:100%;
    height:60px;
    background:#fff;
    position:relative;
    z-index:6;
    box-shadow: 0px 2px 4px  rgba(55, 99, 170, 0.15);
}

.ny-menu-box ul{
    margin:0 auto;
    margin-bottom:0;
    max-width:1700px;
    width:100%;
    padding:0 50px;
}
.ny-menu-box ul li{
    float:left;
}
.ny-menu-box ul li a{
    padding:0 40px;
    height:60px;
    line-height:60px;
    color: rgba(64, 71, 92, 1);
    font-size:16px;
    position:relative;
    display:block
}
.ny-menu-box ul li a::after{
    width:48%;
    height:3px;
    content:"";
    background:rgba(29, 120, 255, 1);
    position:absolute;
    bottom:0;
    left:26%;
    display:none;
}
.ny-menu-box ul li a:hover{
    text-decoration:inherit;
    color: rgba(29, 120, 255, 1);
}
.ny-menu-box ul .menu-cur a{
    color: rgba(29, 120, 255, 1);
}
.ny-menu-box ul .menu-cur a::after{
    display:block
}
.search-pic {
    font-size:16px;
    line-height:1.75rem
}
/*===适配手机端===*/
@media (min-width:320px) and (max-width:768px) {
    .show-details{
        width:100%;
        padding:15px;
    }
    .show-buttom a{
        width:90px;
        height:34px;
        line-height:34px;
    }
    .show-details-right{
        width:100%;
        margin-bottom:2rem
    }
    .ny-menu-box {
        height: 50px;
    }
    .ny-menu-box ul{
        padding:0 0px;
    }
    .ny-menu-box ul li a{
        padding:0 15px;
        height:50px;
        line-height:50px;
    }
    .breadcrumb{
        width:100%
    }
    .show-details .card-title {
        font-size:20px
    }
    .search-pic {
        font-size: 14px;
        line-height: 1.75rem
    }
}

@media (min-width:769px) and (max-width:1080px) {
    .ny-banner {
        padding-bottom: 30%
    }
}