* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
.header_banner{
	height: 444px;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}
.header_banner img{
    height: 444px;
    width: 100%;
}


.branchOffice {
  width: 1000px;
  margin: 0 auto;
}
.branchOffice .branchOffice_item {
  margin-top: 55px;
  display: flex;
}
.branchOffice .branchOffice_item .branOff_L {
  width: 488px;
  height: 327px;
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 43px;
  position: relative;
}
.branchOffice .branchOffice_item .branOff_L::after {
  width: 69px;
  height: 32px;
  display: block;
  content: '';
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #EE4E07;
  border-radius: 20px 0px 20px 0px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFCFC;
}
.branchOffice .branchOffice_item .branOff_leTo1::after {
  content: '北京';
}
.branchOffice .branchOffice_item .branOff_leTo2::after {
  content: '上海';
}
.branchOffice .branchOffice_item .branOff_leTo3::after {
  content: '深圳';
}
.branchOffice .branchOffice_item .branOff_leTo4::after {
  content: '成都';
}
.branchOffice .branchOffice_item .branOff_R {
  position: relative;
  box-sizing: border-box;
  padding-top: 55px;
  font-size: 20px;
  line-height: 37px;
}
.branchOffice .branchOffice_item .branOff_R::after {
  position: absolute;
  top: 119px;
  display: block;
  content: '';
  width: 62px;
  height: 4px;
  background: #D43339;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(1) {
  margin-bottom: 55px;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(1) > span:nth-child(1) {
  font-size: 26px;
  font-weight: 800;
  color: #333333;
  margin-right: 10px;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(1) > span:nth-child(2) {
  font-size: 20px;
  font-weight: 800;
  color: #C7C7C7;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(2) > span:nth-child(1),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(3) > span:nth-child(1),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(4) > span:nth-child(1) {
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #3C4355;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(2) > span:nth-child(2),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(3) > span:nth-child(2),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(4) > span:nth-child(2) {
  color: #333333;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(2) > span:nth-child(3),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(3) > span:nth-child(3),
.branchOffice .branchOffice_item .branOff_R > p:nth-child(4) > span:nth-child(3) {
  color: #666666;
}
.branchOffice .branchOffice_item .branOff_R > p:nth-child(3) a {
  color: #666666;
}
.otherContactInfor_warp {
  width: 1000px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  margin-top: 88px;
  margin-bottom: 70px;
}
.otherContactInfor_warp .otherContactInfor_L {
  position: relative;
}
.otherContactInfor_warp .otherContactInfor_L::after {
  position: absolute;
  display: block;
  content: 'OTHER CONTACT INFORMATION';
  white-space: nowrap;
  z-index: -20;
  top: 13px;
  left: 28px;
  font-size: 28px;
  font-weight: 800;
  color: #F0F0F0;
}
.otherContactInfor_warp .otherContactInfor_L::before {
  position: absolute;
  display: block;
  content: '';
  top: 82px;
  width: 86px;
  height: 3px;
  background: #D43339;
}
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(1) {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 90px;
}
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(2),
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(3),
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(4) {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 44px;
}
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(2) > span:nth-child(2),
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(3) > span:nth-child(2),
.otherContactInfor_warp .otherContactInfor_L > p:nth-child(4) > span:nth-child(2) {
  color: #666666;
}
.otherContactInfor_warp .otherContactInfor_R {
  box-sizing: border-box;
  padding-top: 34px;
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.otherContactInfor_warp .otherContactInfor_R img {
  font-size: 0;
}
.otherContactInfor_warp .infor_RRColL {
  margin-top: 6px;
}
.otherContactInfor_warp .Infor_RRCol {
  color: #D43339;
}
