/*  */
body {
    background-color: #FAFAFA;
}

.container {
    position: relative;
    max-width: 1920px;
    min-width: 1440px;
    padding: 0;
    height: auto;

}

.navigation-box {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}

main {
    background-color: #FAFAFA;
}

.main-box {
    position: relative;
    width: 72% !important;
    margin: 0px auto;
    min-height: 500px;
    padding: 20px 20px 40px 40px;

}

footer {
    background-color: #F2F3F9;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}


#smallSwiperBanner.swiper-container {
    height: 4.9rem;
}

#smallSwiperBanner .swiper-slide img {
    width: 100%;
    height: 100%;
}



.vertical-menu-container {
    position: relative;
    margin: 0px 20px;
    height: 100%;
}

.vertical-menu-container .vertical-menu-title-container {
    position: relative;
    height: 120px;

}

.vertical-menu-container .vertical-menu-title-logo {
    position: absolute;
    left: -19px;
    width: 100px;
    height: 100px;
    background-image: url("logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 9999;
}

.vertical-menu-container .vertical-menu-title-box {
    position: absolute;
    width: calc(100% - 20px);
    height: 60px;
    line-height: 60px;
    top: 20px;
    left: 40px;
    background-color: #FFF;
    text-align: center;
    color: #000;
    font-size: .18rem;
    font-weight: 600;
    border-radius: 5px;
}

.vertical-menu-container .vertical-menu-ul-container {
    margin-top: -30px;
    margin-left: 30px;
    border-left: 3px dashed #D2D2D2;
    height: calc(100% + 30px);
    width: 80%;
    padding-top: 30px;
}

.vertical-menu-container .vertical-menu-Box {
    position: relative;
    /*margin-top: 30px;*/
}

.vertical-menu-container .vertical-menu-Box a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.vertical-menu-container .first-level-menu-box {
    position: relative;
}

.vertical-menu-container .first-level-menu li {
    position: relative;
    min-height: 80px;
}

.vertical-menu-container .first-level-menu-default-img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    top: 0px;
}

.vertical-menu-container .first-level-menu-hover-img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -30px;
    top: -10px;
    display: none;
}


.vertical-menu-container .first-level-menu-title {
    z-index: -1;
    width: 120%;
    height: 40px;
    margin-left: -20px;
    line-height: 40px;
    background-color: #E6E6E6;
    border-radius: 20px;
    text-align: center;
    text-indent: 40px;
    color: #000;
    font-size: .16rem;
    font-weight: 600;
    transition: 0.5s;
}


.vertical-menu-container .active .first-level-menu-hover-img,
.vertical-menu-container li:hover .first-level-menu-hover-img {
    animation: linear;
    display: block;
}

.vertical-menu-container .active .first-level-menu-title,
.vertical-menu-container li:hover .first-level-menu-title {
    width: 127%;
    background-color: #3C96DD;
    color: #FFF;
}

.vertical-menu-container .second-level-menu {
    position: relative;
    display: none;
    background-color: #E6E6E6;
    margin-bottom: 20px;
    margin-left: 20%;
    width: 75%;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}

.vertical-menu-container .three-level-menu {
    display: none;
    position: absolute;
    left: 80%;
    top: 0;
    background-color: #E6E6E6;
    margin-bottom: 20px;
    margin-left: 20%;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
    z-index: 999;
}

.vertical-menu-container li:hover .second-level-menu,
.vertical-menu-container .active .second-level-menu {
    display: block;
}

.vertical-menu-container .second-level-menu li:hover .three-level-menu {
    display: block;
}

.vertical-menu-container .second-level-menu li,
.vertical-menu-container .three-level-menu li {
    min-height: 40px;
    line-height: 24px;
    padding: 5px 0;
    color: #716ca2;
}

 .vertical-menu-container .second-level-menu li a,
.vertical-menu-container .three-level-menu li a{
color: #716ca2;
}
.vertical-menu-container .second-level-menu li:hover,
.vertical-menu-container .second-level-menu li.active,
.vertical-menu-container .second-level-menu li a:hover,
.vertical-menu-container .second-level-menu li.active a{
margin-top: 0;
color: #3C96DD;
}



.breadcrumb-container {
    width: 100%;
    height: 55px;
    line-height: 58px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center
}

.breadcrumb-container img {
    width: 20px;
    height: auto;
}

.breadcrumb-title {
    font-size: .16rem;
    color: #A5A5A5;
}


.phone-container {
    position: relative;
    min-height: 5rem;
    width: 100%;
    display: flex;
    flex: 0 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
}

.phone-container .phone-item-box {
    width: calc(25% - .1rem);
    flex-shrink: 0;
    background-color: #F1F4F6;
    margin: .1rem .05rem;
    border-radius: .1rem;
    color: #0b0b0b;
    max-height: 2.2rem;
}

.phone-container .phone-item-box .phone-item-img {
    width: 100%;
    height: 1.5rem;
    border-radius: .1rem;
    cursor: pointer;
}

.phone-container .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: .14rem;
}

.phone-container .phone-view-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 999;
}

.phone-container .phone-item-box .phone-item-title-box {
    height: .4rem;
    padding: .08rem;
    font-size: .16rem;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
}

.phone-container .phone-item-box .row {
    padding: 2px .1rem;
    font-size: .14rem;
    text-align: left;
    color: #b0b1b2;
}

.phone-item-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

img {
    object-fit: cover;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
    .phone-container .phone-item-box {
        width: calc(33.3% - 10px);
    }
}

@media only screen and (max-width: 1440px) {
    .phone-container .phone-item-box {
        width: calc(50% - 10px);
    }
}



.pagination-container {
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.pagination-container .pagination-item {
    position: relative;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    margin: 0px 5px;
    font-size: 14px;
    font-weight: 500;
    background-color: #D2D2D2;
    color: #FFF;

}

.pagination-container .pagination-item:disabled {
    cursor: not-allowed;
}

.pagination-container .pagination-item-prev,
.pagination-container .pagination-item-next {
    line-height: 30px;
    background-color: #DCDCDC;
    color: #C8C9CC;

}

.pagination-container .glyphicon-menu-left:before,
.pagination-container .glyphicon-menu-right:before {
    position: relative;
    height: 30px;
    margin-top: -5px;
    font-size: 18px;
}

.pagination-container .pagination-item-none {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    cursor: none;
}

.pagination-container .active {
    background-color: #0E73E5;
}

.pagination-container .pagination-item input,
.pagination-container select {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #D2D2D2;
    text-align: center;
    cursor: pointer;
}


.photo-view-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    cursor: pointer;
    /*添加动画效果*/
    /*1.animation-name:指定动画名称*/
    animation-name: moveTest;
    /*2.设置动画的总耗时*/
    animation-duration: .2s;
    /*3.设置动画的播放次数，默认为1次  可以指定具体的数值，也可以指定infinite(无限次)*/
    animation-iteration-count: 1;
    /*4.设置交替动画  alternate:来回交替*/
    animation-direction: alternate;
    /*5.设置动画的延迟*/
    animation-delay: 0s;
    /*5.设置动画结束时的状态：默认情况下，动画执行完毕之后，会回到原始状态
forwards:会保留动画结束时的状态，在有延迟的情况下，并不会立刻进行到动画的初始状态
backwards:不会保留动画结束时的状态，在添加了动画延迟的前提下，如果动画有初始状态，那么会立刻进行到初始状态
both:会保留动画的结束时状态，在有延迟的情况下也会立刻进入到动画的初始状态*/
    /*animation-fill-mode: both;*/
    animation-fill-mode: forwards;
    /*animation-fill-mode: backwards;*/
    /*6.动画的时间函数*/
    animation-timing-function: linear;
    /*设置动画的播放状态  paused:暂停   running:播放*/
    animation-play-state: running;
}

/*创建动画*/
@keyframes moveTest {

    /*百分比是指整个动画耗时的百分比  10s*/
    0% {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 0px;
        height: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

.photo-view-box-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.photo-view-box {
    position: absolute;
    height: 80%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.exit {
    position: absolute;
    right: 20px;
    top: 20px;
}

/*swiper*/
swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 90%;
    width: 100%;
}

.gallery-thumbs {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide.swiper-slide-visible {
    width: 100px;
    margin-right: 10px;
}

.swiper-slide.swiper-slide-visible img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}



.photo-view-container {
    /*position: absolute;*/
    /*top: 0;*/

    position: fixed;
    margin-top: 4.1%;

    width: 100%;
    height: 650px;
    max-height: 720px;

    display: none;
    cursor: pointer;
    z-index: 99999;
    /*添加动画效果*/
    /*1.animation-name:指定动画名称*/
    animation-name: moveTest;
    /*2.设置动画的总耗时*/
    animation-duration: .2s;
    /*3.设置动画的播放次数，默认为1次  可以指定具体的数值，也可以指定infinite(无限次)*/
    animation-iteration-count: 1;
    /*4.设置交替动画  alternate:来回交替*/
    animation-direction: alternate;
    /*5.设置动画的延迟*/
    animation-delay: 0s;
    /*5.设置动画结束时的状态：默认情况下，动画执行完毕之后，会回到原始状态
forwards:会保留动画结束时的状态，在有延迟的情况下，并不会立刻进行到动画的初始状态
backwards:不会保留动画结束时的状态，在添加了动画延迟的前提下，如果动画有初始状态，那么会立刻进行到初始状态
both:会保留动画的结束时状态，在有延迟的情况下也会立刻进入到动画的初始状态*/
    /*animation-fill-mode: both;*/
    animation-fill-mode: forwards;
    /*animation-fill-mode: backwards;*/
    /*6.动画的时间函数*/
    animation-timing-function: linear;
    /*设置动画的播放状态  paused:暂停   running:播放*/
    animation-play-state: running;
}

/*创建动画*/
@keyframes moveTest {

    /*百分比是指整个动画耗时的百分比  10s*/
    0% {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 0px;
        height: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

.photo-view-box-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.photo-view-box {
    position: absolute;
    height: 80%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.photo-view-box video {
    height: 100%;
}


