@import url('https://fonts.googleapis.com/css?family=Russo+One');
/*=====================================================
           All Css Here
======================================================*/

*::after,
*::before {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html{
    overflow-x: hidden;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    color: #3d4853;
}
*{
    outline-color: transparent !important;
}
a:hover,
a {
    color: inherit;
    text-decoration: none;
}
p {
    color: #3d4853;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
section{
    padding-bottom: 50px;
}
li {
    list-style: none;
}
/*==================== Miscellaneous =====================*/
.container-fluid {
    padding-top: 20px;
    width: 75%;
}
.button{
    background: #A91C27;
    color: #fff;
}
.btn-expand::after{
    display: inline-block;
    content: "展开";
}
.btn-fold::after{
    display: inline-block;
    content: "收起";
}
/*==================== Navigation =====================*/
.default-menu.navbar .container-fluid {
    padding: 0;
    min-height: 70px;
}
.default-menu.navbar {
    padding-bottom: 0;
    padding-top: 0;
    min-height: 70px;
    background-color: #ffffff;
    font-family: "Raleway",sans-serif;
    border-bottom: 2px solid #A91C27;
    box-sizing: border-box;
}
.site-logo.navbar-brand {
    color: #444;
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
}
.default-menu.navbar .navbar-collapse {
    flex-grow: 0;
    border-color: rgba(153, 153, 153, 0.1) !important;
}

.default-menu.navbar-light .navbar-toggler span.icon-bar {
    background-color: #444;
}

.default-menu.navbar-light .navbar-toggler {
    border-radius: 0;
    border-width: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
}
.default-menu.navbar-light .navbar-nav .nav-item{
    font-weight: 500;
	min-width: 150px;
	text-align: center;
}
.default-menu.navbar-light .navbar-nav > li > a {
    color: #231916;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 53px;
    text-transform: uppercase;
}
.nav.navbar-nav.ml-auto .dropdown-toggle::after {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.default-menu.navbar-light .navbar-nav > .dropdown .dropdown-item.active {
    background-color: transparent;
    color: #A91C27;
}
.default-menu.navbar-light .navbar-nav.mr-auto > .dropdown > .nav-link.dropdown-toggle {
    margin-right: 10px;
}
.default-menu.navbar-light .navbar-nav.mr-auto > li:not(:first-child) > a {
    padding-right:  10px;
    padding-left:  10px;
}
.default-menu.navbar-light .navbar-nav.ml-auto > li:not(:last-child) > a {
    padding-right: 15px;
    padding-left: 15px;
}
.default-menu.navbar-light .navbar-nav.ml-auto {
    margin-bottom: -10px;
}
.default-menu.navbar-light .navbar-nav > li > a i {
    position: relative;
}
.default-menu.navbar-light .navbar-nav > li > a:active,
.default-menu.navbar-light .navbar-nav > li > a:focus,
.default-menu.navbar-light .navbar-nav > li > a:hover {
    color: #ffffff;
    font-size: 22px;
    background-color: #A91C27;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #A91C27;
}

.default-menu.navbar-light .navbar-nav > .active > a,
.default-menu.navbar-light .navbar-nav > .active > a:focus,
.default-menu.navbar-light .navbar-nav > .active > a:hover {
    background-color: #A91C27;
    font-size: 22px;
    color: #ffffff;
}

.default-menu.navbar-light .navbar-nav > .open > a,
.default-menu.navbar-light .navbar-nav > .open > a:focus,
.default-menu.navbar-light .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #A91C27;
}
.default-menu.navbar-light .dropdown-menu {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #313a44;
    min-width: 230px;
    padding: 15px 0;
    margin-top: 7px;
}
.default-menu .dropdown-menu > li > a:hover .ion {
    opacity: 1;
    visibility: visible;
    left: 25px;

}
.default-menu .dropdown-menu > li > a .ion {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: all .2s ease-in-out;
}
.default-menu .dropdown-menu > li > a:hover {
    padding: 15px 20px 15px 40px;
    position: relative;
}
.default-menu .dropdown-menu > li > a {
    color: #ddd;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    left: 0;
    word-spacing: 3px;
    letter-spacing: .8px;
    transition: all .2s ease-in-out;
}
.default-menu.navbar-light .dropdown-menu > li > a:focus,
.default-menu.navbar-light .dropdown-menu > li > a:hover {
    background-color: #A91C27;
    color: #fff;
    text-decoration: none;
}
.default-menu.navbar-light .navbar-nav.navbar-left {
    margin-left: -15px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #A91C27;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #A91C27;
}
/*==================== footer =====================*/
.footer {
    background: url("../images/background/bj6.png") no-repeat scroll center top / cover ;
    padding: 20px 0;
    min-height: 384px;
}
.footer .top {
    position: relative;
}
.footer .top::before {
    width: 100%;
    height: 1px;
    background-color: rgba(60,60,60,1);
    position: absolute;
    content: '';
    display: block;
    top: 60px;
}
.footer-top-container-box .left .title {
    text-align: left;
}
.footer-top-container-box .title {
    line-height: 28px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.61px;
    font-weight: 400;
    padding: 20px 0 30px;
}
.footer-top-container-box .right {
    width: 420px;
    text-align: center;
}
.footer-top-container-box {
    padding-bottom: 20px;
}
.footer-top-container-box .left {
    flex: 1;
}
.footer-top-container-box .left img {
    margin-right: 12px;
    margin-bottom: 12px;
}
.footer-top-container-box .right .qrcode {
    width: 110px;
    height: 100px;
}
.footer-top-container-box .right .logo {
    width: 110px;
    height: auto;
    margin-top: 15px;
}
.footer .bottom {
    background: #0C0C0C;
    min-height: 111px;
    padding: 25px 0;
}
.footer .bottom .copyright-box {
    margin-top: 16px;
    text-align: center;
}
.footer p {
    display: inline-block;
    margin-bottom: 0;
    opacity: 0.45;
    font-size: 14px;
    color: rgba(255,255,255,0.97);
    line-height: 22px;
    font-weight: 400;
}
.list-inline.footer-menu {
    margin-bottom: 0;
    text-align: center;
}
.footer-menu li {
    position: relative;
}
.footer-menu li a {
    font-size: 14px;
    color: rgba(255,255,255,0.97);
    line-height: 22px;
    margin: 0 16px;
    opacity: 0.65;
    font-weight: 200;
}
.footer-menu li a:hover {
    color: #A91C27;
}
.footer-menu li:not(:first-child)::after {
    display: block;
    border-top: 15px solid #505050;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 2px;
    content: '';
}

/* ========================= slick config ===========================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots li button::before {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.slick-dots {
    bottom: 10px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li.slick-active button{
    background: #fff;
    opacity: 1;
}
.slick-dots > li > button {
    width: 25px;
    height: 5px;
    padding: 0;
    background: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    z-index: 100;
}
.slick-prev {
    left: -70px;
}
/* .slick-prev::before {
    content: '\f3d2';
} */
.slick-next {
    right: -70px;
}
/* .slick-next::before {
    content: '\f3d3';
} */
.slick-prev::before, .slick-next::before {
    /* font-family: 'Ionicons'; */
    font-size: 70px;
    /* line-height: 1; */
    color: #434343;
    /* position: absolute; */
}
.slick-prev:hover:before, .slick-prev:active:before, .slick-next:hover:before, .slick-next:active:before {
    color: #A91C27;
}

/*==================== header intro =====================*/
.header-intro-1 {
    background: url("../images/background/indexbanner.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 155px 0;
    min-height: 800px;
    /* -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 70% 100%, 0 80%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 70% 100%, 0 80%, 0 0); */
}

.header-intro-1::before {
    /* background: linear-gradient(0deg, #97BEE5 15%, transparent 100%, rgba(0, 0, 0, 0) 100%); */
    /* content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle farthest-side at 24% 93%, #d1e609, #235900);
	
    opacity: .6; */
}
.header-intro-1 .header-intro-wrap {
    max-width: 1000px;
    /* margin-left: auto;
    margin-right: auto; */
    position: relative;
    z-index: 100;
}
.header-intro-1 .header-intro-wrap .line {
    width: 144px;
    height: 6px;
    background: #A91C27;
    border-radius: 4px;
    margin-bottom: 20px;
}
.header-intro-1 .header-intro-wrap .header-intro-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 90px;
    letter-spacing: 2.73px;
    font-weight: 400;
    text-transform: uppercase;
}
.header-intro-1 .header-intro-wrap .header-intro-tag {
    font-family: 'Microsoft YaHei', serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    margin-top: 35px;
    margin-bottom: 90px;
}
.header-intro-1 .header-intro-wrap .header-intro-tag span {
    border: 1px solid #ffff;
    padding: 6px 28px;
    border-radius: 25px;
    background: rgba(19,19,19,0.10);
    margin-right: 20px;
}
.header-intro-1 .header-intro-wrap .header-intro-tag span:last-child {
    margin-right: 0;
}
.header-intro-1 .header-intro-wrap .btn.main-btn {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}
.header-intro-1 .header-intro-wrap .header-intro-search .form-control {
    width: 334px;
    height: 44px;
    border-radius: 2px 0 0 2px;
    border: none;
}
.header-intro-1 .header-intro-wrap .header-intro-search .header-intro-search-botton {
    width: 86px;
    height: 44px;
    background: #A91C27;
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0 2px 2px 0;
}
.header-intro-1 .btn.main-btn.bg-main {
    background-color: transparent;
    border: 1px solid #fff;
}
.header-intro-1 .btn.main-btn.bg-green {
    color: #666;
}
.header-intro-1 .header-intro-wrap .btn.main-btn.bg-green:hover {
    background-color: #313a44;
    color: #fff;
}
.header-intro-1 .header-intro-wrap .btn.main-btn:hover {
    background-color: #fff;
    color: #555;
}

/*==================== header intro 2 =====================*/
.header-intro-2 {
    background: url("../images/background/background_04.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 150px 0 0;
    max-height: 820px;
    overflow: hidden;
}
.header-intro-2::before {
    background: #A91C27;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .95;
}
.header-intro-2 .header-intro-wrap {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header-intro-2 .header-intro-wrap .header-intro-title h3 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 40px;
}
.header-intro-2 .header-intro-wrap .header-intro-tag {
    font-family: 'EB Garamond', serif;
    color: #fff;
    font-size: 30px;
}
.header-intro-2 .header-intro-wrap .btn.main-btn {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}
.header-intro-2 .header-intro-wrap .btn.main-btn:hover {
    background-color: #fff !important;
    color: #555;
}
.header-intro-2 .btn.main-btn.bg-green { background-color: #A91C27;}
.header-intro-image {
    position: relative;
}
.header-intro-image img {
    width: 50%;
    float: left;
}

/*==================== highlight section =====================*/
.highlight-section {
    /* position: relative; */
    background: url("../images/background/bj2.png") no-repeat scroll center top / cover ;
}
/* .highlight-section::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.97;
} */
.highlight-section-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.highlight-section-wrap .highlight-section-title h3 {
    color: #fff;
    font-size: 32px;
    color: #231916;
    letter-spacing: 0.97px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}
.highlight-section-wrap .highlight-section-tag {
    font-size: 1.5rem;
    line-height: 30px;
    color: #231916;
   /* letter-spacing: 0.73px; */
    text-align: center;
    font-weight: 400;
    margin-top: 38px;
}
.highlight-section-wrap .highlight-section-btn {
    display: block;
    width: 380px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #A91C27;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    font-weight: 600;
    margin: 20px auto 0;
}
.highlight-section-wrap .btn.main-btn {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}
.highlight-section-wrap .btn.main-btn:hover {
    background-color: #fff !important;
    color: #555;
}
.btn.main-btn.bg-main { background-color: #85acd3;}
.btn.main-btn.bg-green { background-color: #A91C27; }
.highlight-section-tabs-box {
    width: 100%;
    margin-top: 50px;
    /* border-bottom: 2px solid #A91C27; */
    position: relative;
}
.highlight-section-tabs-box::after {
    position: absolute;
    bottom: 6px;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #A91C27;
}
.highlight-section-wrap-tabs {
    /* display: flex;
    justify-content: center; */
    text-align: center;
    overflow-x: auto;
    white-space:nowrap;
    /* display: -webkit-box; */
    -webkit-overflow-scrolling:touch;
}
.highlight-section-wrap-tabs::-webkit-scrollbar {
    display: none;
}
.highlight-section-wrap-tab {
    display: inline-block;
    box-sizing: border-box;
    font-size: 28px;
    color: #231916;
    letter-spacing: 0.85px;
    font-weight: 500;
    width: 215px;
    padding: 28px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.highlight-section-wrap-tab:hover .highlight-section-wrap-tab::after,
.highlight-section-wrap-tab.active::after {
    content: '';
    display: block;
    width: 215px;
    height: 6px;
    background-color: #A91C27;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.slider-box {
    margin-top: 24px;
    background: #E2E2E2;
}
.slider {
    display: none;
}
.slider .slider-item {
    position: relative;
    height: 640px;
}
.slider .slider-item .slider-item-img {
    width: 100%;
    height: 100%;
}
.slider .slider-item .slider-item-img img {
    width: 100%;
    height: 100%;
}
.slider .slider-item-info {
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 33.33%;
    min-width: 350px;
    height: 100%;
    background: rgba(0,0,0,0.50);
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.slider .slider-item-info-name {
    font-size: 28px;
    letter-spacing: 0.85px;
    margin-top: 40%;
    
}
.slider .slider-item-info-tel {
    font-size: 22px;
    letter-spacing: 0.85px;
    margin-top: 30px;
    color: #eee;
    line-height: normal;
}
.slider .slider-item-info-btn {
    display: block;
    margin: auto;
    width: 280px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #A91C27;
    font-size: 22px;
    border-radius: 4px;
    margin-top: 140px;
}
.slider-box .slider-more-div {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.slider-box .slider-item-more {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #A91C27;
    font-size: 22px;
    border-radius: 4px;
    color: #fff;
}
/*==================== instroduction -===============*/
.top {
    padding-top: 60px;
}

.top .top-content {
    height: 724px;
    background: url("../images/background/intro_bj21.jpg") no-repeat;
}

.content-row {
    height: 724px;
}

.content-box {
    padding: 48px;
    min-height: 574px;
    background: #FFFFFF;
    box-shadow: 10px 9px 19px 5px rgba(193, 193, 193, 0.28);
    border-radius: 12px;
}

.slogan-text {
    margin-top: 30px;
    margin-bottom: 48px;
    font-size: 20px;
    color: #231916;
    letter-spacing: 0.73px;
    font-weight: 400;
}

.bottom {
    margin-top: 56px;
}

.bottom-text {
    text-align: center;
}

.bottom-text-about {
    font-size: 32px;
    color: #231916;
    letter-spacing: 0.97px;
    font-weight: 500;
}

.bottom-text-slogan {
    font-size: 24px;
    color: #231916;
    letter-spacing: 0.73px;
    text-align: center;
    font-weight: 400;
}

.bottom-icon-list .bottom-icon-item{
    min-height: 340px;
}
.bottom-icon-list .bottom-icon-item div {
    height: 324px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 10px 0;
    box-sizing: border-box;
}
.bottom-icon-list .bottom-icon-item:hover{
    border-bottom: solid 6px #A91C27;
}
.bottom-icon-list .bottom-icon-item div p{
    line-height: 48px;
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 1.03px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}
.bottom-icon-list .bottom-icon-item div span{
    line-height: 28px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.61px;
    font-weight: 400;
}
.bottom-icon-list .bottom-icon-item:first-child div{
    background-image: url("../images/background/HONESTY.png") ;
}
.bottom-icon-list .bottom-icon-item:nth-child(2) div{
    background-image: url("../images/background/TRANSPARENT.png");
}
.bottom-icon-list .bottom-icon-item:nth-child(3) div{
    background-image: url("../images/background/SERVICE.png") ;
}
.bottom-icon-list .bottom-icon-item:last-child div{
    background-image: url("../images/background/PROTECTION.png");
}
.bottom-icon-list .instro{
    font-size: 16px;
    min-height: 100px;
    font-weight: 400;
    height: 337px;
    background-color: #F7F7F7;
    border-radius: 7px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 20px 10px;
    overflow: hidden;
}
.img-fluid{
    width: 100%;
}
.zhaopin{
    width: 100%;
    min-height: 680px;
    background: url("../images/about/zhaopin.png") no-repeat scroll top / cover;
}
.zhaopin p{
    color: white;
}
.zhaopin>div{
    padding-top: 200px;
}
/*==================== activity =====================*/
.activity {
    background: url("../images/background/bj3.png") no-repeat scroll center top / cover ;
    /* position: relative; */
    min-height: 680px;
    padding: 60px 0;
}

.activity-imgs {
    position: relative;
    width: 100%;
    height: 560px;
}
.activity-imgs div {
    width: 78%;
    max-height: 420px;
    overflow: hidden;
}
.activity-imgs div img {
    width: 100%;
    height: auto;
}
.activity-img-bottom {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.activity-img-top {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 21%;
    width: 110%;
    transition: top 1s,left 1s,width 1s;
}
.activity-info {
    margin: 20px 0;
}
.activity .activity-wrap-title,
.news .news-wrap-title {
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0.97px;
    font-weight: 500;
}
.activity .activity-wrap-text,
.news .news-wrap-text {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    font-family: PingFangSC-Regular;
    text-align: justify;
    font-weight: 400;
    margin-top: 38px;
}
.activity .activity-wrap-btn,
.news .news-wrap-btn {
    display: block;
    width: 23.75rem;
    height: 4.375rem;
    line-height: 4.375rem;
    text-align: center;
    background: #A91C27;
    border-radius: 4px;
    font-size: 1.375rem;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    font-weight: 600;
    margin-top: 5rem;
}
/*==================== news =====================*/
.news {
    background: url("../images/background/bj4.png") no-repeat scroll center top / cover ;
    /* position: relative; */
    min-height: 680px;
    padding: 60px 0;
    margin-top: 80px;
}
.news-imgs {
    display: flex;
    flex-wrap: wrap;
}
.news-imgs div {
    width: 48%;
}
.news-imgs img {
    width: 100%;
    height: 212px;
}
.news-imgs .active img{
    width: 101%;
    height: 216px;
    border: #A91C27 6px solid;
    transition: width 0.5s,height 0.5s,border 0.3s;
}

.news-imgs div:first-child {
    margin-bottom: 20px;
}
.news-imgs div:nth-child(2) {
    margin-bottom: 20px;
}
.news-imgs div:nth-child(3) {
    /*transform: translateY(-40px)*/
}
/*==================== tenet =====================*/
.tenet {
    background: url("../images/background/bj2.png") no-repeat scroll center center / cover ;
}
.tent-imgs {
    margin-top: 70px;
}
.tent-imgs img {
    width: 25%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.tent-imgs img:first-child {
    margin-left: 0;
}
/*==================== map =====================*/
.map {
    height: 780px;
    background: url("../images/thumb/map.png") no-repeat scroll center center / cover ;
    margin: 60px 0;
}
.map .container-fluid,
.map-wrap-box {
    height: 100%;
}
.map-wrap {
    height: 100%;
    width: 420px;
    background: url("../images/background/bj5.png") no-repeat scroll center center / cover ;
    text-align: center;
}
.map-wrap-title {
    margin-top: 40%;
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #231916;
    letter-spacing: 0.97px;
    font-weight: 600;
}
.map-wrap-text {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #231916;
    letter-spacing: 0.73px;
    text-align: center;
    font-weight: 400;
    margin-top: 40px;
}
.map-wrap-btn {
    display: block;
    width: 280px;
    height: 70px;
    background: #A91C27;
    border-radius: 4px;
    line-height: 70px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    font-weight: 600;
    margin: 140px auto 0;
}
/*==================== newsletter =====================*/
.newsletter {
    min-height: 270px;
    position: relative;
    background: #97bee5 url("../images/logo/wave=banner.png") no-repeat scroll right top / cover;
}
.newsletter::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: url("../images/logo/pattern_01.png") repeat scroll;
    background-size: 270px;
    opacity: .15;
}
.newsletter-wrap .newsletter-title h3 {
    color: #fff;
    font-weight: 200;
    font-size: 35px;
    text-transform: uppercase;
}
.newsletter-wrap p {
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    margin-bottom: 0;
}
.newsletter .subscribe {
    margin-top: 20px;
}
.form-control::placeholder {
    color: #ddd;
    font-weight: 500;
    opacity: 1;
}
.subscribe .form-control {
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    min-height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.5rem;
    color: #eee;
    letter-spacing: 1px;
}
.subscribe button.btn-primary {
    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #97bee5;
    min-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -2px;
}

/*==================== client =====================*/
.testimonial .client-content-wrap {
    padding-top: 70px;
}
.client-content-wrap img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
    height: 60px;
    padding: 10px 15px;
    display: inline-block;
    max-height: 60px;
    margin-top: 15px;
    filter: sepia(.4);
}
.list-inline.client-content-logo {
    text-align: center;
}
.client-content-logo .list-inline-item{
    margin-right: 4px;
    margin-left: 4px;
}
.client-content-logo.list-inline-item:not(:last-child) {
    margin-right: 0;
}
/*==================== testimonial =====================*/
.testimonial {
    background: rgba(0, 0, 0, 0) url("../images/background/background_02.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 90px 0;
}
.testimonial::before {
    background-color: #313A44;
    /* background: linear-gradient(to bottom, #106bb8, #010c5f); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .97;
}
.testimonial .section-tag,
.testimonial .section-detail-para,
.testimonial .section-title h2 {
    color: #ffffff;
}
.testimonial-wrap {
    max-width: 750px;
}
.testimon-icon {
    float: left;
    margin-right: 20px;
    min-width: 100px;
}
.testimon-icon i {
    font-size: 70px;
    color: #fff;
}
.testimon-detail {
    max-width: 750px;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 50px;
    background: linear-gradient(98deg, #A91C27 17%, transparent 17%, #fff 10%);
}
.testimon-detail strong {
    color: #555;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 3px;
    position: relative;
}
.testimon-detail strong::after {
    display: block;
    border-top: 1px solid #999;
    position: absolute;
    top: 13px;
    right: -45px;
    height: 8px;
    width: 40px;
    content: '';
}
.testimon-detail p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    color: #888;
}
.testimon-img-wrap img {
    border-radius: 50%;
    width: 76px;
    border: 3px solid #eee;
    margin-bottom: 20px;
}
.testimon-img::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    margin-left: -4px;
}
.testimon-img::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ffff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -42px;
    margin-left: -6px;
}
.testimon-img-wrap {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}
.testimon-img {
    display: inline-block;
    position: relative;
}
.testimon-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    word-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: .5px;
}
.testimon-tag {
    font-weight: 500;
    font-size: 18px;
    color: #f1f1f1;
    font-family: 'Microsoft YaHei', serif;
    letter-spacing: 8px;
}

/* slick slider config */
/* .slick-dots {
    bottom: 0;
    z-index: 100;
}
.slick-dots li {
    margin: 4px;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: none;
    border-radius: 50%;
    opacity: .2;
} */

/*=== product details ===*/
.pro-action {
    margin-top: 30px;
    margin-bottom: 45px;
}

.page-header-title h1 {
    color: #fff;
    margin-top: 16px;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.single-pro-title h1 {
    font-size: 20px;
    font-family: "Raleway",sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    letter-spacing: .5px;
    word-spacing: 2px;
}
.single-pro-title {
    background-color: #E4ECF4;
    border-radius: 5px;
    padding: 25px 30px 18px;
    margin-bottom: 30px;
}
.pro-screenshot {
    display: block;
    position: relative;
}

.pro-img img {
    width: 100%;
    border: 1px solid #dddd;
    padding: 12px;
    border-radius: 4px;
}

a.preview {
    display: block;
    background-color: #eee;
    color: #888;
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0px 15px 10px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 10px -13px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 15px;
}

a.preview:hover {
    color: #fff;
    border-color: transparent;
    background-color: #A91C27;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #A91C27;
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #A91C27;
}

a.preview:active {
    color: #fff;
    border-color: transparent;
    background-color: #A91C27;
    -webkit-box-shadow: 0px 0px 0px 2px #168758, 0px 0px 0px 4px #168758;
    box-shadow: 0px 0px 0px 2px #168758, 0px 0px 0px 4px #168758;
}

a.preview i {
    margin-right: 8px;
    display: inline;
}
.product-details .nav-tabs {
    border-bottom: 0;
    margin-top: 50px;
}
.pro-features h3 {
    font-size: 18px;
    color: #444;
    margin: 30px 0 15px;
}
.pro-features .list-unstyled {
    padding-left: 15px;
    list-style: outside;
}

.pro-features .list-ordered {
    padding-left: 20px;
}
.pro-features li {
    font-size: 14px;
    line-height: 2.2;
    padding-left: 8px;
    font-weight: 500;
}
.product-details .nav-tabs .nav-item.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    padding: 14px 12px;
    text-transform: uppercase;
    background-color: #E4ECF4;
    border-radius: 0;
    margin-right: 0;
    border: 0;
    width: 33.3333333333%;
    text-align: center;
}
.product-details .nav-tabs .nav-item.nav-link:first-child { border-radius: 3px 0 0 3px; }
.product-details .nav-tabs .nav-item.nav-link:last-child { border-radius: 0 3px 3px 0; }
.product-details .nav-tabs .nav-item.nav-link:not(:last-child) {
    border-right: 1px solid #ccc;
}
.product-details .nav-tabs .nav-item.show .nav-link,
.product-details .nav-tabs .nav-link.active:hover,
.product-details .nav-tabs .nav-link.active {
    background-color: #85acd3;
    color: #fff;
}

.product-details .nav-tabs .nav-link:focus {
    border-bottom-color: transparent;
}

.product-details .nav-tabs .nav-link:hover {
    background-color: #85acd3;
    color: #fff;
}

.pro-des {
    background-color: #fff;
    padding: 45px 0 0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    border: 0;
}

.pro-des .pro-link {
    color: #A91C27;
    font-weight: 500;
}
.pro-des strong {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.input-comment {
    margin-bottom: 30px;
    margin-top: 15px;
}

.input-comment form input.form-control {
    font-size: 13px;
    border-radius: 3px;
    border-color: #eee;
    background-color: #f9f9f9;
    padding: 14px 15px;
    color: #666;
}

.input-comment form input.form-control:focus {
    background-color: #Fff;
}

.input-comment .btn.main-btn:hover {
    background-color: #3A444F;
}
.input-comment .btn.main-btn {
    border-color: transparent;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    background-color: #A91C27;
    cursor: pointer;
    color: #fff;
    min-width: 160px;
}

.user3 {
    width: 50px;
}

.user2 {
    width: 56px;
    border-radius: 50%;
}

.show-comments > .media {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
}

.show-comments > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.show-comments h5 a {
    color: #A91C27;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.show-comments .list-inline li {
    border-right: 1px solid #ccc;
    margin: 8px 5px 15px 0;
    padding-right: 6px;
    line-height: 1;
}
.show-comments .list-inline li a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}
.show-comments .list-inline li a:hover {
    color: #A91C27;
}

.show-comments .list-inline li:last-child {
    border-right: 0;
    padding-right: 0;
}

.com-replies > .media {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
}

.com-replies .user2 {
    width: 40px;
}

/*=== aside ===*/
.single-product-sidebar-wrap {
    border-radius: 6px;
    background-color: #E4ECF4;
    padding: 30px;
}

aside {
    background-color: transparent;
    min-height: 500px;
}
.buy, .cart, .table,
.aside-box {
    margin-bottom: 20px;
}

.aside-box {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 40px 0 15px;
}
.aside-box img {
    width: 65px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px #ccc;
    box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px #ccc;
    margin-bottom: 23px;
    margin-top: -60px;
}
.profile-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #444;
    text-transform: capitalize;
}

.single-product-action-btn > a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 18px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    background-color: #85acd3;
    border-radius: 3px;
    text-transform: uppercase;
    /*
    -webkit-box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, 0.5);

    */
}

.single-product-action-btn > a:hover {
    background-color: #A91C27;
}
.single-product-action-btn > a > i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.single-product-action-btn > a .price {
    display: inline-block;
    margin-right: 3px;
    font-weight: 800;
}
.support > a { background-color: #A91C27; }
.cart > a:hover { background-color: #3A444F; }

.item-attributes tr {
    border-bottom: 1px solid #bfbfbf;
}
.item-attributes th {
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    font-weight: 400;
    padding: 14px 20px;
    text-transform: uppercase;
}
.item-attributes.table-bordered {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}
.item-attributes td {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding: 14px 20px;
    color: #A91C27;
}
.table-bordered td, .table-bordered th {
    border: 0;
}
.dreamer-pagination{
	font-size: 14px;
	float: right;
}
.dreamer-ul{
	
}
.dreamer-ul,.dreamer-ul li{
	list-style: none;
}
.dreamer-ul li{
	min-width: 30px;
	height: 30px;
	float: left;
	border: #777 solid 1px; 
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
	padding: 0 10px;
}
.dreamer-ul .active{
	background: #A91C27;
	color: #ffffff;
}
.document-ul{
	background: #A91C27;
}
.document-ul a{
	padding: 10px;
}
.document-ul,.document-ul ul{
	list-style: none;
	line-height: 35px;
}
.document-title{
	font-weight: bold;
	color: #ffffff;
	display: block;
}
.document-ul a:hover{
	color: #e2e2e2;
	background: #3e6f02;
}
.document-ul-item{
	text-indent: 10px;
	font-size: 14px;
}
.document-ul-item a{
	color: #ffffff;
	display: block;
}
.document-details{
	color: #777;
    font-weight: 400;
    line-height: 2.2rem;
    font-size: 15px;
    margin: 0 20px;
    padding: 10px;
}
.document-details table{
	width: 100%;
	border-top:#e2e2e2 solid 1px;
	border-left:#e2e2e2 solid 1px;
}
.document-details table td,.document-details table th{
	border-right:#e2e2e2 solid 1px;
	border-bottom:#e2e2e2 solid 1px;
}
.document-details ul,.document-details ol{
	margin: 0 30px;
}
.document-details img{
	width: 100%;
}
.search-list{border-bottom:#A91C27 dashed 1px;margin-bottom:30px;}
.search-item-links{line-height:35px;}
.search-item-links a:hover{color:#A91C27;}
.search-item-links .date{float:right;}
.main {
    padding-top: 70px;
    overflow: hidden;
}

/*=== news-list ===*/
.news-list-banner {
    padding-bottom: 0;
}
.news-list-banner-box {
    position: relative;
    min-height: 111px;
    width: 100%;
}
.news-list-banner-search {
    width: 100%;
    min-height: 111px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
}
.news-list-banner-search .container-fluid {
    height: 100%;
}
.news-list-banner-search .img-box img {
    width: 137.65px;
    height: 87.88px;
    margin-right: 5px;
}
.news-list-banner-search .search {
    flex: 1;
    padding: 5px 0;
}
.news-list-banner-search .form-control {
    width: 70%;
    max-width: 400px;
    min-width: 200px;
    height: 44px;
    border-radius: 2px 0 0 2px;
    border: none;
    overflow: hidden;
}
.news-list-banner-search .botton {
    width: 86px;
    height: 44px;
    background: #A91C27;
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0 2px 2px 0;
}
.new-list-video {
    background: url("../images/background/bj2.png") no-repeat scroll center center;
    background-size: auto;
    padding-top: 50px;
}
.title {
    text-align: center;
    font-size: 32px;
    color: #231916;
    letter-spacing: 0.97px;
    font-weight: 600;
    margin-bottom: 60px;
    padding-top: 60px;
}
.new-list-video-wrap {
    background: url("../images/background/bj7.png") no-repeat scroll left top / auto ;
    /* padding-top: 10%;
    padding-left: 20%; */
    padding-top: 150px;
    padding-left: 290px;
    position: relative;
    overflow: hidden;
}
.new-list-video-wrap .news-slider{
    height: 750px;
    overflow: hidden;
}

.new-list-video-wrap .news-slider .video-item{
    height: 600px;
}

.new-list-video-wrap  .news-slider .video-item > iframe {
    width: 100%;
    height: 100%;
}
.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0.85px;
    font-weight: 400;
}
.video-controls img {
    margin-right: 20px;
    cursor: pointer;
}
.swiper-prev {
    cursor: pointer;
}
.swiper-next{
    cursor: pointer;
}

.new-list-video-btn {
    text-align: center;
    margin-top: 30px;
}
.new-list-video-btn a {
    display: inline-block;
    width: 380px;
    height: 70px;
    line-height: 70px;
    background: #A91C27;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    font-weight: 600;
}
.news-list-list {
    background: url("../images/background/bj8.png") no-repeat scroll center top / auto ;
    padding-top: 80px;
}
.news-list-list-warp-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    margin-bottom: 60px;
}
.news-list-list-warp-item .info {
    padding: 20px;
    border: 1px solid rgba(213,213,213,1);
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.news-list-list-warp-item .info .info-name {
    font-size: 20px;
    color: #150104;
    letter-spacing: 0.55px;
    line-height: 28px;
    text-align: justify;
    font-weight: 500;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; 
}
.news-list-list-warp-item .info .info-date {
    font-size: 12px;
    color: #4C4C4C;
    letter-spacing: 0.36px;
    font-weight: 400;
    margin-top: 10px;
}
/* 响应式 **/
.news-list-list-warp-item .info .info-text {
    font-size: 18px;
    color: #4C4C4C;
    letter-spacing: 0.42px;
    text-align: justify;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; 
}

.news-list-list-warp-item .info .info-detail {
    text-align: right;
    font-size: 16px;
    color: #214FA0;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-top: 17px;
}
.news-list-list-warp-item .info .info-detail a img {
    margin-left: 10px;
}
.news-list-list-title {
    font-size: 24px;
    color: #231916;
    letter-spacing: 0.73px;
    font-weight: 500;
    margin-bottom: 34px;
}
.news-list-list-title::before {
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background-color: #E60012;
    margin-right: 10px;
}
.news-list-list-btn {
    text-align: center;
}
.news-list-list-btn a {
    display: inline-block;
    width: 380px;
    height: 44px;
    line-height: 44px;
    background: #A91C27;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    font-weight: 600;
}
.news-list-list-btn a img {
    margin-left: 5px;
}
/*=== activity-list ===*/
.activity-list {
    background: url("../images/background/bj2.png") no-repeat scroll center center;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 0;
}
.activity-list-wrap {
    background: url("../images/background/bj7.png") no-repeat scroll left top / auto ;
    overflow: hidden;
}
.activity-slider-box {
    background: url("../images/background/bj9.png") no-repeat scroll left bottom / auto ;
    padding-top: 190px;
    padding-left: 385px;
    padding-bottom: 120px;
    /* padding-right: 150px; */
    /* overflow: hidden; */
    position: relative;
}
.activity-slider-box .swiper {
    width: 1385px;
    /* position: relative; */
}
.activity-slider-item {
    width: 1385px;
    min-height: 596px;
    background: #FFFFFF;
    padding: 60px;
    border-radius: 12px;
    box-sizing: border-box;
}
.activity-slider-item-img {
    width: 371px;
    height: 476px;
    margin-right: 30px;
}
.activity-slider-item-img img {
    width: 100%;
    height: 100%;
}
.activity-slider-item-info {
    flex: 1;
}
.activity-slider-item-date {
    position: absolute;
    right: 60px;
    width: 110px;
    height: 55px;
    background: #A91C27;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    top: 0px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-clip-path: polygon(0% 0% ,0% 100%, 50% 75%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0% ,0% 100%, 50% 75%, 100% 100%, 100% 0%);
}
.activity-slider-item-text {
    font-size: 18px;
    color: #231916;
    letter-spacing: 0.9px;
    line-height: 24px;
    text-align: justify;
    font-weight: 400;
}
.activity-slider-item-info .title {
    margin-bottom: 46px;
}
.activity-slider-item-info .title::before {
    content: '';
    display: block;
    width: 23.99px;
    height: 7px;
    background-color: #E60012;
    margin-right: 10px;
}
.activity-slider-item-info .new-list-video-btn {
    margin-top: 43px;
}
.activity-slider-box .swiper-pagination-custom-item {
    width: 24px;
    height: 24px;
    background: #666666;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 40px;
}
.activity-slider-box .swiper-pagination {
    bottom: 60px;
    list-style: none;
    padding-left: 385px;
}
.activity-slider-box .swiper-pagination-custom-item:first-child {
    margin-left: 0;
}
.activity-slider-box .swiper-pagination-custom-item.active {
    width: 64px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 12px;
}
.activity-merchant {
    background: url("../images/background/bj10.png") no-repeat scroll right center / auto ;
    padding-top: 132px;
    margin-bottom: 60px;
}
.activity-video {
    flex: 1;
    width: 100%;
}
.activity-video > iframe {
    width: 100%;
    height: 100%;
}
.activity-merchant-list {
    width: 360px;
}
.activity-merchant-list-item {
    width: 100%;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
}
.activity-merchant-list-item .name {
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 0.85px;
    font-weight: 400;
}
.activity-merchant-list-item a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-top: 30px;
}
.activity-merchant-list-item a img {
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
}
.activity-merchant-btn {
    margin-top: 80px;
}
/*==================== 诚信商户 merchant =====================*/
/*=== merchant-list ===*/
.merchant-list {
    padding-top: 80px;
    padding-bottom: 0;
}
.merchant-list-wrap {
    position: relative;
    margin-top: 80px;
}
.merchant-list-wrap::before,
.merchant-list-wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -2;
    height: 400px;
    background: #A91C27;
    top: 120px;
    left: 0;
}
.merchant-list-wrap::before {
    left: 0;
    width: 122px;
}
.merchant-list-wrap::after {
    left: 150px;
    width: 100%; 
}
.merchant-slider-box {
    padding-left: 8.9%;
    position: relative;
    padding-bottom: 20px;
}
.merchant-slider-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 288px;
    background: #CECECE;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.merchant-slider-box .mySwiper {
    width: 90%;
    max-width: 1720px;
}
.merchant-slider-item {
    width: 100%;
    background: #131313;
    padding: 30px 50px;
    box-sizing: border-box;
}
.merchant-slider-item-title {
    font-size: 16px;
    color: #D2D2D2;
    letter-spacing: 0.48px;
    font-weight: 400;
}
.merchant-slider-item-name {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 40px;
}
.merchant-slider-item-video {
    width: 50%;
    max-width: 789px;
    /* height: 410px; */
    /* height: auto; */
    margin-right: 20px;
}
.merchant-slider-item-video>iframe{
    width: 100%;
    height: 100%;
}
.merchant-slider-item-right {
    flex: 1;
}
.merchant-slider-item-right .lg {
    width: 57.6%;
    max-width: 426px;
    height: auto;
    max-height: 410px;
    margin-right: 20px;
    overflow: hidden;
}
.merchant-slider-item-right .img-box {
    flex: 1;
}
.merchant-slider-item-right .md {
    width: 100%;
    max-width: 365px;
    height: 62.9%;
    max-height: 258px;
    margin-bottom: 20px;
    overflow: hidden;
}
.merchant-slider-item-right .sm {
    width: 100%;
    max-width: 365px;
    height: 32.2%;
    max-height: 132px;
    overflow: hidden;
}
.merchant-slider-item-info {
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    font-weight: 400;
}
.merchant-slider-item-info span:first-child {
    margin-right: 80px;
}
.merchant-slider-item-info span img {
    margin-right: 8px;
}
.merchant-slider2-item {
    width: 384px;
    height: 223px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    font-weight: 500;
    margin-top: 25px;
    box-sizing: border-box;
    border: 6px solid transparent;
}
.merchant-slider2-item div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper-slide.merchant-slider2-item.swiper-slide-visible.swiper-slide-thumb-active div::before {
    content: '';
    display: block;
    position: absolute;
    top: -34px;
    width: 0px;
    height: 0px;
    border: 14px solid transparent;
    border-bottom-color: #A91C27;
}
.swiper-slide.merchant-slider2-item.swiper-slide-visible.swiper-slide-thumb-active {
    border-color:#A91C27;
}
.merchant-slider-box .mySwiper2 {
    margin-left: 4.7%;
}
.merchant-list-picture {
    background: url('/templates/kane/images/background/bj2.png') no-repeat scroll center center / cover ;
    padding: 50px 10px;
    margin-top: 60px;
}
.merchant-list-picture div {
    /*width: 369.99px;*/
    /*height: 177px;*/
    overflow: hidden;
    margin: 10px;
}
.merchant-car {
    background: url('/templates/kane/images/background/bj14.png') no-repeat scroll left top / cover ;
    padding: 80px 0;
}
.merchant-car .title {
    color: #ffffff;
}
.merchant-car-item {
    width: 100%;
    height: 340px;
}
.merchant-car .merchant-car-panel>div:nth-child(odd){
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.merchant-car .merchant-car-panel>div:nth-child(even){
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.merchant-car-item {
    min-height: 260px;
}
.merchant-car-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.merchant-car-item-warp {
    background: #242630;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
}
.merchant-car-item-title {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    font-weight: 500;
    margin-bottom: 20px;
}
.merchant-car-item-name {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.merchant-car-item-name::after {
    content: "";
    width: 60px;
    height: 4px;
    margin-top: 10px;
    background-color: #A91C27;
}
.merchant-car-item-text {
    font-size: 16px;
    color: #C5C5C5;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}
/*==================== 诚信商户 merchant detail=====================*/
.merchant-detail-info-title{
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 33px;
    font-size: 24px;
    color: #231916;
    font-weight: 500;
}
.merchant-detail-info-title::before{
    content: "";
    width: 1px;
    height: 20px;
    border: 6px solid rgba(230,0,18,1);
    margin-right: 20px;
}

.merchant-detail-row{
    position: relative;
}
.merchant-detail-row .icon-box{
    position: absolute;
    left: -20px;
    top: 133px;
    width: 20px;
    height: 242px;
    z-index: 100;
    transform: scaleX(-1);
    background: #A91C27;
}
.merchant-detail-row>div>iframe{
    width: 100%;
    height: 508px;
}
.merchant-detail-row .info-box{
    padding-left: 18px;
}
.merchant-detail-row .info-box .list-group li{
    padding-left: 60px;
}
.merchant-detail-row .info-box .list-group li h5{
    font-size: 16px;
    line-height: 22px;
    color: #A91C27;
    font-weight: 500;
}
.merchant-detail-row .info-box .list-group li h6{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
}
.merchant-detail-row .info-box .list-group li:first-child{
    background: url("../images/icons/location.png") no-repeat left center;
}
.merchant-detail-row .info-box .list-group li:nth-child(2){
    background: url("../images/icons/car1.png") no-repeat left center;
}
.merchant-detail-row .info-box .list-group li:nth-child(3){
    background: url("../images/icons/phone1.png") no-repeat left center;
}
.merchant-detail-row .info-box .list-group li:nth-child(4){
    background: url("../images/icons/info1.png") no-repeat left center;
}
/*.merchant-detail-band-box{*/
/*    background: url("../images/background/bj15.png") no-repeat scroll top / cover;*/
/*}*/
.merchant-detail-band-box img{
    width: 100%;
    height: 100%;
}
.merchant-detail-series-box .button{
    width: 380px;
    height: 70px;
    margin-top: 50px;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
}
.merchant-detail-series-box .series-wrap{
    position: relative;
    margin-top: 30px;
}
.merchant-detail-series-box .series-wrap img{
    width: 100%;
}
.merchant-detail-series-box .series-wrap .name-wrap{
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 1;
    text-align: center;
}
.merchant-detail-series-box .series-wrap .name-wrap h5{
    line-height: 34px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
}
.merchant-detail-series-box .series-wrap .name-wrap span{
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}
.merchant-detail-series-box .series-wrap .name-wrap span::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 8px auto;
    border: 4px solid rgba(169,28,39,1);
}
.merchant-detail-series-box .series-wrap .info-wrap{
    height: 93px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background:  rgba(0,0,0,0.5);
}
.merchant-detail-series-box .series-wrap .info-wrap>div{
    text-align: center;
    width: 30%;

}
.merchant-detail-series-box .series-wrap .info-wrap>div:first-child{
    border-right: 1px solid rgba(169,28,39,1);
}
.merchant-detail-series-box .series-wrap .info-wrap>div:nth-child(2){
    border-right: 1px solid rgba(169,28,39,1);
}
.merchant-detail-series-box .series-wrap .info-wrap p{
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: #CFCFCF;
    font-weight: 400;
}
.merchant-detail-series-box .series-wrap .info-wrap p:nth-child(2){
    margin-top: 5px;
}
/*==================== single blog post ===========================*/
.post-card {
    background-color: #fff;
    margin-bottom: 30px;
}
.single-post-header {
    text-align: center;
    margin-top: 20px;
}
.single-post-header h1 {
    text-transform: capitalize;
    color: #444;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    padding-top: 20px;
    line-height: 40px;
    font-size: 25px;
    margin-bottom: 20px;
}
.single-post-header .post-tag {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.8px;
    font-family: 'EB Garamond', serif;
    display: inline-block;
}
.post-card .list-inline-item:not(:last-child) {
    border-right: 2px solid #999;
    padding-right: 5px;
}
.post-card .blog-item-links{
    position: relative;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.post-card .blog-item-links::after {
    display: block;
    border-top: 7px solid rgba(230,0,18,1);
    position: absolute;
    top: 61px;
    left: 50%;
    height: 8px;
    width: 68px;
    content: '';
    margin-left: -34px;
}
.post-card .list-inline-item {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    letter-spacing: 4px;
    position: relative;
}
.post-card .card-details .card-tag-date span {
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    color: #999;
    letter-spacing: 0.3px;
}
.post-card .card-details .card-tag span {
    margin: 35px 0 25px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
    text-indent: 8px;
    color: #999;
}
.post-card .card-details .card-tag span::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    top: 7px;
    right: -30px;
}
.post-card .card-details .card-tag span::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    top: 7px;
    left: -30px;
}
.post.post-card .templates-details h2,.post-card .card-details h2 {
    font-family: "Raleway",sans-serif;
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.post.post-card .templates-details ol li,.post.post-card .templates-details ul li,.post-card .card-details ol li,.post-card .card-details ul li {
    color: #777;
    font-weight: 400;
    text-indent: 10px;
    line-height: 2.2rem;
    font-size: 15px;
    text-transform: uppercase;
}
.post.post-card .templates-details ol,.post.post-card .templates-details ul,.post-card .card-details ol,.post-card .card-details ul {
    padding-left: 25px;
}
.post.post-card .templates-details,.post-card .card-details {
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    padding: 30px;
}
.post.post-card .templates-details hr,.post.post-card .card-details hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-color: #ccc;
}
.post.post-card .templates-details,.post.post-card .card-details {
    margin: 0;
    border: none;
}
.post.post-card .card-details img {
    max-width: 100%;
}
.post.post-card .templates-details img {
 /*width: 100%;*/
}
.post-card .card-details h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.post-card .card-tag + h3 {
    color: #273f5b;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
}
.post.post-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    word-spacing: 1px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.post.post-card .post-image .featured-img {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
.post-card .featured-img {
    height: 250px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post.post-card .share-icon {
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.post.post-card .share-icon i {
    font-size: 20px;
    margin-right: 5px;
}
.post.post-card .share-icon .list-inline-item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #999;
    padding: 12px 20px;
    margin: 15px 1px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.post-writer .media {
    background-color: #fff;
}
.post-writer .media img {
    max-width: 140px;
    border-radius: 50%;
}
.post-writer .media .media-body {
    padding: 0 20px 0 0;
}
.post-writer .media p {
    line-height: 1.8;
    font-size: 14px;
}
.post-writer .media h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #333;
}

/*==================== Comments =====================*/
.all-comments {
    padding-top: 0;
}
.all-comments .comment-section-title {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    word-spacing: 2px;
}
.border-wrapper {
    border-top: 1px solid #ddd;
    margin-top: 45px;
    padding-top: 30px;
}
.comment-posts {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.comment-posts .single-content {
    background-color: transparent;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.comment-posts .single-content:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comment-posts .single-content .media-body .single-content {
    border-top: 2px dashed rgba(198, 198, 198, .5);
    padding-top: 25px;
    margin-top: 25px;
}
.comment-posts .single-content:last-child {
    border: none;
    padding-bottom: 0;
}

.comment-posts .single-content img {
    margin-right: 25px;
    max-width: 68px;
    border-radius: 50%;
}
.comment-posts .single-content h3 span{
    font-size: 12px;
    color: #10b765;
}
.comment-posts .single-content h3 {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 auto 20px;
}
.comment-posts .single-content p {
    color: #777;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    word-spacing: 2px;
}
/*=== news-detail ===*/
.news-detail {
    padding-bottom: 0;
}
.news-detail-box {
    background: url('/templates/kane/images/background/bj2.png') no-repeat scroll center top / cover ;
}
.news-detail-box .title {
    margin-top: 10px;
}
.news-detail-item .title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #A91C27;
    padding-top: 20px;
}
.news-detail-item-warp {
    box-sizing: border-box;
    border: 4px solid #d8d8d8;
    border-radius: 4px;
    min-height: 350px;
    overflow: hidden;
}
.news-detail-item-warp-info {
    padding: 20px 28px 0;
}
.news-detail-item-warp:hover {
    border-color: #A91C27;
}
.news-detail-item-warp:hover .news-detail-item-warp-btn a {
    visibility: inherit;
}
.news-detail-item-warp-img{
    margin-bottom: 6px;
}
.news-detail-item-warp-title {
    font-size: 24px;
    color: #214FA0;
    letter-spacing: 0.73px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    height: 96px;
}
.news-detail-item-warp-date {
    font-size: 16px;
    color: #4C4C4C;
    letter-spacing: 0.48px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #A91C27;
    margin-bottom: 18px;
}
.news-detail-item-warp-text {
    font-size: 15px;
    color: #4C4C4C;
    letter-spacing: 0.42px;
    text-align: justify;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 200px;
}
.news-detail-item-warp-btn a {
    width: 100% !important;
    border-radius: 0;
    visibility: hidden;
    transform: translateY(2px);
}
.news-detail-item .news-detail-item-more {
    margin: 80px 0;
}
.merchant-detail {
    background: url('/templates/kane/images/background/bj2.png') no-repeat scroll center top / auto ;
}
.merchant-detail-item .title-box {
    background: url('/templates/kane/images/background/bj16.png') no-repeat scroll left top / auto ;
    height: 80px;
    line-height: 80px;
    margin-top: 80px;
}
.merchant-detail-item .container-fluid {
    position: relative;
}
.merchant-detail-item .swiper {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 140px;
}
.merchant-detail-item .swiper-button-next,
.merchant-detail-item .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    background: #A91C27;
}
.merchant-detail-item  .swiper-button-next.swiper-button-disabled,
.merchant-detail-item  .swiper-button-prev.swiper-button-disabled {
    background: #434343;
}
.merchant-detail-item .swiper-button-next::after,
.merchant-detail-item .swiper-button-prev::after {
    font-size: 24px;
}
.merchant-detail-item .swiper-button-next::after {
    margin-left: 3px;
}
.merchant-detail-item .swiper-button-prev::after {
    margin-right: 3px;
}
.merchant-detail-item .swiper-button-next {
    right: -40px; 
}
.merchant-detail-item .swiper-button-prev {
    left: -40px;
}
.merchant-detail-item .title-box .title:first-child {
    color: #ffffff;
    padding-left: 250px;
    /** margin-right: 200px; **/
}
.merchant-detail-item .title-box .title:last-child {
    color: #636363;
}
.merchant-detail-item .title-box .search_merch{
    position:absolute;
    line-height: initial;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 250px;
    z-index: 2;
}
.merchant-detail-item .title-box .search_merch ul{
    width: 350px;
    margin-top: 2px;
    background-color: #fff;
    border: 2px solid #A91C27;
    border-radius: 5px;
}
.merchant-detail-item .title-box .search_merch ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:5px;
}
.merchant-detail-item .title-box input{
    height: 35px;
}

.merchant-detail-item-warp {
    width: 100%;
    margin: 10px 0;
}
.merchant-detail-item .merchant-row{
    overflow: hidden;
}
.merchant-detail-item .fold{
    max-height: 1136px;
}
.merchant-detail-item .info-item:hover {
    z-index: 999;
}
.merchant-detail-item .info-item:hover .merchant-detail-item-warp-info {
    border-color: #A91C27;
}
.merchant-detail-item .info-item:hover .merchant-detail-item-warp-btn {
    opacity: 1;
}
.merchant-detail-item-warp-btn {
    opacity: 0;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
}
.merchant-detail-item-warp-btn div {
    border-left: 4px solid #A91C27;
    border-right: 4px solid #A91C27;
    font-size: 25px;
    font-weight: bold;
    color: #A91C27;
}
.merchant-detail-item-warp-info {
    width: 100%;
    text-align: center;
    padding: 30px 15px 10px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.merchant-detail-item-warp-title {
    font-size: 24px;
    color: #303030;
    letter-spacing: 0.73px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.merchant-detail-item-warp-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    background: #A91C27;
    margin-top: 10px;
}
.merchant-detail-item-warp-name {
    margin-top: 20px;
    font-size: 16px;
    color: #707070;
    letter-spacing: 0.48px;
    font-weight: 400;
    margin-bottom: 15px;
}
.merchant-detail-item-warp-img {
    width: 100%;
}
.merchant-detail-item-warp-btn.news-list-list-btn a {
    width: 100% !important;
    border: 4px solid #A91C27;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.merchant-detail-item-warp-call {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #3C3C3C;
    letter-spacing: 0.48px;
    font-weight: 400;
    padding: 10px;
}
.merchant-detail-item-warp-call img {
    margin-bottom: 10px;
}
/*=== activity-detail ===*/
.activity-detail {
    background: url('/templates/kane/images/background/bj2.png') no-repeat scroll center top / auto ;
    padding-bottom: 0;
}
.activity-detail .title {
    margin-top: 80px;
}
.activity-detail-wrap {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}
.activity-detail-wrap-box {
    position: relative;
}
.activity-detail-wrap-item {
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    /* width: 400px; */
}
.activity-detail-wrap-item-wrapper {
    display: block;
}
.activity-detail-wrap-item:hover .activity-detail-wrap-item-wrapper::after {
    display: block;
}
.activity-detail-wrap-item:hover .activity-detail-wrap-item-wrapper-info .text {
    display: block;
}
.activity-detail-wrap-item-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.activity-detail-wrap-item-wrapper::after {
    content: "";
    display: none;
    width: 100%;
    height: 10px;
    background-color: #A91C27;
    position: absolute;
    bottom: 0;
    left: 0;
}
.activity-detail-wrap-item-wrapper img {
    width: 100%;
    height: auto;
}
.activity-detail-wrap-item-wrapper-info {
    position: absolute;
    background-image: linear-gradient(rgba(0,0,0,0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding: 20px 60px;
}
.activity-detail-wrap-item-wrapper-info .brief {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.73px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.activity-detail-wrap-item-wrapper-info .date {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.48px;
    font-weight: 400;
}
.activity-detail-wrap-item-wrapper-info .text {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #C5C5C5;
    letter-spacing: 0.48px;
    text-align: center;
    font-weight: 400;
    padding: 40px 0 20px;
}
.activity-detail-load-more {
    position: absolute;
    bottom: 6px;
    left: 50%;
    padding: 5px;
}
.speciality-wrap {
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0);
    border-radius: 15px;
    padding: 25px 15px;
    min-height: 165px;
    overflow: hidden;
}
.speciality-wrap-bigger {
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0);
    border-radius: 15px;
    padding: 35px 50px;
    min-height: 165px;
    min-width: 300px;
    overflow:visible;
}
.speciality-wrap a {
    color: #777;
    font-weight: 600;
    max-width: 130px;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
.speciality-wrap-bigger a {
    color: #777;
    font-weight: 600;
    max-width: 200px;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-top: 25px;
    margin-left: 38px;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 11px;
}
.speciality-wrap i {
    background-color: #A91C27;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 120px;
}
.speciality-wrap-bigger i {
    background-color: #A91C27;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 220px;
}