/*.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: 48px;
  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 .mysm {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.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;
}
.con .container .conbox .right .mysm {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.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;
} 