/* 联系我们 */
.concat {
  width: 100%;
}

.concat .content {
  width: 100%;
}

.concat .content .fblock {
  height: 365px;
  width: 50%;
}

.concat .content .left {
  float: left;
  background: #D8EBFF;
}

.concat .content .right {
  float: right;
  background: #D8FAFF;
}

.concat .content .left .box {
  width: 48%;
  height: 200px;
  margin: 0 auto;
  /* border: 1px solid black; */
}

.concat .content .left .box .concateven {
  width: 346px;
  height: 80px;
  margin-top: 20px;
  display: flex;
}

.concat .content .left .box .concateven .cenevimg {
  width: 80px;
  height: 80px;
  text-align: center;
  /* line-height: 70px; */
  background: #8DC5FF;
  border-radius: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .4s;
  margin-right: 45px;
}

.concat .content .left .box .concateven .cenevimg>a> {
  width: 90px;
  height: 90px;
}

.concat .content .left .box .concateven .cenevimg:hover {
  background: #ffffff;
}

.concat .content .box .title {
  color: #246FBD;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #246FBD;
  margin-top: 20px;
}

.concat .content .box .line {
  width: 60px;
  height: 4px;
  background: #246FBD;
  margin-top: 4px;
  margin-bottom: 22px;
}

.concat .content .box .email {
  margin-bottom: 20px;
}

.concat .content .box .cpdesc {
  font-size: 18px;
  color: #333;
}

.concat .content .right .box {
  margin-left: 110px;
}

.concat .content .right .box .adddress {
  margin-top: 10px;
  margin-bottom: 10px;
}



/*底部*/
.footer {
  width: 100%;
  height: 100px;
  background: #246FBD;
  overflow: hidden;
}

.footer .content {
  width: 1300px;
  height: 100px;
  margin: 0 auto;
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
}

.footer .content .dilogo {
  /* float: left; */
  /* display: inline-block; */

  margin-top: 23px;
}

.footer .content .dilogo img {
  /* max-width: 100%; */
  width: 200px;
  height: auto;
}

.footer .content .ftdesc {
  /* float: right; */
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100px;
  margin-left: -22px;
  /* margin-top: 22px; */
  /* margin-left: -180px; */
}

.footer .content ul {
  width: 100%;
  /* height: 100%; */
  margin-top: 42px;
  display: flex;
}

.footer .content ul li {
  margin-left: 10px;
}

.footer .content ul li a {
  color: #fff;
}

.footer .content ul li a:hover {
  color: rgb(89, 218, 47);
}

.footer .content ul li::after {
  display: inline-block;
  content: '|';
  margin-left: 10px;
  color: #fff;
}

.footer .content ul li:last-child::after {
  display: inline-block;
  content: '';
  margin-left: 10px;

}

@media screen and (max-width: 1440px) {

  /* 联系我们 */
  .concat {
    width: 100%;
  }

  .concat .content {
    width: 100%;
  }

  .concat .content .fblock {
    height: 260px;
    width: 50%;
  }

  .concat .content .left {
    float: left;
    background: #D8EBFF;
  }

  .concat .content .right {
    float: right;
    background: #D8FAFF;
  }

  .concat .content .left .box {
    width: 60%;
    height: 200px;
    margin: 0 auto;
    /* border: 1px solid black; */
  }

  .concat .content .left .box .concateven {
    width: 438px;
    height: 75px;
    margin-top: 20px;
  }

  .concat .content .left .box .concateven .cenevimg {
    width: 60px;
    height: 58px;
    text-align: center;
    line-height: 10px;
    background: #8DC5FF;
    border-radius: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
    /* margin-left: 45px; */
  }

  .concat .content .left .box .concateven .cenevimg>a> {
    width: 80px;
    height: 80px;
  }

  .concat .content .left .box .concateven .cenevimg:hover {
    background: #ffffff;
  }

  .concat .content .box .title {
    color: #246FBD;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #246FBD;
    margin-top: 10px;
  }

  .concat .content .box .line {
    width: 60px;
    height: 4px;
    background: #246FBD;
    margin-top: 4px;
    margin-bottom: 22px;
    left: 0;
  }

  .concat .content .box .email {
    margin-bottom: 20px;
  }

  .concat .content .box .cpdesc {
    font-size: 12px;
    color: #333;
  }

  .concat .content .right .box {
    margin-left: 110px;
  }

  .concat .content .right .box .adddress {
    margin-bottom: 20px;
  }

  .concat .content .left .box .concateven img {
    width: 35px;
  }


  /*底部*/
  .footer {
    width: 100%;
    height: 100px;
    background: #246FBD;
    overflow: hidden;
  }

  .footer .content {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
  }

  .footer .content .dilogo {
    /* float: left; */
    /* display: inline-block; */
    margin-top: 23px;
  }

  /* .footer .content .dilogo img {
    max-width: 100%;
    height: auto;
  } */

  .footer .content .ftdesc {
    /* float: right; */
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100px;
    /* margin-top: 22px; */
    margin-left: -40px;
  }

  .footer .content ul {
    width: 100%;
    /* height: 100%; */
    margin-top: 42px;
    display: flex;
  }

  .footer .content ul li {
    margin-left: 10px;
    font-size: 12px;
  }

  .footer .content ul li a {
    color: #fff;
  }

  .footer .content ul li a:hover {
    color: rgb(89, 218, 47);
  }

  .footer .content ul li::after {
    display: inline-block;
    content: '|';
    margin-left: 10px;
    color: #fff;
  }

  .footer .content ul li:last-child::after {
    display: inline-block;
    content: '';
    margin-left: 10px;

  }

}