/* 全局样式 */
body {
    font-family: "Microsoft Yahei", sans-serif, SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f5f5fb;
}

.clear {
    clear: both;
}

.red {
    color: #c60008;
}

.color3 {
    color: #333333;
}

.color6 {
    color: #666666;
}

.color9 {
    color: #999999;
}

.b {
    font-weight: bold;
}

.w-auto {
    width: 1460px !important;
    margin: 0 auto;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-indent {
    text-indent: 2em;
}

.el-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.el-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

a {
    color: #333333;
}

a:hover {
    color: #c60008;
    text-decoration: none;
}

.more {
    display: flex;
    align-items: center;
}

.more i {
    margin-left: 5px;
}

.form-control:focus {
    border-color: #c60008 !important;
    box-shadow: none !important;
}

.mar-pad-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.mar-pad-10 > div {
    padding-left: 10px;
    padding-right: 10px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.empty-container {
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}
.empty-container strong {
    font-size: 22px;
    color: #c60008;
}
/* ------------------ start header ------------------ */
header {
    background-color: #fff;
    height: 714px;
}
header .top {
    padding: 12px 0;
    color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

header .top .other-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

header .top .other-link li {
    margin-left: 30px;
    cursor: pointer;
    font-weight: 200;
    color: #333;
}

header .top .other-link li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

header .top .other-link li a:hover {
    color: #c60008;
}

header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .left .logo {
    margin-left: 15px;
    margin-right: 20px;
}

header .left .list {
    margin-left: 70px;
}

header .left .list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .left .list li {
    margin-right: 80px;
}

header .left .list li:last-child {
    margin-right: 0;
}

header .left .list a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

header .left .list a:hover,
header .left .list a.active{
    color: #c60008;
}

header .tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 15px;
}

header .tel i.fa-phone {
    margin-right: 10px;
    font-size: 22px;
    color: #c60008;
}

header .tel h3 {
    margin: 0;
    font-size: 22px;
    color: #c60008;
}

header.general{
    height: 160px;
    overflow: hidden;
}

/* ================== end header ================== */

/* ------------------ start news-nav ------------------ */
.nav.news-nav {
    margin: 10px 0 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}
.nav.news-nav > li > a {
    padding: 15px 20px;
    color: #333;
    background-color: transparent;
    border-radius: unset;
    border-bottom: 2px solid transparent;
}
.nav.news-nav > li.active > a,
.nav.news-nav > li.active > a:hover,
.nav.news-nav > li.active > a:focus {
    color: #c60008;
    background-color: transparent;
    border-bottom-color: #c60008;
}
.nav.news-nav > li > a:hover,
.nav.news-nav > li > a:focus {
    color: #c60008;
    background-color: transparent;
}
/* ================== end news-nav ================== */

/* ------------------ start news-nav scheduling ------------------ */
.nav.news-nav.scheduling {
    border-bottom: 2px solid #e6e6e6;
}
.nav.news-nav.scheduling > li {
    margin-bottom: -2px;
}
.nav.news-nav.scheduling > li > a:hover,
.nav.news-nav.scheduling > li > a:focus {
    background-color: transparent;
    border-bottom-color: #c60008;
}
/* ================== end news-nav scheduling ================== */

/* ------------------ start detail-title  ------------------ */

.detail-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-title h3 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    padding-left: 10px;
    border-left: 4px solid #c60008;
}

.detail-title small {
    font-size: 12px;
    color: #999;
}

/* ================== end detail-title  ================== */

/* ------------------ start news-slide-list ------------------ */

.news-slide-list .item {
    margin-bottom: 25px;
    overflow: hidden;
}

.news-slide-list .item a {
    display: block;
    color: #333;
    text-decoration: none;
}

.news-slide-list .item a:hover {
    color: #c60008;
}

.news-slide-list .item .el-image {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

.news-slide-list .item .el-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.news-slide-list .item .txt {
    overflow: hidden;
}

.news-slide-list .item .news-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-slide-list .item .params {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* ================== end news-slide-list  ================== */


/* ------------------ start breadcrumb ------------------ */
.detail-breadcrumb {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.detail-breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.detail-breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: unset;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.detail-breadcrumb .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #606266;
    content: '❯';
    margin-right: 5px;
}

.detail-breadcrumb .breadcrumb > li.active {
    color: #606266;
}

.detail-breadcrumb .breadcrumb > li a:hover {
    color: #c60008;
}

/* ================== end breadcrumb ================== */

/* ------------------ start swiper-box ------------------ */
.detail-breadcrumb .swiper-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9e9e9;
    border-radius: 4px;
    font-size: 12px;
}

.detail-breadcrumb .swiper-box .left {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0 16px;
}

.detail-breadcrumb .swiper-box .right {
    min-width: 260px;
    text-align: right;
}

.detail-breadcrumb .swiper-box .right .item {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 30px;
    padding: 0 16px;
}

.detail-breadcrumb .swiper-box .el-image {
    border-radius: 50%;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

.detail-breadcrumb .swiper-box .el-image img {
    display: block;
}

/* ================== end swiper-box ================== */


/* ------------------ start detail-menu ------------------ */
.detail-menu {
    margin: 20px 0;
    border-bottom: transparent;
}

.detail-menu .nav-tabs {
    border-bottom: none;
}

.detail-menu .nav-tabs > li {
    margin-bottom: -2px;
}

.detail-menu .nav-tabs > li > a {
    padding: 12px 0;
    color: #666;
    font-size: 16px;
    border: none;
    border-radius: 0;
    margin-right: 40px;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.detail-menu .nav-tabs > li > a:hover,
.detail-menu .nav-tabs > li > a:focus {
    color: #c60008;
    background: transparent;
    border-bottom-color: #c60008;
}

.detail-menu .nav-tabs > li.active > a,
.detail-menu .nav-tabs > li.active > a:hover,
.detail-menu .nav-tabs > li.active > a:focus {
    color: #c60008;
    background: transparent;
    border: none;
    border-bottom: 2px solid #c60008;
    font-weight: bold;
}

/* ================== end detail-menu ================== */


/* ------------------ start news-list list ------------------ */
.news-list.list {
    margin-bottom: 20px;
}

.news-list.list .item {
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 14px 0 rgba(198, 200, 216, .4);
    display: block;
    margin-top: 20px;
}

.news-list.list .item .box {
    padding: 10px 20px;
}

.news-list.list .item .box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.news-list.list .item .box .el-image {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 120px;
    width: 200px;
}

.news-list.list .item .box .txt {
    width: calc(100% - 220px);
}

.news-list.list .item .box .txt h3 {
    margin-top: 8px;
    font-size: 18px;
}

.news-list.list .item:hover .box .txt h3 {
    color: #c60008;
}

.news-list.list .item .box .txt .description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
    display: -webkit-box;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list.list .item .box .txt .params {
    align-items: center;
    display: flex;
    margin-top: 25px;
    margin-bottom: 0;
}

.news-list.list .item .box .txt .params p {
    color: #777;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 0;
}

/* ================== end news-list list ================== */


/* ------------------ start news-list card ------------------ */

.news-list.card {
    margin-top: 30px;
}

.news-list.card .item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 14px 0 rgba(198, 200, 216, .4);
    display: inline-block;
    height: 390px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.news-list.card .item:hover {
    transform: translateY(-5px);
}

.news-list.card .item .el-image {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 168px;
    width: 100%;
}

.news-list.card .item .txt .description, .news-list.card .item .txt h3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list.card .item .txt h3 {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 44px;
    margin-top: 10px;
    line-height: 22px;
}

.news-list.card .item:hover .txt h3 {
    color: #c60008;
}

.news-list.card .item .txt .description {
    -webkit-line-clamp: 3;
    color: #777;
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
}

.news-list.card .item .txt .params {
    align-items: center;
    color: #888;
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    margin-top: 10px;
}

.news-list.card .item .txt .params p {
    margin: 0;
}

/* ================== end news-list card ================== */


/* ------------------ start exh-item style 1 ------------------ */
.exh-item {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s;
    background-color: #ffffff;
}

.exh-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.exh-item .exh-image {
    position: relative;
    margin-bottom: 10px;
}

.exh-item .exh-image img.cover {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.exh-item .en-name {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.exh-item .exh-name {
    margin-bottom: 8px;
}

.exh-item .exh-name a {
    color: #c60008;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.exh-item .exh-name a:hover {
    color: #e74c3c;
}

.exh-item .param {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.exh-item .param .info {
    display: flex;
    flex-direction: column;
}

.exh-item .param .area, .exh-item .param .date {
    margin: 0;
}

.exh-item .avatar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.exh-item .avatar .view-num {
    height: 26px;
    line-height: 26px;
    padding-left: 22px;
}

.exh-item .avatar .avatar-list {
    display: flex;
}

.exh-item .avatar .avatar-box {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: -8px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #eee;
}

.exh-item .avatar .avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exh-item .exh-btn {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.exh-item .exh-btn a {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    width: 40%;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cdcfd6;
    color: #333;
    text-decoration: none;
}

.exh-item .exh-btn a.active,
.exh-item .exh-btn a:hover{
    color: #c60008;
    border: 1px solid #c60008;
}

/* ================== end exh-item style 1 ================== */


/* ------------------ start expo-item style 2 ------------------ */
.expo .item {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 0 rgba(198, 200, 216, .4);
    display: flex;
    height: 160px;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
    width: 450px;
}

.expo .item a {
    color: #333333;
    text-decoration: none;
}

.expo .item .el-image {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 128px;
    justify-content: center;
    overflow: hidden;
    width: 128px;
}

.expo .item .txt {
    flex: 1;
    min-width: 0;
    margin-left: 15px;
}

.expo .item .txt h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.expo .item:hover .txt h3 {
    color: #c60008;
}

.expo .item .params {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
}

.expo .item .params p {
    margin: 0;
}

.expo .item .params .tag {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
    max-width: 60%;
    margin-bottom: 0;
}

.expo .item .exh-btn {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.expo .item .exh-btn a {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    width: 40%;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cdcfd6;
    color: #333;
    text-decoration: none;
}

.expo .item .exh-btn a.active,
.expo .item .exh-btn a:hover{
    color: #c60008;
    border: 1px solid #c60008;
}

/* ================== end expo-item style 2 ================== */


/* ------------------ start expo-list style 3 ------------------ */

.expo-list {
    padding: 20px 15px;
}

.expo-list a {
    text-decoration: none;
}

.expo-list .item {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: all 0.3s;
}

.expo-list .item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.expo-list .item .box {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.expo-list .item .el-image img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.expo-list .item .txt {
    margin-left: 15px;
    flex: 1;
    min-width: 0;
}

.expo-list .item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.4;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.expo-list .item:hover h3 {
    color: #c60008;
}

.expo-list .item .params {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.expo-list .item .params p {
    margin-bottom: 5px;
    color: #666;
}

.expo-list .item .params i {
    margin-right: 5px;
    color: #999;
}

.expo-list .item .params .red {
    color: #c60008;
}

.expo-list .item .avatar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.expo-list .item .avatar .view-num {
    height: 26px;
    line-height: 26px;
    padding-left: 22px;
}

.expo-list .item .avatar .avatar-list {
    display: flex;
}

.expo-list .item .avatar .avatar-box {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: -8px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #eee;
}

.expo-list .item .avatar .avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expo-list .item .el-tag {
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #cdcfd6;
    background-color: #FFFFFF;
}

.expo-list .item .exh-btn {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.expo-list .item .exh-btn a {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    width: 40%;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cdcfd6;
    color: #333;
    text-decoration: none;
}

.expo-list .item .exh-btn a.active,
.expo-list .item .exh-btn a:hover{
    color: #c60008;
    border: 1px solid #c60008;
}

/* ================== end expo-list style 3 ================== */


/* ------------------ start slide-expo-list ------------------ */

.slide-expo-list .el-image {
    width: 120px;
    height: 95px;
    margin-right: 10px;
}

.slide-expo-list .item .txt h3 {
    margin-top: 5px;
}

.slide-expo-list .item .params .tag {
    max-width: 60%;
}

.slide-expo-list .item .params .tag-red {
    background-color: #ffebeb;
    border: 1px solid #c60008;
    border-radius: 4px;
    box-sizing: border-box;
    color: #c60008;
}

/* ================== end slide-expo-list ================== */


/* ------------------ start service-item ------------------ */
.service-item {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.service-item > div {
    padding: 25px;
    text-align: center;
    background: url('../image/service/srv-bg.png') no-repeat;
    background-origin: content-box;
    background-size: cover;
}

.service-item .avatar {
    display: flex;
    align-items: center;
    margin: 50px auto 20px auto;
    justify-content: center;
}

.service-item .avatar .el-image img {
    width: 120px;
    height: 120px;
}

.service-item .avatar > div:first-child {
    position: relative;
    margin-bottom: 20px;
}

.service-item .avatar .label {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.service-item .avatar .txt h3 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: bold;
}

.service-item .avatar .description {
    color: #999;
    font-size: 14px;
}

.service-item .info {
    display: flex;
    justify-content: space-between;
}

.service-item .qrcode {
    text-align: center;
    margin-right: 10px;
}

.service-item .qrcode img {
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.service-item .qrcode p {
    margin: 0;
    font-size: 12px;
    color: #999;
}

.service-item .info .txt {
    flex: 1;
}

.service-item .info .box {
    margin-bottom: 10px;
    background-color: #e4e4e4;
    line-height: 30px;
    padding: 7px 15px;
    text-align: left;
}

.service-item .info label {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.service-item .info h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.service-item.ewm > div .qrcode-box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.service-item.ewm > div .qrcode-box .qrcode-item {
    margin: 10px 20px;
}

/* ================== end service-item ================== */


/* ------------------ start radio-style ------------------ */
.adorn-form-control .radio-group label {
    padding-top: 5px;
    padding-left: 0;
    margin-right: 24px;
    margin-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
}

.adorn-form-control .radio-group label input[type="radio"] {
    margin-right: 5px;
}

.adorn-form-control .radio-group .text-muted {
    margin-left: 0;
    position: relative;
    top: -4px;
    display: none;
    cursor: pointer;
    color: #333;
}

.adorn-form-control .radio-inline input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.adorn-form-control .radio-inline .radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
}

.adorn-form-control .radio-inline .radio-text {
    vertical-align: middle;
    color: #333;
    transition: color 0.3s;
}

.adorn-form-control .radio-inline input[type="radio"]:checked ~ .radio,
.adorn-form-control .radio-inline input[type="radio"]:checked ~ .radio-text {
    color: #c60008;
    border-color: #c60008;
}

.adorn-form-control .radio-inline input[type="radio"]:checked + .radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #c60008;
    border-radius: 50%;
}

.adorn-form-control .radio-inline:hover .radio,
.adorn-form-control .radio-inline:hover .radio-text {
    color: #c60008;
    border-color: #c60008;
}

/* ================== end radio-style ================== */


/* ------------------ start checkbox-style ------------------ */

.adorn-form-control .checkbox-group {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.adorn-form-control .checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    font-weight: normal;
}

.adorn-form-control .checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.adorn-form-control .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s;
}

.adorn-form-control .checkbox:hover input ~ .checkmark {
    border-color: #1890ff;
}

.adorn-form-control .checkbox input:checked ~ .checkmark {
    background-color: #c60008;
    border-color: #c60008;
}

.adorn-form-control .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.adorn-form-control .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.adorn-form-control .checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.adorn-form-control .checkbox input:disabled ~ .checkmark {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.adorn-form-control .checkbox input:disabled:checked ~ .checkmark {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.adorn-form-control .checkbox input:focus ~ .checkmark {
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

/* ================== end checkbox-style ================== */


/* ------------------ start select-style ------------------ */

.adorn-form-control .select-wrapper {
    position: relative;
}

.adorn-form-control .real-select {
    display: none;
}

.adorn-form-control .select-trigger {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.adorn-form-control .select-trigger::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
}

.adorn-form-control .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

.adorn-form-control .option {
    padding: 10px 15px;
    cursor: pointer;
}

.adorn-form-control .option:hover {
    background-color: #f5f5f5;
}

.adorn-form-control .option.selected {
    color: #c60008;
}

.adorn-form-control .select-wrapper.active .select-trigger {
    border-color: #c60008;
}

.adorn-form-control .select-wrapper.active .options {
    display: block;
}

/* ================== end select-style ================== */


/* ------------------ start number-input ------------------ */

.number-input {
    width: 150px;
    margin: 20px auto;
}

.number-input .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.number-input .btn {
    width: 40px;
    height: 34px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    border-radius: 0;
    background: #f5f7fa;
    color: #606266;
}

.number-input .btn-decrease {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.number-input .btn-increase {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.number-input .form-control {
    text-align: center;
    height: 34px;
    border-radius: 0;
    -moz-appearance: textfield;
}

.number-input .form-control::-webkit-outer-spin-button,
.number-input .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input.disabled .btn,
.number-input.disabled .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 0.65;
}

.number-input:not(.disabled) .btn:hover {
    background-color: #e6e6e6;
}

.number-input:not(.disabled) .btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* ================== end number-input ================== */


/* ------------------ start slogan ------------------ */
.slogan {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 30px;
}

.slogan ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    align-items: center;

}

.slogan ul li {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.slogan .el-image {
    height: 42px;
    margin-right: 6px;
    width: 42px;
}

.slogan .el-image img {
    display: block;
    height: auto;
}

.slogan h3 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

/* ================== end slogan ================== */


/* ------------------ start paginate-box ------------------ */
.paginate-box .pagination {
    display: flex;
    justify-content: center;
}

.paginate-box .pagination > li > a,
.paginate-box .pagination > li > span {
    color: #333;
}

.paginate-box .pagination > .active > a,
.paginate-box .pagination > .active > a:focus,
.paginate-box .pagination > .active > a:hover,
.paginate-box .pagination > .active > span,
.paginate-box .pagination > .active > span:focus,
.paginate-box .pagination > .active > span:hover {
    color: #ffffff;
    background-color: #c60008;
    border-color: #c60008;
}
/* ================== end paginate-box ================== */


/* ------------------ start footer ------------------ */
footer .box {
    background: url('../image/footer-bg.png') no-repeat center center;
    height: 365px;
    background-size: cover;
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

footer .box .logo {
    padding-top: 90px;
}

footer .box .link, footer .box .contact {
    padding-top: 120px;
}

footer .box .link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 20px;
    line-height: 16px;
    border-right: 2px solid #ffffff;
}

footer .box .link a:last-child {
    border-right: none;
}

footer .box .media {
    padding-top: 12px;
    padding-left: 20px;
}

footer .box .media img {
    margin-right: 8px;
}

footer .box .contact {
    font-size: 12px;
}

footer .box .container-fluid {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid #ffffff;
    text-align: center;
}

footer .box .container-fluid .other-info {
    font-size: 14px;
    padding: 30px 0 35px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .box .container-fluid .other-info span {
    height: 20px;
    display: inline-flex;
    align-items: center;
    margin-right: 7px;
}

footer .box .container-fluid .other-info span:first-child {
    margin-right: 15px;
}

footer .box .container-fluid .other-info span a,
footer .box .container-fluid .other-info span a:hover {
    color: #fff;
}

footer .box .container-fluid .other-info span img {
    width: auto;
    height: 20px;
}
/* ================== end footer ================== */

.content-page-link {
    width: 100%;
    display: flex;
    margin: 25px 0;
    justify-content: space-between;
    font-size: 18px;
}
.content-page-link li {
    width: 48%;
}
.content-page-link li a {
    color: #c60008;
}
