﻿/*重置样式*/
@import url("./initStyle/reset.css"); 
/*初始样式*/
@import url('./initStyle/init.css');
/*顶部导航栏*/
@import url("./componentCss/pageTopNav.css");

.search {
    position: inherit;
}

/*.sec-top-nav .show-box {
    top: 75px;
}*/

.theme-inner-banner {
    height: 300px;
}

.theme-inner-banner  .opacity {
    padding-top: 125px
}
.theme-inner-banner  .opacity .container {
    display: flex;
    flex-direction: column;
    align-items:center;
}



/*移动端兼容*/
@media only screen and (max-width: 768px) {
    .theme-inner-banner {
        height: 2.7rem;
    }
    .theme-inner-banner .opacity {
        padding-top: 1rem;
        font-size: .14rem;
        line-height: .16rem;
    }

    .our-service-details {
        margin-top: .5rem;
    }
    .theme-large-sidebar .subtitle {
        display: block;
    }
    .theme-large-sidebar .content_list_li .news-intro {
        font-size: .14rem;
        line-height: .16rem;
    }

    .our-service-details .theme-large-sidebar {
        margin-bottom: 0;
    }

    #Pagination {
        font-size: .12rem;
        line-height: .16rem;

    }

    #footer {
        margin-bottom: 8vh;
    }

}