
.section-addr4{
    padding:132px 0 117px;
}

.addr4-list{
    margin-top: 31px;
    margin-bottom: 42px;
}
.addr4-item{
    width: 380px;
	height: 440px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 8px 0px 
		rgba(191, 191, 191, 0.3);
	        box-shadow: 0px 2px 8px 0px 
		rgba(191, 191, 191, 0.3);
    position: relative;
}
.addr4-item:nth-child(2){
    margin:0 40px;
}
.addr4-img{
    width: 380px;
	height: 260px;
    overflow: hidden;
}
.addr4-img img{
    width: 380px;
    height: 260px;
    transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
}
.addr4-name{
    font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #313131;
    margin:36px 0 20px 41px;
}
.addr4-intro{
    position: relative;
    z-index: 1;
    font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
    margin:0 0 0 40px;
    width: 300px;
    text-align: justify;
}
.office-addr4-btn{
    width: 180px;
    min-width: 180px;
}
.addr4-item:hover img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}


.section-offices1{
    background: url(../images/office/bg1.jpg) no-repeat center center / cover;
    height: 380px;
}
.offices1{
    position: relative;
}
.offices1-txts{
    position: absolute;
    left: 216px;
    top:91px;
	font-weight: bold;
    color:#fff;
    line-height: 1;
}
.offices1-h3 {
    font-size: 24px;
}
.offices1-h1 {
    font-size: 50px;
    margin: 16px 0 20px;
}
.offices1-h5 {
    font-size: 18px;
    font-weight: normal;
}
.offices1-btns{
    position: absolute;
    left: 221px;
    top:273px;
    color:#fff;
}
.offices1-btns p{
    width: 138px;
	line-height: 34px;
	border: solid 1px #ffffff;
    font-size: 16px;
    text-align: center;
}
.offices1-btns p:nth-child(2) {margin:0 14px;}
.offices1-scan{
    height: 132px;
    line-height: 132px;
    position: absolute;
    left: 736px;
    top:177px;
}
.offices1-scan p{
    vertical-align: bottom;
    font-size: 16px;
	line-height: 35px;
	color: #ffffff;
    margin-right: 21px;
}
.offices1-scan img{
    width: 132px;
	height: 132px;
}


.section-offices2{
    padding:157px 0 146px;
}
.offices2-list{
    margin-top: 22px;
}
.offices2-item{
    width: 600px;
	height: 280px;
	background: #2562d1 url(../images/office/bg2.jpg) no-repeat 0 0 / 100% 100%;
    margin-top: 16px;
    color:#fff;
}
.offices2-item:nth-child(2n+1){margin-right: 20px;} 
.offices2-item:nth-child(2){
    background: #0f8bb8 url(../images/office/bg3.jpg) no-repeat 0 0 / 100% 100%;
}
.offices2-item:nth-child(3){
    background: #463cbc url(../images/office/bg4.jpg) no-repeat 0 0 / 100% 100%;
}
.offices2-item:nth-child(4){
    background: #189d5f url(../images/office/bg5.jpg) no-repeat 0 0 / 100% 100%;
}
.offices2-name{
    font-size: 16px;
	font-weight: bold;
    line-height: 1;
    margin:48px 0 20px 53px;
}
.offices2-intro{
    font-size: 14px;
	line-height: 20px;
    height: 128px;
    width: 328px;
    text-align: justify;
    margin-left: 53px;
}
.offices2-btn{
    margin-left: 53px;
    width: 140px;
    height: 36px;
    line-height: 34px;
}
.offices2-btn::after{
    width: 140px;
    height: 36px;
    left: -120px;
}
.offices2-btn:hover::after {
    left: 100px;
}


.section-offices3{
    padding:118px 0 130px;
    background: url(../images/office/bg6.jpg) no-repeat center center / cover;
}
.offices3-left{
    margin-left: 134px;
    margin-top: 66px;
}
.offices3-left img{
    width: 400px;
	height: 300px;
}
.offices3-right{
    margin-top: 66px;

}
.offices3-txts p{
    font-size: 14px;
	line-height: 40px;
    margin-left: 75px;
}
.offices3-imgs{
    margin-left: 10px;
    margin-top: 20px;
}
.offices3-imgs img{
    width: 160px;
	height: 120px;
    margin-left: 21px;
}


.section-offices4{
    padding:168px 0;
}
.offices4-item{
    width: 244px;
    margin-top: 70px;
}
.offices4-img{
    height: 73px;
    line-height: 73px;
    text-align: center;
    margin:52px 0 38px;
}
.offices4-img img{
    max-height: 73px;
    vertical-align: middle;
}
.offices4-name{
    font-size: 20px;
    line-height: 1;
	font-weight: bold;
    color:#313131;
    text-align: center;
}
.offices4-intro{
    height: 120px;
	color: #7d7d7d;
    margin-top: 27px;
}
.offices4-intro p{
    font-size: 14px;
	line-height: 20px;
    margin-top: 28px;
    width: 183px;
    text-align: justify;
}
.offices4-item:hover{
    -webkit-box-shadow: 0px 0px 15px 0px 
    rgba(0, 126, 255, 0.38);
            box-shadow: 0px 0px 15px 0px 
    rgba(0, 126, 255, 0.38);
}
.offices4-item:hover .offices4-intro{
    background-color: #007eff;
    color:#fff;
}