/*nav*/
.intro_nav_box {
    width: 100%;
    height: 40px;
    background: #F8F9FA;
}

.intro_nav {
    padding: 0 66px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro_nav_tip {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 40px;
    cursor: default;
    text-align: center;
}

.current {
    border-bottom: 2px solid #4DB7DD;
    box-sizing: border-box;
}

.news-swiper-box{
    height: 339px;
    position: relative;
    margin-top: 11px;
    padding: 0 20px 10px;
    overflow: hidden;
}
.news-img-box{
    height: 123px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.news-description-box{
    position: absolute;
    top: 113px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 101;
    width: 303px;
    height: 226px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
    overflow: hidden;
}
.swiper-button-left{
    position: absolute;
    top: 184px;
    left: -6px;
    z-index: 200;
}
.swiper-button-right{
    position: absolute;
    top: 184px;
    right: -6px;
    z-index: 200;
}

.case_box-nav {
    margin: 20px 0 0;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px #DFE2E4 solid;
}

.case-nav {
    /*瑙ｅ喅ios涓婃粦鍔ㄤ笉娴佺晠*/
    -webkit-overflow-scrolling: touch;
}

.con {
    height: 20px;
    display: flex;
    align-items: center;
}
.con>a{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
    text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
    color: rgba(9, 15, 33, 1);
}
.case_box-nav ::-webkit-scrollbar {
    display: none;
}


.news-item{
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px 0px rgba(216, 216, 216, 0.3);
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: space-between;
}
.news-item:hover{
    box-shadow:0px 1px 7px 0px rgba(129, 225, 237, 0.3);
}
.news-content-box{
    margin: 16px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.news-content-box a{
    margin: 4px 20px;
}
.news-item .item-content h1{
    width: 243px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 25px;
    overflow:hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.news-item .news-date{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
}
/* 鍒嗛〉 */

.pagination ul{
    text-align: center;
    margin: 0 auto;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pagination li {
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
    display: none;

}

.pagination li a {
    width: 100%;
    height: 100%;
}

.pagination li span {
    width: 100%;
    height: 100%;
    text-align: center;
}

.pagination li:nth-child(2){
    display: block;
    margin-right: 82px;
    position: relative;
    width: 71px;
    height: 30px;
    background: transparent;
}
.pagination li:nth-child(2) a{
    width: 71px;
    height: 30px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.pagination li:nth-child(2):after{
    content: "涓婁竴椤?;
    width: 71px;
    height: 30px;
    background: #4DB7DD;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.pagination li:nth-last-child(2){
    display: block;
    position: relative;
    width: 71px;
    height: 30px;
    margin-left: 82px;
    background:transparent;
}
.pagination li:nth-last-child(2) a{
    width: 71px;
    height: 30px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.pagination li:nth-last-child(2):after{
    content: "涓嬩竴椤?;
    width: 71px;
    height: 30px;
    background: #4DB7DD;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pagination .active {

    display:block;
}
/*.pagination .active:after {*/
/*    content: "/";*/
/*    display: inline-block;*/
/*}*/

/* .pagination .disabled {
    /*color: #aaa;*/
/* }

.pagination ul li a:hover {
    /*border-radius: 50%;
}*/


/*.page-wrap {*/
/*    margin: 50px auto;*/
/*    color: #0d1d3a;*/
/*    font-size: 14px;*/
/*}*/

/*.ui-paging-container {*/
/*    color: #666;*/
/*    font-size: 12px;*/
/*}*/

/*.ui-paging-container li {*/
/*    display: inline-block;*/
/*    padding: 8px 11px;*/
/*    margin: 0 5px;*/
/*    color: #0d1d3a;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*}*/

/*.ui-paging-container li.focus,*/
/*.ui-paging-container li.ui-pager:hover {*/
/*    background-color: #288df0;*/
/*    color: #FFF;*/
/*}*/

/*.ui-paging-container li.ui-pager-disabled,*/
/*.ui-paging-container li.ui-pager-disabled:hover {*/
/*    background: none;*/
/*    cursor: default;*/
/*    color: #ddd*/
/*}*/

/*.ui-paging-container .page-total {*/
/*    !*display: block;*!*/
/*    color: #666;*/
/*    float: right;*/
/*}*/
