@font-face {
    font-family: 'frutigernext';
    src: url('../fonts/lt_54361.eot') format('embedded-opentype'),
	url('../fonts/lt_54361.svg') format('svg');
}
a:hover, a:focus {
    text-decoration: none;
}
body{
	position: relative;
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
	background-color:#f5f7f9;
}
#header{	
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
.home-banner{
	width:100%;
	height:60vw;
	max-height:100vh;
	
}

.home-banner-menu{
	position:absolute;
	bottom:10px;
	left:50px;
	z-index:99;
	color:#fff;
	font-weight: bold;
}
#navbar-collapse a:hover{
	text-shadow: 
    0 0 2px #fff,        /* 白色，轻微的模糊 */
    0 0 4px #fff,       /* 白色，更明显的模糊 */
    0 0 6px #333,   /* 粉红色，更强的模糊 */
    0 0 8px #333,   /* 粉红色，非常强的模糊 */
    0 0 10px #333,   /* 粉红色，非常强的模糊 */
    0 0 12px #333,   /* 粉红色，非常强的模糊 */
    0 0 14px #333 !important;   /* 粉红色，非常强的模糊 */
}
.home-banner-menu-title{
	cursor: pointer;
}
.home-banner-menu-title-active{
	box-shadow: 97px 0px 0px -92px #f8f5f5 inset;
}
.navbar-mobile{
	display:none;
}
.menu-li{
	padding: 20px 20px 0px 30px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #c7c7c700;
    border-radius: 0px;
}
@media (max-width: 1200px) {
	#header .logo img{
		width: 80%;
	}
	body{
		font-size:14px;
	}
	.menu-li{
		padding: 10px 10px 0px 10px;
	}
}
@media (max-width: 767.98px) {
	.home-banner-menu{
		left:0;
	}
	.navbar-mobile{
		display:block;
	}
	#header .logo img{
		width: 70%;
	}
	#navbar-collapse{
		background-color: #333;
		    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.navbar-pc{
		padding:0.5rem;
	}
	.search-block .form-control {
		font-size: 2rem !important;
	}
}
.menu-li:hover{
	border-color: #fff;
}

.menu-li-div{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index: 999;
	overflow: hidden;
	display:none;
}
.menu-li:hover>.menu-li-div{
	display:block;
}
.menu-li-div>div{
	position: relative;
	color:#fff;
}
.menu-li-div>div::before {
  content: "";
  /* 绝对定位铺满容器 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#000;
  filter: brightness( 70% ) contrast( 182% ) saturate( 100% ) blur( 3px ) hue-rotate( 0deg );
  /* 背景图片 */
  background-image: url('../img/meng-bg1.png');
  background-repeat: repeat;
  /* 仅背景图透明（0.2=20%不透明度，可调整） */
  opacity: 0.9;
  /* 伪元素置于底层，避免遮挡子元素 */
  z-index: -1;
  border-block-start-width: 0;
  border-inline-end-width: 0;
  border-block-end-width: 0;
  border-inline-start-width:0;
}
.menu-div .navs-item{
	display: inline-flex;
    justify-content: center;
}
.menu-li-div.pro .nav-link img{
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-li-div.pro .nav-link:hover img{
	transform: scale(1.02);
}
.menu-div{
	list-style: none;
}
.nav-search,#fa-lang{
	color:#fff;
	cursor: pointer;
}
#header .navbar-collapse .nav-link{
	color:#fff;
}
.search-block{
	transition: .3s;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0,0,0,.8);
	display: flex;
	
	
	overflow: hidden;
    opacity: 0;
    transform: scale(0);
}
.search-show{
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
	transition: .3s;
	opacity: 1;
	transform: none;
}
.search-form{
	flex:1;
}
.search-block .form-control{
	font-size: 50px;
    text-align: center;
    border: solid #fff;
    border-width: 0 0 1px;
    line-height: 1.5;
    color: #fff;
	margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    min-width: 0
}
.search-block .form-control:focus {
    outline: 0;
    color: inherit;
	box-shadow: none;
	color: #fff;
}
.home-p{
	overflow: hidden;
}
.home-p .pros-h{
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	background: hsla(0, 0%, 0%, 0.5);
	display:none;
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-p .pros>div{
	position: relative;
	overflow:hidden;
}
.home-p .pros>div:hover .pros-h{
	display:block;
}
.home-p .pros img{
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-p .pros>div:hover img{
	transform: scale(1.02);
}
.footer{
	background-color:#333333;
	color:#fff;
}
.footer a{
	color:#fff;
}
.footer .footer-social a{
	color:#fff;
	
}
.footer .footer-social .iconfont{
	font-size:1.2rem;
	padding:1rem;
	border-radius: 50%;
}
.footer .footer-social .iconfont.icon-facebook{
	background-color:#3b5998;
}
.footer .footer-social .iconfont.icon-tuite{
	background-color:#000;
}
.footer .footer-social .iconfont.icon-youtube{
	background-color:#cd201f;
}
.footer .footer-social .iconfont.icon-vk{
	background-color:#45668e;
}
.footer .footer-social .iconfont.icon-linkedin{
	background-color:#0570a7;
}
.footer .footer-social .iconfont.icon-tiktok{
	background-color:#000;
}
#back-to-top{
	background-color: #fff;
    border-radius: 8px;
	bottom: 20px;
	right: 40px;
    top: auto;
    z-index: 10;
	display: none;
	cursor: pointer;
	position: fixed!important;
	opacity: 0.8;
}
.follow-right{
	position:fixed;
	top:40%;
	right:0;
	z-index:102;
	display:flex;
}
.follow-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.follow-right ul li {
    position: relative;
    width: 53px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
}
.follow-right ul li.a{
	padding-bottom: 49px;
    padding-top: 42px;
    display: block;
	border-top-left-radius: 10px;
	background-color: #7761DF;
}
.follow-right ul li.a span{	
    color: #FFFFFF;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    font-size: 12px;
    padding: 18px 10px 10px;
    width: 144px;
    height: 53px;
    line-height: 1.2;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;
    box-shadow: -3px 0 6px rgb(0 0 0 / 16%);
	text-align: center;
}
.follow-right ul li.a .span{
	border-radius: 10px 0 0 10px;
	-webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%;
	float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
	white-space: nowrap;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
	
	min-width: 400px;
    max-width: 100%;
	color:#333;
	background-color: #ffffff;
}
.follow-right ul li.b{
	background: rgb(38, 211, 103);
    border-bottom-left-radius: 10px;
	width: 53px;
    height: 53px;
    color: #fff;
    float: left;
    position: relative;
    text-align: center;
    font-size: 17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    flex-wrap: wrap;
    text-decoration: none;
}
.follow-right ul li.b .span{
	background: #26D367;
	border-radius: 10px 0 0 10px;
	-webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%;
	float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
	height:100%;
	white-space: nowrap;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.follow-right ul li.b .span a{
	color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 137px;
    height: 100%;
    padding-top: 19px;
    padding-right: 10px;
    padding-left: 13px;
}
.follow-right ul li:hover{
	border-radius:0;
}
.follow-right ul li:hover .span{
	-webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
}
.pages-div span,.pages-div a{
	padding:0.6rem;
}
.pages-div .pagination{
	justify-content: center;
}
.pages-div li.active{
	background-color: #FFB601;
}
.pages-div li.disabled{
	color: #6c757d;
	cursor: not-allowed;
}