/*mobile styles*/

/* common styles */

#panel {
    padding-top: 0;
}


.back-up,
.share-btns,
.email {
    display: none
}

.header {
    height: 0;
    padding: 0;
    /* overflow: hidden; */
}
.top-part{
    padding: 0;
    border: none;
}
.mobile-header {
    display: block;
    text-indent: -999em;
    background: url("../images/header-logo.png") center no-repeat;
    background-size: 88px 27px;

}
.header .logo{
    width: 70px;
    height: 44px;
    position: fixed;
    background: url("../images/m-logo.png") center no-repeat;
    top: 0;
    display: none;
    z-index: 999;
    background-size: contain;
    padding: 0 10px;
    background-origin: content-box;
}

.menu {
    opacity: 0;
}

.slideout-menu {
    opacity: 1;
    margin-top: 0;
    padding-top: 60px;
    background-color: #0a62be;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 90px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu::-webkit-scrollbar {
    display: none;
}

.menu .menu-item {
    float: none;
    width: 90px;
    font-size: 12px;
}

.menu-item::after {
    border: none;
}

.menu-item a:hover::after {
    content: none;
}

.menu-item.active {
    background-color: #0a55a4;
}
.sub-menu-container{
    display: none !important;
}
.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.menu .menu-item .submenu {
    display: none;
}

/* footer */

.footer {
    padding: 0;
}
.footer .container div[class*="link"]{
    display: none;
}
.link-title {
    line-height: 50px;
    padding-left: 20px;
}

.link-container {
    width: 60%;
    margin: 0 auto;
    padding-left: 20px;
    border: none;
}

.link-item {
    width: 100%;
    text-align: left
}

.link-items-container {
    width: 100%;
    height: 300px;
    overflow: scroll;
    box-sizing: border-box;
}

.sub-link-item {
    width: 100%;
}

.qcode {
    float: none;
    margin: 20px auto;
}

.pagination a {
    padding: 0 5px;
    margin-right: 0;
}

.section-title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    position: relative;
    margin: 20px 0 20px;
}

.section-tips {
    display: none
}

.section-title::after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px;
    width: 20px;
    height: 2px;
    background-color: #0a62be;
    content: "";
}

.project-figure {
    width: 50%;
}

/* subpages */

/*二级页面修改 */

.subpage {
    position: relative;
}

.subpage-container {
    margin-top: 0;
    width: 100%;
}

.aside-menu {
    width: auto;
    margin-right: 0;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
}

.aside-menu-title {
    display: none;
}

.aside-menu-list {
    text-align: center;
}

.aside-menu li {
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    color: #0a62be;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px #0a62be;
}

.aside-menu li.active,
.aside-menu li:hover {
    background-color: #0a62be;
    color: #fff;
}

.subpage-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 0;
    ;
}

.subpage-content .breadcrumb {
    display: none;
}

.subpage-title-container {
    font-size: 18px;
    margin-top: 30px;
}

.subpage-title {
   margin: 5px 0 15px;
   font-weight: 600;
}

.sub-title {
  margin: 10px 0 30px 0;
  line-height: 1.1;
  font-size: 16px;
}

.subpage-content-header {
    margin-bottom: 15px;
}

.subpage-content-date {
    margin-top: -24px;
}

.subpage-content-text img {
    margin: 14px auto
}

/* news */
.news-section{
    background-color: #fff;
}
.news-section .news-list,.project-list {
    padding: 0 15px;
    text-align: justify;
}
.news-list::after,.project-list::after {
    content: "";
    display: inline-block;
    width: 100%;
}
.news-list .news-pic{
    width: 46%;
    height: auto;
}
.news-list .news-content{
    width: 50%;
    height: auto;
    padding: 0 5px;
}

.news-more {
    display: none;
}

.news-text {
    display: none;
}

.news-list .news-title {
    line-height: 24px;
    font-size: 14px;
}

.news-figure,.project-figure {
    width:166px;
    height: 105px;
    margin: 0;
    margin-bottom: 10px;
    box-shadow: none;
}
.news-figure .news-active,.project-figure .project-active{
    bottom: 0;
    padding: 0;
    height: 26px;
}

.news-figure p,.project-figure .project-title{
    letter-spacing: 0;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.project-figure .project-title{
    left: auto;
    bottom: auto;
}
.read-more{
    display: none;
}
/* qualification */

.qualification {
    height: 380px;
}

.qua-item {
    width: 244px;
    font-size: 12px;
    margin-left: 0;
    line-height: 22px;
    ;
}

.qua-content {
    padding: 15px;
}

/*  */

.asidepic {
    width: 44%;
}

.asidepic img {
    margin: 0;
}

.fzlc {
    background-image: none;
}

.slim .news-date {
    font-size: 12px;
    line-height: 24px;
    width: 21%
}

.slim .news-date {
    text-align: left;
}

.picture-list li {
	height :  auto;
}

.subpage-title-container{
	margin-bottom: 10px;
}
.project-section{
    margin-bottom: 20px;
}
.picture-list li .project-title {
    line-height: 26px;
    font-size: 12px;
}

.subpage-qualification-table td {
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    width: 56%;
}

.hr-invite .picture-list p {
    line-height: 30px;
    font-size: 12px;
}
.zp-list{
    padding: 0;
}
.contact-map {
    width: 96%;
    margin: 0 auto;
}

.contact-map .map,
.contact-map .address {
    width: 100%;
}

.contact-map .map {
    bottom: 50%;
}

.contact-map .address {
    padding: 30px 0;
    top: 50%;
}

.address-content .address-item {
    line-height: 20px;
    font-size: 12px;
}

.address-content .address-label,
.address-content .address-text {
    float: none;
    text-align: left;
    width: 100%
}

.address-content .address-text {
    padding: 0;
}

/* 画册 */

.culture-container {
    background: none;
}

.culture-container .container {
    height: auto;
    background: none;
}

.culture-album {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.sj-book {
    width: 100%;
}

.sj-book .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px #aaaaaa;
    border-radius: 8px;
    overflow: hidden;
}

.slick-initialized .slick-slide {}

.turnjs-slider {
    width: 90%;
    margin-bottom: 0;
    margin-top: 20px;
}

#slider {
    width: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.prebtn,
.nextbtn {
    display: none
}

.culture-pagation {
    display: block;
}