/* 关于我们--开始 */
.Company{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.Company .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Company .w h1{
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px;
}
.Company .w h1 span{
  font-weight: normal;
  font-size: 22px;
  color: #666;
  margin-left: 10px;
}
.Company .w .about_fl{
  width: 100%;
}
.Company .w .about_fl p{
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin: 0;
  text-indent: 2em;
}
.Company .w .about_fr{
  width: 45%;
  float: right;
  padding-left: 50px;
}
.Company .w .about_fr img{
  width: 100%;
  position: relative;
}
.Company .w  .about_fl>ul{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Company .w  .about_fl>ul  li{
  width: 32%;
  text-align: center;
}
.Company .w  .about_fl>ul  li span{
  font-size: 40px;
  background: #ffe0d6;
  color: #b9342a;
  border-radius: 50%;
  padding: 20px;
  margin-right: 10px;
}
.Company .w  .about_fl>ul  li h3{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.jcsbx{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f6f6f6;
  margin-top: 50px;
}
.zsbx .w>ul,
.jcsbx .w>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jcsbx .w>ul .sb_tit{
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.zsbx h3,
.jcsbx .w>ul .sb_tit h3{
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
}
.jcsbx .w>ul .sb_tit p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.zsbx .w>ul li,
.jcsbx .w>ul li{
  width: 32.5%;
  margin: 10px 0;
  overflow: hidden;
}
.zsbx .w>ul li img,
.jcsbx .w>ul li img{
  width:100%;
  transition: all 0.5s
}
.zsbx .w>ul li:hover img,
.jcsbx .w>ul li:hover img{
  transform: scale(1.2);
}
.zsbx{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
/* 技术支持--开始 */
.jszc_box{
  width: 100%;
  overflow: hidden;
}
.jszc_wz h3{
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 10px;
}
.jszc_wz p{
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.jszc_list{
  padding: 60px 0;
  width: 100%;
}
.jszc_list:first-of-type{
  padding-top: 30px;
}
.jszc_list:nth-child(even) {
  background-color: #f7f7f7;
}
.jszc_list .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.jszc_list .jszc_img{
  width: 48%;
  height: 480px;
  position: relative;
}
.jszc_list .jszc_img img{
  width: 100%;
}
.jszc_list .jszc_text{
  width: 48%;
}
.jszc_list .jszc_text h3{
  font-weight: bold;
  font-size: 28px;
  color: #b9342a;
  margin: 0 0 10px;
  transition: all 0.3s;
}
.jszc_list .jszc_text p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 0;
}
.jszc_list:nth-child(even) .w {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


/* 联系我们--开始 */
.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: #b9342a;
  margin-right: 10px;
}
.cont>div .lx_icon span{
  font-size: 20px;
  color: #ffffff;
  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: #b9342a;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #b9342a;
  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: #b9342a;
  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 #b9342a!important
}

.right_input li .tips{
  font-size: 12px;
  color: #b9342a;
  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: #b9342a;
}
/* 联系我们--结束 */

@media(max-width:980px){
  /* 关于我们 */
  .Company {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }

  .Company .w .about_fl {
    width: 100%;
    padding: 0;
  }
  .Company .w .about_fl ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .Company .w .about_fr {
    width: 100%;
    padding: 0;
  }
  .Company .w h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .Company .w .about_fr img {
    width: 100%;
    border-radius: 0;
    position: relative;
  } 
  .zsbx .w>ul li, 
  .jcsbx .w>ul li {
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
  }
  .jcsbx {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f6f6f6;
    margin-top: 0px;
  }
  .zsbx h3, 
  .jcsbx .w>ul .sb_tit h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 10PX;
    text-align: center;
  }
   /*技术支持  */
   .jszc_list {
    padding: 30px 0;
    width: 100%;
  }
   .jszc_list .jszc_img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .jszc_list .jszc_text {
    width: 100%;
  }
  .jszc_list .jszc_text h3 {
    font-size: 24px;
    margin: 20px 0 10px;
  }

  /* 联系我们 */
  .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 {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
  }
  .right_input>h3, .cont>h1 {
    font-size: 30px;
    color: #b9342a;
    margin: 0;
  }




}
