@charset "utf-8";
/*
iconfont by ChenCJ https://www.iconfont.cn/collections/detail?spm=a313x.user_detail.i1.dc64b3430.59a33a81H0dDNj&cid=38600
*/
@import "//at.alicdn.com/t/c/font_4283979_tcbw1w84eih.css";

:root {
    --text-primary: #333;
    --text-secondary: #d1791e;
    --text-inactive: #999;
    --text-link: #337ab7;
    --bg-color: #fff;
    --gap-size: 15px;
    --half-gap-size: 8px;
    --swiper-theme-color: #fff;
    --btn-primary: #333;
    --btn-info: #337ab7;
    --btn-info-light: #d6e4f1;
    --btn-warning: #ffc107;
    --btn-danger: #f12414;
    --bs-primary: #d1791e;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #337ab7;
    --bs-warning: #ffc107;
    --bs-danger: #f12414;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::selection {
    background: #d1791e;
    color: #fff;
}

html {
    font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
input,
textarea,
code,
kbd,
pre,
samp {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Source Han Sans", "Microsoft YaHei", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
    color: #333;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

h2 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

h3 {
    font-size: 1.25rem;
    margin: 0.67rem 0;
}

h4 {
    font-size: 1.125rem;
    margin: 0.76rem 0;
}

h5,
h6 {
    font-size: 1rem;
    margin: 0.83rem 0;
}

a {
    color: #333;
    text-decoration: none;
    text-underline-offset: .25em;
}

a:hover {
    color: #d1791e;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li::marker,
ol li::marker {
    color: #d1791e;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: .875rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    border: 1px solid #ddd!important;
    padding: .5rem!important;
}

tr.firstRow {
    background: #f0f0f0!important;
    font-weight: 700;
}

table p {
    margin: .25rem 0;
    padding: 0;
}

table p:has(img) {
    margin: 0;
}

.post-text table img {
    margin: 0;
    object-fit: contain;
}

.iconpark-icon {
    width: 1em;
    height: 1em;
}

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.hidden {
    display: none!important;
}

.flow-hidden {
    overflow: hidden!important;
}

.align-center {
    text-align: center;
}

blockquote {
    border-left: 3px solid #E98A27;
    margin: 0;
    padding: .25rem 1rem;
}

blockquote *:first-child {
    margin: 0;
}

blockquote *:last-child {
    margin: 0;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #ddd;
}

.text-inactive {
    color: #999;
    font-size: .75rem;
}

.btn {
    display: inline-block;
    margin: 0;
    padding: .75rem;
    line-height: 1.125;
    font-size: 1rem;
    color: #333;
    border: 1px solid #333;
    border-radius: 6px;
    text-align: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.btn:hover {
    box-shadow: 0 0 0 0.25rem #fff4e7;
}

.btn-fill {
    width: 100%;
}

.btn-large {
    padding: 1.25rem;
    font-size: 1.125rem;
}

.btn-primary {
    border-color: transparent;
    background-color: #d1791e;
    color: #fff;
}

.btn-primary:hover {
    background-color: #e98a27;
    color: #fff;
}

.btn-info {
    border-color: transparent;
    background-color: #337ab7;
    color: #fff;
}

.btn-info:hover {
    background-color: #3073ad;
    color: #fff;
}

.btn-warning {
    border-color: transparent;
    background-color: #f5b904;
    color: #fff;
}

.btn-warning:hover {
    background-color: #f0b505;
    color: #fff;
}

.btn-danger {
    border-color: transparent;
    background-color: #f12414;
    color: #fff;
}

.btn-danger:hover {
    background-color: #e72212;
    color: #fff;
}

.mg-divider {
    margin: 2rem 0;
}

.badge-area {
    display: none;
    width: 100%;
    padding: .5rem;
    font-size: .875rem;
    text-align: right;
}

.time-honored {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.time-honored span {
    border-bottom: 6px double rgba(209, 121, 30, .8);
    margin-right: 1rem;
}

.time-honored img {
    width: 138px;
    height: 30px;
}


.header {
    position: relative;
    background: #fff;
}

.header-content {
    padding: 0;
    margin: 0 auto;
}

.logo-area {
    display: flex;
    align-items: flex-end;
}

.logo {
    display: block;
}

.logo img {
    width: 125px;
    height: 45px;
}

.since {
    color: #d1791e;
    background-image: -webkit-gradient(linear, 0 0, right 0, from(#f12414), to(#d1791e));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tel {
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #d1791e;
    margin-top: 47px;
    text-align: right;
}

.nav {
    position: relative;
}

.navbar-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-area {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    z-index: 998;
    transition: max-height .5s ease;
}

.menu {
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.menu-open .menu-area {
    max-height: 100vh;
}

.menu-toggler {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    color: #333;

}

.menu-toggler .iconfont {
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    font-size: 1.5rem;
    transform: translateX(12px);
    transition: transform .7s ease,opacity .5s ease .2s;
}

.menu-open .icon-caidan {
    opacity: 0;
    transform: translateX(12px) rotate(180deg);
}

.menu-toggler .iconfont.icon-guanbi {
    opacity: 0;
}

.menu-open .menu-toggler .icon-guanbi {
    opacity: 1;
    transform: translateX(12px) rotate(180deg);
}

.menu-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.menu-item {
    width: 100%;
    padding: 0 1rem;
}

.menu-item a {
    position: relative;
    display: block;
    padding: .5rem 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-item:hover>a,
.menu-item a:hover {
    color: #d1791e;
}

.sub-menu {
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    z-index: 999;
    transition: max-height .5s ease;
}

.sub-menu-open .sub-menu {
    max-height: 800px;
}

.dropdown-menu .iconfont {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sub-menu-open .iconfont {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sub-menu-group {
    padding: 1rem;
}

.sub-menu-item {
    margin: .375rem 0;
    padding: 0;
}

.banner {
    background-repeat: no-repeat;
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide a,
.swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    display: none;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.swiper-pagination {
    display: block;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .75);
    opacity: .75;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-pagination {
    background: rgba(255, 255, 255, .3);
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 4px;
    background-color: #f12414;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    padding: 3px 30px;
    transform: translateX(-50%);
    border-radius: 6px;
}

.main-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 300px;
}

.business {
    margin-bottom: 1rem;
}

.hot-icon {
    position: absolute;
    top: .5rem;
    left: .5rem;
    padding: .25rem;
    color: #f12414;
    pointer-events: none;
}

.featurette {
    margin-bottom: 50px;
}

.card-panel {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.card-header {
    position: relative;
    overflow: hidden;
}

.card-header img {
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.featurette .card-header,
.featurette .card-header img {
    height: 100px;
}

.card-header-cover {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    font-size: 20px;
    background: rgba(209, 121, 30, .5);
    color: #fff;
    text-align: center;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.scale-hover .card-header img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.scale-hover:hover .card-header img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card-panel:hover .card-header-cover {
    background: rgba(209, 121, 30, .5);
}

.list-group .list-item {
    position: relative;
    display: block;
    height: 45px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-width: 1px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.list-group .list-item:first-child {
    border-top: none;
}

.list-group .list-item:last-child {
    border-bottom: none;
}

.elastic-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-item .elastic-txet {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.list-group .list-item-elastic {
    height: 90px;
}

.block-link .list-item {
    padding: 0;
}

.block-link .list-item a {
    display: block;
    padding: 10px 15px;
}

.list-item:hover a {
    color: #d1791e;
}

.group-templte .list-item:hover {
    background: #f0f0f0;
}

.group-templte .list-item.active {
    background: #d1791e;
}

.group-templte .list-item.active a {
    color: #fff;
}

.elastic-link .left-cover {
    display: none;
    float: left;
    width: 100px;
    height: 67px;
    margin-right: 15px;
    overflow: hidden;
}

.left-cover img {
    width: 100px;
    height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-item-elastic .left-cover {
    display: block;
}

.list-item-elastic a {
    color: #d1791e;
}

.activity-section .list-group {
    height: 441px;
}

.group-elastic .elastic-txet {
    height: 0;
    overflow: hidden;
}

.list-item-elastic .elastic-txet {
    height: auto;
}

.elastic-txet span {
    display: inline-block;
    margin: 2px 8px 0 0;
}

.underline-title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}

.underline-title:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #d1791e;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}

.feature-grid:hover .underline-title:after,
.section-1:hover .underline-title:after {
    width: 110px;
}

.jumbotron {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #444 url(../images/world.jpg) center 0 repeat;
}

.spec-detail {
    padding: 30px 8px 50px;
    background: rgba(66, 74, 97, .85);
    color: #fff;
    background-size: cover;
    overflow: hidden;
}

.spec-title {
    font-size: 1.375em;
    color: #fff;
}

.spec-detail p {
    color: #fff;
}

.spec-title .sub-title {
    font-size: .5em;
}

.spec-tags {
    display: block;
}

.spec-tags .iconfont {
    font-size: inherit;
    margin-right: .25rem;
}

.spec-tags a,
.spec-tags span {
    display: inline-block;
    margin: 0 0 .5rem 0;
    padding: .125rem .5rem;
    border: 1px #333 solid;
    border-radius: 1rem;
    font-size: .75rem;
    color: #333;
}

.tags-secondary a,
.tags-secondary span {
    border-color: #a39e96;
    color: #a39e96;
}

.tags-light a,
.tags-light span {
    border-color: #ddd;
    color: #ddd;
}

.tags-primary a,
.tags-primary span {
    border-color: #d1791e;
    color: #d1791e;
}

.tags-success a,
.tags-success span {
    border-color: #198754;
    color: #198754;
}

.spec-tags a:hover {
    background-color: rgba(209, 121, 30, 0.5);
}

.spec-tags a span {
    margin: 0;
    padding: 0;
    border: none;
}

.business-content {
    margin-top: 0;
}

.right-sidebar {
    display: none;
    font-size: 14px;
}

.column-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.section {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px -1px #fff4e7;
    box-shadow: 0 2px 6px -1px #fff4e7;
}

.section-bg {
    padding: 1rem;;
    background: #f0f0f0;
    border-radius: 6px 6px 0 0;
}

.section-bg:last-child {
    border-radius: 6px;
}

.column-group .section-bg:last-child {
    padding: 1.5rem;
}

.section-bg:not(:last-child) h4 {
    margin: 0;
}

.section-bg .iconfont {
    font-size: 2rem;
}

.section-bg p a {
    color: #337ab7;
}

.section .section-list {
    padding: 1rem;
}

.section h3 {
    color: #d1791e;
}

.section a span {
    display: inline-block;
    margin-right: .5rem;
    color: #d1791e;
}

.section img {
    max-width: 100%;
}

.project-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -7px -8px;
}

.project-group-item {
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
}

.project-group a {
    display: block;
    padding: .75rem;
    margin: 0 0 .5rem .5rem;
    background: #f0f0f0;
    text-align: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;

}

.project-group a:hover {
    background-color: #ddd;
    color: inherit;
}

.section ul {
    list-style-type: circle;
    list-style-position: inside;
}

ul.no-list-style {
    list-style: none;
}

.section ul li {
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.more {
    float: right;
    margin-top: 7px;
    font-size: 12px;
    color: #337ab7;
}

.post-list .post-list-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.post-card-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

.post-card-item:hover {
    -webkit-box-shadow: 0 2px 6px -1px #fff4e7;
    box-shadow: 0 2px 6px -1px #fff4e7;
}

.title,
.post-title {
    margin-top: 0;
}

.title a {
    color: #333;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.title a:hover {
    color: #d1791e;
}

.post-list .list-info {
    color: #999;
    font-size: .875rem;
}

.pagination {
    margin: 1rem 0;
    padding: 0;
}

.page-num-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-num {
    width: 2rem;
    height: 2rem;
    padding: .5rem;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prev, .next {
    width: 3rem;
    height: 3rem;
    margin: 0 .5rem;
    padding: 1rem;
    background: #f0f0f0;
    border-radius: 50%;
}

.page-num-current {
    color: #d1791e;
    pointer-events: none;
}

.page-num.disabled {
    color: #999!important;
    pointer-events: none;
    cursor: not-allowed;
}

.footer-links {
    font-size: 1rem;
}

.feature-grid {
    margin-bottom: 20px;
    margin-left: 8px;
}

.feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin: 0;
    float: left;
    padding: 40px 0 15px;
}

.grid-text {
    margin: 0 8px 0 0;
    padding: 50px 8px 8px;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    -webkit-box-shadow: 0 2px 6px -1px #fff4e7;
    box-shadow: 0 2px 6px -1px #fff4e7;
}

.grid-text h3 {
    font-size: 1rem;
    color: #d1791e;
    margin: 5px 0 15px;
}

.grid-text p {
    font-size: .875rem;
    padding: 0;
}

.grid-text .img-circle {
    position: absolute;
    width: 80px;
    margin-top: -90px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid-text:hover .img-circle {
    margin-top: -100px;
}

.case-section {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.section-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}

.case-letter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.letter-card {
    position: relative;
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 1rem;
}

.letter-view-card {
    margin: 0 8px;
    height: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

.letter-view-card .card-header img {
    max-height: 500px;
}

.letter-card .filter,
.letter-card .actions {
    position: absolute;
    background-color: rgba(209, 121, 30, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.letter-card .filter {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.letter-card:hover .filter {
    opacity: 1;
}


.letter-card:hover .actions {
    opacity: 1;
    transition: opacity .8s ease;
}

.letter-card-btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1rem;
    background: #fff;
    border-color: #fff;
}

.letter-card .card-content {
    padding: 8px;
    border-top: 1px solid #ddd;
}

.letter-card h4 {
    font-size: 1rem;
}

.letter-view-card .card-link {
    cursor: zoom-in;
}

.card-content-cling {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 5px;
    background-color: rgba(209, 121, 30, .8);
    font-size: .875rem;
    color: #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}


.card-cling .letter-view-card:hover {
    border-color: #d1791e;
}

.letter-view-card:hover .card-content-cling {
    padding: 15px 5px;
}

.navbar {
    margin: 1rem 0;
}

.row-list {
    display: block;
    position: relative;
}

.row-list-item {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0;
}

.row-list-item a{
    display: block;
    margin: 0;
    padding: .25rem .5rem;
    border: 2px solid #ddd;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row-list-item.active a,
.row-list-item a:hover {
    border-color: #d1791e;
    color: #d1791e;
}

.row-list-item a:focus {
    border-color: #d1791e;
    color: #d1791e;
    box-shadow: 0 0 0 0.2rem #fff4e7;
}

.business-list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
}

.business-card {
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 1rem;
}

.view-card {
    margin: 0 8px 0 0;
    height: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

.view-card .card-header {
    position: relative;
    width: 100%;
    background: #f0f0f0;
}

.view-card a {
    margin: 0;
    padding: 0;
}

.card-link {
    display: block;
    width: 100%;
    height: 100%;
}

.view-card .card-header img {
    max-height: 300px;
}

.view-card .card-content {
    padding: .5rem;
}

.view-card .card-content h3 {
    margin-top: 0;
    font-size: 1rem;
}

.view-card .desc-text {
    font-size: .875rem;
    color: #999;
}

.view-card:hover {
    -webkit-box-shadow: 0 2px 6px -1px #fff4e7;
    box-shadow: 0 2px 6px -1px #fff4e7;
}

.view-card:hover .title a,
.row-b-card:hover .title a,
.post-list-item:hover .title a,
.letter-card:hover .title a  {
    text-decoration: underline;
    color: #d1791e;
}

.site-bg {
    position: relative;
    width: 100%;
    height: 150px;
    background: url(../images/earth.jpg) center 0;
    background-size: cover;
}

.site-bg:after {
    position: absolute;
    width: 100%;
    height: 150px;
    content: '';
    background-color: #000;
    opacity: .3;
}

.post-title-absolute {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    margin-left: -8px;
    z-index: 5;
}

.post-title-absolute h2 {
    display: inline-block;
    margin: 0;
    padding: .25rem .5rem;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-weight: 500;
}

.post-list {
    margin-bottom: 0;
    padding: 0;
}

.post-box a {
    color: #337ab7;
}

.post-box a:hover {
    color: #d1791e;
}

.post-text {
    margin-bottom: 1rem;
}

.business-header {
    position: relative;
    margin: 0 .5rem 1rem;
    background: #fff;
    border-radius: 6px;
}

.row-b-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

.row-b-card:hover {
    -webkit-box-shadow: 0 2px 6px -1px #fff4e7;
    box-shadow: 0 2px 6px -1px #fff4e7;
}

.row-b-card p {
    margin: .75em 0 .5em;
}

.post-list .row-b-card {
    margin-bottom: 1rem;
}

.b-card-box {
    width: 100%;
}

.left-images {
    padding: 0;
}

.left-images img {
    width: 100%;
    max-height: 365px;
    vertical-align: middle;
    object-fit: cover;
}

.right-text {
    padding: 1rem .5rem;
}

.grid {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: #d1791e;
}

.grid li {
    display: block;
    width: 100%;
    margin: 0 .25rem;
    font-size: .875rem;
    white-space: nowrap;
    text-align: center;
}

.grid li img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}

.grid li .iconfont {
    margin-right: .25rem;
}

.post-title {
    font-size: 1.25rem;
}

.post-content {
    overflow: hidden;
    border-radius: 6px;
}

.post-content h3 {
    font-size: 1.125rem;
    color: #d1791e;
}

.post-content h4 {
    font-size: 1rem;
}

.post-meta {
    margin-bottom: 2rem;
}

.post-meta, .update {
    font-size: 0.875rem;
    color: #999;
}

.post-meta a, .update a {
    color: #d1791e;
}

.post-meta em, .update em {
    margin: 0 .5rem;
    color: #d1791e;
}

.post-text p {
    line-height: 1.5;
}

.post-text img {
    max-width: 100%;
    margin: 0.1875rem 0;
    vertical-align: middle;
}

.post-text ul,
.post-text ol {
    margin: 1rem 0;
    padding-inline-start: 2rem;
}

.post-text ul {
    list-style-type: circle;
}

.post-text ol {
    list-style-type: decimal;
}

.post-text li p {
    margin: .5rem 0;
}

.footer {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
}

.widget {
    margin: 0;
    padding: 0;
}

.footer-contact .qrcode {
    width: 150px;
}

.footer-links li {
    margin: .5rem 0;
    padding: 0;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 4px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.copyright p,
.copyright a {
    margin: .25rem;
    font-size: 0.875rem;
    color: #999;
}

.copyright a {
    display: inline-block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.75);
    outline: 0;
    overflow: hidden;
}

.open-modal {
    overflow: hidden;
}

.open-modal .modal {
    display: block;
    overflow-x: hidden;
    overflow-y: overlay;
}

.modal-box {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
    min-height: 100%;
    max-width: calc(100vw - 16px);
    flex-wrap: wrap;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid #ddd;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-title {
    width: 100%;
    padding: .5rem 0 1rem 2.5rem;
}

.close {
    padding: .25em .5em;
    font-size: 1.5rem;
    color: #333;
    background-color: transparent;
    border: none;
    margin-right: -1px;
    margin-top: -1px;
    border-radius: 0 6px 0 0;
}

.close:hover {
    background: #f12414;
    color: #fff;
}

.modal-body {
    padding: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.eval-form {
    margin: 0;
}

.eval-form h4~p {
    margin-top: 0;
}

.eval-form p span {
    color: #d1791e;
}

.eval-form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-left: -0.5rem;
}

.eval-form-item {
    position: relative;
    width: 50%;
}

.eval-form-item label {
    position: relative;
    display: block;
    margin: .25rem 0 .25rem .5rem;
    padding: .75rem .5rem;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 6px;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    cursor: pointer;
}

.eval-form-item label:after {
    content: "\ee6a";
    font-family: 'iconfont';
    position: absolute;
    bottom: .25rem;
    right: .25rem;
    opacity: 0;
    transition: opacity .5s ease;
    color: #ddd;
}

.eval-form-item:hover label:after, .eval-form-item.active label:after, .eval-form-item label.active:after {
    opacity: 1;
}

.eval-form-item.active label:after, .eval-form-item label.active:after {
    color: #fff;
}

.eval-form-item input[type=checkbox], .eval-form-item input[type=radio] {
    display: none;
}

.active label, label.active {
    background: #d1791e;
    color: #fff;
    border-color: #d1791e;
    box-shadow: 0 0 0 0.25rem #fff4e7;
}

.eval-form-item label:focus {
    border-color: #d1791e;
    color: #d1791e;
    box-shadow: 0 0 0 0.2rem #fff4e7;
}

.login_input {
    display: block;
    width: 100%;
    margin: 0;
    padding: .75rem .5rem;
    line-height: 1.125;
    font-size: 1rem;
    border: 2px solid #999;
    border-radius: 6px;
}

.select-box {
    position: relative;
}

.select-box:after {
    content: "\ee64";
    font-family: iconfont;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
    right: .5rem;
    pointer-events: none;
}

select {
    background-color: #f0f0f0;
    appearance: none;
}

.login_textarea {
    margin: 0;
    padding: .75rem .5rem;
    width: 100%;
    max-width: 100%;
    line-height: 1.125;
    font-size: 1rem;
    border: 2px solid #999;
    border-radius: 6px;
}

.login_input:focus, .login_textarea:focus {
    border-color: #d1791e;
    box-shadow: 0 0 0 0.25rem #fff4e7;
    outline: none;
}

.login_btn {
    margin: .25em 0;
    padding: .75em 2em;
}

.form-codeimg img {
    margin: 0;
    padding: 0;
    height: 46px;
    border-radius: 6px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
        margin: 0.5rem 0;
    }

    h3 {
        font-size: 1.5rem;
        margin: 0.67rem 0;
    }

    h4 {
        font-size: 1.25rem;
        margin: 0.76rem 0;
    }

    .feature-grid {
        margin-left: 15px;
    }

    .row-list-item a {
        padding: .25rem .75rem;
    }

    .business-list-group {
        margin-right: -15px;
    }

    .business-card {
        -moz-flex-basis: 33.33333333%;
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%;
    }

    .right-text {
        padding: 1rem;
    }

    .grid-text, .view-card {
        margin-right: 15px;
    }

    .grid li {
        font-size: 1.125rem;
    }

    .post-title-absolute {
        bottom: 2rem;
    }

    .post-title-absolute h2 {
        padding: .5rem .75rem;
    }

    .spec-title {
        font-size: 1.5rem;
    }

    .view-card .card-content {
        padding: 1rem;
    }

    .view-card .card-content h3 {
        font-size: 1.125rem;
    }

    .letter-card {
        -moz-flex-basis: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%;
    }

    .post-title {
        font-size: 1.5rem;
    }

    .post-text h3 {
        font-size: 1.25rem;
        color: #d1791e;
    }

    .post-text h4 {
        font-size: 1.125rem;
    }

    .post-list .letter-card {
        -moz-flex-basis: 33.33333333%;
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-basis: 33.33333333%;
        flex-basis: 33.33333333%;
    }

    .post-list .b-card-box {
        width: 40%;
    }

    .post-list .right-text {
        width: 60%;
        padding: 1rem;
    }

    .featurette .card-header,
    .featurette .card-header img {
        height: 200px;
    }

    .card-header-cover {
        background: #d1791e;
        font-size: 1.5rem;
    }

    .site-bg,
    .site-bg:after {
        height: 200px;
    }

    .modal-box {
        max-width: 600px;
        margin: 0 auto;
    }

    .pagination {
        margin-top: 2rem;
    }

    .page-num {
        width: 3rem;
        height: 3rem;
        padding: 1rem;
    }

    .eval-form-item {
        width: 25%;
    }
}

@media (min-width: 992px) {

    .navbar-wrapper {
        flex-wrap: nowrap;
    }

    .logo img {
        width: 200px;
        height: 72px;
    }

    .menu-toggler {
        display: none;
    }

    .menu-area {
        position: relative;
        left: 0;
        margin-left: 2rem;
        padding: 0;
        width: auto;
        max-height: 380px;
        overflow: unset;
    }

    .menu {
        padding: 0;
        border-bottom: none;
    }

    .menu-group {
        flex-wrap: nowrap;
    }

    .menu-item {
        width: auto;
        padding: .5rem;
    }

    .menu-item a {
        display: inline;
        padding: 0;
        border: none;
    }

    .menu-item>a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        left: 50%;
        bottom: -10px;
        background: #d1791e;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }

    .menu-item.active>a:after,
    .menu-item:hover>a:after {
        width: 30px;
        transform: translateX(-15px);
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 0 0 6px 6px;
    }

    .menu-item:hover .sub-menu {
        max-height: 370px;
    }

    .sub-menu-open .sub-menu {
        max-height: 0;
    }

    .sub-menu-group {
        display: flex;
        flex-wrap: wrap;
    }

    .sub-menu-item {
        flex-basis: 33.333%;
        margin: 0;
        padding: 1rem;
    }

    .sub-menu-item a {
        display: block;
        margin: 0;
        padding: 1.5rem .75rem;
        background: #f0f0f0;
        text-align: center;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }

    .sub-menu-item a:hover {
        background-color: #ddd;
        color: inherit;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 50px 30px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        border-radius: 6px;
    }

    .main-content {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .header-content {
        height: 122px;
        width: auto;
        padding: 25px 0;
    }

    .badge-area {
        display: block;
    }

    .site-bg,
    .site-bg:after {
        height: 250px;
    }

    .business .business-card:last-child {
        display: block;
    }

    .business-header {
        margin-top: -90px;
    }

    .b-card-box {
        width: 50%;
    }

    .left-images {
        padding: 15px;
    }

    .right-text {
        padding: 1rem 2rem 1rem 1rem;
    }

    .grid li img {
        width: 36px;
        height: 36px;
    }

    .post-title-absolute {
        margin-left: 0;
    }

    .business-content,
    .column-group {
        margin-top: 1rem;
    }

    .left-sidebar,
    .right-sidebar {
        position: sticky;
        top: 0;
        display: block;
    }

    .slogan {
        margin-top: 50px;
        padding-left: 10px;
        border-left: 1px solid #d1791e;
    }

    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .feature-icon {
        width: 33.33333333%;
        padding: 50px 0 15px;
    }

    .grid-text {
        padding: 50px 16px 32px;
    }

    .grid-text h3 {
        font-size: 1.25rem;
    }

    .spec-title {
        font-size: 2rem;
    }

    .spec-detail {
        padding: 30px 8px 90px;
    }

    .post-title {
        font-size: 1.875rem;
    }

    .post-content h3 {
        font-size: 1.5rem;
    }

    .post-content h4 {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {}