a.logo img {
    width: 70%;
}

a.logo {
    text-align: center
}

.header-top {
    height: 60px;
    background: url(../images/head-left.png) no-repeat left -150px top, url(../images/head-right.png) no-repeat right -150px center;
    background-size: auto 60px
}

nav.navbar {
    flex-flow: row wrap;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

nav.navbar a {
    padding: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    font-size: 16px;
}

.panel {
    padding: 0 20px;
}

.panel-title {
    width: 250px;
    background-size: cover;
    height: 63px;
    margin: 20px 0 40px
}

.panel-title span {
    font-size: 26px;
}

.panel-title a.more {
    font-size: 9px;
}

.about-box {
    flex-flow: column nowrap;
    width: 100%
}

.about-box img {
    width: 100%;
}

.about-text {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    writing-mode: rl-tb;
    height: auto;
    margin: 30px 0 0
}

.case-box {
    width: 100%;
    padding-bottom: 50px;
}

.case-box a {
    width: calc(50% - 10px);
    margin: 10px 0
}

.case-box div {
    margin-top: 10px;
    width: 100%
}

.case-box div h3 {
    font-size: 20px;
    line-height: 2;
}

.case-box div p {
    font-size: 16px;
    line-height: 1.5
}

.news {
    flex-flow: column nowrap;
}

.news>div {
    width: 100%;
    flex-flow: column nowrap;
    align-items: center;
}

.news .title {
    position: relative;
    background: url(../images/title-bg.png) no-repeat;
    width: 250px;
    background-size: cover;
    height: 63px;
    margin: 20px 0 40px
}

.news .title span {
    position: absolute;
    font-family: font;
    font-size: 26px;
    color: black;
    display: block;
    left: 34%;
    top: 41%;
    writing-mode: rl-tb
}

.news .title a.more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 9px;
    color: black;
    text-align: right
}

.news-list {
    width: 100%
}

.culture-box {
    width: 100%;
    /*height: 610px;*/
}

.icon {
    width: 100%;
    margin: 0 auto 20px;
}

.icon .item img {
    width: 80%
}

.icon .item span {
    margin: 10px;
    font-size: 12px;
}

.bot {
    box-sizing: border-box;
    padding: 30px;
    margin: 0;
    width: 100%;
    flex-flow: row wrap
}

.map {
    width: 63%;
    box-sizing: border-box;
}

.map img {
    width: 100%;
    height: auto
}

.code {
    padding: 10px 10px 0;
    width: 35%;
    box-sizing: border-box;
    border-width: 5px;
}

.code span {
    font-size: 14px;
    line-height: 2.4
}

.code img {
    width: 100%;
    height: auto;
}

.cus-text {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

.copyright {
    font-size: 12px;
    padding: 20px 0 50px
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    z-index: 9999
}

.fixed-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background: #F7FDFB;
}

.fixed-nav a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    flex: 1;
}

.fixed-nav a:last-child {
    border: none
}

.fixed-nav a span {
    font-size: 12px;
    margin-bottom: 8px;
    color: #142E11
}

.fixed-nav a img {
    margin: 2px 0;
    width: 30px;
    height: auto
}

.fixed-nav a.active span {
    font-weight: bold;
}

.page {
    margin: 30px 0;
    padding: 0 10px;
}

.page * {
    display: none
}

.page .next,
.page .prev {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 50%;
}

.cont-box {
    padding: 10px;
    margin: 20px 0
}

.cont-title {
    padding-bottom: 10px
}

.cont-title h3 {
    font-size: 16px;
}

.cont-page {
    padding-top: 10px;
}

.cont-sub {
    padding: 20px 0
}

.list-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.list-news-box {
    width: 100%;
    margin-top: 20px
}

.list-case-box {
    width: 100%;
    margin-top: 20px
}

.list-news-box a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.list-case-box a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.list-news-box a .text {
    padding: 10px
}

.list-news-box a .text h3 {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-news-box a .text p {
    font-size: 11px;
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-case-bar {
    margin-top: 10px;
    flex-flow: row wrap;
    background: #01AB02
}

.list-case-bar a {
    border: none;
    width: 50%;
    border: 1px solid #fff;
    flex: auto;
    color: white;
    font-size: 12px;
}

.list-case-bar a.active {
    border-bottom: 1px solid #fff;
}

.list-case-box a .text {
    position: static;
    background: #67d1bf;
    opacity: 1;
    width: 100%;
    padding: 10px;
}

.list-case-box a .text h3 {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.list-case-box a .text::before {
    display: none
}

.list-case-box a .text p {
    display: none
}

.tt {
    display: block;
    width: calc(50% - 10px);
    height: auto;
    margin-top: 15px;
    align-self: start;
}

.case-box div {
    display: none;
}