/* 公司介绍开始 */
.about{
  background: #fff;
  padding: 10px 30px 50px;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
}
.about h3{
  font-size: 30px;
  text-transform: uppercase;
}
.about p{
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.about ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.about ul li{
  width: 32.5%;
}
.about ul li img{
  width: 100%;
}
/* 公司介绍结束 */
/* 工业授权开始 */
.distr_box{
  background: #fff;
  padding: 10px 30px 50px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 360px;
  /* color: #ff0000;
  background-image: url(/assets/image/sqbg.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.distr_box .cn{
  display: none;
}
.distr_box .en{
  width: 50%;
}
.distr_box .en li{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.distr_box .en li span{
  font-size: 18px;
  color: #263cdb;
  margin-right: 10px;
}
.distr_box .sqimg{
  width: 47%;
}
.distr_box .sqimg img{
  width: 100%;
  opacity: 0.3;
  /* filter: blur(4px); */
}
/* 工业授权结束 */
/* 联系我们开始 */
.contact {
  width: 100%;
  overflow: hidden;
}

.cont_lx {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}

.cont_lx>h1 {
  font-size: 38px;
  color: #000;
  font-weight: 100;
  margin: 0 0 20px;
}

.cont_lx ul {
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0.5% 18px;
  float: left;
}

.cont_lx ul:first-of-type {
  margin-left: 0;
}

.cont_lx ul li {
  font-size: 16px;
  color: #999;
  margin: 15px 0;
}

.cont_lx ul li:first-of-type {
  font-weight: bold;
  color: #333;
}
.map_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  background: #fff;
  margin-top: 30px;
}

.map_box .right_input {
  background: #fff;
  padding: 40px 30px;
}

.map_box .right_input>h3 {
  color: #263cdb;
  font-size: 30px;
  margin: 0 0 15px;
}
.map_box .right_input>p{
  line-height: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #263cdb;
  margin: 0;
  text-align: left;
}
.right_input ul{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.right_input li {
  width: 100%;
  margin: 15px 0;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  height: 130px;
  outline: none;
  padding: 10px;
  background: transparent;
  margin-top: 10px;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}

.right_input li input {
  width: 100%;
  height: 48px;
  background: transparent;
  border-radius: 0;
  transition: all 0.5s;
  border: 1px solid #c1c1c1;
  padding: 0 10px;
}

.right_input #bzContact:focus,
.right_input li input:focus {
  border: 1px solid #264abd;
}

.right_input li span {
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 100%;
  float: left;
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  letter-spacing: 2px;
  background: #dedede;
  color: #333;
  border-radius: 3px;
  transition: all 0.8s;
}

.right_input #insubmit:hover {
  background: #263cdb ;
  color: #fff;
}

.map {
  padding: 0;
}

.iw_poi_title {
  color: #263cdb ;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #263cdb ;
  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: 450px;
  border: #ccc solid 1px;
}
.lxfs_box{
  width: 50%;
  float: right;
  background: #333;
  color: #fff;
  padding: 50px;
}
.lxfs_box h1{
  line-height: 40px;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.lxfs_box h3{
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
  border-bottom: 1px solid #afafaf;
  padding: 0 0 20px 0;
}
.lxfs_box ul{
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  border-bottom: 1px solid #afafaf;
  padding: 0 0 20px 0;
}
.lxfs_box ul li{
  line-height: 34px;
  font-size: 14px;
  font-weight: 300;
}
.lxfs_box>div{
  width: 120px;
  text-align: center;
}
.lxfs_box>div img{
  width: 100%;
  margin-bottom: 10px;
}
/* 联系我们结束 */
@media(max-width:768px){
  .about {
    padding: 10px;
  }
  .about ul li {
    width: 100%;
    margin: 5px 0;
  }
  .distr_box .cn,
  .distr_box .sqimg{
    width: 100%;
  }
}