html, body {
    width: 100%;
}

*, ::after, ::before {
    /* box-sizing:unset; */
}

.lbGwUi {
    font-weight: 500;
    letter-spacing: 0.0313rem;
    padding: 10px 24px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    font-size: 1.0313rem;
    margin-right: 16px;
    color: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    transition: all 0.3s ease 0s;
    line-height: 1.15;
}

.dlWdJK {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.0313rem;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px 24px;
    margin-right: 10px;
    border: none;
    color: rgb(255, 255, 255);
    background-image: linear-gradient( 105deg, rgb(226, 36, 16), rgb(243, 0, 99));
    box-shadow: rgb(229 58 40 / 80%) 0px 15px 15px -15px;
    transition: all 0.3s ease 0s;
    line-height: 1.15;
    margin: 0;
}

.dlWdJK::after {
    position: absolute;
    top: 45px;
    left: 0px;
    content: "";
    width: 0px;
    height: 2px;
    background-color: rgb(226, 36, 16);
    transition: all 0.4s ease 0s;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    text-indent: -999px;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
    margin: 0px 3px;
    width: 10px;
    height: 10px;
    background-color: #999999;
    border: 0px solid;
    border-radius: 20px;
}

.carousel-indicators .active {
    margin: -2px 3px;
    width: 13px;
    height: 13px;
    background-color: #e74628;
    border: 0px solid;
    border-radius: 20px;
    /* opacity: 1; */
}

.searchBox {
    margin: 0;
    padding: 0;
}

.searchBar {
    background: #fff;
    width: 100%;
    /* height: 45px; */
    border: 0px #fff solid;
    border-radius: 5px;
    text-align: 43px;
}

/* .searchBar:after {
    visibility: hidden;
    border: 0px;
    outline: none;
}

.searchBar:before {
    resize: none;
    border: 0px;
    outline: none;
} */

.form-control {
    height: 45px;
}

.searchBar:focus {
    resize: none;
    border: 0px;
    outline: none;
    Box-shadow: none !important;
}

.searchButton {
    position: relative;
    right: -1px;
    float: right;
    /* cursor: pointer; */
    padding: 0 27px;
    width: 20px;
    height: 46px;
    border: 0;
    border-radius: 5px;
    background: url(../img/search_icon.png) center no-repeat;
    background-color: #e1251b;
    /* box-shadow: 0px 0px 40px 0px rgb(0 35 100 / 40%); */
}

.searchButton:focus {
    resize: none;
    border: 0px;
    outline: none;
    Box-shadow: none !important;
}

.cardstyle {
    margin: 5px;
    border: 0;
    box-shadow: rgb(0 0 0 / 14%) 0px 4px 12px 0px, rgb(0 0 0 / 13%) 0px 3px 5px 0px;
    border-radius: 8px;
}

.cardimgstyle {
    border-radius: 8px 8px 0px 0px;
}

/* input,input,button:focus{

    border: none !important;
    
    Box-shadow: none !important;
    
    } */

.gfneHG {
    position: relative;
    /* padding: 90px 0px; */
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-image: url(../img/footbg.jpg);
}

@media only screen and (min-width: 1400px) {
    .bnePEP {
        float: right;
        right: 20%;
        transform: translateX(20%);
    }
}

.bnePEP {
    float: right;
    z-index: 0;
    position: absolute;
    top: -101px;
    right: 20%;
    transform: translateX(20%);
}

@media screen and (max-width: 1440px) {
    .jzKNzB {
        padding-top: 100px;
    }
}

.jzKNzB {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-top: 100px;
}

.lorsVy {
    margin: 0px;
    font-size: 2.875rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.kwmEgl {
    letter-spacing: 0.0313rem;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 20px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgb(50 50 50 / 50%) 0px 15px 20px -15px;
    opacity: 0.9;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.cGosEB {
    letter-spacing: 0.0313rem;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    font-size: 1.1563rem;
    font-weight: 500;
    padding: 12px 24px;
    color: rgb(231, 70, 40);
    border: none;
    box-shadow: rgb(255 255 255 / 85%) 0px 0px 16px 1.5px;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.cif-header__hoverbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: fixed;
    /* width: 1px;
    height: 1px; */
    top: 100px;
    left: 0;
    line-height: 30px;
    opacity: 100;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s, top 0.3s;
    -o-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    z-index: 999999;
}

.cif-imgbox {
    display: block;
    position: relative;
    /* overflow: hidden; */
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    z-index: 9999;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    z-index: 9999;
}

@media screen and (min-width: 280px)and (max-width:768px) {
    .hhh {
        display: none;
    }
}

/* 侧边导航栏 */

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background-color: #373737;
    z-index: 9999;
}

a:hover, a:focus {
    text-decoration: none
}

.mobile-nav ul li a {
    color: gray;
    display: block;
    padding: 1em 5%;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #292929;
    transition: all 0.2s ease-out;
    cursor: pointer;
 
}
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background-color: #373737;
    z-index: 9999;
    transition: all 0.3s ease-in;
}
.mobile-nav ul li a:hover {
    background-color: #23A1F6;
    color: #ffffff;
}

.show-nav {
    transform: translateX(0);
}

.hide-nav {
    transform: translateX(-220px);
}

/*侧滑关键*/

.mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #23A1F6;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.nav.avbar-inverse {
    position: relative;
}

.nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}


.cndns-right {
    position: fixed;
    right: 1px;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.side-menu__block-overlay .cursor-follower {
	background-color: rgba(255, 255, 255, 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: #F6F6FE;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 5px;
}

.mobile-nav__container li a {
	font-family: var(--special-font-smb);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	font-size: 17px;
	font-family: var(--heading-font);
	color: var(--thm-black);
}

.mobile-nav__container li a:hover {
	color: var(--thm-base);
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: var(--thm-base);
}



.side-menu__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.side-menu__social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #e4e4ee;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.side-menu__social a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: var(--thm-base);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.side-menu__social a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.side-menu__social a i {
	position: relative;
	z-index: 20;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.side-menu__content p {
	margin: 0;
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	letter-spacing: .02em;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: var(--thm-primary);
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.side-menu__text p {
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-black);
}

.side-menu__block__copy {
	font-size: 16px;
	font-weight: 500;
	color: #7c7d8a;
	margin: 0;
}


@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 10px;
		margin-bottom: 10px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}

/*------------------------------
    24. history
-------------------------------*/

.history-content {
    margin-bottom: 50px;
}

.history-content h3 {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.history-content h3::after {
    border-bottom: 1px dashed #f39c12;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 150px;
}

.history-content ul {
    margin-top: 20px;
}

.history-content ul li {
    margin-bottom: 5px;
}

.history-content.history-list {
    position: relative;
}

.history-content.history-list::after {
    background: #e4e4e4;
    content: "";
    height: 100%;
    left: 160px;
    position: absolute;
    top: 0;
    width: 5px;
}

.single-historys {
    margin-bottom: 50px;
    padding-left: 125px;
    position: relative;
}

.single-historys .history-years {
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 85px;
}

.single-historys .history-years::before,.single-historys .history-years::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 30px;
    z-index: 9;
} 
.single-historys .history-years:after {
    background: #9e9e9e;
    height: 10px;
    right: -2px;
    top: 9px;
    width: 10px;
}


.single-historys:first-of-type .history-years:after {
    background: #f39c12;
    height: 10px;
    right: -2px;
    top: 9px;
    width: 10px;
}
.single-historys:last-of-type .history-years:after {
    background: #48a5ea;
    height: 10px;
    right: -2px;
    top: 9px;
    width: 10px;
}
