/*@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-regular.eot);
src: url(../fonts/hinted-akrobat-regular.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-regular.woff) format('woff'),
url(../fonts/hinted-akrobat-regular.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-bold.eot);
src: url(../fonts/hinted-akrobat-bold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-bold.woff) format('woff'),
url(../fonts/hinted-akrobat-bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-semibold.eot);
src: url(../fonts/hinted-akrobat-semibold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-semibold.woff) format('woff'),
url(../fonts/hinted-akrobat-semibold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-extrabold.eot);
src: url(../fonts/hinted-akrobat-extrabold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-extrabold.woff) format('woff'),
url(../fonts/hinted-akrobat-extrabold.ttf) format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-black.eot);
src: url(../fonts/hinted-akrobat-black.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-black.woff) format('woff'),
url(../fonts/hinted-akrobat-black.ttf) format('truetype');
font-weight: 900;
font-style: normal;
}*/

* { margin: 0; padding: 0;}
body {  /*font-size: 12px;*/  /*font-family:"Akrobat", Arial, Helvetica, sans-serif!important;*/}
#LRdiv0 { display: none !important;}
img { max-width: 100%;}
button,input{ border:none; margin:0; padding:0;}
ul {list-style: none;}
a {	color: #333; text-decoration: none;}
a:hover { /*text-decoration: underline;*/}
.header {
	width: 100%;
	min-height: 900px;
	background: url(../images/bannerbj.png) center center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
.nav-bg {
	background: #fff;
	position: relative;
	width: 100%;
	z-index: 999;
	backdrop-filter: blur(6px);
}
.navFixed {
	position: fixed;
}
.nav {
	max-width: 1400px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: 0.3s background;
	-moz-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
}
.nav:before, .nav:after {
	display: none;
}
.fl{ float:left; }
.fr{ float:right; }
.logo { width: auto; height: 50px;}
.line {
	position: absolute;
	bottom: 0px;
	max-width: 100%;
}
.navContent {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 100%;
}
.navContent>a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	line-height: 30px;
	padding: 10px;
	justify-content: center;
}
.navContent>div{ position:relative; padding-right:30px}
.navContent svg{position:absolute; right:0; top:39px; }
.navContent a {	font-size: 20px;}
.navContent>a, .navContent>div>a { height: 100%; display: flex; align-items: center; color: #111;}

.navContent>div.active>a,.navContent>div.active>svg,.navContent>a.active,.navContent>a:hover,.navContent>div:hover>a,.navContent>div:hover svg{ color:#f51f1f !important}
.navContent>div:hover + section { /*display: block!important;*/ visibility: visible!important; width: 100%; }
.navContent>div ~ section:hover {
	/*display: block!important;*/
	visibility: visible!important;
}
.navContent>section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	background: #fff; /* padding: 0 10%; */
	box-shadow:var(--kb-nav-dropdown-box-shadow, 0 2px 13px 0 rgba(0, 0, 0, 0.2))
}
.navContent>section>ul {
	display: flex;
	justify-content: space-evenly;
	max-width: 1400px; max-height: 460px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; overflow-y: auto;
}
.navContent>section>ul>li{ width:23%; margin:0 1%;}
.navContent>section>ul>li>a { display: block;
	text-align: left; overflow: hidden; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #eee;
	position: relative;
	align-items: center;
}
.navContent>section>ul>li>a .dao-l{ float:left; width:25%; height:auto; }
.navContent>section>ul>li>a .dao-r{ float:right; width:70%; height:auto; }
.navContent>section>ul>li>a .dao-r strong{ font-size:17px; margin-bottom:6px; display:block; }
.navContent>section>ul>li>a .dao-r p{ color:#888; font-size:14px;}
.navContent>section>ul>li a:hover {}
.navContent>section>ul>li>ul{ width:100%;}
.navContent>section>ul>li>ul li{ float:left; width:50%; padding:0 3%; margin-bottom:5%; box-sizing: border-box; }

.navContent>section>ul>li>ul li a {
 font-size: .1443rem!important;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.navContent>section>ul>li>ul li a img{ max-width:100%;}
.navContent>section>ul>li>ul li a p{ font-size:12px; padding:10px 0; }
.navContent div {
	border: none;
	background: transparent;
	outline: none;
	color: #111;
	position: relative;
	height: 100%; 
}
.navContent div ul {
	width: 300%;
	/*display: none;*/
box-shadow: var(--kb-nav-dropdown-box-shadow, 0 2px 13px 0 rgba(0, 0, 0, 0.2));
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}
.navContent div ul li {
	list-style: none;
	margin-top: 5px;
}
.navContent div ul li {
	margin-top: 0 !important;
}
.navContent div li a {
	color: #1a1a1a;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 16px;
	background: #fff !important;
	display: block;
	line-height: 30px;
	padding: 10px; }
.navContent div li a:hover {background: #f2f2f2 !important; color:#f51f1f !important;}
.banner{ z-index:-10}

.homes {
	width: fit-content;
	height: 2px;
	background: #15d0b5;
	position: absolute;
	bottom: 15px;
}
.navContent div:hover ul {
	visibility: visible!important;
}

.nav .baojia{ background:#f51f1f; color:#fff !important; padding:0 25px; font:14px/35px 'Arial'; border-radius:20px; font-weight:bold;}
.nav .search{float: left;position: relative;padding: 32px 0; margin-left: 20px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.nav .search ._t{width: 35px; height:35px; background: #f51f1f; border-radius: 100%;cursor: pointer;}
.nav .search ._t img{ max-width: 100%; margin:1px 0 0 1px; display: block; align-items: center;}
.nav .search ._b{width: 600px; background: #fff;position: absolute;right: 0;top: 100%; border-radius: 6px; overflow: hidden; box-shadow: 0 0 30px rgba(0,0,0,0.1);display: none;}
/*20221108start*/
.nav .search ._b img{content: "";display: block;width: 50px;height: 50px;position: absolute;right: 10px;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
/*20221108end*/
.nav .search ._b input{width: 90%;height: 50px;padding: 0 16px;font-size: 16px;color: #555; }
.nav .search ._b button{ float: right; width: 50px; height: 50px; background: url(../images/h55.png) no-repeat center center; }

/*yy切换*/
.nav .yyqh{float: left; margin: 37px 0 37px 12px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.nav .yyqh a{display: block; font-size: 14px; color: #fff !important;line-height: 35px;width: 35px;background: #f51f1f;border-radius: 100%;text-align: center;}
.nav .yyqh .a1{display: none;}
.nav .yyqh.on .a1{display: block;}
.nav .yyqh.on .a2{display: none;}


.call {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 21px;
	overflow: hidden;
}
.call .iconwhatsapp {
	display: flex;
	height: 40px;
	align-items: center;
	padding: 0 18px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
}
.topr {
	display: flex;
	align-items: center;
	justify-content: center;
}
.phone {
}
.ponuy {
	font-size: 20px;
}
.ponuz {
	color: #04cdae;
	font-size: 22px;
	padding: 0 10px;
}
.iconn {
	font-size: 22px;
	color: #ddc05a;
}
.all-container {
	position: relative;
}
.all-container .text-img-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.all-container .text-img-top .left-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 60%;
	width: 60%;
}
.all-container .text-img-top .left-text .detail {
	margin-top: 15px;
	margin-bottom: 15px;
}
.all-container .titles {
	position: relative;
}
.all-container .titles span {
	margin-left: 55px;
	font-size: 24px;
	font-weight: bold;
}
.all-container .titles h2 {
	margin-left: 55px;
	font-size: 24px;
	font-weight: bold;
}
.all-container .titles:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 9px;
	border: 4px solid #1cd2b6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.all-container .titles:after {
	content: "";
	width: 30px;
	height: 3px;
	background: linear-gradient(to right, #1cd2b6, #fff);
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.all-container .detail {
	line-height: 2;
	margin-left: 50px;
}
.all-container .img-two {
	display: flex;
	margin-left: 50px;
	gap: 20px;
}
.all-container .img-two img {
	max-width: calc((100% - 20px) / 2);
}
.all-container .text-img-top .right-img-con{ width:40%; }
.all-container .text-img-top .right-img {  padding: 1%;	position: relative;/* flex-basis: 45%; */ box-sizing:border-box;}
.all-container .text-img-top .right-img img { position: relative; z-index: 2; max-width: 98.5%; height: auto!important; margin-bottom: 2%;}
.all-container .text-img-top .right-img img:nth-child(3),.all-container .text-img-top .right-img img:nth-child(4),.all-container .text-img-top .right-img img:nth-child(6),.all-container .text-img-top .right-img img:nth-child(7){ width: 48%; float:left; }
.all-container .text-img-top .right-img img:nth-child(2){ margin-top:2%; }
.all-container .text-img-top .right-img img:nth-child(4),.all-container .text-img-top .right-img img:nth-child(7){ margin-left:2%; }
.all-container .text-img-top .right-img .bgs {
	position: absolute;
	width: 100%;
	height: 100%;  padding: 1%;
	background: linear-gradient(to bottom, #f51f1f, #fff);
	transform: translateX(-10px);
	border-radius: 15px;
}
.all-container .text-bottom {
	margin-top: 30px;
}
.all-container .text-bottom .titles:after {
	background: linear-gradient(to bottom, #f51f1f, #fff);
	width: 2px;
	height: 200px;
	top: 122px;
	left: 8px;
}
.all-container .text-bottom .detail p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0!important;
}
.all-container .text-bottom .detail p span {
	margin-left: 45px !important;
}
.all-container .text-bottom .detail p:before {
	content: "";
	background: url(../images/smallicon.png) no-repeat;
	position: absolute;
	left: 0;
	width: 37px;
	height: 36px;
}
.shape {
	position: relative;
}
.shape img {
	width: 100%;
}
.shape a {
	display: block;
	position: absolute;
	width: 163px;
	height: 40px;
	background-color: #f51f1f;
	border-radius: 20px;
	right: 15%;
	line-height: 40px;
	text-align: center;
	top: -5px;
	font-weight: bold;
	transition: all 0.5s ease;
	z-index: 50;
}
.shape a:after {
	content: "";
	background: url(../images/click.png) no-repeat;
	width: 30px;
	height: 29px;
	position: absolute;
	top: 24px;
	right: 5px;
	transition: all 0.5s ease;
}
.shape a:hover:after {
	right: calc(50% - 30px);
	transition: translateX(-50%);
}
.nav svg.icon {
	display: none;
}
.mobile-nav {
	display: none;
	padding: 30px;
	overflow-y: auto;
}
.mobile-nav a {
	padding: 10px 0;
	line-height: 2;
	position: relative;
}
.mobile-nav div {
	padding: 10px 0;
	line-height: 2;
}
.mobile-nav section {
	padding:0 0 15px 15px;
}
.mobile-nav section li {
	line-height: 2;
}
.mobile-nav section a {
	padding: 10px 0;
	line-height: 1;
}
p, h3 {
	margin: 0!important;
}
 @media (max-width:1200px) {
.ponuy {
	font-size: 16px;
}
.ponuz {
	font-size: 18px;
}
}
@media screen and (max-width: 1080px) {
.line {
	width: 800px;
}
.nav svg.icon {	display: block;	margin-right: 10px; background:#f51f1f; text-align:center; border-radius:1px; padding:8px; box-sizing:border-box; }
.navContent { display: none;}
.navToggle {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.85);
	width: 60%;
	z-index: 9999;
	width: 90%;
	height: 100vh;
}
.navToggle a {
	color: #ffffff;
}
.navToggle:before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
}
.mobile-nav svg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
}
 @media (max-width:768px) {
* {	font-size: 14px;}
#LRdiv0 { display: block!important;}
.logo{ max-height:40px;}
.floating_ck {	display: none;}
.nav{ height:80px;}
.nav a.fl{ margin:0 15px;}
.nav .search,.nav .yyqh{ margin-left:0; margin-right:3px; }
.nav .baojia{ padding:0 5px; display:none; }
.desc .htitle{ font-size:26px !important;}
.home_prolist_ul li{ width:50% !important; }
.home_prolist_ul h3 a{ font-size:16px !important; padding:10px 0 !important;}
.all-container .text-img-top .left-text { flex-basis: 100%;	width: 100%;}
.all-container .text-img-top .right-img-con{ width:100%;}

}
 @media (max-width:500px) {
.shape {
	margin-bottom: 70px;
}
.call {
	display: none;
}
}
