
.banner-main-txts p{
    width: 162px;
    line-height: 42px;
    border: solid 1px #ffffff;
    margin:0 16px 30px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.section-agency{
    padding:125px 0 109px;
}
.agency-list{
    margin-top: 17px;
}
.agency-item{
    width: 286px;
	height: 350px;
	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);
    margin-top: 20px;
    margin-left: 25px;
}
.agency-item:nth-child(4n+1){margin-left: 0;}
.agency-img{
    width: 286px;
	height: 200px;
	background-color: #bfbfbf;
    overflow: hidden;
}
.agency-img img{
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.agency-item:hover .agency-img 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);
}
.agency-name{
    margin:24px 0 10px 26px;
    font-size: 18px;
	font-weight: bold;
}
.agency-intro{
    font-size: 14px;
	line-height: 18px;
	color: #7d7d7d;
    height: 36px;
    margin:0 4px 6px 26px;
}
.agency-btn{
    margin-left: 26px;
    width: 120px;
    min-width: 120px;
    line-height: 34px;
    height: 34px;
}




.section-service{
    background: url(../images/bg7.jpg) no-repeat center center / cover;
    padding:130px 0 166px;
}
.service-list{
    margin-top: 48px;
}
.service-item{
    width: 380px;
	height: 520px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px 
		rgba(128, 181, 235, 0.4);
	        box-shadow: 0px 0px 16px 0px 
		rgba(128, 181, 235, 0.4);
    padding:29px 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.service-item + .service-item{
    margin-left: 40px;
}
.service-head{
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
}
.service-item-name{
    line-height: 20px;
    font-size: 20px;
	font-weight: bold;
	color: #007eff;
}
.service-item-intro{
    font-size: 14px;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 19px;
    color: #7d7d7d;
}
.service-link-first{

}
.service-link-fimg{
    width: 330px;
	height: 210px;
	background-color: rgba(37, 78, 137, 0.5);
    overflow: hidden;
}
.service-link-fimg img{
    width: 330px;
    height: 210px;
    transition: all .3s ;
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
}
.service-link-fname{
    font-size: 16px;
    line-height: 1;
    margin:18px 9px 9px;
    color: #313131;
}
.service-link-fintro{
    font-size: 14px;
	line-height: 20px;
    height: 40px;
    margin:0 9px;
    text-align: justify;
    color: #7d7d7d;
}
.service-link-first:hover .service-link-fimg img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.service-link-first:hover p{
   
}
.service-links{
    margin: 13px 9px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.service-links a{
    font-size: 14px;
	line-height: 26px;
    height: 26px;
    width: 84px;
    overflow: hidden;
    color: #313131;
}
.service-link-more{
    font-size: 14px;
	line-height: 1;
	color: #4ba4ff;
    margin-left: 9px;
    display: inline;
}
.service-links a:hover {
    color: #FF6900;
}





.section-offices1{
    background: url(../images/bg8.jpg) no-repeat center center / cover;
    height: 380px;
}
.offices1{
    position: relative;
}
.offices1-txts{
    position: absolute;
    left: 170px;
    top:100px;
	font-weight: bold;
    color:#fff;
    line-height: 1;
}
.offices1-h3 {
    font-size: 24px;
}
.offices1-h1 {
    font-size: 46px;
    margin: 15px 0 15px;
}
.offices1-h5 {
    font-size: 18px;
    font-weight: normal;
}
.offices1-btns{
    position: absolute;
    left: 174px;
    top:273px;
    color:#fff;
}
.offices1-btns a{
    width: 180px;
    height: 36px;
	line-height: 34px;
    font-size: 16px;
}
.offices1-btns a::after{
    content: '';
    width: 180px;
    height: 36px;
    position: absolute;
    left: -135px;
}
.offices1-btns a:hover::after {
    left: 116px;
}

.offices1-scan{
    height: 132px;
    line-height: 132px;
    position: absolute;
    left: 796px;
    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;
}




.spe3{
    background: url(../images/spe3/bg.jpg) no-repeat center center / cover;
    padding:116px 0 136px;
}
.spe3 .spe-title{
    color:#fff;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.spe3-container{
    height: 420px;
    margin-top: 52px;
    position: relative;
    background-color: rgba(125, 125, 125, 0.26);
}
.spe3-links{
    width: 250px;
	height: 420px;
    position: absolute;
    background-color: rgba(210, 210, 210, 0.16);
}
.spe3-links li{
    width: 230px;
	height: 32px;
    line-height: 32px;
	border-radius: 5px;
    margin:22px auto 0;
    cursor: pointer;
    font-size: 14px;
	color: #ffffff;
    text-indent: 34px;
}
.spe3-links li a:hover{color:#fff;}
.spe3-link-run{background-color: #007eff;}

.spe3-wrapper{
    margin-left: 315px;
}
.spe3-slide{
    position: relative;
    display: none;
}
.spe3-slide:first-child{display: block;}
.spe3-main{
    position: absolute;
    top:63px;
    width:655px;
    color:#fff;
}
.spe3-name{
    font-size: 20px;
	font-weight: 600;
}
.spe3-intro{
    font-size: 12px;
	line-height: 20px;
    min-height: 60px;
    margin:20px 0 34px;
    width: 590px;
}
.spe3-tags{text-align: left;}
.spe3-tag{
    display: inline-block;
    width: 128px;
	height: 48px;
	border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 48px;
}
.spe3-tag + .spe3-tag{margin-left: 21px;}
.spe3-tag p{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
	line-height: 18px;
	color: #dcdcdc;
}
.spe3-btns{text-align: left;margin-top: 64px;}
.spe3-btns a{
    width: 148px;
	height: 38px;
    line-height: 38px;
    text-align: center;
	border-radius: 5px;
    font-size: 14px;
    
}
.spe3-btn1{
    border:1px solid #007eff;
	background-color: #007eff;
    margin-right: 22px;
}
.spe3-btn2{
    border:1px solid #fff;
	background-color: transparent;
}
.spe3-btns a:hover{
    color:#fff;
    border:1px solid #0065ca;
    background-color: #0065ca;
}


.spe3-more{
    width: 250px;
	height: 420px;
    position: absolute;
    right:0;
    top:0;
    background-color: rgba(210, 210, 210, 0.16);
    text-align: center;
    color:#fff;
}
.spe3-more-title{
    font-size: 14px;
    padding:32px 0 20px;
}
.spe3-more-img{margin:0 20px 26px;}
.spe3-more-img img{
    margin:0 auto;
}
.spe3-more-btn{font-size: 12px;}