@charset "utf-8";

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

:root {
	--swiper-theme-color: #0c3086;
	--width: 1680px;
}

body>.clear {
	min-width: var(--width);
}

.container {
	width: var(--width);
	min-width: var(--width);
	margin-left: auto;
	margin-right: auto;
}

.container-ny {
	width: var(--width);
	min-width: var(--width);
	margin-left: auto;
	margin-right: auto;
}

.container-fr {
	display: block;
	width: calc((100% - var(--width))/2 + var(--width));
}

.ovfh {
	overflow: hidden;
}

/**********************index**********************/
/* index */
.in-bank {
	display: block;
	position: relative;
	z-index: 2;
}

.mySwiper-inban {
	display: block;
	position: relative;
	z-index: 2;
}

.mySwiper-inban .swiper-pagination-inban {
	bottom: 52px;
}

.mySwiper-inban .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 14px;
	opacity: 1;
}

.mySwiper-inban .swiper-pagination-bullet-active {
	background: url(../images/in-d2.png) center center no-repeat;
	opacity: 1;
}

.swiper-button-prev-inban,
.swiper-button-next-inban {
	display: block;
	position: absolute;
	z-index: 9;
	background-size: cover !important;
	width: 48px;
	height: 48px;
}

.swiper-button-prev-inban::after,
.swiper-button-next-inban::after {
	content: "";
}

.swiper-button-prev-inban {
	left: calc((100% - var(--width))/2);
	background: url(../images/in-banxj1.png) center center no-repeat;
}

.swiper-button-next-inban {
	right: calc((100% - var(--width))/2);
	background: url(../images/in-banxj2.png) center center no-repeat;
}

.swiper-button-prev-inban:hover {
	background: url(../images/in-banxj1.png) center center no-repeat;
}

.swiper-button-next-inban:hover {
	background: url(../images/in-banxj2.png) center center no-repeat;
}

.in-bandk {
	display: block;
	position: absolute;
	z-index: 9;
	right: calc((100% - var(--width))/2);
	bottom: 66px;
	width: auto;
	padding: 10px 14px;
	overflow: hidden;
	border-radius: 66px;
	background: rgba(255, 255, 255, 0.2);
}

/*  */
.in-abdk {
	display: block;
	background: url(../images/in-abbg.png) center center no-repeat;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	padding: 58px 0 112px;
}

.in-abtt {
	display: block;
	width: 1px;
	height: 50px;
	background: #a39162;
	margin: 0 auto 34px;
}

.in-ab-tit {
	display: block;
	font-family: 'HONORSans-Regular';
	text-transform: uppercase;
	text-align: center;
	line-height: 55px;
	font-size: 36px;
	color: #202020;
}

.in-ab-nrdk {
	display: block;
	padding: 86px 0;
	overflow: hidden;
	position: relative;
}

.in-ab-nrxk {
	display: block;
	width: calc(50% - 85px);
	overflow: hidden;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #202020;
}

.in-ab-morek {
	display: block;
	width: 162px;
	height: 46px;
	border-radius: 6px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	box-shadow: 11px 22px 27px rgba(140, 120, 68, 0.18);
	border: 1px solid #a39162;
	line-height: 44px;
	font-size: 14px;
	color: #a39162;
}

.in-ab-morek span {
	display: block;
	position: relative;
	top: 0;
	color: #a39162;
}

.in-ab-morek:hover span {
	top: -100%;
	color: #fff;
}

.in-ab-morek:hover {
	background: #a39162;
}

.in-butudk {
	display: block;
	margin-left: -3px;
	padding: 3px 0;
	overflow: hidden;
	position: relative;
}

.in-butuk {
	display: block;
	width: calc(33.333% - 3px);
	margin-left: 3px;
	float: left;
	position: relative;
	overflow: hidden;
}

.in-butumdk {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.53);
}

.in-butumxk {
	display: block;
	width: 100%;
	flex-direction: column;
	text-align: center;
}

.in-butum-tit {
	display: block;
	text-align: center;
	font-family: 'HONORSans-Medium';
	text-transform: uppercase;
	height: 96px;
	line-height: 48px;
	font-size: 36px;
	color: #fff;
}

.in-butum-tt {
	display: block;
	width: 1px;
	height: 50px;
	background-color: #fff;
	margin: 20px auto 40px;
}

.in-rmore {
	display: block;
	width: 148px;
	height: 42px;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-radius: 7px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.in-rmore span {
	display: block;
	position: relative;
	top: 0;
}

.in-rmore:hover {
	background-color: #fff;
}

.in-rmore:hover span {
	top: -100%;
	color: #a39162;
}

.in-ppk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 70px 0 90px;
}

.in-ab-text {
	display: block;
	text-align: center;
	padding-bottom: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #565656;
}

.in-ab-text1 {
	padding-top: 20px;
}

.in-pptuk {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #e9e9e9;
}

.mySwiper-inpp {
	padding: 36px 0;
}

.swiper-button-prev-inpp,
.swiper-button-next-inpp {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.swiper-button-prev-inpp::after,
.swiper-button-next-inpp::after {
	content: "";
}

.swiper-button-prev-inpp {
	left: 0;
	background: url(../images/in-brxj1.png) center center no-repeat;
}

.swiper-button-next-inpp {
	right: 0;
	background: url(../images/in-brxj2.png) center center no-repeat;
}

.mySwiper-inpp .swiper-slide {
	padding: 1px;
}

.ny-bank {
	display: block;
	position: relative;
	overflow: hidden;
}

.ny-ban-mnk {
	display: block;
	position: relative;
	z-index: 4;
	font-family: 'HONORSans-Light';
	width: 100%;
	line-height: 78px;
	font-size: 60px;
	color: #fff;
}

.ny-ban-mnk .container {
	font-family: 'HONORSans-Light';
	padding: 152px 0 50px;
}

.con-nrk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 88px 0 125px;
}

.con-nrdk,
.con-maptu {
	display: block;
	width: 50%;
}

.con-nrd-tit {
	font-family: 'HONORSans-Light';
	line-height: 64px;
	font-size: 60px;
	color: #222;
}

.con-nrd-text {
	display: block;
	font-family: 'HONORSans-Light';
	margin-bottom: 58px;
	line-height: 26px;
	font-size: 16px;
	color: #222;
}

.con-nrd-addk {
	display: block;
}

.con-nrd-addxk {
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
}

.con-nrfrk {
	margin-left: 66px;
}

.con-nrfrm1 {
	display: block;
	font-family: 'HONORSans-Light';
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 16px;
	color: #222222;
}

.con-nrfrm2 {
	display: block;
	font-family: 'HONORSans-Medium';
	line-height: 22px;
	font-size: 18px;
	color: #222222;
}

.ny-ban-mnk2 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 5;
	text-align: center;
	padding: 136px 0 160px;
	font-weight: bold;
	line-height: 128px;
	font-size: 98px;
	color: #fff;
}

.des-tit {
	display: block;
	width: 600px;
	float: left;
	text-transform: uppercase;
	font-family: 'HONORSans-Medium';
	line-height: 46px;
	font-size: 30px;
	color: #222;
}

.des-text {
	display: block;
	width: calc(100% - 600px);
	float: right;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.des-dtit {
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.des-list {
	display: block;
	list-style: none;
}

.des-list li {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 110px 0 80px;
}

.des-list li:nth-child(2n) {
	background-color: #ebecee;
}

.desl-tudk,
.desl-tumk {
	width: 50%;
}

.des-list li:nth-child(2n + 1) .desl-tumk {
	padding-left: 70px;
}

.des-list li:nth-child(2n) .desl-tumk {
	padding-right: 70px;
}

.desl-tum-tit {
	display: block;
	text-transform: uppercase;
	font-family: 'HONORSans-Medium';
	margin-bottom: 80px;
	line-height: 40px;
	font-size: 30px;
	color: #222;
}

.desl-tum-text {
	display: block;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.cli-tit {
	display: block;
	font-family: 'HONORSans-Medium';
	margin-bottom: 42px;
	line-height: 36px;
	font-size: 24px;
	color: #222;
}

.cli-list {
	display: block;
	list-style: none;
}

.cli-list li {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #f1f2f3;
}

.cli-tudk,
.cli-tumdk {
	display: block;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.cli-tumdk {
	display: flex;
	align-items: center;
}

.cli-tumxk {
	display: block;
	position: absolute;
	flex-direction: column;
	width: 100%;
	text-align: center;
	z-index: 6;
}

.cli-nb {
	display: block;
	max-width: 201px;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.cli-nb-tit {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'HONORSans-Medium';
	line-height: 36px;
	font-size: 24px;
	color: #222;
}

.cli-nb-text {
	display: block;
	text-align: center;
	height: 120px;
	padding: 0 100px;
	margin-bottom: 18px;
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.dev-titdk {
	display: block;
}

.dev-tit {
	display: block;
	text-align: center;
	font-family: 'HONORSans-Medium';
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 48px;
	font-size: 30px;
	color: #222;
}

.dev-text {
	display: block;
	text-align: center;
	font-family: 'HONORSans-Light';
	line-height: 25px;
	font-size: 16px;
	color: #222;
}

.dev-titdk {
	display: block;
	margin-bottom: 66px;
}

.dev-ttuk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 85px 60px;
}

.dev-tmdk {
	display: block;
	position: relative;
	/* top: 85px;
	right: 60px; */
	width: 665px;
	height: 398px;
	float: right;
	background: #fff;
	z-index: 6;
	padding: 50px 46px;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.dev-blist {
	display: block;
	list-style: none;
	margin-left: -65px;
	overflow: hidden;
	margin-bottom: 85px;
}

.dev-blist li {
	display: block;
	float: left;
	margin-left: 65px;
}

.dev-btuk {
	display: block;
	max-width: 180px;
	position: relative;
	overflow: hidden;
}

.dev-htit {
	display: block;
	margin-bottom: 38px;
	text-align: center;
	line-height: 48px;
	font-size: 30px;
	color: #222;
}

.dev-hnrk {
	display: block;
	position: relative;
}

.mySwiper-devh {
	display: block;
	margin-bottom: 77px;
}

.devh-nrxk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #f1f2f3;
	padding: 50px 40px 40px;
}

.devh-ntuk {
	display: block;
	max-width: 276px;
	margin: 0 auto 43px;
	position: relative;
	overflow: hidden;
}

.devh-n-text {
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #222;
}

.swiper-button-prev-devh,
.swiper-button-next-devh {
	display: block;
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

.swiper-button-prev-devh::after,
.swiper-button-next-devh::after {
	content: "";
}

.swiper-button-prev-devh {
	background: url(../images/in-brxj1.png) center center no-repeat;
}

.swiper-button-next-devh {
	background: url(../images/in-brxj2.png) center center no-repeat;
}

.devs-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.devs-dtit {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #a39162;
	border-radius: 6px;
	padding: 0 36px;
	line-height: 44px;
	font-size: 16px;
	color: #a39162;
	cursor: pointer;
}

.mySwiper-devs .devs-nxxk {
	display: block;
}

.mySwiper-devs .swiper-slide {
	width: auto;
}

.mySwiper-devs .swiper-wrapper {
	text-align: center;
	justify-content: center;
}

.mySwiper-devs .swiper-slide-thumb-active .devs-dtit {
	background-color: #a39162;
	color: #fff;
}

.mySwiper-devs {
	margin-bottom: 60px;
}

.devl-link {
	display: block;
	background: #f1f2f3;
	padding: 50px 30px 60px;
	overflow: hidden;
}

.devltuk {
	display: block;
	border-radius: 50%;
	max-width: 251px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 27px;
}

.devltum {
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #222;
}

.swiper-button-prev-devlb1,
.swiper-button-next-devlb1,
.swiper-button-prev-devlb2,
.swiper-button-next-devlb2,
.swiper-button-prev-devlb3,
.swiper-button-next-devlb3 {
	display: block;
	width: 46px;
	height: 46px;
	background-size: contain !important;
	border-radius: 50%;
	opacity: 1;
}

.swiper-button-prev-devlb1::after,
.swiper-button-next-devlb1::after,
.swiper-button-prev-devlb2::after,
.swiper-button-next-devlb2::after,
.swiper-button-prev-devlb3::after,
.swiper-button-next-devlb3::after {
	content: "";
}

.swiper-button-prev-devlb1,
.swiper-button-prev-devlb2,
.swiper-button-prev-devlb3 {
	background: url(../images/in-brxj1.png) center center no-repeat;
}

.swiper-button-next-devlb1,
.swiper-button-next-devlb2,
.swiper-button-next-devlb3 {
	background: url(../images/in-brxj2.png) center center no-repeat;
}

.ab-flnk,
.ab-frnk {
	display: block;
	width: calc(50% - 65px);
}

.ab-abnrdk {
	display: block;
	padding: 56px 0 118px;
	overflow: hidden;
	position: relative;
}

.ab-abnr-tit {
	display: block;
	margin-bottom: 28px;
	font-family: 'HONORSans-Medium';
	text-transform: uppercase;
	line-height: 44px;
	font-size: 30px;
	color: #222;
}

.ab-abnr-text {
	display: block;
	font-family: 'HONORSans-Light';
	line-height: 28px;
	font-size: 16px;
	color: #222;
}

.ab-absjk {
	display: block;
	padding-top: 60px;
}

.ab-absjxk {
	display: block;
	margin-bottom: 47px;
	overflow: hidden;
}

.ab-abstitdk {
	display: block;
	float: left;
	padding-top: 7px;
}

.ab-abstit {
	display: block;
	font-family: 'HONORSans-Medium';
	line-height: 45px;
	font-size: 42px;
	color: #222;
}

.ab-abstit2 {
	display: block;
	text-transform: uppercase;
	font-family: 'HONORSans-Light';
	line-height: 25px;
	font-size: 14px;
	color: #222;
}

.ab-absjmk {
	display: block;
	margin-left: 194px;
	font-family: 'HONORSans-Light';
	line-height: 23px;
	font-size: 16px;
	color: #222;
}

.ab-com-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 90px 0 95px;
	background: #eaeced;
}

.ab-com-tit {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'HONORSans-Medium';
	line-height: 40px;
	font-size: 30px;
	color: #222;
}

.ab-com-text {
	display: block;
	text-align: center;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.ab-comph-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 70px 0 90px;
}

.ab-com-tit2 {
	margin-bottom: 75px;
}
.mySwiper-abcomph .in-protudk{
	padding: 125px 70px;
}
.abcomph-nrdk {
	display: block;
	position: relative;
	width: 775px;
	height: 505px;
	padding: 60px;
	z-index: 6;
	background-color: #fff;
	/* left: 70px;
	top: 125px; */
}

.abcomph-nr-tit {
	display: block;
	font-family: 'HONORSans-Medium';
	margin-bottom: 32px;
	line-height: 34px;
	font-size: 24px;
	color: #222;
}

.abcomph-nr-text {
	display: block;
	font-family: 'HONORSans-Light';
	line-height: 27px;
	font-size: 16px;
	color: #222;
}

.ab-com-nxjk {
	display: block;
	position: absolute;
	left: 125px;
	bottom: 189px;
	width: 90px;
	height: 20px;
}

.swiper-button-prev-abcomph,
.swiper-button-next-abcomph {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	top: 0;
	margin-top: 0;
	z-index: 4;
}

.swiper-button-prev-abcomph::after,
.swiper-button-next-abcomph::after {
	content: "";
}

.swiper-button-prev-abcomph {
	left: 0;
	background: url(../images/ab-comph-xj1.png) center center no-repeat;
}

.swiper-button-next-abcomph {
	right: 0;
	background: url(../images/ab-comph-xj2.png) center center no-repeat;
}

.swiper-pagination-abcomph {
	z-index: 1;
	bottom: 0;
	line-height: 20px;
	font-size: 16px;
}

.ab-his-ndk {
	display: block;
	background: #fbfbfb;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.ab-com-tit3 {
	text-align: left;
	margin-bottom: 50px;
}

.swiper-button-prev-abls,
.swiper-button-next-abls {
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	z-index: 4;
	background-size: contain !important;
}

.swiper-button-prev-abls::after,
.swiper-button-next-abls::after {
	content: "";
}

.swiper-button-prev-abls {
	left: 0;
	background: url(../images/ab-hisxj1.png) center center no-repeat;
}

.swiper-button-next-abls {
	right: 0;
	background: url(../images/ab-hisxj2.png) center center no-repeat;
}

.ab-histuk {
	display: block;
	width: 447px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 50%;
	border: 16px solid #fff;
}

.abls-xhnk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 165px;
}

.abls-xh-xh {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'HONORSans-Heavy';
	text-transform: uppercase;
	line-height: 150px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: 1px #ebebeb;
}

.ab-histudk {
	display: block;
	position: relative;
	float: left;
}

.ab-his-year {
	display: block;
	position: absolute;
	top: 0;
	z-index: 6;
	left: 320px;
	font-family: 'HONORSans-Medium';
	font-weight: bold;
	line-height: 72px;
	font-size: 72px;
	color: #222;
}

.ab-his-mdk {
	display: flex;
	margin-left: 447px;
	height: 447px;
	align-items: center;
	padding-top: 70px;
	padding-left: 90px;
}

.ab-his-mxk {
	display: block;
	flex-direction: column;
	font-family: 'HONORSans-Light';
	line-height: 30px;
	font-size: 16px;
	color: #222;
}

.ab-dis-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
}
.ab-disflk{
	width: 625px;
}
.ab-disfrk{
	display: block;
	width: calc(100% - 625px);
}
/*  */
.box {
	margin-right: 100px;
}

.Collapsing {
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	background: url(../images/ab-mapb1.png) center right no-repeat;
	padding: 20px 0;
	font-weight: bold;
	line-height: 50px;
	font-size: 18px;
	color: #222;
}

.coll_body {
	display: none;
}

.coll_body a {
	display: block;
	margin: 10px;
	text-align: center;
	background: #ebebeb;
}

.Collapsing.current {
	border-bottom: 1px solid transparent;
	background-image: url(../images/ab-mapb2.png);
}
.ab-map-mk{
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-family: 'HONORSans-Light';
	line-height: 28px;
	font-size: 16px;
	color: #222;
}
/*******public*******/
.red {
	color: #e34506;
	font-weight: bold;
}

.in-protudk {
	display: block;
	position: relative;
	overflow: hidden;
}

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	background-size: cover !important;
	object-fit: cover;
}

.in-protuk {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.white {
	color: #fff;
}

.block-sj {
	display: none;
}

.block-ipad {
	display: none;
}

.block-pc {
	display: block;
}

.maodian {
	display: block;
	width: 100%;
	height: 0;
	margin-top: -100px;
	border-top: 100px solid transparent;
}

.yemak {
	display: block;
	text-align: center;
	padding-top: 20px;
}

.yemak {
	display: block;
	text-align: center;
	padding-top: 60px;
}

.pagination {
	display: inline-block;
	position: relative;
}

.pagination li {
	display: block;
	float: left;
	list-style: none;
	width: 48px;
	height: 48px;
	margin: 0 5px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #cfcfcf;
	/* background: #fff; */
	position: relative;
	line-height: 46px;
	font-size: 16px;
	color: #6b6b6b;
	cursor: pointer;
}

.pagination li a,
.pagination li span {
	display: block;
	position: relative;
	height: 100%;
}

.pagination li a,
.pagination li a:visited {
	color: #343434;
}

.pagination li:first-child.active,
.pagination li:first-child:hover,
.pagination li:first-child.on {
	background: #004190;
	border-color: #004190;
}

.pagination li:last-child.active,
.pagination li:last-child:hover,
.pagination li:last-child.on {
	background: #004190;
	border-color: #004190;
}

.pagination li.active a,
.pagination li.active span,
.pagination li:hover a,
.pagination li:hover span {
	color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
	font-family: "宋体";
	font-weight: bold;
}

.pagination li.active,
.pagination li:hover {
	background: #004190;
	border-color: #004190;
}

.jiazai {
	display: block;
	text-align: center;
	padding-bottom: 18px;
	background: url(../images/duo-xj.png) center bottom no-repeat;
	background-size: 14px auto !important;
	line-height: 30px;
	font-size: 14px;
	color: #878787;
	text-align: center;
}

.in-butuk:hover .in-protu,
.ab-flnk .in-protudk:hover .in-protu,
.ab-frnk .in-protudk:hover .in-protu{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.devl-link:hover .devltuk {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.in-p4nbgk:hover .in-p4b-titcn {
	transform: translateY(5px);
}


.mySwiper-abcomph .in-protu,
.cli-tudk .in-protu,
.des-dtuk .in-protu,
.dev-ttuk .in-protu{
	animation: ab-abtu 10s infinite linear alternate both
}

@keyframes ab-abtu {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.12);
	}
}

.in-protu,
.navk li a,
.navk li a span,
.nav-nbg,
.nav-xbb01,
.nav-xbb1,
.navi_content>a,
.top-telmk,
.nav-xt,
.pagination li a,
.pagination li span,
.pagination li,
.in-ab-morek,
.in-ab-morek span,
.in-rmore span,
.in-rmore,
.devltuk{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.abcomph-nr-text::-webkit-scrollbar-track-piece {
	width: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.abcomph-nr-text::-webkit-scrollbar {
	width: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.abcomph-nr-text::-webkit-scrollbar-thumb {
	width: 2px;
	height: 50px;
	background-color: rgba(163, 145, 98, 0.4);
}

.abcomph-nr-text::-webkit-scrollbar-thumb:hover {
	width: 2px;
	background-color: #a39162;
}