/*.serchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.serchbox .tab {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.serchbox .tab .tablist {
  padding: 8px 24px;
}
.serchbox .tab .tablist:hover {
  cursor: pointer;
  border-radius: 100px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #950602;
  position: relative;
}
.serchbox .tab .tablist:hover::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/v2/images/jt.png) no-repeat center center/cover;
}
.serchbox .tab .act {
  padding: 8px 24px;
  border-radius: 100px;
  color: #950602;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.serchbox .tab .act::after {
  content: none;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/v2/images/jt.png) no-repeat center center/cover;
}
.serchbox .serchwarp {
  margin-top: 20px;
  position: relative;
}
.serchbox .serchwarp .serch {
  width: 550px;
  height: 50px;
  border-radius: 0;
  padding: 20px 200px 20px 64px;
  opacity: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #950602;
}
.serchbox .serchwarp .serchbtn {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  background: #950602;
}
.serchbox .serchwarp .ssicon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
    */
.con {
  margin-top:40px;
}
.con .container .tit {
  text-align: center;
  font-size: 36px;
}
.con .container .smtit {
  margin-top: 40px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.con .container .conbox {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.con .container .conbox .left {
  width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.con .container .conbox .left .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 48px;
  width: 580px;
  height: 128px;
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #ddd;
  margin-bottom: 16px;
}
.con .container .conbox .left .list img {
  margin-right: 30px;
}
.con .container .conbox .left .list .tt {
  font-size: 22px;
}
.con .container .conbox .left .list .text {
  font-size: 16px;
  margin-top: 16px;
  color: #999;
}
.con .container .conbox .right {
  width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cz {
  margin-top: 70px;
  height: 722px;
  padding: 80px 0 68px;
  background: url(../images/bg.png) no-repeat center center/cover;
}
.cz .container {
  color: #fff;
  text-align: center;
}
.cz .container .tit {
  font-size: 36px;
}
.cz .container .smtit {
  font-size: 16px;
  margin: 24px 0 48px;
}
.cz .container .box {
  height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cz .container .box .list {
  width: 14.2857142857%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cz .container .box .list .tt {
  font-size: 20px;
  margin-top: 10px;
}
.cz .container .box .list .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}
.cz .container .box .list .conbox {
  position: relative;
}
.cz .container .box .list .conbox .icon {
  height: 60px;
}
.cz .container .box .list .context {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 40px 20px 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#950602),
    to(#fc7d62)
  );
  background: -webkit-linear-gradient(top, #950602 0, #fc7d62 100%);
  background: linear-gradient(180deg, #950602 0, #fc7d62 100%);
}
.cz .container .box .list .context .contt {
  font-size: 20px;
  margin-bottom: 20px;
}
.cz .container .box .list .context .conttext {
  font-size: 14px;
  text-align: justify;
}
.cz .container .box .list:hover .context {
  opacity: 1;
}
.lc {
  padding-top: 86px;
}
.lc .container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 80px;
}
.lc .container .tit {
  text-align: center;
  font-size: 36px;
}
.lc .container .smtit {
  color: #999;
  text-align: center;
  font-size: 16px;
  margin: 24px 0 48px;
} 