.about-mob-new .wrap{
	padding: 0 15px 0 15px;
}
.about-mob-new{
	font-size: 18px !important;
	color: #323232;
}

.about-mob-new h2{
    font-size: 24px;
    font-weight: 700;
    color:#252378;
	line-height: 26px;
}
.main-top {
background: url('/images/about-page_image.png') center no-repeat;
    height: 302px;
	position: absolute;
	top: 50px;
	background-size: 100% 100%;
	width: 100%;
}
.about-mob-new .main-top .desc div{
	height: 38px;
    display: flex;
    line-height: 20px;
    font-size: 16px
    font-weight:500;
    margin-bottom: 20px;
    color: #1A157C;
}

.about-mob-new .main-top .desc {
	margin-top: 110px;
	padding: 15px;
	width: 240px;
}
.about-mob-new .main-top .hidden {
	display: none;
}
.about-mob-new .main-top .desc img{
	margin-right: 18px;
	width: 28px;
	height: 28px;
}
.about-mob-new .top-text{
	margin-top: 245px;
}
.about-mob-new .top-text p{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight:300;
}
.about-mob-new .pdf-block .wrap{
	display: flex;
}
.about-mob-new .pdf-block img{
	margin-right: 12px;
	width: 23px;
	height: 29px;
	margin-top: 5px;
}
.about-mob-new .pdf-block{
	margin-top: 5px;
	padding-top: 10px;
	text-decoration: underline;
}
.about-mob-new .with-whom .item-list{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}

.about-mob-new .with-whom .item-list .item-text{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.about-mob-new .with-whom .wrap .item{
	width: 48%;
	margin-bottom:20px;
	font-size: 20px;
}
.about-mob-new .with-whom{
	margin-top: 40px;
}
.about-mob-new .with-whom .img-desc{
	margin:auto;
}
.about-mob-new .with-whom b{
	color: #252378;
	margin-bottom: 7px;
	display: block;
}
.about-mob-new .with-whom .item-icon{
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #FF8326;
	border-radius: 50%;
}
.about-mob-new .about-text {
	margin-top: 200px;
	font-size: 20px;
}
.about-mob-new .about-text p{
	margin-bottom: 15px;
	font-weight: 300;
}
.about-mob-new .bg-map{
	background: url('/images/new-mob-map.png') center no-repeat;
	background-size: 100% auto;
	width: 100%;
	background-position: 0px 53%;
}
.about-mob-new .ofices .item-desc{
	font-weight: 300;
	line-height: 20px;
	font-size: 20px;
}
.main-statistic .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-statistic .item{
	width: 46%;
	margin-bottom: 20px;
}
.main-statistic .item .text{
	line-height: 20px;
	margin-top:10px;
	font-size: 20px;
	font-weight: 300;
}
.main-statistic {
	line-height: 10px;
	margin-top:30px;
}
.main-statistic .item .number{
	color:#FF8326;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.about-mob-new .item-img{
	height: 200px;
	border-radius: 5%;
	background-size: cover;
}

.about-mob-new .ofices-slider .nav-arrow.arrow-next {
    background: url("/images/arrow-main-next.svg") center center no-repeat !important;
    right: 1px;
    top: 80px;
}
.about-mob-new .ofices-slider .nav-arrow.arrow-prev {
    background: url("/images/arrow-main-prew.svg") center center no-repeat !important;
    left: 1px;
    top: 80px;
}
.about-mob-new .nav-arrow{
    position: absolute;
    top: 170px;
    width: 36px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.about-mob-new .slick-slider{
	padding-left: 17px;
	padding-right: 17px;
	margin-top: 20px;
}
.about-mob-new .ofices-slider .page-about_ofice-list-flag{
	height: 28px;
	float: left;
	margin-right: 10px;
}
.about-mob-new .ofices{
	margin-top: 30px;
	font-size: 20px;
}

.about-mob-new .ofices-slider .block-item-text{
	line-height: 28px;
}
.about-mob-new .ofices-slider .block-text{
	margin-top:10px;
}

.about-mob-new .ofices-slider .item-title{
	color: #FF8326;
	margin-top:10px;
	margin-bottom: 10px;
	font-weight:700;
	font-size: 18px;
}
.about-mob-new .top-text .show-more {
    display: flex;
    flex-wrap: wrap;
    color: #FF8326;
    cursor: pointer;
}
.about-mob-new .top-text .item-arrow {
    background: url('/images/main-arrow-down.svg') center no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 7px;
}
.about-mob-new .top-text .show-more.open .item-arrow{
	background: url('/images/main-arrow-up.svg') center no-repeat;
}
.about-mob-new .hidden{
	display: none;
}
@media all and (min-width: 768px) {
	.about-mob-new{
		display: none;
	}
	.about-pc{
		display: block;
	}
}
@media all and (max-width: 768px) {
	.about-mob-new{
		display: block;
	}
	.about-pc{
		display: none;
	}
}