﻿@import url("pagebar.css");
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
body {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	font-family: "Microsoft YaHei";
	background-color:#fff0db;
	position: relative;

}
.body-bg-red{
	background-color:#b11e14;
	background-image:url(../images/top-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top:0;
	height:500px;
	width:100%;
}
.body-bg{
	background-image:url(../images/top-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	top:0;
	height:640px;
	width:100%;
	z-index: 10
}
.body-bg1{
	 background-image:url(../images/top-bg.jpg),url(../images/bottom-bg.jpg);
	 background-size: 100%,120%;
	 background-repeat: no-repeat;
	 background-position: top center,bottom center;
 }
.body-bg2{
	background-image:url(../images/bottom-bg.jpg);
	background-size:120%;
	background-repeat: no-repeat;
	background-position:bottom center;
}
@font-face {
	font-family: "f015";
	src: url(../fonts/f015.ttf)
}

@font-face {
	font-family: "georgia";
	src: url(../fonts/georgia.ttf)
}
@font-face {
	font-family: "fzchsj";
	src: url(../fonts/fzchsj.TTF)
}

ul li{
	list-style: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

/* Cursor*/
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
	0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
	0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background:#b70303;
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background-color: #fff;
}

.scroll-to-top:hover i {
	color: var(--thm-black);
}



/* preloader */

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--thm-black);
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}
/*images size */
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";
	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle3-1{
	aspect-ratio: '3:1';
}
.rectangle3-1:before {
	padding-top: 31%;
}


.rectangle4-1{
	aspect-ratio: '4:1';
}
.rectangle4-1:before {
	padding-top: 25%;
}


.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle10-16{
	aspect-ratio: '10:16';
}
.rectangle10-16:before {
	padding-top: 136%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.1) translateY(-50%);
	position: absolute;
	top: 50%;
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}


/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*image-hover*/
.image-hover {
	overflow: hidden;
	position: relative;
}

.image-hover::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.item:hover .image-hover::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav {
	position: relative;
	z-index: 10;
	height:640px;
}
.main-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.main-nav .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.main-nav .side-menu__toggler {
	display: none;
	position: absolute;
	right:10px;
	top:10px;
}
.main-nav .logo-box {
	height:450px;
	padding-top:100px;
	margin:0 auto;
	position: relative;
}
.main-nav .logo-box img{
	width:100%;
}
.main-nav .main-nav__main-navigation {
	position: relative;
	background: linear-gradient(to right, #ae0100, #ff5825,#ae0100);
	z-index: 100;
}

.main-nav .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .dropdown-btn {
	display: none;
}

.main-nav .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav .main-nav__navigation-box>li {
	width:100%;
	text-align: center;
}

.main-nav .main-nav__navigation-box>li+li {

}

.main-nav .main-nav__navigation-box>li>a {
	padding:20px 0 ;
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	text-align: center;
	position: relative;
	border-bottom:2px solid transparent;
}
.main-nav .main-nav__navigation-box>li>a:hover {
	border-bottom:2px solid #feae00;
}
.main-nav .main-nav__navigation-box>li.active{
	border-bottom:2px solid #feae00;
}
.main-nav .main-nav__navigation-box>li.active:hover{
	border-bottom:2px solid transparent;
}
.main-nav .main-nav__navigation-box .dropdown>a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width:172px;
	text-align: center;
	background-color:rgba(183,3,3,0.7);
	border-top: 2px solid #b70303;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
	-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
	-webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;

}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover a::after{
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a {
	position: relative;
	color:#ffffff;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(255,255,255 ,0.1);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color:#ffffff;
	font-size: 16px;
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color:#b70303;
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	transform: perspective(300px) scaleY(0) translateZ(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: perspective(300px) scaleX(0);
	transform: perspective(300px) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(300px) scaleX(1);
	transform: perspective(300px) scaleX(1);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}


/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .logo-box {
	padding-top: 14.25px;
	padding-bottom: 14.25px;
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 22px 0;
}

.stricked-menu .main-nav__right {
	padding-top: 22px;
	padding-bottom: 22px;
}

/*-------------------------------------------------------------- 
 # SideMenu 
 --------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.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: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	margin-left: auto;
	height: 100vh;
	background-color:#b70303;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__close-btn:hover {
	color: var(--thm-base);
}

.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.1);
	border-bottom: 1px solid rgba(var(--thm-base-rgb), 0.1);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease,
	background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease,
	background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.1);
}

.mobile-nav__container li>ul {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.1);
	padding:0 18px;
}
.mobile-nav__container li>ul li{
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.1);
}
.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	border-color: var(--thm-primary);
	background-color: var(--thm-base);
}

.mobile-nav__container .navigation-box__right {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.side-menu__logo {
	padding-left: 30px;
}

.side-menu__block__copy {
	color: #cccccc;
	font-size: 18px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.side-menu__block__copy a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
	color: var(--thm-base);
}

.side-menu__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.side-menu__social a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	color: var(--thm-base);
}

.side-menu__social a+a {
	margin-left: 19px;
}

/*search*/
.search_wrap{
	position: absolute;
	right:50px;
	margin: 25px;
}
.search_wrap .form-control {
	border-radius: 20px;
	float:right;
	background-color: rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.25);
}
.search_wrap .form-control:focus {

}
.search_icon {
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 3px;
	width:32px;
	height:32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_icon i{
	font-size: 20px;
	color:rgba(255,255,255,0.8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search_icon:hover i{
	font-size: 20px;
	color:rgba(255,255,255,1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*-------------------------------------------------------------- 
 # Search Popup 
 --------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: var(--thm-black);
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form ::-webkit-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::-moz-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form :-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-black);
}

.search-popup__form button[type="submit"] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--thm-black);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
	background-color: var(--thm-base);
	color: #fff;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	height: 50px;
	border-radius: 30px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;

}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color:transparent;
	border:1px solid #ffffff;
	color: #fff;
}

.banner-section {
	position: relative;
}
.banner-section,
.banner-section .carousel-item,
.banner-section .banner_content_wrap,
.banner-section .banner_content_wrap .carousel-item {
	/*height: 500px;*/
}

.banner-section .carousel-item{
	position: relative;

}
.banner-section .carousel-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner-section .carousel-item.active img {
	-webkit-animation-name: slideBgImage;
	animation-name: slideBgImage;
	-webkit-animation-duration: 7000ms;
	animation-duration: 7000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


.banner-section .carousel-caption{
	height:100px;
	right:0;
	bottom:0px;
	left:0;
	padding:50px 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner-section .carousel-caption h5{
	font-size:18px;
	text-align: center;
	color:#ffffff;
}
.banner-section .carousel-indicators{
	bottom:20px;
}
.banner-section .carousel-indicators li{
	border:1px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.9);
	width:20px;
	height:6px;
	border-radius: 15px;
	opacity: 1;
}
.banner-section .carousel-indicators li.active{
	width:30px;
	height:6px;
	background-color:#b70303;
	border:1px solid #b70303;
}


/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/
.site-footer{
	color:#ffffff;
	text-align: center;
	padding-bottom:40px;
	padding-top:40px;
}
.site-footer.bg{
	background-color:#b11e14;
	background-image:   url(../images/bottom-bg2.jpg);
	background-position:bottom ;
	background-repeat: no-repeat;
	background-size: 100%;
}
.inner-container{
	margin-top:20px;
	border-top:1px solid rgba(255,255,255,0.1);
	padding:20px 0;
}
.inner-container p{
	font-size: 14px;
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	background-color:#0055aa ;
}

.page-header .container {
	position: relative;
	text-align: center;
}

.sub-container{
	 position: relative;
	 z-index: 1;
	 margin-top:-300px
 }
.sub-container .container{
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding-top:260px;
}
.sub-right-box{
	padding:0 20px 20px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:90%;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:rgba(183,3,3,0.02);
	background-size:100% ;
	border-bottom: 3px solid rgba(183,3,3,0.5);
	min-height: 300px;
	position: relative;
}

/*side-nav*/
.side-nav{
	padding:0 20px 150px 20px;
}
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
	font-size:16px;
}
.side-nav .nav-item{
	width:100%;
	padding: 5px 0 5px 15px;
	border-bottom:1px dashed rgba(183,3,3,0.2);
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	color:#b70303;
}
.side-nav .nav-item.active a{
	width:100%;
	color:#b70303;
	font-weight: bold;
}

.side-nav .nav-item.active:after,
.side-nav .nav-item:hover::after{
	content: "";
	position: absolute;
	height:30px;
	width:10px;
	background: #b70303;
	left: 10px;
	top:12px;
	opacity: 1;
	transform: translateY(0);

}
.side-nav .nav-item:after{
	content: "";
	position: absolute;
	height:30px;
	width:10px;
	background: #b70303;
	left: 10px;
	bottom:0;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.3s, transform 0.3s;
}


.sidebar-title h3{
	width:100%;
	height:80px;
	line-height: 80px;
	font-size: 24px;
	margin-bottom:20px;
	color:#ffffff;
	text-align: center;
}

.sidebar-title2{
	margin-top:0;
	border-radius: 0;
	padding:15px 20px;
	font-size: 24px;
	color:#ffffff;
	background-color:#b70303;
}
.sidebar-title2 h3{
	font-size:20px;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-title2 h3:after{
	content: "\f036";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 15px;
	position: absolute;
	right: 5px;
	top:5px;
}
/*sub-nav*/
.sub-nav .nav-item{
	color:#888888;
	background: transparent;
}
.sub-nav .nav-item h2{
	margin:0 30px 10px 0;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	text-align: center;
	transition: .5s
}
.sub-nav .nav-item:hover h2 {
	font-size: 20px;

}
.sub-nav .nav-item.active h2 {
	font-size: 20px;
	font-weight: bold;
	background: transparent;
	color:#b70303;
	transition: .5s;
	position: relative;
}
.sub-nav .nav-item.active h2:after{
	content: "";
	position: absolute;
	height:3px;
	background: #b70303;
	width:100%;
	bottom: -12px;
	right: 0;
}



.sub-title{
	margin:10px 30px 10px 0;
	line-height: 30px;
	position: relative;
	text-align: left;

}
.sub-title h2{
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	font-family: f015;
	color:#b70303;
}
.sub-title span{
	display: block;
	font-size: 24px;
	color:rgba(1,96,176,0.1);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left:30px;
	bottom:-6px;
}

/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#333333;
}
.breadcrumb li a:hover{
	color:#b70303;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#999999;
}


/*
block-title styles
*/

.block-title {
	position: relative;
}
.block-title.sub {
	padding:0;
}

.sub .block-title-title {
	padding-right:15px;
}

.sub  .block-title-title h3{
	margin:0;
	font-size: 24px;
	color:#be1804;
	font-weight: bold;
	position: relative;
}
.sub  .block-title-title h3:after{
	content: "";
	width:93px;
	height:5px;
	background: url(../images/title-bg-right.png) no-repeat;
	position: absolute;
	left:124px;
	top:13px;
}
.sub  .block-title-title h3 span{
	color:#fb7a00
}

.block-title.home {
	padding:60px 0;
}

.home .block-title-title {
	padding-right:15px;

}
.home  .block-title-title p{
	font-size: 18px;
	font-weight: 100;
	color:#999999;
	padding:0;
	margin:0;
}
.home  .block-title-title h3{
	margin:0;
	font-size: 48px;
	color:#be1804;
	font-weight: bold;
	background: url(../images/title-bg.png) no-repeat center ;
}
.home  .block-title-title h3 span{
	color:#fb7a00
}
.more {
	margin:0 auto;
	display: block;
	color:#fb7a00;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
.block-title .more {
	position:absolute;
	right:10px;
	top:70px;
}
.block-title .more:after{
	content: "";
	height:2px;
	width:28px;
	background:#fb7a00 ;
	position: absolute;
	left:0;
	bottom:0;
}
.block-title a:hover.more {
	color:#fb7a00 ;
	right:-5px;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}

/*list-media*/
.list-media{
	margin:0;
	padding:0;
}

.list-media li{
	padding:15px 10px;
	border-bottom:1px solid #f2f6fb;
	-webkit-transition: 1s;
	transition: 1s;
}
.list-media li:hover{
	-webkit-transition: 1s;
	transition: 1s;
	transform: scale(1.01);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}
.list-media a{
	color:#060606;
}
.list-media .media-img{
	padding:15px;
}
.list-media .media-body{
	padding:15px;
}
.list-media .title{
	font-size: 17px;
	line-height: 24px;
	color:#060606;
}
.list-media .summary{
	font-size:14px;
	line-height:22px;
	color:#989898;
}
.list-media .time{
	font-size:14px;
	color:#666666;
}

/*list-text*/
.list-text li{
	position: relative;
	padding:15px 0;
	cursor: pointer;
	transition: .5s;
}
.list-text li:hover{
	transform: scale(1.02);
}
.list-text li a{
	display: block;
	width:100%;
}
.list-text li a:hover{
	color:#b70303;
}
.list-text li .time{
	display: block;
	font-size: 16px;
}
.sub-list .list-text{
	position: relative;
}
.sub-list .list-text li{
	padding:14px 0 6px 0;
	position: relative;
	border-bottom:1px solid rgba(183,3,3,0.1);
}
.sub-list .list-text .title{
	width:calc(100% - 100px);
	position: relative;
	padding-left:15px;
	font-size:16px ;
}
.sub-list .list-text li:before{
	content:"";
	position: absolute;
	height:6px;
	width:6px;
	border-radius: 6px;
	left: 0;
	top: 20px;
	background-color:#be1804;
}
.sub-list .list-text li:hover::before{
	content:"";
	position: absolute;
	height:1px;
	width:10px;
	left: 0;
	top: 24px;
	background-color:#be1804;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list .list-text li:hover{
	padding-left:10px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list .list-text li:hover{
	-webkit-transition: 500ms;
	transition: 500ms;
	background:rgba(255,255,255,0.5);
	color:#b70303;
}
.sub-list .list-text .time{
	display: block;
	color:#888888;
	font-size: 12px;
	position: absolute;
	right:10px;
	top:8px;
}





/*card*/
.sub-list.card{
	border: none;
	border-radius: 0;
}
.sub-list.card  .caption {
	background: #ffffff;
	height:80px;
	padding:15px;
	margin-top:-20px;
	position: relative;
	z-index: 11;
	box-shadow: 0 -10px 20px rgba(92,10,0,0.4);
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card .caption .triangle-up {
	display: none;
	position: absolute;
	top:-16px;
	right:15px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #be1804;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card:hover  .caption .triangle-up {
	display: block;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card:hover .caption {
	background: #b70303;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.sub-list.card:hover .caption h3,
.sub-list.card:hover .caption p{
	color:#ffffff;
}
.sub-list.card .caption h3 {
	font-size: 16px;
	color:#333333;
	text-align: left;
	line-height: 150%;
}
.sub-list.card:hover .caption h3 {
	color:#ffffff;
}
.sub-list.card .caption a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;

}
.sub-list.card .caption .desc{

 }
.sub-list.card .caption .time{
	background-color: rgba(183,3,3,0.8);
	color: #ffffff;
	display: block;
	position: absolute;
	padding:6px 10px;
	font-size: 14px;
	top:-30px;
}
.sub-list.card .caption .summary{
	margin: 0 0 0 0;
	padding:0;
	color: #666666;
	line-height: 18px;
	font-size: 12px;
}


.card-image {
	border: 12px solid #ffff;
	overflow: hidden;
	position: relative;
	background-color:#6d6d6d;
	z-index: 10;
}

.card-image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -190%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.3);
	transform: rotate(30deg) scale(1.3);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.card:hover .card-image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/*article*/
.article-box{
	padding:30px 50px;
	background:rgba(255,255,255,0.5);
}
.article .title{
	margin-bottom:30px;
	text-align: left;
}
.article .title h2{
	font-weight: bold;
	font-size: 32px;
	color:#333333;
	margin-bottom:15px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
	border-bottom:1px solid #e5e5e5;
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:10px 15px;
	border-top:1px solid rgba(0,0,0,0.08);
	font-size: 14px;
	text-align: right;
}
.article .more-article a{
	font-size: 14px;
	color:#b70303;
}
.article .more-article a:hover{
	text-decoration: underline;
}
.article p{
	margin-bottom:0;
}
/*article-team*/
.article-team{
	position: relative;
}
.article-team .img{
	width:200px;
	position: absolute;
	top:0;
	right:30px;
	z-index: 100;
}
.article-team .img img{
	width:100%;
}
.article-team .title{
	position: relative;
	text-align: left;
	height:300px;
	padding-top:50px;
}
.article-team .title h2{
	font-size: 24px;
	font-weight: bold;
	color:#b70303;
	padding:20px;
}
.article-team .summary{
	border-left:2px solid rgba(183,3,3,0.3);
	background-color: rgba(183,3,3,0.05);
	padding:20px;
	color:#666666;
}
.article-team p{
	margin-bottom:0;
}
.article-team .summary p{
	padding:0;
	margin:0;
}
.article-team .more-article{
	padding:20px 10px 10px;
	border-top:1px dashed #e1e1e1;
}
.article-team .more-article a{
	font-size: 14px;
	color:#b70303;
}
.article-team .more-article a:hover{
	text-decoration: underline;
}


.section1{
	padding-bottom:40px;
}
.section1 .block-title.home {
	padding:0 0 60px 0;
}
.section1 .block-title .more {
	position:absolute;
	right:10px;
	top:10px;
}
.box-bg1{
	background: #be1804;

}

.section2{
	padding-bottom:80px;
	position: relative;
	background:#fff url(../images/section-bg3.png) no-repeat 400px 0;
}
.section2 .box-bg2{
	background: #be1804 url(../images/section-bg1.jpg) no-repeat;
	width:100%;
	height:400px;
	position: absolute;
	top:0;
	left:0;
}
.section2 .home  .block-title-title h3{
	color:#ffffff;
}
.section2 .more{
	color:#ffffff;
}
.section2 .block-title .more:after{
	background:#ffffff;
}

.section3{
	padding-bottom:0;
	background: #ffffff;
}

.box-s1{
	border: 1px solid #f6ddc8;
	background: #fdf7ef;
}
.box-s1 .block-title{
	padding:15px;
	background: linear-gradient(to right, #fdf7ef, #fecaa6,#fdf7ef);
}
.box-s1 .block-title .block-title-title h3{
	font-size: 36px;
}
.box-s1 .more{
	top:15px;
}
.box-s1 .list-text{
}
.box-s1 .list-text li{
	padding:0;
	position: relative;

}
.box-s1 .list-text .title{
	position: relative;
	font-size:18px ;
	border-bottom:1px dashed #edbbb5;
	width:95%;
	padding:15px 0 0 20px;
}
.box-s1 .list-text li:before{
	content:"";
	position: absolute;
	height:6px;
	width:6px;
	border-radius: 6px;
	left: 0;
	top: 24px;
	background-color:#be1804;
}
.box-s1 .list-text li:hover::before{
	content:"";
	position: absolute;
	height:1px;
	width:10px;
	left: 0;
	top: 24px;
	background-color:#b70303;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.box-s1 .list-text li:hover{
	padding-left:10px;
	-webkit-transition: 500ms;
	transition: 500ms;
	color:#b70303;
}

.box-s1 .list-text .time{
	display: block;
	color:#888888;
	font-size: 12px;
	position: absolute;
	right:10px;
	top:8px;
}
.section4{
	padding-bottom:100px;
	background-image: url(../images/section-bg2.jpg);
	background-size: 100%;
	background-position: bottom center;
}
.section5{
	padding-top: 40px;
	padding-bottom:20px;
}
.section5 .box-s1{
	background: #ffffff;
}
/* fengcai */
#fengcai{position:relative; max-width:100%; margin:auto; z-index:1;}
#fengcai .swiper-slide{width:50%;}
#fengcai .swiper-slide a{width:100%;}
#fengcai .swiper-slide .image{width:100%;height:0px;padding-top:56.25%;background-size:cover;background-position: center;}
#fengcai .swiper-slide .text{
	position:absolute; left:0;bottom:0; width:100%;height:60px;padding:10px;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
}
#fengcai .swiper-slide .text p{ float:left;color:#FFF;padding-top:15px; font-size:16px;width:calc(100% - 100px);overflow:hidden;text-overflow:ellipsis;white-space: nowrap; font-weight:bold;}
#fengcai .swiper-slide .text span{float:right;color:#FFF;padding-top:17px;}

#fengcai .swiper-pagination { margin: 20px auto;left: 0;right: 0; text-align:center;}
#fengcai .swiper-pagination span{margin: 0 5px;padding:5px;}
#fengcai .swiper-pagination span.swiper-pagination-bullet-active{ background:#be1804 !important}
.section6{
	padding-bottom:80px;
}

.video-card{
	border: none;
	border-radius: 0;
}
.video-card .caption{
	position: absolute;
	bottom:0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,1));
	padding:15px;
}
.video-card .caption .title{
	margin:0;
	color:#ffffff;
	font-size: 16px;
	position: relative;
	padding-left:40px;
}
.video-card .caption .title .icon-play{
	position: absolute;
	left:0;
	top:-5px;
	width:30px;
	height:30px;
	background: url(../images/icon-play.png);
}
/*news-slide*/
.news-slide{
	margin:-20px 20px 40px 20px;
}
.news-slide .carousel-inner{
	padding-bottom:40px;
}
.news-slide .carousel-item{
	position: relative;
}

.news-slide .carousel-indicators{
	bottom:-10px;
	justify-content:flex-end;
	margin-right:0;
}
.news-slide .carousel-indicators li{
	border:1px solid rgba(0,0,0,0);
	background: rgba(255,255,255,0.6);
	width:20px;
	height:3px;
	border-radius: 15px;
	opacity: 1;
}
.news-slide .carousel-indicators li.active{
	width:30px;
	height:3px;
	background-color:#fb7a00;
	border:1px solid #fb7a00;
}

.news-slide .carousel-caption{
	height:80px;
	width:100%;
	left:0;
	bottom:-80px;
	z-index:100;
}
.news-slide .carousel-caption h5{
	font-weight: bold;
	font-size:16px;
	text-align: left;
	color:#ffffff;
}
.news-slide .carousel-caption p{
	margin-top:10px;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	color:#a0c4ec;
}
/*news-list*/
.news-list{
	padding:20px 20px 0 0;
}
.news-list ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
	border-bottom:1px dashed rgba(255,255,255,0.5);
	padding:20px 20px 20px 0;
	height:100px;
}
.news-list ul li .title{
	padding-left:20px;
	font-size: 18px;
	line-height: 150%;
	color: #ffffff;
	transition: .5s;
}

.news-list  ul li.cur .title{
	color: #ffffff;
}
.news-list  ul li.cur .time{
	color: #ffffff;
}
.news-list  ul li .time{
	font-size: 12px;
	color: #666666;
}
.news-list  ul li.cur .media-body{
	border-left:1px solid #fb7900;
}


.news-list  ul li:after {
	background:rgba(183,3,3,0.02) no-repeat center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
}

.news-list  ul li.cur:after {
	width: 100%;
	transition: .5s;
	border-left:none;
}

/*list-team*/
.list-team{
	padding-left: 0;
	padding-right: 0;
}
.list-team .item {
	position: relative;
	padding:20px ;
	margin-bottom:50px;
}
.list-team  .caption {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	width: calc(100% - 20px);
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 500ms;
	transition: 500ms;
	z-index: 11;
}
.list-team .item:hover .caption,
.list-team .caption:hover {
	background-color:#b70303;
	color:#ffffff;
}
.list-team .caption h3 {
	color: #b70303;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
}
.list-team .item:hover .caption h3,
.list-team .caption:hover h3 {
	color: #fff;
}
.list-team .caption p {
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.list-team .item:hover .caption p,
.list-team .caption:hover p {
	color: #fff;
}
.list-team  .image {
	overflow: hidden;
	position: relative;
	background-color: #6a6a6a;
}
.list-team .image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}
.list-team .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.list-team .image>img {
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.list-team1 .media{
	margin-bottom:20px;
}
.list-team1 .item {
	position: relative;
	padding:15px ;
	background-color: #fffafa;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
	border: 1px solid #ffefef;
}

.list-team1 .item:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 1s;
	transition: 1s;
}
.list-team1 .image{
	width:150px;
	overflow: hidden;
	position: relative;
	margin-right:20px;
}
.list-team1 .image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}
.list-team1 .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.list-team1 p{
	font-size: 14px;
	color:#333333;
	padding:0!important;
	margin-bottom:10px!important;
	line-height: 22px;
}
.list-team1 .media-body{
}
.list-team1 .btn-info{
	position: absolute;
	right:15px;
	bottom:20px;
	font-size:14px;
	display:block;
	width:80px;
	padding:3px 0;
	text-align:center;
	background:transparent;
	border:1px dashed transparent;
	color:rgba(183,3,3,0.5);
	-webkit-transition: 1s;
	transition: 1s;
}
.list-team1 .item:hover .btn-info{
	background:transparent;
	color:#b70303;
	border:1px dashed transparent;
	right:10px;
	-webkit-transition: 1s;
	transition: 1s;
}

.list-leader .media{
	margin-bottom:20px;
}
.list-leader .item {
	position: relative;
	padding:15px ;
	background-color: #fffafa;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
	border: 1px solid #ffefef;
}
.list-leader .item:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 1s;
	transition: 1s;
}
.list-leader .image{
	width:180px;
	overflow: hidden;
	position: relative;
	margin-right:15px;
}
.list-leader .image::after{
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}
.list-leader .item:hover .image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.list-leader h3{
	font-size: 20px;
	border-bottom:2px solid rgba(183,3,3,0.1);
	padding:20px 0;
}
.list-leader p{
	font-size: 13px;
	color:#666666;
	padding:0!important;
	margin-bottom:8px!important;
	line-height: 20px;
}

/* experiment-pic */
.experiment-pic-content{
	background: #be1804;
	height:80px;
	padding:15px;
	margin-top:-15px;
	position: relative;
	z-index: 11;
	box-shadow: 0 -10px 20px rgba(92,10,0,0.4);
}

.experiment-pic-content .triangle-up {
	position: absolute;
	top:-30px;
	right:40px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #be1804;
}
.experiment-pic-content h3 {
	font-size: 18px;
	color:#ffffff;
	text-align: left;
	line-height: 150%;
}

.experiment-pic-content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}


.experiment-pic-content span {
	font-size: 16px;
	color: var(--thm-base);
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.experiment-pic-content p {
	margin: 0;
	color: #848484;
	font-size: 14px;
	line-height: 28px;
}

.experiment-pic-image {
	border: 15px solid #ffff;
	overflow: hidden;
	position: relative;
	background-color:#6d6d6d;
	z-index: 10;
}

.experiment-pic-image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -190%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.3);
	transform: rotate(30deg) scale(1.3);
	background: -webkit-gradient(linear,
	left top, right top,
	color-stop(50%, rgba(255, 255, 255, 0)),
	to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0.7) 100%);
}

.experiment-pic-single:hover .experiment-pic-image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(1){
	position: absolute;
	right:-80px;
	bottom:60%;
}
.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2){
	position: absolute;
	left:-80px;
	bottom:60%;
}
.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	border-radius: 30px;
	background:rgba(255,255,255,0);
	opacity: 80%;
	color:#ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(183,3,3,0);
	opacity: 1;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	color:rgba(255,255,255,0.9);
	font-size: 40px;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.experiment-pic-carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: "\f104";
}

