@font-face {
  font-family: 'AlibabaPuHuiTiLight';
  src: url(../font/AlibabaPuHuiTi-Light.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(../font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

#main .btnbox {
  width: 100%;
  position: absolute;
  height: 70px;
  bottom: 0;
  left: 0;
  align-items: stretch;
}

#main .btnbox>div {
  width: 280px;

  cursor: pointer;
}

#main .btnbox>div:nth-child(2) {
  margin-left: 60px;
}

#main .ztNav {
  height: 80px;
  background-color: #ff4b2b;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  color: #ffffff;
}

#main .ztNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#main .ztNav .content {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

#main .ztNav .content>div {
  flex-grow: 1;
  border-right: 1px solid #cccccc;
  cursor: pointer;
}

#main .ztNav .content>div:last-child {
  border-right: none;
}

#main .ztNav .content>div.active {
  background-color: #591a0f;
  border-right: none;
}

#main .section1 {
  position: relative;
}

#main .section2 .part2 {
  height: 300px;
  background: url(../img/part2_2.jpg) no-repeat;
  background-size: 100%;
  padding-top: 81px;
}

#main .section2 .part2 .icon {
  background: url(../img/iconall.png) no-repeat;
  margin: 0 auto 25px;
  transition: all .3s;
}

#main .section2 .part2 .icon.icon1 {
  width: 72px;
  height: 70px;
  background-position: -0px -0px;
}

#main .section2 .part2 .icon.icon2 {
  width: 84px;
  height: 70px;
  background-position: -72px -0px;
}

#main .section2 .part2 .icon.icon3 {
  width: 70px;
  height: 70px;
  background-position: -156px -0px;
}

#main .section2 .part2 .icon.icon4 {
  width: 56px;
  height: 70px;
  background-position: -226px -0px;
}

#main .section2 .part2 .icon.icon5 {
  width: 53px;
  height: 70px;
  background-position: -282px -0px;
}

#main .section2 .part2 ul {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 19px;
}

#main .section2 .part2 li {
  width: 20%;
  height: 200px;
  padding: 19px 9px 0;
  flex-shrink: 0;
  border-right: 1px solid #e6e6e6;
}

#main .section2 .part2 li:last-child {
  border-right: none;
}

#main .section2 .part2 div {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 20px;
  line-height: 30px;
  color: #591a0f;
  text-align: center;
}

#main .section2 .part2 p {
  font-family: 'AlibabaPuHuiTiLight';
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}

#main .section2 .part2 li:hover .icon {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all .3s;
}

#main .section2 .part2 li:hover div {
  color: #ff4b2b;
}

#main .section2 .part2 li:hover p {
  margin-top: 15px;
  height: 120px;
  transition: all .3s;
}

#main .section2 .part3 {
  height: 692px;
  padding-top: 81px;
  position: relative;
  background: url(../img/part2_3.jpg) no-repeat;
  background-size: 100%;
  padding: 140px 105px 0;
}

#main .section2 .part3 .dis-b {
  align-items: stretch;
}

#main .section2 .part3 .dis-b>div {
  width: 530px;
  height: 392px;
  background-color: #fff0f0;
  border-radius: 20px;
  background: url(../img/plan_bg1.png) no-repeat;
  background-size: 100%;
  padding: 82px 15px 0;
}

#main .section2 .part3 .dis-b>div:nth-child(2) {
  background-image: url(../img/plan_bg2.png);
}

#main .section2 .part3 li {
  width: 500px;
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .3s;
}

#main .section2 .part3 li div {
  background-color: #ffc9bf;
  border-radius: 24px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 24px;
  height: 50px;
  padding: 0 38px;
  line-height: 50px;
  color: #ffffff;
}

#main .section2 .part3 li p {
  height: 110px;
  font-family: 'AlibabaPuHuiTiLight';
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-top: 10px;
  padding-left: 18px;
}

#main .section2 .part3 li.active {
  height: 170px;
  transition: all .3s;
}

#main .section2 .part3 li.active div {
  background-color: #ff4b2b;
}

#main .section2 .part3 .btnbox {
  bottom: 50px;
}

#main .section3 .part2 {
  position: relative;
}

#main .section3 .part2 .btnbox {
  bottom: 100px;
  justify-content: flex-end;
  padding-right: 270px;
}

#main .section3 .part2 .btnbox>div {
  width: 200px;
}

#main .section3 .part2 .btnbox>div:nth-child(2) {
  margin-left: 20px;
}

#main .section3 .part3 {
  position: relative;
  height: 840px;
  padding-top: 90px;
}

#main .section3 .part3 .tabbox {
  width: 500px;
  height: 60px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

#main .section3 .part3 .tabbox>div {
  flex-grow: 1;
}

#main .section3 .part3>img {
  position: absolute;
  left: 0;
  top: 0;
}

#main .section3 .part3>img.active {
  z-index: 2;
}

#main .section3 .part3 .btnbox {
  bottom: 50px;
  z-index: 3;
}

#main .section4 .content {
  position: relative;
}

#main .section4 .btnbox {
  z-index: 2;
  bottom: auto;
}

#main .section4 .btnbox>div {
  width: 100px;
}

#main .section4 .btnbox1 {
  top: 620px;
  justify-content: flex-end;
  padding-right: 100px;
}

#main .section4 .btnbox1>div:nth-child(2) {
  margin-left: 317px;
}

#main .section4 .btnbox2 {
  top: 820px;
  justify-content: flex-end;
  padding-right: 180px;
}

#main .section4 .btnbox2>div:nth-child(2) {
  margin-left: 135px;
}

#main .section4 .btnbox2>div:nth-child(1) {
  margin-left: 0;
}

#main .section4 .btnbox2>div {
  width: 110px;
  margin-left: 125px;
}

#main .section5 .content {
  position: relative;
}

#main .section5 .btnbox {
  z-index: 2;
  top: 742px;
}

#main .section5 .btnbox>div:nth-child(2) {
  margin-left: 35px;

  .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#main .section6 .content {
  position: relative;
  height: 1088px;
  background: url(../img/part6.jpg) no-repeat;
  background-size: 100%;
  padding: 317px 50px 0;
}

#main .section6 .tabbox {
  width: 500px;
  height: 60px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 317px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

#main .section6 .tabbox>div {
  flex-grow: 1;

}

#main .section6 .imgs {
  position: relative;
  height: 380px;
}

#main .section6 .imgs>div {
  width: 300px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  height: 300px;
  z-index: 5;
  bottom: 50px;
}

#main .section6 .s_btn{
  display: none;
  height: 300px;
  width: 300px;
}
#main .section6 .s_btn.active{
  display: flex;
}

#main .section6 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#main .section6 img.active {
  z-index: 2;
}

#main .section6 .btnbox1 {
  bottom: auto;
  top: 755px;
}

#main .section6 .btnbox1>div:nth-child(2) {
  margin-left: 40px;
}

#main .section6 .btnbox2 {
  bottom: 50px;
  height: 200px;
}

#main .section6 .btnbox2>div {
  width: 1200px;
  height: 200px;
}

#main .section7 .tabbox {
  width: 1200px;
  margin: 0 auto 30px;
  position: relative;
}


#main .section7 .tabbox::after {
  width: 1200px;
  content: "";
  height: 6px;
  background-color: #ffcfc2;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

#main .section7 .tabbox>div {
  width: 400px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  line-height: 30px;
  color: #461307;
  text-align: center;
  padding-top: 32px;
  position: relative;
  cursor: pointer;
}

#main .section7 .tabbox>div.active {
  color: #fd5a2e;
}

#main .section7 .tabbox>div.active::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 4px #fd5a2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
}

#main .section7 .tabbox>div.active::after {
  content: "";
  height: 6px;
  background-color: #ff4b2b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#main .section7 .imgs {
  position: relative;
  height: 558px;
}

#main .section7 .imgs img {
  position: absolute;
  left: 0;
  top: 0;
}

#main .section7 .imgs img.active {
  z-index: 2;
}