.main {
  align-items: center;
  padding-bottom: 5.52vw;
}
.main .lft {
  width: 42.85%;
}
.main .rht {
  width: 50%;
  line-height: normal;
}
.main .rht .tp h3 {
  font-size: 24px;
  color: #833b00;
  font-weight: bold;
  padding-left: 86px;
  line-height: 60px;
}
.main .rht .tp h3:first-child {
  border-bottom: 1px solid #d2d2d2;
  background: url(../images/sch_ico1.png) no-repeat 12px center;
}
.main .rht .tp h3:nth-child(2) {
  margin-top: 25px;
  margin-bottom: 10px;
  background: url(../images/sch_ico2.png) no-repeat 12px center;
}
.main .rht .tp p {
  font-size: 16px;
  color: #282828;
  opacity: 0.8;
  line-height: 37px;
}
.main .rht .tp p span {
  font-weight: bold;
}
.main .rht .tb {
  margin-top: 30px;
}
.main .rht .tb ul {
  width: 44.85%;
  float: left;
  margin-right: 26px;
}
.main .rht .tb ul li {
  padding-left: 11.7%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.main .rht .tb ul li:nth-child(odd) {
  background-color: #414141;
}
.main .rht .tb ul li:nth-child(even) {
  background-color: #626262;
}
.main .rht .tb ul li span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  width: 72px;
  text-align-last: justify;
  top: -1px;
}
.main .rht .tb ul li span::after {
  content: '：';
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
}
.hd-tit {
  text-align: center;
  color: #fff;
}
.hd-tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.hd-tit p {
  font-size: 20px;
  margin-top: 18px;
}
.scheme {
  background-color: #833b00;
  padding-top: 3.8vw;
  padding-bottom: 2vw;
}
.scheme .flex {
  margin-top: 4.94vw;
  align-items: center;
}
.scheme .txt {
  width: 52.8%;
  color: #fff;
}
.scheme .txt h3 {
  font-size: 1.56vw;
  font-weight: bold;
}
.scheme .txt ul {
  margin-top: 15px;
}
.scheme .txt ul li {
  line-height: 2.5vw;
  font-size: 1.04vw;
}
.scheme .txt ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 17px;
  vertical-align: middle;
}
.scheme .txt .zx {
  margin-top: 20px;
  display: block;
  width: 128px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px; float:left;
}
.show {
  padding-top: 6.8vw;
  padding-bottom: 5vw;
}
.show .hd-tit {
  color: #000;
}
.show .hd-tit p {
  opacity: 0.6;
}
.show ul {
  margin-top: 3.9vw;
}
.show ul a {
  width: 31.7%;
  position: relative;
}
.show ul a .mask {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.show ul a .mask .tit {
  font-size: 1.25vw;
}
.show ul a .mask i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  border: solid 1px #ffffff;
  font-size: 18px;
  margin-top: 1.04vw;
}
.show ul a:hover .mask {
  opacity: 1;
}
@media screen and (max-width: 750px) {
	.main .lft,.main .rht,.main .rht .tb ul,.scheme .txt { width: 100%; float: none;}
	.main .rht .tb{ display: block;}
	.scheme .flex img{ width:100%;}
	.scheme .txt ul li{ line-height:6em;}
	

	
}