/* 关于我们--开始 */
.Company{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.Company .w>h3{
  font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    position: relative;
}
.Company .w>h3::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 120px;
  height: 6px;
  background-color: #0f58d6;
}
.Company .w  p{
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  color: #333;
  text-indent: 2em;
  font-weight: 300;
}
.Company .w img{
  width: 46%;
  float: right;
  padding-left: 20px;
}
.Company .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.Company .w ul li{
  width: 25%;
  text-align: center;
}
.Company .w ul li h3{
  color: #0f58d6;
  font-size: 60px;
  margin: 0;
  font-family: "DINCOND-BOLD";
}
.Company .w ul li h3 span{
  font-size: 16px;
}
.Company .w ul li p{
  font-size: 20px;
  color: #333;
  margin: 0;
  text-indent: 0;
}
@media(max-width:1400px){
  .Company .w img {
    width: 45%;
  }
}
@media(max-width:1375px){
  .Company .w img {
    width: 44%;
  }
}

/* 联系我们--开始 */
.cont{
  width: 45%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  border-right: 1px solid #dfdfdf;
}

.message .w{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cont>div{
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.cont>div .lx_icon{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background: #e5efff;
  margin-right: 10px;
}
.cont>div .lx_icon span{
  font-size: 20px;
  color: #0f58d6;
  line-height: 42px;
}
.cont>div .lx_icon .icon-print{
  font-size: 26px;
}
.cont>div h3{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
}
.cont>div p{
  font-size: 15px;
  color: #666;
  margin: 0;
}

.iw_poi_title {
  color: #0f58d6;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #0f58d6;
  display: block;
  margin-top: -2px;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}
#dituContent {
  width: 100%;
  height: 350px;
}
.message{
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
.right_input{
  width: 55%;
  background: #fff;
  padding: 40px;
}
.right_input>h3,
.cont>h1{
  font-size: 30px;
  color: #0f58d6;
  margin: 0 0 20px;
}
.right_input ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.right_input li{
  width: 49%;
  margin: 0 0 20px;
}
.right_input .bz_box{
  width: 100%;
}
.right_input #bzContact{
  width: 100%;
  height: 80px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
}
.right_input li input{
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
}
.right_input #bzContact:focus,
.right_input li input:focus {
  border-bottom: 1px solid #0f58d6!important
}

.right_input li .tips{
  font-size: 12px;
  color: #0f58d6;
  position: relative;
  top: 4px;
}
.right_input #insubmit{
  cursor: pointer;
  width: 100%;
  line-height: 44px;
  background: #696969;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
  margin: 20px auto;
}
.right_input #insubmit:hover{
  background: #0f58d6;
}
/* 联系我们--结束 */

@media(max-width:980px){
  /* 关于我们 */
  .Company {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .Company .w img {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }
  .Company .w ul{
    margin-top: 20px;
  }
  .Company .w ul li {
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }
  .Company .w ul li h3 {
    color: #0f58d6;
    font-size: 50px;
    margin: 0;
    font-family: "DINCOND-BOLD";
  }
   

  /* 联系我们 */
  .message .w {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  } 
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    border-right: 0;
  }
  .right_input li {
    width: 100%;
    margin: 0 0 10px;
  }
  .right_input {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
  }
  .right_input>h3, .cont>h1 {
    font-size: 30px;
    color: #0f58d6;
    margin: 0;
  }




}
