/* 关于我们开始 */
.com_box{
  width: 100%;
  overflow: hidden;
  background-image: url(/assets/image/introabout_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10vh 0;
}
.com_box .w h2,
.zs_box .w h2{
  display: block;
  font-size: 38px;
  font-family: "GillSans-Bold";
  line-height: 1em;
  color: rgba(0,0,0,0.3);
  margin: 0;
}
.com_box .w h4,
.zs_box .w h4{
  display: block;
  font-size: 30px;
  line-height: 2em;
  font-weight: normal;
  margin: 0;
}
.com_box .w h4::before,
.zs_box .w h4::before{
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  line-height: 3px;
  background-color: #c3001f;
  margin: 20px 0
}
.com_box .w p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin: 0;
}
.com_box .w .list{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.com_box .w .list ul{
  display: flex;
  margin: 0;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.com_box .w .list ul li{
  margin: 0;
  padding: 0;
}
.com_box .w .list ul li .item{
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.com_box .w .list ul li .item em{
  color: #c3001f;
  font-family: Montserrat-Bold;
  font-size: 64px;
  font-style: normal;
}
.com_box .w .list ul li .item p{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 5px;
}
.com_box .w .list ul li .item p b {
  color: #c3001f;
  font-size: 24px;
}
.com_box .w .list ul li .item p i {
  color: #666;
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
}
.bus_box {
  padding-top: 130px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/assets/image/intronums_bg.jpg);
  background-attachment: fixed;
}
.bus_box ul{
  margin: 0 auto;
  max-width: 80%;
}
.bus_box ul li{
  text-align: center;
  color: #fff;
  position: relative;
  width: 33.333%;
  float: left;
}
.bus_box ul li:nth-of-type(1)::after,
.bus_box ul li:nth-of-type(2)::after{
  content: '';
  display: block;
  width: 1px;
  height: 40%;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.bus_box ul li h3{
  font-size: 70px;
  line-height: 1em;
  font-family:fantasy;
  margin: 0;
}
.bus_box ul li p{
  font-size: 18px;
  line-height: 1em;
  margin: 35px 0;
}
.bus_box ul li img{
  height: 60px;
}
.zs_box{
  width: 100%;
  overflow: hidden;
  margin: 60px auto;
}
.zs_box ul{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zs_box ul li{
  width: 24%;
  margin: 10px 0;
  border: 1px solid #e8e8e8;
}
.zs_box ul li img{
  width: 98%;
}
/* 关于我们结束 */
/* 联系我们开始 */
.cont_box{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.cont_box .w .lxfs_box{
  width: 100%;
  overflow: hidden;
  background: #f2f6f7;
  padding: 50px 40px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.cont_box .w .lxfs_box li span{
  background: #c3001f;
  color: #fff;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
}
.cont_box .w .lxfs_box li:nth-child(2) span{
  font-size: 35px;
}
.cont_box .w .lxfs_box li:nth-child(3) span{
  font-size: 32px;
}
.cont_box .w .lxfs_box li .lxrig{
  float: left;
}
.cont_box .w .lxfs_box li .lxrig h3{
  font-size: 16px;
  margin: 5px 0 8px;
  font-weight: bold;
}
.cont_box .w .lxfs_box li .lxrig p{
  margin: 0;
  font-size: 14px;
  color: #868686;
} 
.cont_box .w .xj_box{
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 40px;
  background: #f2f6f7;
}
.cont_box .w .xj_box h3{
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
  color: #333;   
}
.cont_box .w .xj_box h3 span{
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.cont_box .w .xj_box li{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.cont_box .w .xj_box li input{
  width: 98%;
  line-height: 44px;
  border: 0;
  background: #fff;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
}
.cont_box .w .xj_box .bz_box{
  width: 100%;
  margin-bottom: 30px;
}
.cont_box .w .xj_box li textarea{
  width: 99%;
  height: 220px;
  border: 0;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  outline: none;
}
.cont_box .w .xj_box li .tips{
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 3px;
}
.cont_box .w .xj_box .fbxj_sub{
  width: 50%;
  line-height: 42px;
  background: #c3001f;
  color: #fff;
  text-align: center;
  margin: 25px auto 0;
  float: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.cont_box .w .xj_box .fbxj_sub span{
  display: block;
}
.cont_box .w .xj_box .fbxj_sub:hover{
  background: #000
}
/* 联系我们结束 */
@media(max-width:768px){
  .com_box {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/introabout_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px 2.5%;
  }
  .com_box .w .list ul {
    display: flex;
    margin: 0;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .com_box .w h2, 
  .zs_box .w h2 {
    display: block;
    font-size: 38px;
    line-height: 1em;
    color: rgba(0,0,0,0.3);
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 85%;
  }
  .com_box .w .list ul li {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .com_box .w h4, 
  .zs_box .w h4 {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 5px;
  }
  .bus_box {
    padding: 35px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/image/intronums_bg.jpg);
    background-attachment: fixed;
  }
  .bus_box ul li {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    float: none;
    margin: 35px 0;
  }
  .bus_box ul li h3 {
    font-size: 70px;
    line-height: 1em;
    margin: 0;
    font-family: Oswald;
    font-weight: bold;
  }
  .bus_box ul li p {
    font-size: 16px;
    line-height: 1em;
    margin: 20px 0;
  }
  .zs_box {
    width: 95%;
    overflow: hidden;
    margin: 30px auto;
  }
  .zs_box ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zs_box ul li {
    width: 49%;
    margin: 6px 0;
    float: none;
  }
  .zs_box ul li img {
    width: 100%;
  }


  .cont_box .w .lxfs_box {
    width: 100%;
    overflow: hidden;
    background: #f2f6f7;
    padding: 25px 15px;
    margin: 0;
    display: block;
    justify-content: space-between;
  }
  .cont_box .w .lxfs_box li{
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 15px
  }
  .cont_box .w .lxfs_box li:last-child{
    margin: 0;
  }
  .cont_box .w .xj_box {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 25px 15px;
    background: #f2f6f7;
  }
  .cont_box .w .xj_box li {
    width: 100%;
    float: left;
    margin-bottom: 12px;
  }
  .cont_box .w .xj_box li input {
    width: 100%;
  }
  .cont_box .w .xj_box li textarea {
    width: 100%;
    height: 160px;
  }
  .cont_box .w .xj_box .bz_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .cont_box .w .xj_box .fbxj_sub {
    width: 100%;
    line-height: 42px;
    background: #c3001f;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
  }
}