
.box h4.title {
    font-size: 24px;
    background-color: #fff;
    margin: 10px 15px;
    padding: 10px;
    height: inherit;
    text-align: center;
}

.article > header > h1 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}

.article > .article-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    background: #000;
}

body, .article-content, .btn {
    line-height: 2;
    font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
}

h1, h2, h3, h4, h5, h6, strong {
    line-height: 1;
    font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a {
    color: #333;
}

a:hover, a:focus, button:focus, input:focus {
    outline: none !important;
    text-decoration: none !important;
}

input, button, textarea, select {
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #e5e5e5 !important;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
}

label {
    font-weight: normal;
}

:root {
    --animate-delay: 0.25s;
}

#header {
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    transition: all .5s;
}

#siteLogo {
    padding: 5px 0;
}

#siteLogo img {
    min-width: 50px;
    height: 40px;
    margin: 0;
}

#navbarWrapper #navbar {
    float: none;
    background: none;
}

#navbar .navbar-nav {
    text-align: center;
}

#navbar .nav > li {
    display: inline-block;
    float: none;
}

#navbar .nav > li > a {
    padding: 0 20px;
    margin: 0;
    line-height: 80px;
    font-size: 18px;
    color: #000;
}

#navbar .nav > li > a:hover, #navbar .nav > li > a:focus, #navbar .nav > li.open > a, #navbar .nav > li.open > a:hover, #navbar .nav > li.open > a:focus, #navbar .nav > li.active > a, #navbar .nav > li.active > a:hover, #navbar .nav > li.active > a:focus {
    background: none;
    color: #ff4545;
}

#navbar .nav > li.active > a, #navbar .nav > li.active > a:hover {
    font-weight: normal;
}

#navbar .nav > li > a .caret {
    border: none;
    display: inline;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
}

#navbar .nav > li > a .caret:before {
    display: inline-block;
    font-family: ZenIcon;
    content: '\e6e3';
}

#navbar .nav > li > ul {
    left: 50%;
    margin: 0 0 0 -75px;
}

#navbar .nav > li > ul:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -16px;
}

#navbar .dropdown-menu {
    min-width: 150px;
    margin: 0;
    border: none;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

#navbar .nav > li > a:hover, #navbar .nav > li > a:focus, #navbar .dropdown-menu > li > a:focus, #navbar .dropdown-menu > li > a:hover, #navbar .dropdown-menu > .active > a, #navbar .dropdown-menu > .active > a:hover, #navbar .dropdown-menu > .active > a:focus, #navbar .dropdown-submenu:hover > a, #navbar .dropdown-submenu:focus > a {
    background: none;
    color: #e55555;
}

#navbar .dropdown-menu > li > a:hover:after, #navbar .dropdown-menu > li > a:focus:after, #navbar .dropdown-submenu:hover > a:after, #navbar .dropdown-submenu:focus > a:after {
    border-left-color: #e55555;
}

#headTitle nav.siteNav {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    text-align: right;
}

#headTitle nav.siteNav a {
    color: #000;
    font-size: 18px;
    margin: 0 0 0 5px;
}

#headTitle nav.siteNav a:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    background: #ccc;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

#headTitle nav.siteNav a:hover {
    color: #e50000;
}

#headTitle nav.siteNav a:first-child:before {
    display: none;
}

#go2top {
    display: none !important;
    border: none;
    text-shadow: none;
    border-radius: 4px;
    background: #fff;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: auto !important;
    right: 20px;
    z-index: 999;
}

#footer {
    display: none;
    background: #000;
}

#footer #footNav, #footer #powerby {
    display: none;
}

#footer .wrapper {
    padding: 20px 0;
}

#footer .wrapper a, #footer .wrapper span {
    color: rgba(255, 255, 255, 0.5);
}

#footer .wrapper a:hover, #footer .wrapper a:hover span {
    color: #fff;
    opacity: 1 !important;
}

#banner {
    position: relative;
    overflow: hidden;
    height: 640px;
}

#banner .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#banner .mask {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#banner .text {
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    margin: 270px auto 0;
}

#banner .text h2 {
    margin: 0;
    font-size: 60px;
}

#banner .text h3 {
    font-size: 30px;
    margin: 50px 0 0;
    font-weight: normal;
}

#banner .left {
    text-align: left;
}

#banner .video-bg {
    display: block;
    max-width: 100%;
    max-height: initial;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

#effect .wrap {
    width: 1200px;
    margin: auto;
    text-align: center;
}

#effect .main {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#effect .main .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#effect .main .img-design {
    background: url(../images/file.php) no-repeat;
    background-size: cover;
}

#effect .main .img-service {
    background: url(../images/file.php) no-repeat;
    background-size: cover;
}

#effect .main .bg {
    width: 100%;
    height: 686px;
    background: url(../images/file.php) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    animation: intro-bg 10s linear infinite alternate;
}

#effect .text {
    padding: 60px 20px 40px;
}

#effect .text h3 {
    font-weight: normal;
    font-size: 40px;
    margin: 0;
}

#effect .text p {
    font-size: 18px;
    margin: 30px 0;
    color: #808080;
    line-height: 1;
}

.page-content, #header .wrapper, #header .row, #navbar, .focus-middle, .focus-bottom, #footer > .wrapper, .container, .title {
    max-width: 1200px;
}

.page-wrapper {
    padding-top: 100px;
}

.row > .col > .panel, .row > .col .carousel, .row > [class*='col-'] > .panel, .row > [class*='col-'] .carousel, .page-content > .panel, #boards > .panel, .page-side > .panel, .row > [class*='col-'] > .nav, .row > [class*='col-'] > .list-group, .m-blog .card, .row > .col > .list-group {
    margin-bottom: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row > [class*='col-'], .row > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel {
    margin-bottom: 0 !important;
}

.breadcrumb {
    padding: 0;
    margin: 5px 0 20px;
}

.panel, .list, .article {
    border: none;
    box-shadow: none;
}

.panel .panel-heading, .list .panel-heading, .article .panel-heading {
    border: none;
}

.btn-primary {
    color: #fff !important;
    border: none;
    text-shadow: none;
    font-size: 16px;
    border-radius: 0;
    min-width: 100px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
}

.anchor {
    position: relative;
}

.anchor #anchor {
    position: absolute;
    top: -80px;
}

.more {
    display: inline-block;
    border-radius: 100px;
    padding: 10px 60px 10px 40px;
    background: #ff4545;
    color: #fff !important;
    font-size: 18px;
    position: relative;
}

.more:after {
    display: inline-block;
    font-family: ZenIcon;
    content: '\e739';
    position: absolute;
    margin-left: 8px;
    top: 10px;
    transition: all .5s;
}

.more:hover {
    background: #ff1c1c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.more:hover:after {
    margin-left: 18px;
}

.title {
    padding: 60px 10px 40px;
    margin: auto;
}

.title h1 {
    text-transform: Uppercase;
    color: #ff4545;
    font-size: 60px;
    margin: 0 0 30px;
}

.title h3 {
    margin: 30px 0 40px;
    font-weight: normal;
    font-size: 18px;
}

.title h2 {
    font-weight: normal;
    font-size: 36px;
    margin: 0;
}

.title h2 font {
    display: inline-block;
}

.title h2 strong {
    display: inline-block;
    text-transform: Uppercase;
    font-size: 36px;
    color: #e5e4ec;
    margin: 0 0 0 15px;
}

.title p {
    font-size: 18px;
    color: #757575;
    margin: 20px 0 0;
}

.title p a {
    float: right;
    color: #757575;
}

.title p a font {
    display: inline-block;
}

.title p a:after {
    font-family: ZenIcon;
    display: inline-block;
    content: '\e739';
    margin: 0 0 0 3px;
}

.title p a:hover {
    color: #ff4545;
}

.pager {
    font-size: 15px;
    line-height: 1;
}

.pager i:before {
    font-size: 16px;
    vertical-align: 0;
}

.pager .icon-angle-left {
    top: 0;
}

.pager a, .pager i {
    margin: 0;
    padding: 0;
    position: static;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    vertical-align: top;
}

.pager i {
    margin: -1px 0 0;
}

.m-search .page-wrapper {
    background: linear-gradient(to left, #e5e4ec, #f4f4f6);
}

.m-search .list-condensed > footer, .m-search .list > header {
    padding: 15px 20px;
}

.m-search .items .item {
    padding: 20px;
}

.m-search .items .item .item-heading {
    padding: 0 0 10px;
}

.m-search .items .item .item-content {
    overflow: hidden;
    width: 100%;
}

.m-search .items .item .item-content .text {
    width: 85%;
    float: left;
    padding: 0 50px 0 0;
}

.m-search .items .item .item-content .media {
    width: 15%;
    float: right;
    max-width: 20%;
    margin: 0;
    background: none;
}

.m-search .items .item .item-content .media .thumbnail {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    float: right;
}

.m-search .items .item:hover {
    background: none;
}

.m-sitemap .page-wrapper, .m-errors .page-wrapper {
    background: linear-gradient(to left, #e5e4ec, #f4f4f6);
}

.m-sitemap .panel > .panel-heading, .m-errors .panel > .panel-heading {
    margin: 20px 0;
}

.m-sitemap .panel > .panel-heading strong, .m-errors .panel > .panel-heading strong {
    font-size: 18px;
}

.m-sitemap .panel > .panel-heading strong i, .m-errors .panel > .panel-heading strong i {
    font-size: 18px;
}

.m-sitemap .panel > .panel-heading strong .icon-sitemap:before, .m-errors .panel > .panel-heading strong .icon-sitemap:before {
    content: '\e63d';
}

.m-sitemap .panel > .panel-heading .panel-actions, .m-errors .panel > .panel-heading .panel-actions {
    margin-right: 0;
}

.m-sitemap .panel > .panel-heading .panel-actions .btn, .m-errors .panel > .panel-heading .panel-actions .btn {
    border-radius: 100px;
}

.m-sitemap .form-control, .m-errors .form-control {
    height: 38px;
}

.m-sitemap .tree li:before, .m-errors .tree li:before {
    top: 10px;
}

.m-sitemap .tree li > .list-toggle, .m-errors .tree li > .list-toggle {
    display: none;
}

.m-user-login #login #login-pure, .m-user-login #reg #login-region, .m-user-register #login #login-pure, .m-user-register #reg #login-region {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.m-user-login #login-region, .m-user-register #login-region {
    margin: 5% auto;
}

.m-user-login #panel-pure, .m-user-register #panel-pure {
    padding-top: 40px;
}

.m-user-login #login, .m-user-login #reg, .m-user-register #login, .m-user-register #reg {
    border: none;
    box-shadow: none;
    background: none;
}

.m-user-login #login .row, .m-user-login #reg .row, .m-user-register #login .row, .m-user-register #reg .row {
    background: none;
}

.m-user-login #login .panel-heading, .m-user-login #reg .panel-heading, .m-user-register #login .panel-heading, .m-user-register #reg .panel-heading {
    border: none;
}

.m-user-login #reg .form-control, .m-user-register #reg .form-control {
    height: 40px;
}

.m-user-profile .col-md-10 .panel {
    border: solid 1px #ddd;
}

.m-user .col-md-2 .nav .nav-heading, .m-order .col-md-2 .nav .nav-heading, .m-address .col-md-2 .nav .nav-heading, .m-request .col-md-2 .nav .nav-heading, .m-license .col-md-2 .nav .nav-heading {
    color: #333;
}

.m-user .col-md-2 .nav li, .m-order .col-md-2 .nav li, .m-address .col-md-2 .nav li, .m-request .col-md-2 .nav li, .m-license .col-md-2 .nav li {
    margin-top: 0;
}

.m-user .col-md-2 .nav li a, .m-order .col-md-2 .nav li a, .m-address .col-md-2 .nav li a, .m-request .col-md-2 .nav li a, .m-license .col-md-2 .nav li a {
    border-bottom: solid 1px #fff;
}

.m-user .col-md-2 .nav li a i, .m-order .col-md-2 .nav li a i, .m-address .col-md-2 .nav li a i, .m-request .col-md-2 .nav li a i, .m-license .col-md-2 .nav li a i {
    display: inline-block;
    width: 16px;
    color: #aaa;
    text-align: center;
}

.m-user .col-md-2 .nav li a:hover, .m-user .col-md-2 .nav li a:focus, .m-order .col-md-2 .nav li a:hover, .m-order .col-md-2 .nav li a:focus, .m-address .col-md-2 .nav li a:hover, .m-address .col-md-2 .nav li a:focus, .m-request .col-md-2 .nav li a:hover, .m-request .col-md-2 .nav li a:focus, .m-license .col-md-2 .nav li a:hover, .m-license .col-md-2 .nav li a:focus {
    color: #fff;
    border-color: #ddd;
    border-bottom: solid 1px #fff;
}

.m-user .col-md-2 .nav li a:hover i, .m-user .col-md-2 .nav li a:focus i, .m-order .col-md-2 .nav li a:hover i, .m-order .col-md-2 .nav li a:focus i, .m-address .col-md-2 .nav li a:hover i, .m-address .col-md-2 .nav li a:focus i, .m-request .col-md-2 .nav li a:hover i, .m-request .col-md-2 .nav li a:focus i, .m-license .col-md-2 .nav li a:hover i, .m-license .col-md-2 .nav li a:focus i {
    color: #fff;
}

.m-user .col-md-2 .nav li.active a, .m-order .col-md-2 .nav li.active a, .m-address .col-md-2 .nav li.active a, .m-request .col-md-2 .nav li.active a, .m-license .col-md-2 .nav li.active a {
    background: #ff4545;
    color: #fff;
    border-color: #ddd;
    border-bottom: solid 1px #fff;
}

.m-user .col-md-2 .nav li.active a i, .m-order .col-md-2 .nav li.active a i, .m-address .col-md-2 .nav li.active a i, .m-request .col-md-2 .nav li.active a i, .m-license .col-md-2 .nav li.active a i {
    color: #fff;
}

@media (min-width: 1024px) {
    .page-content, #header .wrapper, #header .row, #navbar, .focus-middle, .focus-bottom, #footer > .wrapper, .container, .title {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .page-content, #header .wrapper, #header .row, #navbar, .focus-middle, .focus-bottom, #footer > .wrapper, .container, .title {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .page-content, #header .wrapper, #header .row, #navbar, .focus-middle, .focus-bottom, #footer > .wrapper, .container, .title {
        max-width: 1500px;
    }
}

@media (max-width: 1600px) {
    #navbar .nav > li > a {
        font-size: 16px;
    }

    #headTitle nav.siteNav a {
        font-size: 16px;
    }

    #banner {
        height: 480px;
    }

    #banner .text {
        max-width: 1200px;
        margin: 200px auto 0;
    }

    #banner .text h2 {
        font-size: 48px;
    }

    #banner .text h3 {
        font-size: 24px;
        margin: 45px 0 0;
    }

    .more {
        font-size: 16px;
    }

    .title h1 {
        font-size: 48px;
    }

    .title h2 {
        font-size: 32px;
    }

    .title h2 strong {
        font-size: 32px;
    }

    .title p {
        font-size: 16px;
    }
}

@keyframes intro-bg {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .is-mc-nav #headTitle #siteLogo img {
        height: 30px;
        margin-top: 5px;
    }

    #headTitle.with-navbar #navbar .navbar-collapse {
        position: absolute;
        background: #fff;
    }

    #headTitle.with-navbar #navbar .navbar-collapse .navbar-nav {
        overflow: hidden;
        width: 100%;
    }

    #headTitle.with-navbar #navbar .navbar-collapse .navbar-nav li {
        width: 50%;
        float: left;
    }

    #headTitle nav.siteNav {
        position: absolute;
        right: 80px;
        top: 10px;
    }

    #navbar .nav > li > a {
        line-height: 60px;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle:hover, .navbar-toggle:focus {
        background: none;
    }

    .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
        background: #000;
    }

    #login-region {
        width: 100%;
        margin: 0 auto;
    }

    #login-pure {
        border: none;
        box-shadow: none;
    }

    #login-region {
        border: none;
        box-shadow: none;
    }

    #reg .panel {
        width: auto;
        margin: 0 auto;
    }

    #reg.panel {
        margin: 0 auto;
    }

    #banner {
        height: 200px;
    }

    #banner .video {
        display: none;
    }

    #banner .mask .text {
        margin: 23% 0 0;
    }

    #banner .mask .text h2 {
        font-size: 24px;
    }

    #banner .mask .text h3 {
        margin: 20px 0 0;
        font-size: 14px;
    }

    .m-user-login #login #login-pure, .m-user-login #reg #login-region, .m-user-register #login #login-pure, .m-user-register #reg #login-region {
        box-shadow: none;
    }

    .page-wrapper {
        padding-top: 50px;
    }

    .breadcrumb {
        margin: 10px 0;
    }

    .title {
        padding: 30px 10px 20px;
    }

    .title h1 {
        font-size: 30px;
    }

    .title h2 {
        font-size: 24px;
    }

    .title h2 strong {
        font-size: 24px;
    }

    .title h3 {
        line-height: 1.5;
    }

    .title p {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .more {
        font-size: 14px;
        padding: 6px 20px;
    }

    .more:after {
        display: none;
    }
}

.breadcrumb {
    display: none;
}

.article {
    margin: 0;
}

.article > header {
    display: none;
}

.article > .article-content {
    padding: 0;
}

.article > .article-content img {
    border: none;
    padding: 0;
    margin: 0;
}

.price {
    width: 100%;
    margin: 0 0 60px !important;
}

.price th, .price td {
    border: solid 1px #e5e5e5;
    padding: 12px 20px !important;
    font-size: 16px;
    vertical-align: middle !important;
    min-width: 80px;
}

.price th {
    background: #ff4545;
    color: #fff;
    font-size: 18px;
}

.price td:last-child {
    color: #ff4545;
}

.price tr:nth-child(odd) td {
    background: #f5f5f5;
}

.price .white {
    background: #fff !important;
}

.about .company .title {
    padding: 0 10px;
}

.about .company .text {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 50px 10px;
    margin: 40px 0 0;
}

.about .company .text h2 {
    font-size: 48px;
    color: #ff4545;
    margin: 0;
    font-weight: normal;
}

.about .company .text h2 small {
    color: #ff4545;
}

.about .company .text p {
    font-size: 16px;
    color: #808080;
    margin: 10px 0 0;
}

.about .environment {
    background: linear-gradient(to left, #e5e4ec, #f4f4f6);
    padding-bottom: 60px;
    margin-top: 60px;
}

.about .environment .main {
    position: relative;
}

.about .environment .main:before {
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about .environment .main p {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 80px;
    font-size: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .5s ease 0s;
}

.about .environment .main:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.about .environment .main:hover p {
    line-height: 100px;
}

.about .environment .line {
    margin: 0 0 20px;
}

.about .product {
    padding: 0 0 40px;
}

.about .product .img {
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 10px;
    margin: 0 0 20px;
}

.about .product .img:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.service .main {
    padding: 0;
    margin-bottom: 60px;
}

.service .main .col-md-4 {
    width: 40%;
}

.service .main .col-md-8 {
    width: 60%;
}

.service .main .text {
    padding: 80px 40px 0 60px;
    font-size: 18px;
}

.service .main .text h1 {
    font-size: 60px;
    margin: 0;
}

.service .main .text h2 {
    font-size: 36px;
    margin: 60px 0 0;
    font-weight: normal;
}

.service .main .text p {
    line-height: 2;
    font-size: 18px;
    margin: 20px 0 40px;
}

.service .main .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.service .main .text ul li {
    width: 50%;
    float: left;
}

.service .main .text ul li:before {
    font-family: ZenIcon;
    display: inline-block;
    content: '\f192';
    margin: 0 4px 0 0;
}

.service .main .img {
    width: 100%;
    height: 570px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    right: 0;
    background: linear-gradient(to left, #e5e4ec, #f4f4f6);
}

.service .main .img img {
    position: absolute;
    top: 0;
    right: 0;
}

.service .bg1 {
    background: linear-gradient(to left, #e5e4ec, #f4f4f6);
}

.service .bg1 h1 {
    color: #ff4545;
}

.service .bg1 p {
    color: rgba(0, 0, 0, 0.5);
}

.service .bg1 ul li:before {
    color: #ff4545;
}

.service .bg1 .img {
    background: none;
}

.service .bg2 {
    background: #4f77e1;
    color: #fff;
}

.service .bg3 {
    background: #fe6859;
    color: #fff;
}

.service .bg4 {
    background: #16a7f8;
    color: #fff;
}

.contact .cont {
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 20px;
    display: flex;
}

.contact .cont .left i {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    background: #ff4545;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
}

.contact .cont .left .icon-phone, .contact .cont .left .icon-map-marker {
    font-size: 26px;
}

.contact .cont .right {
    margin: 0 0 0 25px;
}

.contact .cont .right p {
    margin: 0;
    font-size: 18px;
}

.contact .cont .right .double {
    line-height: 4;
}

@media (max-width: 1600px) {
    .price th, .price td {
        font-size: 14px;
    }

    .price th {
        font-size: 16px;
    }

    .service .main .text {
        padding: 60px 40px 0 50px;
        font-size: 16px;
    }

    .service .main .text h1 {
        font-size: 48px;
    }

    .service .main .text h2 {
        margin: 40px 0 0;
        font-size: 30px;
    }

    .service .main .text p {
        margin: 20px 0;
        font-size: 16px;
    }

    .service .main .img {
        height: 455px;
    }
}

@media (max-width: 767px) {
    .price {
        margin: 0 0 30px !important;
    }

    .price th, .price td {
        padding: 8px !important;
        font-size: 12px;
    }

    .price th {
        font-size: 14px;
    }

    .about .company .text {
        margin: 20px 0 0;
    }

    .about .environment {
        background: none;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .about .environment .main {
        margin: 0 0 20px;
    }

    .about .product {
        padding: 0 0 10px;
    }

    .service .main {
        margin: 0 0 30px;
    }

    .service .main .col-md-4, .service .main .col-md-8 {
        width: 100%;
    }

    .service .main .text {
        padding: 20px;
    }

    .service .main .text h1 {
        font-size: 30px;
    }

    .service .main .text h2 {
        font-size: 24px;
        margin: 20px 0 0;
    }

    .service .main .text p {
        font-size: 14px;
    }

    .service .main .text ul li {
        font-size: 14px;
    }

    .service .main .img {
        height: 240px;
    }

    .contact .cont {
        margin: 0 0 20px;
    }

    .contact .cont .left i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .contact .cont .right p {
        font-size: 15px;
    }

    .contact .cont .right .double {
        line-height: 2;
    }
}

#block13 {
}

#block13 .panel-heading {
}

#block255 {
}

#block255 .panel-heading {
}

#block255 .icon-chat-dot:before {
    content: '\e750';
}

#block255 .icon-stack:before {
    content: '\e769';
}

#block255 .subnav {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 888;
}

#block255 .subnav .item {
    display: block;
    position: relative;
}

#block255 .subnav .item .iconfont {
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 0;
    color: #ff4545;
    text-align: center;
    cursor: pointer;
    position: relative;
}

#block255 .subnav .item .iconfont i {
    font-size: 26px;
}

#block255 .subnav .item .iconfont span {
    display: none;
    width: 50px;
    height: 50px;
    padding: 9px;
    line-height: 1.2;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#block255 .subnav .item .blick {
    width: max-content;
    padding: 20px;
    background: #ff4545;
    color: #fff;
    border-radius: 6px 0 6px 6px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 20px;
    transition-duration: .4s;
}

#block255 .subnav .item .blick .char {
    overflow: hidden;
}

#block255 .subnav .item .blick .char .left {
    float: left;
    line-height: 1;
}

#block255 .subnav .item .blick .char .left i {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
}

#block255 .subnav .item .blick .char .right {
    float: left;
}

#block255 .subnav .item .blick .char .right h3 {
    margin: 0;
    font-weight: normal;
}

#block255 .subnav .item .blick .char .right p {
    margin: 15px 0 0;
    line-height: 1;
}

#block255 .subnav .item .blick .char .right a {
    display: inline-block;
    padding: 4px 15px;
    border: solid 1px #fff;
    border-radius: 4px;
    color: #fff;
    margin: 15px 0 0;
}

#block255 .subnav .item .blick .char .right a i {
    font-size: 16px;
    vertical-align: middle;
}

#block255 .subnav .item .blick .char .right a:hover {
    background: #fff;
    color: #ff4545;
}

#block255 .subnav .item .blick .line {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#block255 .subnav .item .code {
    text-align: center;
}

#block255 .subnav .item .code img {
    width: 100%;
    max-width: 120px;
    border-radius: 4px;
}

#block255 .subnav .item .code p {
    margin: 10px 0 0;
    line-height: 1;
}

#block255 .subnav .item:hover .iconfont span {
    display: block;
    background: #ff4545;
    color: #fff;
}

#block255 .subnav .item:hover .blick {
    visibility: visible;
    top: 0;
    opacity: 1;
}

@media (max-width: 767px) {
    #block255 .subnav {
        right: 0;
        top: auto;
        margin: 0;
        bottom: 120px;
    }
}

#block252 {
}

#block252 .panel-heading {
}

.page-wrapper {
    padding-top: 60px;
}

#header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    box-shadow: none;
}

#header #navbar .nav > li > a, #header #headTitle nav.siteNav a {
    color: #fff;
}

#header #navbar .nav > li > a:hover, #header #headTitle nav.siteNav a:hover {
    color: #e55555;
}

#header #navbar .nav > li.active > a, #header #navbar .nav > li.active > a:hover {
    color: #e55555;
}

#header .navbar-toggle .icon-bar {
    background: #fff;
}

#header.fixed {
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#header.fixed #navbar .nav > li > a, #header.fixed #headTitle nav.siteNav a {
    color: #000;
}

#header.fixed #navbar .nav > li > a:hover, #header.fixed #headTitle nav.siteNav a:hover {
    color: #e55555;
}

#header.fixed #navbar .nav > li.active > a, #header.fixed #navbar .nav > li.active > a:hover {
    color: #e55555;
}

#header.fixed .navbar-toggle .icon-bar {
    background: #333;
}

@media (max-width: 767px) {
    .page-wrapper {
        padding-top: 30px;
    }

    #header #navbar .nav > li > a {
        color: #000;
    }
}

#block242 {
}

#block242 .panel-heading {
}

#foot {
    background: url(../images/qingxi-footer-03.jpg) center;
    background-size: cover;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

#foot a {
    color: rgba(255, 255, 255, 0.5);
}

#foot a:hover {
    color: #fff;
}

#foot .headline {
    background: url(../images/qingxi-footer-03.jpg);
    background-size: cover;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#foot .headline .title {
    padding: 60px 0 40px;
    position: relative;
}

#foot .headline .title h2 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
}

#foot .headline .title a {
    position: absolute;
    right: 0;
    top: 45px;
}

#foot .foot {
    padding: 40px 0 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#foot .foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#foot .foot ul li {
    width: 100%;
}

#foot .foot ul li img {
    width: 50%;
}

#foot .foot ul li h4 {
    font-weight: normal;
    margin: 0 0 25px;
    color: #fff;
}

#foot .foot ul li p {
    margin: 10px 0 0;
}

#foot .foot ul li .share {
    margin-top: 15px;
}

#foot .foot ul li .share a {
    padding: 8px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    float: left;
    margin-right: 20px;
}

#foot .foot ul li .share a .icon-wechat:before {
    content: '\f1d7';
}

#foot .foot ul li .share a i:before {
    display: block;
    width: 16px;
    height: 16px;
}

#foot .foot ul li .share a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#foot .foot ul li .share .erweimabox {
    position: relative;
}

#foot .foot ul li .share .erweimabox .erweima {
    display: none;
    width: 120px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: -135px;
    margin-left: -60px;
}

#foot .foot ul li .share .erweimabox .erweima img {
    width: 100%;
}

#foot .foot ul li .share .erweimabox:hover .erweima {
    display: block;
}

#foot .foot ul li:last-child {
    width: 200%;
}

#foot .link {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}

#foot .link a {
    display: inline-block;
    margin: 5px 10px;
}

#foot .copyright {
    padding: 20px 0;
    overflow: hidden;
    display: flex;
}

#foot .copyright .container {
    width: 100%;
    position: relative;
    text-align: center;
}

#foot .copyright p {
    display: inline-block;
    margin: 0;
}

#foot .copyright p span {
    display: inline-block;
    margin: 0 5px;
}

#foot .copyright .map, #foot .copyright .zsite {
    position: absolute;
}

#foot .copyright .map {
    left: 10px;
}

#foot .copyright .zsite {
    right: 10px;
}

@media (max-width: 1600px) {
    #foot {
        font-size: 14px;
    }

    #foot .headline .title h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    #foot {
        font-size: 14px;
    }

    #foot .headline {
        display: none;
    }

    #foot .foot ul {
        padding: 0 15px;
    }

    #foot .foot ul li {
        display: none;
    }

    #foot .foot ul li:last-child {
        display: block;
    }

    #foot .link {
        display: none;
    }

    #foot .copyright .map, #foot .copyright .zsite {
        display: none;
    }
}

#block241 {
}

#block241 .panel-heading {
}

#block256 {
}

#block256 .panel-heading {
}

#block262 {
}

#block262 .panel-heading {
}