.ban {
  height: 400px;
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
}

.center {
  /* width: 80%; */
  max-width: 1100px;
  height: 100%;
  margin: auto;
  position: relative;
}

.ban .tit {

  font-size: 36px;
  color: #fff;
  position: absolute;
  bottom: 60px;
  transform: translateX(900px);
  transition: all .8s;
}

.ban .tit.in {
  transform: translateX(0);

}

/*  */
.content {
  padding-top: 60px
}

.content .tit {
  font-size: 32px;
}

.content .tit .i1 img {
  width: 20px;
  /* float: right; */
  margin-right: 10px;
}

.content .tit .i2 img {
  width: 75%;
  /* float: right; */
  margin-left: 30px;
}

.content .tit span {
  vertical-align: middle;
}

.cont_2 {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_3 {
  padding-top: 60px;
  padding-bottom: 60px;
}


/*  */
.cont_1 {
  padding-bottom: 60px;
}

.info_1 {
  border-left: 4px solid #f16624;
  padding-left: 20px;
}

.info_1 p {
  font-size: 28px;
  color: #f16624;
  margin-bottom: 10px;
}

.info_1 span {
  color: #052e6a;
  font-size: 18px;
  margin-right: 15px;
}

.info_2,
.info_3 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}

.info_2 p,
.info_3 p {
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.info_2 p i img,
.info_3 p i img {
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
}

.info_2 span,
.info_3 span {
  font-size: 18px;
  color: #f16624;
  font-size: 18px;
}

.info_2 .xt,
.info_3 .xt {
  float: left;
  /*margin: 0 80px;*/
  margin: 0 60px;
}

.cont_2 .info_l,
.cont_2 .info_r {
  float: left;
}

.hb_1 {
  margin-top: 40px;
  position: relative;
  display: inline-block;
  width: 42.4%;
  height: 260px;
  margin-right: 6%;
}
.hb_1 a{
  height: 260px;
  display: block;
  width:100%;
}
.hb_1>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hb_1 i img {
  display: none;
  position: absolute;
  left: 42%;
  top: 42%;
  z-index: 9;
}

/*@media only screen and (min-width:1100px) {*/
  .hb_1:hover {
    background: #000;
  }
/*}*/



.cont_2 .info_l {
  width: 70%;
}

.cont_2 .info_r {
  width: 30%;
}

.cont_2 .info_r .video {
  height: 260px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.video video {
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width:1100px) {

  .video .video-img {
    position: absolute;
    top: 30%;
    left: 38%;
    width: 80px;
    height: 80px;
    z-index: 9;
    background: url(../images/bf.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
  }
}
.video video:focus {
  border: none;
  outline: none;
}

.cont_3 .name {
  font-size: 22px;
  color: #f16624;
  margin-top: 45px;
  margin-bottom: 30px;
}

.info_txt p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (min-width: 1100px) {
  .hb_1:hover>a>img {
    opacity: .5;
  }

  .hb_1:hover i img {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .center {
    width: 80%;
  }

  .info_2 .xt,
  .info_3 .xt {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .ban {
    height: 200px;
  }

  .ban .tit {
    font-size: 32px;
  }

  .info_2 .xt,
  .info_3 .xt {
    display: none;
  }

  .info_2 p,
  .info_3 p {
    display: block;
    float: none;
    margin-top: 10px;
    position: relative;
  }

}

.bigPic {
  display: none;
}

.pic02 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.678);
}

.pic02 img {
  z-index: 11;
  width: 30%;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-left: -15%;
  margin-top: -15%;
  left: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 600px) {
  .info_1 p {
    font-size: 26px;
  }

  .info_1 span {
    font-size: 16px;
  }

  .info_2 p,
  .info_3 p {
    font-size: 14px;
  }

  .info_2 span,
  .info_3 span {
    font-size: 16px;
  }

  .cont_2 .info_l,
  .cont_2 .info_r {
    width: 100%;
  }

  .cont_2 .info_r {
    margin-top: 35px;
  }

  .hb_1 {
    width: 100%;
  }

  .pic02 img {
    width: 80%;
    top: 20%;
    left: 10%;
    margin: 0;
    z-index: 9999;
  }
}

.info_1 .state {
  font-size: 16px;
  color: #333;
  float: right;
  line-height: 40px;
  cursor: pointer;
}

.info_1 .state_1 {
  margin-right: 5px;
}

.tit .i1 {
  vertical-align: middle;
}

p {
  padding-bottom: 0;
}

.info_2 i {
  /*vertical-align: middle;*/
}

.xt img {
  vertical-align: bottom;
  margin-top: 7px;

}


@media only screen and (max-width:750px) {

  .center {
    width: 92%;
  }

  .ban .tit {
    font-size: 20px;
    border-left: solid 4px #fff;
    padding-left: 10px;
  }

  .ban .tit i {
    display: none;
  }

  .content {
    padding-top: 20px;
  }

  .content .tit {
    font-size: 18px;
    line-height: 30px;
  }

  .content .tit i {
    float: left;

  }
  .info_1 {
    border-left: 4px solid #f16624;
    padding-left:15px;
  }
  .info_1 p {
    font-size:18px;
    line-height: 24px;
  }
  .info_1 span {
    font-size: 15px;
    font-weight: bold;
  }
  .info_1 .state {
    font-size: 13px;
    line-height:24px;
    margin-right: 0;
  }
  .info_2, .info_3 {
    margin-top:15px;
    padding-top: 15px;
  }
  .info_2 span, .info_3 span{
    font-size:14px;
  }
  .cont_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .hb_1 {
    margin-top:15px;
    height:auto;
  }
  .hb_1 a{
    display: block;
    height:auto;
  }

  .cont_3 .name {
    font-size:16px;
    margin-top: 15px;
    margin-bottom:15px;
  }
  .info_txt p {
    font-size: 13px;
    line-height: 22px;
  }
}