.head {
    background: url(../../static/images/contactUs/bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.mapBox {
    padding-bottom: 60px;
}

.mapBox .mapNav {
    text-align: left;
    margin-bottom: 60px;
}

.mapBox .mapNav .nav_a {
    display: inline-block;
    font-size: 20px;
    color: #aaa;
    margin-right: 40px;
}

.info h2{
    width: 302px;
    text-align: center;
    background-color: rgba(27,27,27,0.6);
}

.mapBox .mapNav .active {
    color: #484848;
    font-weight: bold;
}

.mapBox .map {
    position: relative;
    width: 100%;
    padding: 56px 0 0 36px;
    height: 413px;
    box-shadow: 0 2px 12px 12px #eef6fe;
    text-align: left;
    color: #484848;
    display: none;
}

.mapBox .navCon .active {
    display: block;
}

.mapBox .map .info .en {
    font-size: 36px;
    color: #484848;
    line-height: 60px;
}

.mapBox .map .info .ch {
    font-size: 28px;
    color: #484848;
    line-height: 50px;
}

.mapBox .map .info .maxT {
    margin-top: 150px;
}

.mapBox .map .info .p {
    line-height: 24px;
    width: 40%;
}

.mapBox .temp1 {
    background: url(../../static/images/contactUs/map-sh.jpg) no-repeat center right;
}

.mapBox .temp2 {
    background: url(../../static/images/contactUs/map-bj.jpg) no-repeat center right;
    background-size:639px 468px;
}

.mapBox .temp3 {
    background: url(../../static/images/contactUs/map-gz.jpg) no-repeat center right;
    background-size:639px 468px;
}

.mapBox .temp4 {
    background: url(../../static/images/contactUs/map-sz.jpg) no-repeat center right;
    background-size:639px 468px;
}

.mapBox .temp6 {
    background: url(../../static/images/contactUs/temp5.png) no-repeat center right;
}

.mapBox .temp5 {
    background: url(../../static/images/contactUs/map-wh.jpg) no-repeat center right;
}
.p i{
    font-style: normal;
}
.p_new{
    color: #fff;
}
.p_new i{
    font-style: normal;
    color: #484848;
}


/*new*/
.fL{
  float: left;
}
.fR {
  float: right;
}
.new_head {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0.4px;
  line-height: 28px;
  margin: 60px 0 0 0;
  text-align: left;
}
.new_info_box {
  text-align: left;
  margin: 80px 0 0 0;
}
.new_info {
  width: 530px;
  height: 297px;
  box-sizing: border-box;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 2px 24px 0 #EEF6FE;
  border-radius: 4px;
}
.new_info_title {
  font-size: 46px;
  color: #53A4F4;
  margin-bottom: 29px;
}
.new_info_tip {
  font-size: 15px;
  color: #666;
}
.new_info_list {
  margin-top: 20px;
  font-size: 15px;
  color: #151515;
  font-weight: 600;
}
.new_info_list p{
  line-height: 24px;
}

/**/
.yw_box {
  /* width: 578px; */
}
.sw_box {
  /* width: 360px; */
}
.sw_box .new_info_list {
  font-size: 15px;
}
.new_info_list ul li {
  display: inline;
  float: left;
}
.new_yw_box {
  position: relative; 
  min-height: 80px;
  margin-bottom: 30px;
}
.new_info_list ul li:last-child .new_yw_box{
  margin-bottom: 0px;
}
.new_sh {
  background: url(../images/contactUs/en/E1.png) 0 0 no-repeat;
}
.new_bj {
  background: url(../images/contactUs/en/E2.png) 0 0 no-repeat;
}
.new_gz {
  background: url(../images/contactUs/en/E3.png) 0 0 no-repeat;
}
.new_sz {
  background: url(../images/contactUs/en/E4.png) 0 0 no-repeat;
}
.new_hz {
  background: url(../images/contactUs/en/E5.png) 0 0 no-repeat;
}
.new_yw_box .new_yw_tel {
  display: flex;
  align-items:center;
  height: 24px;
  font-size: 20px;
  color: #53A4F4;
}
.new_yw_tel span:first-child{
  font-size: 15px;
  color: #151515;
  margin-right: 4px;
}
.new_yw_tel>span{
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
.new_yw_title{
  font-weight: 500 !important;
}
.new_yw_box .new_yw_info {
  padding-top: 6px;
}

@media (max-width: 640px) {

/*new*/
.fL{
  float: left;
}
.fR {
  float: right;
}
.new_head {
  margin: 3rem 0 0 0;
}
.new_info_box {
  text-align: left;
  margin: 2rem 0 0 0;
}
.new_info {
  padding: 1rem 0.6rem;
  background: #FFFFFF;
  box-shadow: 0 2px 24px 0 #EEF6FE;
  border-radius: 4px;
  min-height: 5rem;
  width: auto;
  float: none;
  margin-bottom: 1rem;
}
.new_info_title {
  font-size: 2rem;
  color: #53A4F4;
  margin-bottom: 1.16rem;
}
.new_info_tip {
  font-size: 15px;
  color: #666;
}
.new_info_list {
  margin-top: 0.6rem;
  font-size: 15px;
  color: #151515;
  font-weight: 600;
}
.new_info_list p{
  line-height: 20px;
}
.new_info_list ul li {
  display: block;
  width: 100%;
  float: none;
}
.new_yw_box {
  margin: 20px 0;
  color: #151515;
}
}
