
.section-addr4{
    padding:0.7rem 0 0.88rem;
}

.addr4-list{
    margin-top: 0.22rem;
}
.addr4-item{
    width: 2.3rem;
	height: 2.2rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0rem 0.02rem 0.08rem 0rem 
		rgba(191, 191, 191, 0.3);
	        box-shadow: 0rem 0.02rem 0.08rem 0rem 
		rgba(191, 191, 191, 0.3);
    position: relative;
}
.addr4-item:nth-child(2){
    margin:0 0.12rem;
}
.addr4-img{
    width: 2.3rem;
	height: 1.58rem;
    overflow: hidden;
}
.addr4-img img{
    width: 2.3rem;
	height: 1.58rem;
}
.addr4-name{
    font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.62rem;
	color: #313131;
    text-align: center;
}
.addr4-intro{
    display: none;
}


.section-offices1{
    background: url(../images/office/bg1.jpg) no-repeat center center / cover;
}
.offices1{
    position: relative;
    text-align: center;
    height: 3.8rem;
}
.offices1-txts{
	font-weight: bold;
    color:#fff;
    line-height: 1;
}
.offices1-h3 {
    font-size: 0.3rem;
	line-height: 0.28rem;
    padding: .72rem 0 0.24rem;
}
.offices1-h1 {
    font-size: 0.5rem;
}
.offices1-h5 {
    font-size: 0.3rem;
    font-weight: normal;
    padding:.2rem 0 .5rem;
}
.offices1-btns{
    color:#fff;
}
.offices1-btns p{
    width: 1.78rem;
	line-height: 0.48rem;
	border: solid 1px #ffffff;
    font-size: 0.24rem;
    text-align: center;
}
.offices1-btns p:nth-child(2) {margin:0 0.15rem;}



.section-offices2{
    padding:0.9rem 0 0.65rem;
}
.offices2-list{
    margin-top: 0.2rem;
}
.offices2-item{
    color:#fff;
    position: relative;
    min-height: 1.6rem;
    padding:0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.offices2-item:last-child{
    border:none;
}
.offices2-img{
    width: 3rem;
	height: 1.6rem;
	background-color: #bfbfbf;
    position: absolute;
    top:0.2rem;
    left:0;
}
@-webkit-keyframes dotLoading {
    0% {
        content: '·'
    }
    33.33% {
        content: '··'
    }
    66.66% {
        content: '···'
    }
    100% {
        content: '·'
    }
}
@keyframes dotLoading {
    0% {
        content: '·'
    }
    33.33% {
        content: '··'
    }
    66.66% {
        content: '···'
    }
    100% {
        content: '·'
    }
}
.offices2-img::after{
    content:'···';
    position: absolute;
    top:0;
    left:0;
    z-index: 11;
    width:100%;
    height: 100%;
    line-height: 1.6rem;
    font-size: .4rem;
    color: #FEE100;
    letter-spacing: .2rem;
    text-indent: 1.16rem;
    text-align: left;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-animation: dotLoading 1s infinite ease-in-out;
    animation: dotLoading 1s infinite ease-in-out;
}
.offices2-img img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 22;
}
.offices2-main{
    margin-left: 3.16rem;
    text-align: left;
}
.offices2-name{
    font-size: 0.24rem;
	font-weight: bold;
    line-height: 1;
    padding:0.2rem 0 0.16rem;
    color: #313131;
}
.offices2-intro{
    font-size: 0.24rem;
	line-height: 0.34rem;
    color: #7d7d7d;
    text-align: justify;
}


.section-offices3{
    padding:1.16rem 0 1rem;
    background: url(../images/office/bg6.jpg) no-repeat center center / cover;
}
.offices3-right{
    margin-top: 0.4rem;

}
.offices3-txts p{
    font-size: 0.24rem;
	line-height: 0.5rem;
    margin-left: 0.56rem;
}
.offices3-imgs{
    margin-top: 0.26rem;
}
.offices3-imgs img{
    width: 1.6rem;
	height: 1.2rem;
	background-color: #7d7d7d;
    margin: 0 0.12rem;
}


.section-offices4{
    padding:1rem 0 1.2rem;
}
.offices4-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.56rem;
}
.offices4-item{
}
.offices4-img{
    height: 0.73rem;
    line-height: 0.73rem;
    text-align: center;
    margin:0 0 0.2rem;
}
.offices4-img img{
    max-height: 0.73rem;
    vertical-align: middle;
}
.offices4-name{
    font-size: 0.24rem;
    line-height: 0.28rem;
	font-weight: bold;
    color:#313131;
    text-align: center;
}
.offices4-intro{
    display: none;
}