.iban_box {
	width: 82%;
	height: 100%;
	position: relative;

	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 30px 150px 30px 30px;
	background-color: #fff; */

	/* background: url(../images/iborder.png); */
	background-repeat: no-repeat;
	background-size: cover;
}

.iban_boximg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.iban_boximg img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.iban_des {
	width: 100%;
	height: 100%;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	position: relative;
	z-index: 99;
}

.iban_box .iban_i {
	width: 60px;
	height: 70px;
	border-radius: 10px;
	background-color: #308cd6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.iban_box .iban_i img {
	width: 46px;
}

.iban_p {
	padding: 0 5px;
}

.iban_p h6 {
	font-size: 32px;
	font-weight: bold;
	color: #308cd6;
	line-height: 1;
	margin-bottom: 15px;
}

.iban_p p {
	font-size: 17px;
	font-weight: bold;
	color: #308cd6;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
}

.ibanBox:nth-child(1) .iban_box {
	/* background: url(../images/iborder2.png); */
	background-repeat: no-repeat;
	background-size: cover;

	/* background-color: #308cd6; */
}

.ibanBox:nth-child(1) .iban_box .iban_i {
	width: 60px;
	height: 70px;
	border-radius: 10px;
	background-color: #fff;
}

.ibanBox:nth-child(1) .iban_box .iban_p h6,
.ibanBox:nth-child(1) .iban_box .iban_p p {
	color: #fff;
}

.ibanner_adva {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	z-index: 999;

	/* overflow: hidden; */
}


.banner .swiper-wrapper {
    padding-bottom: 3px;
}


/* index_about */
.index_about {
	padding: 200px 0;
}

.index_about .container {
	max-width: 1660px !important;
}

.iabout_limg {
	display: block;
	position: relative;
	margin-top: 45px;

	/* width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 74%; */
}

.iabout_limg img {
	width: calc(100% - 40px);
	position: relative;
	object-fit: cover;
	transition: all 0.35s ease;
	border-radius: 130px;
	transform: translate(40px, -45px);
	transition: all ease 0.5s;
	z-index: 999;

	/* vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0; */
}

.iabout_lbg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	height: 100%;
	border-radius: 130px;
	background-color: #97c5ea;
}

.index_about .row:hover img {
	transition: all ease 0.5s;
	transform: translate(0, 0);
}

.iabout_right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 4%;
}

.iabout_title h6 {
	font-size: 24px;
	line-height: 1;
	color: #616161;
	margin-bottom: 20px;
}

.index_title {
	position: relative;
	display: inline-block;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	margin-bottom: 18px;
	z-index: 9;
}

.index_title::before {
	position: absolute;
	content: '';
	right: -8px;
	bottom: -0px;
	left: auto;
	top: auto;
	width: 80px;
	height: 14px;
	background-color: #308cd6;
	z-index: -1;
}

.iabout_title span {
	display: block;
	width: 340px;
	height: 3px;
	background-color: #c7c7c7;
}

.iabout_right p {
	margin: 55px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #636363;

	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* word-wrap: break-word;
	word-break: break-all; */
}

.iabout_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 3px;
	border: 2px solid #308cd6;
	background: #308cd6;
	line-height: 26px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transform: translateY(0);
	transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
	position: relative;
}

.iabout_btn a:hover {
	color: #308cd6;
	transition: all .5s ease;
}

.iabout_btn a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background: #fff;
	border: 1px solid #fff;
	z-index: -1;
	transition: all .5s ease;
	opacity: 0;
	border-radius: 3px;
}

.iabout_btn a:hover::after {
	width: 95%;
	opacity: 1;
}


/* index_product */
.index_product {
	overflow: hidden;
}

.ipro_top {
	padding-bottom: 120px;
}

.iproTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 120px;
}

.ipro_left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-left: 10%;
}

.ipro_lDes h6 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 30px;
	z-index: 9;
}

.ipro_lDes h6::before {
	position: absolute;
	content: '';
	right: 40%;
	bottom: -0px;
	left: auto;
	top: auto;
	width: 80px;
	height: 14px;
	background-color: #308cd6;
	z-index: -1;
}

.ipro_lDes p {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;

}

.ipro_lBtn a:nth-child(1) {
	margin-bottom: 18px;
}

.ipro_lBtn a {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	padding: 15px 22px;
	line-height: 25px;
	border: 1.5px solid #cccccc;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-size: 18px;
	color: #4b4b4b;
	transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
	transform: translateY(0);
	position: relative;
}

.ipro_lBtn a i {
	font-size: 16px;
	font-weight: bold;
	color: #4b4b4b;
}


.ipro_lBtn a:hover {
	color: #fff;
	transition: all .5s ease;
	border: 1.5px solid #308cd6;
}

.ipro_lBtn a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background: #308cd6;
	z-index: -1;
	transition: all .5s ease;
	opacity: 0;
}

.ipro_lBtn a:hover::after {
	width: 95%;
	opacity: 1;
}

.ipro_lBtn a:hover i {
	color: #fff;
}

.ipro_rImg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 57%;
}

.ipro_rImg img {
	width: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
}

.ipro_bot {
	padding-bottom: 130px;
}

.ipro_bNav {
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: flex;
	align-items: stretch;
	height: 100%;
	margin-bottom: 34px;
	background-color: #308cd6;
}

.ipro_bNav a {
	flex: 1;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transition: all ease 0.3s;
}

.ipro_bNav a:nth-child(1) {
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

.ipro_bNav a:nth-last-child(1) {
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

.ipro_bNav a.active {
	background-color: #fff;
	color: #308cd6;
	transform: scale(1.05);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ipro_bNav a:hover {
	background-color: #fff;
	color: #308cd6;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.product_tab_main {
	position: relative;
}

.productSwiper {
	padding: 10px;
	max-width: 1520px !important;
	margin: 0 auto !important;
	position: static !important;
	padding-bottom: 70px;
}

.iproSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexproductwrapper {
	margin-bottom: 15px;
	border-radius: 9px;
	background-color: #f0f0f0;
	width: 100%;
	position: relative;
	transition: all ease 0.3s;
	cursor: pointer;
}

.indexproductwrapper_box {
	border-radius: 9px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.indexproductwrapper_bg {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
	position: absolute;
	width: 100%;
	height: 0%;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	/* display: none; */
	opacity: 0;
	border-radius: 9px;
	transition: all ease 0.3s;
}

.indexproductwrapper:hover .indexproductwrapper_bg {
	/* display: block; */
	opacity: 1;
	transition: all ease 0.3s;
	top: 0;
	height: 100%;
}

.indexproductwrapper_tit h2 {
	padding: 15px 12px 20px;
	text-align: center;
	background-color: #308cd6;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.indexproductwrapper_tit h2 p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;

}

.swiperbtns {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 115%;
	z-index: 1;
}

.productSwiper .swiper-button-next {
	right: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
	position: absolute;
	color: #308cd6;
	border-radius: 50%;
	transition: all ease 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.productSwiper .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
	position: absolute;
	color: #308cd6;
	border-radius: 50%;
	transition: all ease 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.productSwiper .swiper-button-prev {
	line-height: 50px;
	text-align: center;
	color: #308cd6;
}

.productSwiper .swiper-button-next::after,
.productSwiper .swiper-button-prev::after {
	font-size: 18px;
}

.productSwiper .swiper-button-prev:hover,
.productSwiper .swiper-button-next:hover {
	background-color: #308cd6;
	color: #fff;
	transition: all ease 0.3s;
}

.productSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.productSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px !important;
}

.productSwiper .swiper-pagination-bullet-active {
	background-color: #308cd6;
}


/* index_news */
.index_news {
	padding-bottom: 150px;
}

.inewsTitle {
	margin-bottom: 130px;
}

.inewsTitle h6 {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	color: #000000;
	z-index: 9;
}

.inewsTitle h6::before {
	position: absolute;
	content: '';
	right: 40%;
	bottom: -0px;
	left: auto;
	top: auto;
	width: 80px;
	height: 14px;
	background-color: #308cd6;
	z-index: -1;
}

.inewstop {
	background: url(../images/inbg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}


.inewsSwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 70px;
	position: relative;
}

.inewsSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);

}

.inewsSwiper .swiper-slide-active,
.inewsSwiper .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 99;
}

.inewsSwiper .swiper-slide-next {
	margin-right: -35px;
}

.inewsSwiper .swiper-slide.aaa {
	margin-left: 35px !important;
	margin-right: -50px !important;
}

.inewsSwiper .swiper-slide-next+.swiper-slide {
	margin-left: -28px !important;
	margin-right: 10px !important;
}

.inewsSwiper .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
	position: absolute;
	color: #308cd6;
	border-radius: 50%;
	transition: all ease 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.inewsSwiper .swiper-button-next {
	right: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
	position: absolute;
	color: #308cd6;
	border-radius: 50%;
	transition: all ease 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.inewsSwiper .swiper-button-next::after,
.inewsSwiper .swiper-button-prev::after {
	font-size: 18px;
}

.inewsBox {
	/* border-radius: 30px 100px 30px 50px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	overflow: hidden;
	position: relative;
	width: 120%;
	
	border-bottom-left-radius: 22%;
	border-bottom-right-radius: 15%;
}

.inewsBox::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/inborder1.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 999;
}


.swiper-slide-active .inewsBox>a{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	border-top-right-radius: 63%;
    overflow: hidden;
}

.inews_img {
	position: relative;
	z-index: 0;
	padding: 10px 3.5% 0px;
}

.inews_img img {
	border-bottom-left-radius: 15%;
	border-bottom-right-radius: 8%;
	width: 100%;
}

.inews_des {
	position: absolute;
	bottom: -30%;
	left: 3.5%;
	right: 3.5%;
	width: 93%;
	opacity: 0;
	transition: all ease 0.5s;
	background-color: rgba(48, 140, 214, 0.5);
	padding: 10px 20px 20px;
	border-bottom-left-radius: 18%;
	border-bottom-right-radius: 8%;
}

.inews_des h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.inews_des p {
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.swiper-slide-active .inews_des {
	opacity: 1;
	bottom: 0;
}

.inewsbot {
	padding: 100px 0 0;
}

.indexNews_right {
	height: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 25px;
	overflow: hidden;
}

.indexNews_rbox {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 25px 10px;
	transition: all ease 0.3s;
	cursor: pointer;
	border-bottom: 1px #eee solid;
}

.indexNews_rbox:nth-last-child(1) {
	border-bottom: none;
}

.indexNews_rtimes {
	text-align: center;
	border-right: 1px #ddd solid;
	transition: all ease 0.3s;
	flex: 0 10%;
	padding-right: 10px;
}

.indexNews_rtimes span {
	color: #8b8b8b;
	font-size: 18px;
	transition: all ease 0.3s;
}

.indexNews_rtimes h2 {
	font-size: 20px;
	color: #555555;
	transition: all ease 0.3s;
}

.indexNews_rtitle {
	flex: 0 90%;
	padding: 0 20px;
}

.indexNews_rtitle h2 a {
	font-size: 22px;
	color: #555555;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	transition: all ease 0.3s;
}

.indexNews_rtitle span {
	color: #555;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	transition: all ease 0.3s;
}

.indexNews_rbox:hover {
	color: #fff;
	background-color: #308cd6;
}

.indexNews_rbox:hover a,
.indexNews_rbox:hover span,
.indexNews_rbox:hover p,
.indexNews_rbox:hover h2 {
	color: #fff;
}


.inewsbot .container {
	max-width: 1360px !important;
}


/* index_contact */
.index_contact {
	background-color: #f4f4f4;
	margin-bottom: 220px;
	overflow: hidden;
}

.index_contact .container {
	max-width: 100% !important;
}

.indexCon_left {
	padding: 0;
}

.indexConLeft {
	height: 100%;
}

.indexCon_img {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.indexCon_img img {
	object-fit: cover;
	height: 100%;
}

.indexCon_right {
	padding: 0;
}

.indexCon_right {
	background-color: #f4f4f4;
	padding-top: 80px;
}

.indexCon_right .index_title {
	font-size: 22px;
	text-transform: uppercase;
	margin-left: 60px;
}

.index_contact .yandex-form {
	min-height: fit-content;
}

.index_contact .contact_inquiry_form_main {
	background-color: #f4f4f4;
	padding: 0px;
}

.index_contact .contact_inquiry_form_main .list {
	margin-left: 60px;
	margin-right: 30%;
}

.index_contact .yandex-form #form #submit {
	margin-bottom: 0;
	line-height: 4;
	background-color: #308cd6;
}

.index_contact .yandex-form #form .list p {
	line-height: 1.5;
}

.index_contact .yandex-form #form .list input,
.index_contact .yandex-form #form .list textarea {
	padding: 10px 5px 10px 10px;
	border: none;
	border-bottom: solid #ddd 1px;
	background: transparent;
}

.index_contact .yandex-form #form .list textarea {
	height: 85px;
}


/* footer */
footer {
	padding: 60px 0;
	background: url(../images/footerbg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.footer_logo img {
	max-height: 60px;
	max-width: initial;
	vertical-align: middle;
	margin-bottom: 50px;
}

.footer_left {
	display: flex;
}

.footerBox {
	flex: 0 0 50%;
}

.footerBox h4 {
	color: #308cd6;
	font-size: 18px;
	font-weight: bold;
	/* height: 100%; */
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footerBox p {
	margin-bottom: 30px;
}

.footerBox p:nth-last-child(1) {
	margin-bottom: 0;
}

.footerBox a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

footer .footer_main a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	display: block;
	width: 100%;
	height: 1px;
	opacity: 1;
	background-color: #308cd6;
	transform: scaleX(0);
	transform-origin: top left;
	transition: transform 0.3s ease-out;
}

.footer_middle {
	padding-left: 15%;
	border-left: 1px solid #308cd6;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_mbox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	gap: 15px;
}

.footer_mbox span,
.footer_mbox a {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	position: relative;
	display: inline-block;
}

.footer_mbox span:nth-child(1) {
	flex: 0 0 22%;
}

.footer_mbox span:nth-last-child(1),
.footer_mbox a:nth-last-child(1) {
	flex: 0 0 78%;
	word-wrap: break-word;
	word-break: break-all;
}

footer .footer_main a:hover {
	color: #fff;
}

footer .footer_main a:hover::before {
	transform: scaleX(1);
	transform-origin: top left;
}

.footer_right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.footer_rbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_rimg {
	max-width: 170px;
	margin-bottom: 10px;
}

.footer_rbox p {
	font-size: 18px;
	font-weight: bold;
	color: #308cd6;
	text-align: center;
}
  .dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99999;
  }
  
  .drbtn {
    position: relative;
  }
  
  .cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
  }
  
  .cw:hover i {
    color: #ffffff;
  }
  
  .cw i {
    font-size: 25px;
    color: #ffffff;
  }
  
  .bo {
    position: absolute;
    top: 0;
  }
  
  .bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
  }
  
  .bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
  }
  
  @keyframes scale {
    0% {
      transform: scale(1);
      opacity: 0.9;
    }
  
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  @keyframes scale2 {
    0% {
      transform: scale(1);
      opacity: 0.9;
    }
  
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
  }
  .videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
  }
  .videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
  }
  .videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
  }
  .videobox video {
    width: 100%;
    height: 100%;
  }
  .videobox iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
  }

/* shi pei */
@media (max-width:575px) {
     .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 250px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 250px;
    }
	.bg-dark {
		background-color: #fff !important;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.navbar-toggler {
		background-color: #308cd6;
	}

	.btn:hover {
		background-color: #333 !important;
		border-color: #333 !important;
	}

	.text-bg-dark {
		background-color: #fff !important;
	}

	.navbar-nav .show>.nav-link,
	.navbar-nav .nav-link.active {
		color: #111;
		font-weight: bold;
	}

	.nav-link {
		color: #111;
	}

	.nav-link:hover,
	.nav-link:focus {
		color: #111;
	}

	.btn-close {
		--bs-btn-close-white-filter: auto;
	}

	.dropdown-menu-dark {
		--bs-dropdown-bg: transparent;
	}

	.dropdown-item {
		color: #222;
	}

	.ibanner_adva {
		position: relative;
		/*bottom: 0;*/
        bottom: 1px;
        background: #fff;
	}

	.iban_box {
		width: 100%;
	}

	.iban_des {
		padding: 50px 36px 30px;
		flex-direction: row;
		gap: 10px;
	}

	.iban_box .iban_i {
		width: 80px !important;
	}

	.iban_box .iban_i img {
		width: 35px !important;
	}

	.iban_p h6 {
		font-size: 30px;
	}

	.ibanBox {
		margin-bottom: 20px;
	}

	.banner::before {
		display: none;
	}

	.bannerSwiper::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 322px;
		background: url(../images/ibannerbg.png);
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.index_about {
		padding: 50px 0;
	}

	.iabout_limg {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.iabout_limg img {
		width: calc(100% - 30px);
		border-radius: 80px;
		transform: translate(30px, -25px);
	}

	.iabout_lbg {
		width: calc(100% - 30px);
		border-radius: 80px;
	}

	.iabout_title h6 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.index_title,
	.inewsTitle h6 {
		font-size: 30px;
	}

	.index_title::before {
		right: 0;
	}

	.iabout_title span {
		max-width: 340px;
		width: auto;
	}

	.iabout_right,
	.ipro_left {
		padding-left: 0;
	}

	.iabout_right p {
		margin: 25px 0;
	}

	.iabout_btn a {
		padding: 6px 16px;
		font-size: 16px;
	}

	.iproTitle {
		margin-bottom: 10px;
	}

	.ipro_lDes h6 {
		width: 100%;
		font-size: 22px;
		margin-bottom: 25px;
	}

	.ipro_lDes p {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.ipro_lBtn a {
		gap: 16px;
		padding: 10px 22px;
	}

	.ipro_right {
		margin-top: 50px;
	}

	.ipro_top {
		padding-bottom: 50px;
	}

	.ipro_bNav {
		/*overflow-x: auto;*/
		/*overflow-y: hidden;*/
		margin-bottom: 25px;
		flex-direction: column;
	}

	.ipro_bNav a {
		padding: 15px;
		line-height: 20px;
		font-size: 14px;
	}

	.productSwiper .swiper-button-prev {
		left: 14px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.productSwiper .swiper-button-next {
		right: 14px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.indexproductwrapper_tit h2 {
		padding: 6px;
		font-size: 16px;
	}

	.productSwiper {
		padding: 2px;
		padding-bottom: 30px;
	}

	.ipro_bot {
		padding-bottom: 30px;
	}

	.inewsTitle {
		margin-bottom: 30px;
	}

	.inewsSwiper .swiper-slide-next+.swiper-slide {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewsSwiper .swiper-slide.aaa {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewstop {
		background: none;
		position: relative;
	}

	.inewstop::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 180px;
		background-color: #308CD6;
		border-bottom-left-radius: 60px;
		border-bottom-right-radius: 60px;
	}

	.inewsSwiper {
		padding-bottom: 40px;
	}

	.inewsBox {
		width: 90%;
	}

	.inewstop .container {
		padding: 0;
	}

	.inewsSwiper .swiper-button-prev {
		left: 25px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.inewsSwiper .swiper-button-next {
		right: 25px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.inews_des h5 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 6px;
	}

	.inewsbot {
		padding: 60px 0 0;
	}

	.indexNews_rbox {
		padding: 15px 10px;
	}

	.indexNews_rtimes span {
		font-size: 16px;
	}

	.indexNews_rtimes h2 {
		font-size: 18px;
	}

	.indexNews_rtitle h2 a {
		font-size: 20px;
	}

	.indexNews_rtitle span {
		font-size: 16px;
	}

	.inewsbot .row {
		gap: 30px;
	}

	.index_news {
		padding-bottom: 60px;
	}

	.indexCon_right {
		padding-top: 40px;
	}

	.indexConRight {
		padding: 0 5% 50px;
	}

	.indexCon_right .index_title,
	.index_contact .contact_inquiry_form_main .list {
		margin-left: 0;
		margin-right: 0;
	}

	.index_contact .yandex-form #form #submit {
		line-height: 3;
	}

	.index_contact {
		background-color: #f4f4f4;
		margin-bottom: 0px;
	}

	.footer_logo img {
		margin-bottom: 40px;
	}

	.footerBox h4,
	.footerBox p {
		margin-bottom: 15px;
	}

	.footer_middle {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #308cd6;
		padding-top: 30px;
		margin-top: 30px;
		height: auto;
		margin-bottom: 25px;
	}

	.footer_mbox span,
	.footer_mbox a {
		font-size: 16px;
		line-height: 1.3;
	}

	.footer_mbox {
		gap: 0px;
	}

	.footer_mbox span:nth-child(1) {
		flex: 0 0 30%;
	}

	.footer_mbox span:nth-last-child(1),
	.footer_mbox a:nth-last-child(1) {
		flex: 0 0 70%;
		padding-left: 10px;
	}

	.footer_mbox {
		margin-bottom: 15px;
	}

	footer {
		padding-bottom: 100px;
	}

	.footer_rimg {
		max-width: 130px;
	}

	.footer_rbox p {
		font-size: 16px;
	}
}

@media (min-width:576px) and (max-width:767px) {
      .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 300px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 300px;
    }
	.bg-dark {
		background-color: #fff !important;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.navbar-toggler {
		background-color: #308cd6;
	}

	.btn:hover {
		background-color: #333 !important;
		border-color: #333 !important;
	}

	.text-bg-dark {
		background-color: #fff !important;
	}

	.navbar-nav .show>.nav-link,
	.navbar-nav .nav-link.active {
		color: #111;
		font-weight: bold;
	}

	.nav-link {
		color: #111;
	}

	.nav-link:hover,
	.nav-link:focus {
		color: #111;
	}

	.btn-close {
		--bs-btn-close-white-filter: auto;
	}

	.dropdown-menu-dark {
		--bs-dropdown-bg: transparent;
	}

	.dropdown-item {
		color: #222;
	}

	.ibanner_adva {
		position: relative;
		
		/*bottom: 0;*/
        bottom: 1px;
        padding-top: 20px;
        background: #fff;
	}

	.iban_box {
		width: 100%;
	}

	.iban_des {
		padding: 60px 30px 30px;
		gap: 10px;
	}

	.iban_box .iban_i {
		height: 60px !important;
		margin-bottom: 5px;
	}

	.iban_box .iban_i img {
		width: 35px !important;
	}

	.iban_p h6 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.banner::before {
		display: none;
	}

	.bannerSwiper::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 322px;
		background: url(../images/ibannerbg.png);
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.index_about {
		padding: 70px 0;
	}

	.iabout_limg {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.iabout_limg img {
		width: calc(100% - 40px);
		border-radius: 100px;
		transform: translate(40px, -35px);
	}

	.iabout_lbg {
		width: calc(100% - 40px);
		border-radius: 100px;
	}

	.iabout_title h6 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.index_title,
	.inewsTitle h6 {
		font-size: 32px;
	}

	.iabout_right,
	.ipro_left {
		padding-left: 0;
	}

	.iabout_right p {
		margin: 25px 0;
	}

	.ipro_lBtn {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.ipro_lBtn a:nth-child(1) {
		margin-bottom: 0px;
	}

	.iproTitle {
		margin-bottom: 10px;
	}

	.ipro_lDes h6 {
		width: 100%;
		font-size: 22px;
		margin-bottom: 25px;
	}

	.ipro_lDes p {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.ipro_lBtn a {
		gap: 16px;
		padding: 10px 22px;
	}

	.ipro_right {
		margin-top: 50px;
	}

	.ipro_top {
		padding-bottom: 50px;
	}

	.ipro_bNav {
		/*overflow-x: auto;*/
		/*overflow-y: hidden;*/
		margin-bottom: 25px;
				flex-direction: column;
	}

	.productSwiper .swiper-button-prev {
		left: 35px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.productSwiper .swiper-button-next {
		right: 35px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.indexproductwrapper_tit h2 {
		padding: 6px;
		font-size: 16px;
	}

	.productSwiper {
		padding: 2px;
		padding-bottom: 40px;
	}

	.ipro_bot {
		padding-bottom: 40px;
	}

	.inewsTitle {
		margin-bottom: 30px;
	}

	.inewsSwiper .swiper-slide-next+.swiper-slide {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewsSwiper .swiper-slide.aaa {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewstop {
		background: none;
		position: relative;
	}

	.inewstop::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 150px;
		background-color: #308CD6;
		border-bottom-left-radius: 60px;
		border-bottom-right-radius: 60px;
	}

	.inewsSwiper {
		padding-bottom: 80px;
		padding-top: 50px;
	}

	.inewsBox {
		width: 90%;
	}

	.inewstop .container {
		padding: 0;
	}

	.inewsSwiper .swiper-button-prev {
		left: 60px;
	}

	.inewsSwiper .swiper-button-next {
		right: 60px;
	}

	.inews_des h5 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 6px;
	}

	.inews_des p {
		font-size: 16px;
	}

	.inewsbot {
		padding: 60px 0 0;
	}

	.indexNews_rbox {
		padding: 25px 15px;
	}

	.inewsbot .row {
		gap: 30px;
	}

	.index_news {
		padding-bottom: 60px;
	}

	.inewsSwiper .swiper-slide {
		transform: scale(1);
	}

	.inewsSwiper .swiper-slide-active,
	.inewsSwiper .swiper-slide-duplicate-active {
		transform: scale(1.2);
	}

	.indexCon_right {
		padding-top: 40px;
	}

	.indexConRight {
		padding: 0 5% 70px;
	}

	.indexCon_right .index_title,
	.index_contact .contact_inquiry_form_main .list {
		margin-left: 0;
		margin-right: 0;
	}

	.index_contact .yandex-form #form #submit {
		line-height: 3;
	}

	.index_contact {
		background-color: #f4f4f4;
		margin-bottom: 0px;
	}

	.footer_logo img {
		margin-bottom: 40px;
	}

	.footerBox h4,
	.footerBox p {
		margin-bottom: 15px;
	}

	.footer_middle {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #308cd6;
		padding-top: 30px;
		margin-top: 30px;
		height: auto;
		margin-bottom: 25px;
	}

	.footer_mbox {
		gap: 0px;
	}

	.footer_mbox span:nth-child(1) {
		flex: 0 0 20%;
	}

	.footer_mbox p:nth-last-child(1) {
		flex: 0 0 80%;
		padding-left: 10px;
	}

	.footer_mbox {
		margin-bottom: 15px;
	}

	footer {
		padding-bottom: 100px;
	}

	.footer_rimg {
		max-width: 130px;
	}

	.footer_rbox p {
		font-size: 16px;
	}
}

@media (min-width:768px) and (max-width:991px) {
      .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 350px;
    }
	.bg-dark {
		background-color: #fff !important;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.navbar-toggler {
		background-color: #308cd6;
	}

	.btn:hover {
		background-color: #333 !important;
		border-color: #333 !important;
	}

	.text-bg-dark {
		background-color: #fff !important;
	}

	.navbar-nav .show>.nav-link,
	.navbar-nav .nav-link.active {
		color: #111;
		font-weight: bold;
	}

	.nav-link {
		color: #111;
	}

	.nav-link:hover,
	.nav-link:focus {
		color: #111;
	}

	.btn-close {
		--bs-btn-close-white-filter: auto;
	}

	.dropdown-menu-dark {
		--bs-dropdown-bg: transparent;
	}

	.dropdown-item {
		color: #222;
	}

	.ibanner_adva {
		position: relative;
		
		/*bottom: 0;*/
        bottom: 1px;
        padding-top: 20px;
        background: #fff;
	}

	.iban_box {
		width: 100%;
	}

	.iban_des {
		padding: 60px 40px 50px;
		gap: 10px;
	}

	.iban_box .iban_i {
		margin-bottom: 10px;
	}

	.banner::before {
		display: none;
	}

	.bannerSwiper::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 322px;
		background: url(../images/ibannerbg.png);
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.index_about {
		padding: 70px 0 80px;
	}

	.iabout_title h6 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.index_title,
	.inewsTitle h6 {
		font-size: 34px;
	}

	.iabout_right,
	.ipro_left {
		padding-left: 0;
	}

	.iabout_limg {
		margin-top: 30px;
	}

	.iabout_limg img {
		width: calc(100% - 30px);
		border-radius: 80px;
		transform: translate(30px, -25px);
	}

	.iabout_lbg {
		width: calc(100% - 30px);
		border-radius: 80px;
	}

	.iabout_right p {
		margin: 25px 0;
		-webkit-line-clamp: 3;
	}

	.iproTitle {
		margin-bottom: 10px;
	}

	.ipro_lDes h6 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.ipro_lDes p {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.ipro_top {
		padding-bottom: 50px;
	}

	.ipro_right {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.ipro_bNav {
		overflow-x: auto;
		overflow-y: hidden;
				flex-direction: column;
	}

	.productSwiper .swiper-button-prev {
		left: 50px;
	}

	.productSwiper .swiper-button-next {
		right: 50px;
	}

	.indexproductwrapper_tit h2 {
		font-size: 18px;
	}

	.productSwiper {
		padding: 2px;
		padding-bottom: 40px;
	}

	.ipro_bot {
		padding-bottom: 40px;
	}

	.inewsTitle {
		margin-bottom: 30px;
	}

	.inewsSwiper .swiper-slide-next+.swiper-slide {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewsSwiper .swiper-slide.aaa {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inews_img {
		position: relative;
		z-index: 0;
		padding: 6px 3.5% 0px;
	}

	.inewsSwiper {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.inewsBox {
		width: 90%;
	}

	.inewsSwiper .swiper-button-prev {
		left: 50px;
	}

	.inewsSwiper .swiper-button-next {
		right: 50px;
	}

	.inews_des h5 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 6px;
	}

	.inews_des p {
		font-size: 16px;
		    -webkit-line-clamp: 2;
	}

	.inewsbot {
		padding: 80px 0 0;
	}

	.indexNews_rbox {
		padding: 25px 15px;
	}

	.index_news {
		padding-bottom: 80px;
	}

	.inewsSwiper .swiper-slide {
		transform: scale(1);
	}

	.inewsSwiper .swiper-slide-active,
	.inewsSwiper .swiper-slide-duplicate-active {
		transform: scale(1.2);
	}

	.indexCon_right {
		padding-top: 40px;
	}

	.indexConRight {
		padding: 0 5% 70px;
	}

	.indexCon_right .index_title,
	.index_contact .contact_inquiry_form_main .list {
		margin-left: 0;
		margin-right: 0;
	}

	.index_contact .yandex-form #form #submit {
		line-height: 3;
	}

	.index_contact {
		background-color: #f4f4f4;
		margin-bottom: 0px;
	}

	.footer_logo img {
		margin-bottom: 40px;
	}

	.footerBox h4,
	.footerBox p {
		margin-bottom: 15px;
	}

	.footer_middle {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #308cd6;
		padding-top: 30px;
		margin-top: 30px;
		height: auto;
		margin-bottom: 25px;
	}

	.footer_mbox {
		gap: 0px;
	}

	.footer_mbox span:nth-child(1) {
		flex: 0 0 28%;
		font-size: 16px;
	}

	.footer_mbox p:nth-last-child(1) {
		flex: 0 0 72%;
		padding-left: 10px;
	}

	.footer_mbox span:nth-last-child(1),
	.footer_mbox a:nth-last-child(1) {
		font-size: 16px;
	}

	.footer_mbox {
		margin-bottom: 15px;
	}

	footer {
		padding-bottom: 100px;
	}

	.footer_rimg {
		max-width: 130px;
	}

	.footer_rbox p {
		font-size: 16px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
     .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 400px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 400px;
    }
	.bg-dark {
		background-color: #fff !important;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.navbar-toggler {
		background-color: #308cd6;
	}

	.btn:hover {
		background-color: #333 !important;
		border-color: #333 !important;
	}

	.text-bg-dark {
		background-color: #fff !important;
	}

	.navbar-nav .show>.nav-link,
	.navbar-nav .nav-link.active {
		color: #111;
		font-weight: bold;
	}

	.nav-link {
		color: #111;
	}

	.nav-link:hover,
	.nav-link:focus {
		color: #111;
	}

	.btn-close {
		--bs-btn-close-white-filter: auto;
	}

	.dropdown-menu-dark {
		--bs-dropdown-bg: transparent;
	}

	.dropdown-item {
		color: #222;
	}

	.ibanner_adva {
		position: relative;
		bottom: 70px;
	}

	.iban_box {
		width: 100%;
	}

	.iban_des {
		padding: 60px 40px 50px;
		gap: 10px;
	}

	.iban_box .iban_i {
		margin-bottom: 10px;
	}

	.banner {
		margin-bottom: -70px;
	}

	.banner::before {
		display: none;
	}

	.bannerSwiper::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 322px;
		background: url(../images/ibannerbg.png);
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.index_about {
		padding: 70px 0 80px;
	}

	.iabout_title h6 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.index_title,
	.inewsTitle h6 {
		font-size: 38px;
	}

	.iabout_right,
	.ipro_left {
		padding-left: 0;
	}

	.iabout_right p {
		margin: 25px 0;
	}

	.iproTitle {
		margin-bottom: 10px;
	}

	.ipro_lDes h6 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.ipro_lDes p {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.ipro_top {
		padding-bottom: 50px;
	}

	.ipro_bNav {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.productSwiper .swiper-button-prev {
		left: 70px;
	}

	.productSwiper .swiper-button-next {
		right: 70px;
	}

	.indexproductwrapper_tit h2 {
		font-size: 18px;
	}

	.productSwiper {
		padding: 2px;
		padding-bottom: 40px;
	}

	.ipro_bot {
		padding-bottom: 40px;
	}

	.inewsTitle {
		margin-bottom: 30px;
	}

	.inewsSwiper .swiper-slide-next+.swiper-slide {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inewsSwiper .swiper-slide.aaa {
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.inews_img {
		position: relative;
		z-index: 0;
		padding: 6px 3.5% 0px;
	}

	.inewsSwiper {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.inewsBox {
		width: 90%;
	}

	.inewsSwiper .swiper-button-prev {
		left: 70px;
	}

	.inewsSwiper .swiper-button-next {
		right: 70px;
	}

	.inews_des h5 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 6px;
		    -webkit-line-clamp: 1;
	}

	.inews_des p {
		font-size: 16px;
		    -webkit-line-clamp: 2;
	}

	.inewsbot {
		padding: 80px 0 0;
	}

	.indexNews_rbox {
		padding: 25px 15px;
	}

	.index_news {
		padding-bottom: 80px;
	}

	.inewsSwiper .swiper-slide {
		transform: scale(1);
	}

	.inewsSwiper .swiper-slide-active,
	.inewsSwiper .swiper-slide-duplicate-active {
		transform: scale(1.2);
	}

	.indexCon_right {
		padding-top: 40px;
	}

	.index_contact .contact_inquiry_form_main .list {
		margin-right: 15%;
		margin-left: 50px;
	}

	.indexCon_right .index_title {
		margin-left: 50px;
	}

	.index_contact .yandex-form #form #submit {
		line-height: 3;
	}

	.index_contact {
		background-color: #f4f4f4;
		margin-bottom: 0px;
	}

	.footer_logo img {
		margin-bottom: 30px;
	}

	.footerBox h4,
	.footerBox p {
		margin-bottom: 20px;
	}

	.footer_middle {
		padding-left: 10%;
	}

	.footer_mbox {
		gap: 0px;
	}

	.footer_mbox span:nth-child(1) {
		flex: 0 0 28%;
		font-size: 16px;
	}

	.footer_mbox p:nth-last-child(1) {
		flex: 0 0 72%;
		padding-left: 10px;
	}

	.footer_mbox span:nth-last-child(1),
	.footer_mbox a:nth-last-child(1) {
		font-size: 16px;
	}

	.footer_mbox {
		margin-bottom: 15px;
	}

	footer {
		padding-bottom: 120px;
	}

	.footer_rimg {
		max-width: 130px;
	}

	.footer_rbox p {
		font-size: 16px;
	}
}

@media (min-width:1201px) and (max-width:1440px) {
	.headernav_box input {
		max-width: 130px;
	}

	.nav_wrap .head_nav>li {
		margin-left: 6px;
		margin-right: 6px;
	}

	.ibanner_adva {
		position: relative;
		bottom: 100px;
	}

	.iban_box {
		width: 90%;
	}

	.iban_box .iban_i {
		margin-bottom: 30px;
	}

	.banner {
		margin-bottom: -100px;
	}

	.banner::before {
		display: none;
	}

	.bannerSwiper::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 322px;
		background: url(../images/ibannerbg.png);
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.index_about {
		padding: 100px 0;
	}

	.iproTitle {
		margin-bottom: 70px;
	}

	.ipro_top {
		padding-bottom: 90px;
	}

	.ipro_bot {
		padding-bottom: 90px;
	}

	.inewsTitle{
		margin-bottom: 80px;
	}

	.index_news{
		padding-bottom: 120px;
	}

	.index_contact{
		margin-bottom: 100px;
	}

	.footer_middle {
		padding-left: 12%;
	}
	
	.inews_des h5 {
    -webkit-line-clamp: 1;
	}
	
	.inews_des p {
    -webkit-line-clamp: 2;
	}
}

@media (min-width:1401px) and (max-width:1680px) {}


@media (min-width:1401px) {
	.ibanner_adva .col-xxl-2 {
		width: 20%;
	}
}