.head-top-right {
    display: none
}

.head-top {
    background: #FF9600
}

nav.navbar {
    display: none
}

nav.mobile-nav {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 20px;
    justify-content: space-between;
}

nav.mobile-nav a {
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    background: black;
    color: white;
    font-size: 12px;
    text-align: center;
    border-left: 2px solid #FF9600;
    font-weight: bold;
    margin: 10px 0;
    line-height: 2
}

.panel {
    padding: 20px
}

.main-box {
    width: 100%
}

form.msg {
    width: calc(100% - 40px);
    margin-top: 0;
    margin-bottom: 20px;
}

.form-title {
    display: flex;
    flex-flow: column nowrap;
}

.form-title span {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.form-main {
    flex-flow: column nowrap;
}

.form-main input {
    margin-bottom: 20px;
    width: 100%
}

.form-main button {
    width: 100%;
    border: 2px solid white;
}

.about.panel {
    flex-flow: column nowrap;
}

.about-text {
    width: 100%;
    padding: 20px 0
}

.about img {
    width: 100%;
}

.pro-bar {
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pro-bar a {
    width: calc((100% - 60px) / 4);
    box-sizing: border-box;
    background: #FF9600;
    color: white;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    line-height: 2;
    justify-content: space-between;
    padding: 0
}

.panel-title {
    margin-bottom: 20px;
}

.case-box {
    flex-flow: column nowrap;
}

.first {
    width: 100%
}

.case-box div {
    width: 100%;
}

.case-box div a {
    width: calc(50% - 10px);
    margin: 20px 0 0
}

.case-box a span {
    padding: 0;
    font-size: 14px;
}

.news-box {
    flex-flow: column nowrap;
    width: 100%
}

.news-box a {
    width: 100%;
    margin-top: 20px;
}

.service.panel {
    padding: 20px
}

.service-title {
    margin-bottom: 20px
}

.service-title span {
    padding: 10px 20px;
    font-size: 14px;
}

.service-title b {
    white-space: nowrap
}

.service-box {
    width: 100%;
    padding: 0 20px;
}

.service-box .item {
    width: calc((100% - 60px) / 4)
}

.service-box .item img {
    margin-bottom: 10px
}

.service-box .item b {
    font-size: 14px;
}

.service-box .item span {
    font-size: 10px;
    white-space: nowrap
}

.wedo-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.wedo-box {
    width: 100%;
    flex-flow: column nowrap;
}

.wedo-box .item {
    width: 100%;
}

footer.footer {
    flex-flow: column nowrap;
}

.cus-text {
    padding: 40px;
    width: 100%
}

.code {
    width: 100%;
    padding: 40px;
}

.cus-text h3 {
    font-size: 20px;
}

.cus-text span {
    font-size: 16px;
}

.code {
    align-items: center;
}

.copyright {
    font-size: 12px;
}

.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: #FF9B2F;
}

.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: white
}

.fixed-nav a img {
    /* margin: 10px 0; */
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    /* border: 2px solid #fff; */
    background: url(../images/header-bg.png) no-repeat;
    box-sizing: border-box;
    padding: 10px;
}

.fixed-nav a.active span {
    font-weight: bold;
}

.list-page {
    height: 200px;
}

.list-page p {
    font-size: 20px;
}

.page-nav {
    height: auto;
    padding: 0
}

.page-nav div {
    display: none;
    flex-flow: column nowrap;
}

.page-nav div.active {
    display: flex
}

.page-nav .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #ff9600;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    position: relative
}

.page-nav .btn::after {
    position: absolute;
    display: block;
    content: '▲';
    right: 20px;
    transition: all 0.5s
}

.page-nav .btn.active::after {
    transform: rotate(180deg)
}

.dis {
    display: block
}

.page-nav a:first-child {
    border-left: 5px solid rgba(255, 255, 255, .2)
}

.page-nav a {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 3px;
    border-width: 5px;
    text-indent: 20px;
    height: 50px
}

.page-nav {
    transition: all 0.5s;
    overflow: hidden
}

.page-nav.active {
    height: auto;
}

.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: 10px
}

.list-case-box {
    width: 100%;
    margin-top: 10px
}

.list-news-box a {
    width: calc(50% - 5px);
    margin-top: 10px;
}

.list-case-box a {
    width: calc(50% - 5px);
    margin-top: 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: #ff9600
}

.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: #ff9600;
    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
}

.case-box div {
    display: none;
}