/* 公司介绍开始*/
.company{
  width: 100%;
  overflow: hidden;
  padding: 40px 0 0;
}
.company .w{
  position: relative;
}
.company_tit{
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.company_tit>div{
  background: url(/assets/image/yinhao2.png) no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  left: -70px;
  top: 0;
}
.company_tit>span{
  width: 8px;
  height: 35px;
  background: #00a8ec;
  display: block;
  float: right;
  position: absolute;
  right: 5px;
  top: 50px;
}
.company_tit h3{
  display: block;
  font-size: 42px;
  color: #000;
  font-family: fangsong;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.company_tit p{
  display: block;
  font-size: 36px;
  color: #333;
  text-indent: 0;
  font-weight: 300;
}
.company_text img{
  width: 80%;
  margin: auto;
  display: block;
} 
.company .w .company_text p{
  font-size: 15px;
  line-height: 32px;
  color: #666;
}
.company .w ul{
  width: 100%;
  overflow: hidden;
  margin-top: 30px
}
.company .w ul li{
  width: 20%;
  float: left;
}
.company .w ul li p{
  color: #333;
  font-size: 16px;
}
.company .w ul li h3 span{
  color: #333;
  font-size: 16px;
  margin-left: 10px;
}
.company .w ul li h3{
  font-size: 52px;
  color: #000;
  margin: 0;
}
.janzbox{
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/assets/image/img01.jpg);
  position: relative;
  margin-top: 40px;
}
.janzbox::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #000000a6;
  position: absolute;
  top: 0;
  left: 0;
}
.janzbox .w{
  padding: 90px 0 120px;
  text-align: center;
  position: relative;
}
.janzbox .w h3{
  font-size: 32px;
  color: #fff;
  margin: 40px 0;
}
.janzbox .w span{
  width: 75px;
  height: 5px;
  background: #fff;
  display: block;
  margin: 60px auto;
}
.janzbox .w p{
  width: 80%;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
}
.zlsm{
  width: 100%;
  overflow: hidden;
  margin: 60px auto;
}
.zlwz {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.xmy {
  width: 24%;
}
.zlw1 {
  width: 72%;
}
.zwbt {
  font-size: 20px;
  color: #00a8ec;
  font-weight: bold;
}
.nrzw {
  font-size: 15px;
  line-height: 32px;
  color: #666;
}
.zltu1 {
  width: 100%;
  overflow: hidden;
  margin: 28px 0;
  display: flex;
  justify-content: space-between;
}
.zltu1 img {
  width: 24%;
}
.zltu2 {
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.zltu2 img {
  width: 23%;
  border-radius: 50%;
}
/* 公司介绍结束 */

/* 联系我们开始 */
.cont_box{
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}
.cont_box .w .lxfs_box{
  width: 45%;
  overflow: hidden;
  margin: 0;
  float: left;
}
.cont_box .w .lxfs_box li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
}
.cont_box .w .lxfs_box li svg{
  margin: 6px auto;
}
.cont_box .w .lxfs_box li:last-child{
  margin: 0;
}
.cont_box .w .lxfs_box li span{
  color: #000;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
}
.cont_box .w .lxfs_box li:nth-child(2) span{
  font-size: 45px;
}
.cont_box .w .lxfs_box li:nth-child(3) span{
  font-size: 43px;
}
.cont_box .w .lxfs_box li .lxrig{
  float: left;
}
.cont_box .w .lxfs_box li .lxrig h3{
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
}
.cont_box .w .lxfs_box li .lxrig p,
.cont_box .w .lxfs_box li .lxrig p a{
  margin: 0;
  font-size: 14px;
  color: #868686;
} 
.cont_box .w .xj_box{
  width: 54%;
  overflow: hidden;
  margin: 0;
  float: right
}
.cont_box .w .xj_box li{
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.cont_box .w .xj_box li input{
  width: 98%;
  line-height: 38px;
  background: #fff;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #bfbfbf;
}
.cont_box .w .xj_box .bz_box{
  width: 100%;
  margin-bottom: 30px;
}
.cont_box .w .xj_box li textarea{
  width: 99%;
  height: 160px;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #bfbfbf;
}
.cont_box .w .xj_box li .tips{
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 3px;
}
.cont_box .w .xj_box .fbxj_sub{
  width: 99%;
  line-height: 42px;
  background: #00a8ec;
  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: #008fc9
}
.cont_box .w>img{
  width: 100%;
  margin: 30px 0 0 ;
}
.distr{
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 50px 0px;
  margin-top: 60px;
}
.distr .w .distr_dl{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.distr .w .distr_dl h3{
  font-size: 20px;
  font-weight: bold;
  color: #00a8ec;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin: 0 0 20px;
}
.distr .w .distr_dl h3 span{
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}
.distr .w .distr_box>div{
  width: 33.3333%;
  overflow: hidden;
  float: left;
  margin-bottom: 15px;
  padding-right: 20px;
}
.distr .w .distr_box>h3{
  font-size: 20px;
  font-weight: bold;
  color: #00a8ec;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin: 0 0 20px;
}
.contactMap{
  width: 54%;
  overflow: hidden;
  margin: 0;
  float: right;
}
#dituContent{
  width:100%;
  height:380px;
  border:#ccc solid 1px;
}
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}
/* 联系我们结束 */
/* 技术服务开始 */
.seriver{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.seriver p{
  width: 100%;
  font-size: 15px;
  background: #f4f4f4;
  padding: 10px;
  color: #008fc7;
  margin: 0!important;
  color: #008fc7;
}
.seriver li{
  width: 24%;
  margin: 10px 0;
  text-align: center;
}
.seriver li a img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #00a9ec;
}
.seriver li a p{
  margin: 15px 0 0;
  color: #333;
  font-size: 16px;
}
/* 技术服务结束 */
@media(max-width:768px){
  /* 公司介绍 */
  .company{
    padding: 0 10px;
  }
  .company_tit {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .company_tit h3 {
    display: block;
    font-size: 38px;
    color: rgb(0 0 0 / 10%);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .company_tit p {
    display: block;
    font-size: 26px!important;
    color: #333!important;
    text-indent: 0!important;
  }
  .company .w ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .company .w ul li p {
    color: #333;
    font-size: 14px;
    margin: 0 0 5px;
  }
  .company .w ul li h3 {
    font-size: 26px;
    color: #000;
    margin: 0;
    font-weight: bold;
  }
  .company .w ul li h3 span {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;
  }
  .company_text img {
    width: 100%;
    margin: auto;
    display: block;
  } 
  .janzbox {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/image/img01.jpg);
    position: relative;
    margin-top: 0;
  }
  .janzbox .w {
    padding: 30px 0;
    text-align: center;
    position: relative;
  }
  .janzbox .w h3 {
    font-size: 22px;
    color: #fff;
    width: 100%;
    margin: auto;
    line-height: 40px;
  }
  .janzbox .w span {
    width: 70px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 20px auto;
  }
  .janzbox .w p {
    width: 94%;
    margin: auto;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
  }
  .culture_text {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 30px;
  }
  .culture_text .culture_left {
    width: 100%;
    float: none;
    position: relative;
  }
  .culture_text .culture_left li h3 {
    font-size: 18px;
    color: #000;
    margin: 12px 0;
  }
  .culture_text .culture_left li p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
  }
  .culture_text .culture_left li {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .culture_text .culture_right {
    float: right;
    position: relative;
    padding: 30px 0;
    overflow: hidden;
  }
  .culture_text .culture_right img {
    width: 95%;
    position: relative;
    z-index: 1;
    right: 5px;
  }
  .culture_text .culture_right span {
    width: 65px;
    height: 100%;
    background: #00a8ec;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  } 
  /* 联系我们 */
  .com_box .w h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 28px;
    color: #efefef;
    font-weight: bold;
  }
  .gy_tit {
    color: #00a8ec;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }
  .about_text img {
    height: auto;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
  }
  .gy_tit {
    color: #00a8ec;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0;
  }
  .sccj_pic ul li {
    padding: 5px;
    margin-bottom: 0;
  }
  .zs_box {
    width: 100%;
    overflow: hidden;
    margin: auto;
  }
  .zs_box h3 {
    color: #00a8ec;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .zs_box li{
    width: 49%;
    margin: 5px 0;
  }
  .cont_box {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .cont_box .w .lxfs_box {
    width: 100%;
    overflow: hidden;
    background: #f2f6f7;
    padding: 15px 5px;
    margin: 0;
    display: block;
    justify-content: space-between;
    float: none;
  }
  .cont_box .w .lxfs_box li{
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 12px
  }
  .cont_box .w .lxfs_box li:last-child{
    margin: 0;
  }
  .contactMap {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    float: none;
  }
  #dituContent{
    width: 100%;
    height: 310px;
  }
  .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: #00a8ec;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
  }
  .distr {
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px 10px;
    margin-top: 0px;
  }
  .distr .w .distr_dl h3 span {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    display: block;
  }
  .distr .w .distr_box>div {
    width: 100%;
    overflow: hidden;
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }
  .distr .w .distr_dl>div p,
  .distr .w .distr_box>div p{
    margin-bottom: 7px;
  }
  .com_box{
    width: 100%;
    overflow: hidden;
    margin: auto;
  }
  .com_box .w h3 {
    font-size: 26px;
    color: #333;
    font-weight: normal;
    margin: 0;
  }
  .com_box .w .com_tit {
    text-align: center;
    margin: 24px 0 10px;
  }
  .ck_box li {
    width: 48%;
    float: left;
    margin: 5px 1%;
  }
  .com_box .w .com p {
    line-height: 26px;
  }
  .cust_box {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-content: space-between;
  }
  .cust_box .cust_left {
    width: 100%;
  }
  .cust_box .cust_left img {
    width: 100%;
    border-radius: 0;
    border: none;
  }
  .cust_box .right {
    width: 100%;
  }
  .cust_text {
    font-size: 14px;
    line-height: 28px;
    color: #333;
  }
  .cj_box li {
    width: 49%;
    float: left;
    margin: 5px 0;
  }
  .seriver li {
    width: 49%;
    margin: 10px 0;
    text-align: center;
  }
  .seriver li a p {
    margin: 0;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
  }
}