html {
  font-size: 16px;
}
.indexbox {
  padding-bottom: 200px;
}
.banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.banner .banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiperfzbox {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 37px;
  z-index: 999;
}
.banner .swiperfzbox .banner-pagination {
  width: 148;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin-right: 8px;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  height: 10px;
  background-color: #fdbf01;
  border-radius: 5px;
}
.banner .swiperfzbox .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/zhdgz4/swiperright.png) center center no-repeat;
  transition: all 0.3s ease;
}
.banner .swiperfzbox .next:hover {
  transform: translateY(-50%) scale(1.1);
}
.banner .swiperfzbox .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/zhdgz4/swiperleft.png) center center no-repeat;
  transition: all 0.3s ease;
}
.banner .swiperfzbox .prev:hover {
  transform: translateY(-50%) scale(1.1);
}
.banner .bannertext {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -720px;
  width: 1446px;
  height: 200px;
  z-index: 999;
}
.banner .bannertext .toptxt {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 5rem;
  text-align: center;
  color: #fffefe;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.banner .bannertext .toptxt span {
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  color: #ffdb6b;
}
.banner .bannertext .btmtext {
  display: block;
  margin: 20px auto 0;
  width: 940px;
  line-height: 1;
  color: #fffefe;
  font-size: 3rem;
  text-align: center;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.banner .bannertext p {
  display: none;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.banner .bannertext p span {
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.noBannerBox {
  position: relative;
  left: 0;
  top: calc(100vh - 10px);
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding-top: 238px;
}
.sjbox {
  position: absolute;
  top: -84px;
  left: 50%;
  transform: translateX(-50%);
  width: 1620px;
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 46px;
  box-shadow: 1px 1px 49px 0px rgba(0, 0, 0, 0.08);
}
.sjbox .sjswiper {
  width: 1540px;
  margin: 0 auto;
}
.sjbox .sjswiper .swiper-slide {
  width: 100%;
}
.sjbox .sjswiper .swiper-slide ul {
  width: 100%;
}
.sjbox .sjswiper .swiper-slide ul li {
  width: 354px;
  float: left;
  margin-right: 40px;
}
.sjbox .sjswiper .swiper-slide ul li:last-child {
  margin-right: 0;
}
.sjbox .sjswiper .swiper-slide ul li .pic {
  width: 91px;
  height: 81px;
  margin: 0 auto;
  position: relative;
}
.sjbox .sjswiper .swiper-slide ul li .pic::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #2380d4;
  opacity: 0.1;
}
.sjbox .sjswiper .swiper-slide ul li .pic img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.sjbox .sjswiper .swiper-slide ul li .num {
  margin-top: 15px;
  width: 100%;
  font-size: 45px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.sjbox .sjswiper .swiper-slide ul li .num span {
  font-size: 45px;
}
.sjbox .sjswiper .swiper-slide ul li .name {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #999;
}
.sjbox .sj-pagination {
  display: none;
  margin: 40px auto 0;
  width: 100%;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sjbox .sj-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2380d4;
  opacity: 0.25;
  margin-right: 8px;
}
.sjbox .sj-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.sjbox .sj-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.opporbox {
  background: url(../images/tzhd/new_bj1.png) center bottom no-repeat #004ea6;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.opporbox .top {
  margin: 0 auto;
  cursor: pointer;
  height: 38px;
}
.opporbox .top h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.opporbox .systembox {
  width: 1622px;
  margin: 30px auto 0;
  padding-bottom: 50px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.23);
}
.opporbox .systembox .systop {
  margin: 0 auto;
  width: 614px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.opporbox .systembox .systop img {
  width: 40px;
  height: 45px;
}
.opporbox .systembox .systop p {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  color: #fff;
  line-height: 54px;
  height: 45px;
  margin-left: 12px;
  text-transform: uppercase;
  font-family: 'DINPROBold', Arial, sans-serif;
}
.opporbox .systembox .sysxzxbox {
  width: 100%;
  margin-top: 52px;
  background: url(../images/tzhd/new_bj2.png) center bottom no-repeat;
  height: 751px;
  position: relative;
}
.opporbox .systembox .sysxzxbox .leftul {
  position: absolute;
  left: 0;
  top: 0;
  width: 604px;
  height: 672px;
}
.opporbox .systembox .sysxzxbox .leftul ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.opporbox .systembox .sysxzxbox .leftul ul li {
  width: 415px;
  height: 68px;
  background-color: #2e70c1;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 1s ease;
}
.opporbox .systembox .sysxzxbox .leftul ul li::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.3;
  transition: all 1s ease;
  top: 39px;
}
.opporbox .systembox .sysxzxbox .leftul ul li p {
  width: 400px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.3;
  transition: all 1s ease;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1) {
  height: 77px;
  margin-left: 130px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1)::after {
  background: url(../images/tzhd/new_xx1.png) center center no-repeat;
  width: 91px;
  height: 341px;
  right: -91px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2) {
  margin-left: 64px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2)::after {
  background: url(../images/tzhd/new_xx2.png) center center no-repeat;
  width: 156px;
  height: 250px;
  right: -156px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3) {
  margin-left: 16px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3)::after {
  background: url(../images/tzhd/new_xx3.png) center center no-repeat;
  width: 205px;
  height: 165px;
  right: -205px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4) {
  height: 77px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4)::after {
  background: url(../images/tzhd/new_xx4.png) center center no-repeat;
  width: 265px;
  height: 87px;
  right: -254px;
  transform: rotate(8deg);
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5) {
  margin-left: 14px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5)::after {
  background: url(../images/tzhd/new_xx5.png) center center no-repeat;
  width: 251px;
  height: 29px;
  right: -251px;
  top: 17px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6) {
  margin-left: 26px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6)::after {
  background: url(../images/tzhd/new_xx6.png) center center no-repeat;
  width: 218px;
  height: 88px;
  right: -218px;
  top: -56px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7) {
  margin-left: 50px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7)::after {
  background: url(../images/tzhd/new_xx7.png) center center no-repeat;
  width: 186px;
  height: 168px;
  right: -184px;
  top: -138px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8) {
  margin-left: 90px;
}
.opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8)::after {
  background: url(../images/tzhd/new_xx8.png) center center no-repeat;
  width: 135px;
  height: 252px;
  right: -134px;
  top: -227px;
}
.opporbox .systembox .sysxzxbox .leftul ul .djqhbox {
  cursor: pointer;
}
.opporbox .systembox .sysxzxbox .leftul ul .sysactive {
  background-color: #99beff;
}
.opporbox .systembox .sysxzxbox .leftul ul .sysactive p {
  opacity: 1;
}
.opporbox .systembox .sysxzxbox .leftul ul .sysactive::after {
  opacity: 1;
}
.opporbox .systembox .sysxzxbox .sysjzbq {
  position: absolute;
  top: 130px;
  left: 604px;
  width: 412px;
  height: 628px;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item {
  position: absolute;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1)::before {
  content: "";
  display: block;
  background: url(../images/tzhd/new_one.png) center center no-repeat;
  width: 25px;
  height: 74px;
  margin-bottom: 165px;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) p {
  width: 237px;
  height: 88px;
  font-size: 38px;
  color: #004ea6;
  text-align: center;
  line-height: normal;
  transform: rotate(90deg);
  font-weight: bold;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2) {
  bottom: 8px;
  width: 412px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2)::before {
  content: "";
  display: block;
  background: url(../images/tzhd/new_one.png) center center no-repeat;
  width: 25px;
  height: 74px;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2) p {
  width: 365px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: normal;
  font-weight: bold;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) {
  top: 277px;
  left: -20px;
  width: 218px;
  height: 32px;
  line-height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) p {
  width: 479px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  text-shadow: 0 0 10px #666;
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) {
  top: 258px;
  right: -23px;
  width: 223px;
  height: 74px;
  line-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
.opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) p {
  width: 479px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  text-shadow: 0 0 10px #666;
}
.opporbox .systembox .sysxzxbox .rightul {
  position: absolute;
  top: 0;
  right: 0;
  width: 528px;
  height: 672px;
}
.opporbox .systembox .sysxzxbox .rightul ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.opporbox .systembox .sysxzxbox .rightul ul li {
  width: 415px;
  height: 68px;
  background-color: #2e70c1;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 1s ease;
}
.opporbox .systembox .sysxzxbox .rightul ul li::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.3;
  transition: all 1s ease;
  top: 39px;
}
.opporbox .systembox .sysxzxbox .rightul ul li p {
  width: 400px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.3;
  transition: all 1s ease;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(1)::after {
  background: url(../images/tzhd/new_rxx1.png) center center no-repeat;
  width: 108px;
  height: 345px;
  left: -108px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2) {
  margin-left: 35px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2)::after {
  background: url(../images/tzhd/new_rxx2.png) center center no-repeat;
  width: 152px;
  height: 260px;
  left: -148px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3) {
  margin-left: 52px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3)::after {
  background: url(../images/tzhd/new_rxx3.png) center center no-repeat;
  width: 162px;
  height: 170px;
  left: -159px;
  top: 40px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4) {
  margin-left: 80px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4)::after {
  background: url(../images/tzhd/new_rxx4.png) center center no-repeat;
  width: 190px;
  height: 90px;
  left: -190px;
  top: 32px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5) {
  margin-left: 95px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5)::after {
  background: url(../images/tzhd/new_rxx5.png) center center no-repeat;
  width: 210px;
  height: 26px;
  left: -210px;
  top: 17px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6) {
  margin-left: 88px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6)::after {
  background: url(../images/tzhd/new_rxx6.png) center center no-repeat;
  width: 196px;
  height: 83px;
  left: -218px;
  top: -48px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7) {
  margin-left: 66px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7)::after {
  background: url(../images/tzhd/new_rxx7.png) center center no-repeat;
  width: 168px;
  height: 165px;
  left: -176px;
  top: -129px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8) {
  margin-left: 36px;
}
.opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8)::after {
  background: url(../images/tzhd/new_rxx8.png) center center no-repeat;
  width: 145px;
  height: 246px;
  left: -134px;
  top: -227px;
}
.opporbox .systembox .sysxzxbox .rightul ul .djqhbox {
  cursor: pointer;
}
.opporbox .systembox .sysxzxbox .rightul ul .sysactive {
  background-color: #99beff;
}
.opporbox .systembox .sysxzxbox .rightul ul .sysactive p {
  opacity: 1;
}
.opporbox .systembox .sysxzxbox .rightul ul .sysactive::after {
  opacity: 1;
}
.opporbox .keyzones {
  margin: 60px auto 0;
  width: 1619px;
  height: 1020px;
}
.opporbox .keyzones .keytop {
  margin: 0 auto;
  cursor: pointer;
  height: 56px;
}
.opporbox .keyzones .keytop h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.opporbox .keyzones .keycons {
  margin: 30px auto 0;
  width: 100%;
  height: auto;
}
.opporbox .keyzones .keycons .keyleftpczsbox {
  width: 1020px;
  float: left;
  height: 100%;
  height: 910px;
  position: relative;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul {
  width: 100%;
  height: 100%;
  margin-top: 6px;
  position: relative;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transition: all 1s ease;
  padding: 8px 12px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li p {
  color: #fff;
  opacity: 0.5;
  font-size: 18px;
  line-height: 1.3;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(1) {
  top: 0;
  left: 0;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(1) p {
  width: 213px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(2) {
  width: 321px;
  top: 95px;
  left: 0;
  padding: 18px 12px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(3) {
  left: 0;
  top: 196px;
  z-index: 9;
  width: 321px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(4) {
  left: 0;
  top: 337px;
  width: 362px;
  z-index: 9;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(5) {
  left: 0;
  top: 486px;
  width: 254px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(6) {
  left: 0;
  top: 592px;
  width: 432px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(7) {
  left: 0;
  top: 726px;
  width: 300px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(8) {
  left: 0;
  top: 825px;
  width: 410px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(9) {
  right: 0;
  top: 0;
  width: 261px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(10) {
  right: 0;
  top: 80px;
  width: 283px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(11) {
  right: 0;
  top: 173px;
  width: 283px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(12) {
  right: 0;
  top: 256px;
  width: 282px;
  padding: 5px 12px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(13) {
  right: 0;
  top: 365px;
  width: 216px;
  z-index: 9;
  padding: 5px 4px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(14) {
  top: 474px;
  width: 225px;
  right: 0;
  padding: 5px 8px;
  z-index: 9;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(15) {
  top: 579px;
  right: 0;
  width: 238px;
  z-index: 9;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(16) {
  top: 666px;
  right: 0;
  z-index: 9;
  width: 302px;
  padding: 8px 6px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(17) {
  top: 786px;
  right: 0;
  z-index: 9;
  width: 400px;
}
.opporbox .keyzones .keycons .keyleftpczsbox ul .keyactive {
  background: linear-gradient(0deg, #aac9e5 0%, #71a5d2 100%);
}
.opporbox .keyzones .keycons .keyleftpczsbox ul .keyactive p {
  opacity: 1;
}
.opporbox .keyzones .keycons .keyleftpczsbox .pic {
  width: 604px;
  height: 823px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 216px;
  background: url(../images/tzhd/new_key_dt_12.png) center center no-repeat;
}
.opporbox .keyzones .keycons .keyfgx {
  margin: 0 0 0 35px;
  float: left;
  width: 2px;
  height: 900px;
  background-color: #fff;
}
.opporbox .keyzones .keycons .keyright {
  float: right;
  width: 522px;
  height: 100%;
}
.opporbox .keyzones .keycons .keyright .item {
  width: 100%;
  height: 100%;
  transition: all 2s;
}
.opporbox .keyzones .keycons .keyright .item .keytit {
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 96px;
  line-height: normal;
}
.opporbox .keyzones .keycons .keyright .item .keypic {
  margin-top: 22px;
  width: 522px;
  height: 274px;
}
.opporbox .keyzones .keycons .keyright .item .keypic img {
  width: 100%;
  height: 100%;
}
.opporbox .keyzones .keycons .keyright .item .keycon {
  margin-top: 16px;
  width: 100%;
  height: 500px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
}
.opporbox .keyzones .keycons .keyright .item .keycon p {
  width: 497px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
}
.opporconzsbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.5s ease;
}
.opporconzsbox .conzs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1620px;
  transform: translate(-50%, -50%);
  display: none;
  align-content: center;
}
.opporconzsbox .conzs .close {
  float: right;
  width: 47px;
  height: 48px;
  background: url(../images/tzhd/close.png) no-repeat center center;
  margin-bottom: 20px;
}
.opporconzsbox .conzs .conbox {
  width: 100%;
  background: #fff;
  border: 6px solid #fff;
  line-height: 1;
  font-size: 0;
  border-radius: 20px;
  overflow: hidden;
  padding: 55px 20px 46px 28px;
}
.opporconzsbox .conzs .conbox .zstitle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.opporconzsbox .conzs .conbox .zstitle::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background-color: #ffdb6b;
  border-radius: 3px;
  margin-right: 12px;
  vertical-align: top;
}
.opporconzsbox .conzs .conbox .left {
  margin-top: 27px;
  float: left;
  width: 865px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 26px;
  font-size: 20px;
  color: rgba(102, 102, 102, 0.7);
  text-align: left;
  line-height: 1.5;
}
.opporconzsbox .conzs .conbox .left::-webkit-scrollbar {
  display: none;
}
.opporconzsbox .conzs .conbox .right {
  margin-top: 27px;
  width: 676px;
  height: 422px;
  background-color: rgba(0, 78, 166, 0.14);
  float: right;
  padding: 16px 15px;
}
.opporconzsbox .conzs .conbox .right .piconbox {
  width: 646px;
  height: 392px;
  background-color: #f8fafa;
  position: relative;
}
.opporconzsbox .conzs .conbox .right .piconbox .pictit {
  display: none;
  position: absolute;
  top: 38px;
  left: 28px;
  width: 170px;
  height: 22px;
  line-height: 22px;
  color: #c8a282;
  font-size: 20px;
  z-index: 9;
}
.opporconzsbox .conzs .conbox .right .piconbox .pictit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/tzhd/new_ty1.png) center center no-repeat;
  margin-right: 8px;
  vertical-align: bottom;
}
.opporconzsbox .conzs .conbox .right .piconbox .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opporconzsbox .conzs .conbox .right .piconbox .pic img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem {
  position: absolute;
  height: 39px;
  background-color: #c2a582;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem a {
  display: block;
  color: #fafbfc;
  font-size: 14px;
  line-height: normal;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(1) {
  top: 199px;
  left: 9px;
  width: 179px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(1) a {
  width: 145px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(2) {
  top: 261px;
  left: 9px;
  width: 201px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(2) a {
  width: 184px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(3) {
  top: 18px;
  right: 26px;
  width: 134px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(3) a {
  width: 110px;
  text-align: center;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(4) {
  top: 65px;
  right: 7px;
  width: 167px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(4) a {
  width: 157px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(5) {
  top: 113px;
  right: 7px;
  width: 201px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(5) a {
  width: 194px;
  text-align: right;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(6) {
  top: 208px;
  right: 10px;
  width: 201px;
}
.opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(6) a {
  width: 184px;
  text-align: right;
}
.environment {
  background: url(../images/tzhd/bj2.png) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  max-height: 847px;
}
.environment .top {
  margin: 0 auto;
  cursor: pointer;
}
.environment .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.environment .conter {
  margin: 30px auto 0;
  width: 1640px;
  height: 610px;
}
.environment .conter .policy {
  float: left;
  width: 986px;
  position: relative;
}
.environment .conter .policy .txtop {
  width: 176px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.environment .conter .policy .txtop p {
  font-size: 24px;
  color: #000;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  line-height: normal;
}
.environment .conter .policy .txtop::before {
  content: "";
  display: block;
  position: absolute;
  left: 153px;
  top: -9px;
  width: 26px;
  height: 26px;
  background-color: #febe00;
  border-radius: 50%;
}
.environment .conter .policy .more {
  right: 0;
  top: 19px;
}
.environment .conter .policy .textbox {
  width: 100%;
  margin-top: 30px;
}
.environment .conter .policy .textbox h2 {
  width: 100%;
}
.environment .conter .policy .textbox h2 a {
  display: -webkit-box;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
  font-size: 20px;
  line-height: 1.3;
  transition: all 1s ease;
}
.environment .conter .policy .textbox p {
  width: 100%;
  margin-top: 14px;
  display: -webkit-box;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 18px;
  line-height: 1.3;
  transition: all 1s ease;
}
.environment .conter .policy .textbox:hover h2 a {
  word-spacing: 0.2em;
  color: #E8A95B;
  background-clip: text;
}
.environment .conter .policy .textbox:hover p {
  color: #f8b880;
}
.environment .conter .policy .policyUl {
  margin-top: 30px;
  width: 100%;
  height: 322px;
  display: flex;
  justify-content: space-between;
}
.environment .conter .policy .policyUl li {
  width: 316px;
  height: 322px;
  overflow: hidden;
  transition: all 1s ease;
}
.environment .conter .policy .policyUl li .ulBox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 1s ease;
}
.environment .conter .policy .policyUl li .ulBox img {
  width: 50px;
  height: 56px;
  position: absolute;
  top: 18px;
  right: 16px;
}
.environment .conter .policy .policyUl li .ulBox p {
  position: absolute;
  left: 28px;
  bottom: 25px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.environment .conter .policy .policyUl li:nth-child(1) .ulBox {
  background: #00518e;
}
.environment .conter .policy .policyUl li:nth-child(1):hover {
  width: 476px;
}
.environment .conter .policy .policyUl li:nth-child(2) {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 352px;
}
.environment .conter .policy .policyUl li:nth-child(2):hover {
  width: 416px;
}
.environment .conter .policy .policyUl li:nth-child(3) .ulBox {
  background: #07682f;
}
.environment .conter .policy .policyUl li:nth-child(3):hover {
  width: 476px;
}
.environment .conter .policy .policyUl li .ulSmallBox {
  display: block;
  width: 100%;
  height: 161px;
  position: relative;
  transition: all 1s ease;
}
.environment .conter .policy .policyUl li .ulSmallBox img {
  width: 50px;
  height: 56px;
  position: absolute;
  top: 18px;
  right: 16px;
}
.environment .conter .policy .policyUl li .ulSmallBox p {
  position: absolute;
  left: 28px;
  bottom: 25px;
  width: 244px;
  font-size: 32px;
  color: #fff;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.environment .conter .policy .policyUl li .ulSmallBox:nth-child(1) {
  background-color: #febe00;
}
.environment .conter .policy .policyUl li .ulSmallBox:nth-child(1):hover {
  width: 416px;
  height: 190px;
}
.environment .conter .policy .policyUl li .ulSmallBox:nth-child(2) {
  background-color: #94243b;
}
.environment .conter .policy .policyUl li .ulSmallBox:nth-child(2):hover {
  width: 416px;
  height: 190px;
}
.environment .conter .policy:hover .txtop::before {
  animation: txtopHoverBefore 1.5s ease forwards;
}
.environment .conter .policy:hover .txtop p {
  animation: txtopPcolor 1.5s 1.5s ease forwards;
}
.environment .conter .serviceAgencies {
  float: right;
  width: 585px;
}
.environment .conter .serviceAgencies .txtop {
  width: 380px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.environment .conter .serviceAgencies .txtop p {
  font-size: 24px;
  color: #000;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-weight: 700;
  position: absolute;
}
.environment .conter .serviceAgencies .txtop::before {
  content: "";
  display: block;
  position: absolute;
  left: 188px;
  top: -9px;
  width: 26px;
  height: 26px;
  background-color: #febe00;
  border-radius: 50%;
}
.environment .conter .serviceAgencies .agenciesbox {
  margin-top: 50px;
  width: 100%;
  height: 444px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.environment .conter .serviceAgencies .agenciesbox li {
  width: 282px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 4px;
}
.environment .conter .serviceAgencies .agenciesbox li a {
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.environment .conter .serviceAgencies .agenciesbox li a:hover::before,
.environment .conter .serviceAgencies .agenciesbox li a:hover::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid gold;
  transition: all 0.5s;
  animation: clippath 3s infinite linear;
  border-radius: 4px;
}
.environment .conter .serviceAgencies .agenciesbox li a p {
  width: 180px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.environment .conter .serviceAgencies .agenciesbox li a img {
  display: block;
  width: 43px;
  height: 39px;
}
.environment .conter .serviceAgencies:hover .txtop::before {
  animation: txtopHoverBefore 3s ease forwards;
}
.environment .conter .serviceAgencies:hover .txtop p {
  animation: txtopPcolor 2s 3s ease forwards;
}
.featuresNew {
  margin-top: 60px;
}
.featuresNew .top {
  margin: 0 auto;
  cursor: pointer;
  height: 56px;
  width: 1640px;
  position: relative;
}
.featuresNew .top::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 36%;
  height: 1px;
  background-color: #999;
}
.featuresNew .top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 36%;
  height: 1px;
  background-color: #999;
}
.featuresNew .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.featuresNew .top .more {
  font-size: 18px;
  width: 102px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 0;
  color: #222;
}
.featuresNew .top .more::after {
  display: none;
}
.featuresNew .top:hover .more {
  color: #fdbf01;
}
.featuresNew .top .ssdgdt {
  width: 150px;
  height: 12px;
  background-color: #aacc02;
  position: absolute;
  top: 28px;
  right: 0;
}
.featuresNew .textbox {
  margin: 30px auto 0;
  width: 1620px;
  height: 485px;
}
.featuresNew .textbox ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.featuresNew .textbox ul li {
  width: 510px;
  height: 100%;
}
.featuresNew .textbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.featuresNew .textbox ul li a .pic {
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.featuresNew .textbox ul li a .pic img {
  width: 100%;
  height: 310px;
  transition: all 0.5s;
  object-fit: cover;
}
.featuresNew .textbox ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 96%;
  margin: 31px auto 14px;
  font-size: 20px;
  color: #222;
  transition: all 0.5s;
  line-height: normal;
  height: 72px;
}
.featuresNew .textbox ul li a span {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.featuresNew .textbox ul li a:hover img {
  transform: scale(1.1);
}
.featuresNew .textbox ul li a:hover p {
  color: #E8A95B;
}
.featuresNew .textbox ul li a:hover span {
  color: #f8b880;
}
.startyour {
  margin: 60px auto 0;
  width: 1620px;
}
.startyour .top {
  margin: 0 auto;
  cursor: pointer;
  height: 56px;
  width: 1640px;
  position: relative;
}
.startyour .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.startyour .top::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32%;
  height: 1px;
  background-color: #7f7f7f;
}
.startyour .top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32%;
  height: 1px;
  background-color: #7f7f7f;
}
.startyour .yourconbox {
  margin: 30px auto 0;
  width: 100%;
  height: 740px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.startyour .yourconbox .yourleft {
  width: 382px;
  height: 723px;
  border-bottom: 1px solid #000;
}
.startyour .yourconbox .yourleft ul {
  width: 100%;
  height: 722px;
  overflow: hidden;
}
.startyour .yourconbox .yourleft ul li {
  width: 100%;
  margin-bottom: 16px;
  transition: all 2s;
}
.startyour .yourconbox .yourleft ul li:last-child {
  margin-bottom: 0;
}
.startyour .yourconbox .yourleft ul li:hover a p {
  color: #febe00;
}
.startyour .yourconbox .yourleft ul li a {
  display: block;
  width: 100%;
  transition: all 2s;
}
.startyour .yourconbox .yourleft ul li a img {
  display: none;
  transition: all 2s;
}
.startyour .yourconbox .yourleft ul li a p {
  width: 100%;
  font-size: 18px;
  color: #000;
  transition: all 2s;
}
.startyour .yourconbox .yourleft ul .youractive {
  height: 270px;
  background-color: #115ea6;
}
.startyour .yourconbox .yourleft ul .youractive:hover a p {
  color: #fff;
}
.startyour .yourconbox .yourleft ul .youractive a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.startyour .yourconbox .yourleft ul .youractive a img {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 63px;
  height: 71px;
}
.startyour .yourconbox .yourleft ul .youractive a p {
  position: absolute;
  top: 34px;
  left: 30px;
  width: 188px;
  font-size: 48px;
  font-weight: bolder;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-wrap: break-word;
  line-height: normal;
}
.startyour .yourconbox .yourcon {
  width: 800px;
  height: 723px;
  border-bottom: 1px solid #000;
}
.startyour .yourconbox .yourcon .txtop {
  width: 100%;
  position: relative;
  height: 35px;
}
.startyour .yourconbox .yourcon .txtop p {
  font-size: 24px;
  color: #000;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
  font-weight: 700;
  position: absolute;
}
.startyour .yourconbox .yourcon .txtop::before {
  content: "";
  display: block;
  position: absolute;
  left: 261px;
  top: 6px;
  width: 19px;
  height: 19px;
  background-color: #febe00;
  border-radius: 50%;
}
.startyour .yourconbox .yourcon .txtop .more {
  position: absolute;
  right: 0;
  top: 20px;
  width: 134px;
  height: 15px;
  display: flex;
  transition: all 0.5s;
  justify-content: end;
}
.startyour .yourconbox .yourcon .txtop .more .yourmore {
  color: #000;
}
.startyour .yourconbox .yourcon .txtop .more:hover .yourmore {
  color: #febe00;
}
.startyour .yourconbox .yourcon .your-swiper {
  margin-top: 30px;
  width: 100%;
  height: 450px;
}
.startyour .yourconbox .yourcon .your-swiper .swiper-slide {
  width: 800px;
  height: 450px;
}
.startyour .yourconbox .yourcon .your-swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startyour .yourconbox .yourcon .your-swiper .your-pagination {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: auto;
  width: 200px;
  height: 6px;
  z-index: 9;
}
.startyour .yourconbox .yourcon .your-swiper .your-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  background-color: #e4e4e4;
  opacity: 1;
  margin-right: 10px;
  transition: all 0.5s;
  border-radius: 0;
}
.startyour .yourconbox .yourcon .your-swiper .your-pagination .swiper-pagination-bullet-active {
  width: 46px;
  height: 6px;
  background-color: #febe00;
}
.startyour .yourconbox .yourcon .yourtext {
  margin-top: 33px;
  width: 100%;
}
.startyour .yourconbox .yourcon .yourtext h2 {
  width: 100%;
}
.startyour .yourconbox .yourcon .yourtext h2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  color: #222;
  font-weight: 700;
}
.startyour .yourconbox .yourcon .yourtext:hover h2 a {
  word-spacing: 0.2em;
  color: #E8A95B;
  background-clip: text;
}
.startyour .yourconbox .yourcon:hover .txtop::before {
  animation: txtopHoverBefore 3s ease forwards;
}
.startyour .yourconbox .yourcon:hover .txtop p {
  animation: txtopPcolor 2s 3s ease forwards;
}
.startyour .yourconbox .youright {
  width: 384px;
  height: 723px;
}
.startyour .yourconbox .youright ul {
  width: 100%;
  height: 100%;
}
.startyour .yourconbox .youright ul li {
  width: 100%;
  height: 108px;
  background-color: #e0f2ff;
  border-radius: 4px;
  margin-bottom: 15px;
}
.startyour .yourconbox .youright ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.startyour .yourconbox .youright ul li a .pic {
  width: 117px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #fff;
}
.startyour .yourconbox .youright ul li a .pic img {
  width: 52px;
  height: 54px;
}
.startyour .yourconbox .youright ul li a .text {
  width: 265px;
  height: 100%;
  align-items: center;
  padding-left: 24px;
  display: flex;
}
.startyour .yourconbox .youright ul li a .text::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 1px #999;
  border-radius: 50%;
  margin-right: 12px;
}
.startyour .yourconbox .youright ul li a .text p {
  width: 210px;
  color: #21252b;
  font-size: 22px;
}
.startyour .yourconbox .youright ul li:hover a .pic img {
  transform: rotate(-15deg);
  transition: all 0.3s ease;
}
.startyour .yourconbox .youright ul li:hover a .text::before {
  background-color: #fdbf01;
}
.frequentlybox {
  margin-top: 60px;
  background: url(../images/tzhd/bj4.png) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.frequentlybox .top {
  margin: 0 auto;
  width: 1620px;
  height: 52px;
  position: relative;
  cursor: pointer;
  height: 38px;
}
.frequentlybox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.frequentlybox .top .frequentlymore {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 186px;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #d9d9d9;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
}
.frequentlybox .top .frequentlymore:hover::before,
.frequentlybox .top .frequentlymore:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid gold;
  animation: clippath 2s infinite linear;
  border-radius: 26px;
}
.frequentlybox .ferquentzy {
  margin: 30px auto 0;
  width: 1620px;
  text-align: center;
  height: 26px;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
  transition: all 2s;
}
.frequentlybox .ferquentzy:hover {
  word-spacing: 0.2em;
  color: #E8A95B;
  background-clip: text;
}
.frequentlybox .ferquentlist {
  margin: 30px auto 0;
  width: 1620px;
  height: 220px;
}
.frequentlybox .ferquentlist ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.frequentlybox .ferquentlist ul li {
  width: 792px;
  height: 93px;
}
.frequentlybox .ferquentlist ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 10px;
  justify-content: space-around;
  position: relative;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}
.frequentlybox .ferquentlist ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
  border-color: #fdbf01;
  background-color: rgba(253, 191, 1, 0.1);
}
.frequentlybox .ferquentlist ul li a:hover .pic img {
  transform: scale(1.2);
}
.frequentlybox .ferquentlist ul li a:hover p {
  color: #fdbf01;
}
.frequentlybox .ferquentlist ul li a .pic {
  width: 44px;
  height: 39px;
}
.frequentlybox .ferquentlist ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.frequentlybox .ferquentlist ul li a p {
  width: 684px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #fff;
  transition: all 2s;
}
.frequentlybox .servicebox {
  margin: 60px auto 0;
  width: 1620px;
}
.frequentlybox .servicebox .sertopbox {
  width: 100%;
  height: 104px;
  line-height: normal;
  position: relative;
}
.frequentlybox .servicebox .sertopbox p {
  display: block;
  font-size: 38px;
  width: 695px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.frequentlybox .servicebox .sertopbox span {
  display: block;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 2s;
  margin-right: 18px;
}
.frequentlybox .servicebox .sertopbox span:hover {
  word-spacing: 0.2em;
  color: #E8A95B;
  background-clip: text;
}
.frequentlybox .servicebox .sertopbox a {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 186px;
  height: 52px;
  line-height: 52px;
  background-color: #e0b844;
  border-radius: 26px;
  border: solid 1px #d9d9d9;
  text-align: center;
  color: #000;
  font-size: 18px;
  transition: all 0.5s;
}
.frequentlybox .servicebox .sertopbox a:hover {
  color: #fff;
}
.frequentlybox .servicebox .servicelist {
  margin: 30px auto 0;
  width: 100%;
  height: 230px;
}
.frequentlybox .servicebox .servicelist ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frequentlybox .servicebox .servicelist ul li {
  width: 510px;
  height: 230px;
  border: solid 1px #ffffff;
  transition: all 2s;
}
.frequentlybox .servicebox .servicelist ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.frequentlybox .servicebox .servicelist ul li a .pic {
  position: absolute;
  top: 22px;
  left: 47px;
  width: 68px;
  height: 66px;
  overflow: hidden;
}
.frequentlybox .servicebox .servicelist ul li a .pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 41px;
  height: 41px;
  background-color: #d8a920;
  border-radius: 50%;
}
.frequentlybox .servicebox .servicelist ul li a .pic img {
  position: absolute;
  top: 17px;
  left: 0;
  width: 50px;
  height: 50px;
}
.frequentlybox .servicebox .servicelist ul li a .pic img:nth-child(2) {
  opacity: 0;
}
.frequentlybox .servicebox .servicelist ul li a .text {
  position: absolute;
  top: 116px;
  left: 46px;
  width: 340px;
  font-size: 23px;
  color: #fff;
  transition: all 2s;
}
.frequentlybox .servicebox .servicelist ul li a:hover .pic::before {
  animation: txtopHoverBefore 1s ease forwards;
}
.frequentlybox .servicebox .servicelist ul li a:hover .pic img {
  animation: servixImgOne 1s ease forwards;
}
.frequentlybox .servicebox .servicelist ul li a:hover .pic img:nth-child(2) {
  animation: servixImgTwo 2s 0.5s ease forwards;
}
.frequentlybox .servicebox .servicelist ul li a:hover .text {
  color: #e0b844;
}
.frequentlybox .servicebox .servicelist ul li:hover {
  border: 1px solid #e0b844;
}
.storiesbox {
  margin-top: 60px;
  background: url(../images/tzhd/bluetl.png) no-repeat center bottom;
  background-size: 100% 251px;
  padding-bottom: 60px;
}
.storiesbox .top {
  margin: 0 auto;
  cursor: pointer;
}
.storiesbox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.storiesbox .top .more {
  display: none;
}
.storiesbox .storconter {
  margin: 30px auto 0;
}
.storiesbox .storconter .stortop-swiper {
  width: 1620px;
  margin: 0 auto;
  height: 450px;
}
.storiesbox .storconter .stortop-swiper .swiper-slide {
  width: 100%;
  height: 450px;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .pic {
  float: left;
  width: 800px;
  height: 450px;
  overflow: hidden;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .pic a {
  display: block;
  width: 800px;
  height: 450px;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .toptext {
  float: right;
  width: 782px;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .toptext::before {
  content: "";
  display: block;
  width: 776px;
  margin: 0 auto;
  height: 1px;
  background-color: #000;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .toptext h2 {
  margin: 40px auto 0;
  width: 100%;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .toptext h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #222;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
  transition: all 1s;
}
.storiesbox .storconter .stortop-swiper .swiper-slide .toptext p {
  margin: 39px auto 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  transition: all 1s;
}
.storiesbox .storconter .stortop-swiper .swiper-slide:hover .pic a img {
  transform: scale(1.1);
}
.storiesbox .storconter .stortop-swiper .swiper-slide:hover h2 a {
  color: #febe00;
}
.storiesbox .storconter .stortop-swiper .swiper-slide:hover p {
  color: #febe00;
}
.storiesbox .storconter .stortop-swiper .stortop-pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: auto;
  width: 200px;
  z-index: 9;
}
.storiesbox .storconter .stortop-swiper .stortop-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  background-color: #e4e4e4;
  opacity: 1;
  margin: 0 10px;
  border-radius: 0;
}
.storiesbox .storconter .stortop-swiper .stortop-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 46px;
  height: 8px;
  background-color: #febe00;
}
.storiesbox .storconter .btmswiper {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.storiesbox .storconter .btmswiper .swiperBox {
  position: relative;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper {
  width: 100%;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide {
  width: 560px;
  transition: 0.5s all;
  transition-duration: 0.5s;
  position: relative;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide:hover a .pic img {
  transform: scale(1.1);
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide:hover a .titCon .tit {
  color: #fdbf01;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a .pic {
  width: 100%;
  height: 315px;
  overflow: hidden;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a .titCon {
  opacity: 0;
  background: #fff;
  transform: scale(0.9);
  padding: 5%;
  margin-top: -50px;
  line-height: 1.625;
  color: #333;
  box-shadow: 0 0 6px #dcdcdc;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a .titCon .tit {
  width: 100%;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.5s all;
  height: 0;
  text-align: center;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide a .titCon .desc {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.5s all;
  height: 0;
  text-align: center;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide-active a .titCon {
  opacity: 1;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide-active a .titCon .tit {
  height: auto;
}
.storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-slide-active a .titCon .desc {
  display: none;
}
.storiesbox .storconter .btmswiper .storbtmprev {
  position: absolute;
  left: 50%;
  width: 70px;
  height: 70px;
  top: 320px;
  z-index: 99;
  transform: translateX(-380px);
  background: url(../images/traveling/must_visit_slide_left_gray_arrow.png) no-repeat center center;
  background-size: 30% auto;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #ebebeb;
  opacity: 1;
  transition: 0.5s all;
}
.storiesbox .storconter .btmswiper .storbtmnext {
  position: absolute;
  left: 50%;
  width: 70px;
  height: 70px;
  top: 320px;
  z-index: 99;
  background: url(../images/traveling/must_visit_slide_right_gray_arrow.png) no-repeat center center;
  background-size: 30% auto;
  transform: translateX(310px);
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #ebebeb;
  opacity: 1;
  transition: 0.5s all;
}
.storiesbox .storconter .btmswiper .isMobile {
  display: none;
}
.iwantbox {
  margin: 60px auto 60px;
  width: 1620px;
}
.iwantbox .top {
  margin: 0 auto;
  width: 1620px;
  cursor: pointer;
  height: 38px;
}
.iwantbox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.iwantbox .conterlist {
  margin: 30px auto 0;
  width: 100%;
  height: 378px;
}
.iwantbox .conterlist ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iwantbox .conterlist ul li {
  width: 390px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.iwantbox .conterlist ul li .pic {
  position: absolute;
  width: 100%;
  height: 268px;
}
.iwantbox .conterlist ul li .pic a {
  display: block;
  width: 100%;
  height: auto;
}
.iwantbox .conterlist ul li .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iwantbox .conterlist ul li .text {
  width: 390px;
  height: 110px;
  position: absolute;
  transition: all 1s;
}
.iwantbox .conterlist ul li .text a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
}
.iwantbox .conterlist ul li .text a p {
  width: 362px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.iwantbox .conterlist ul li .text a::after {
  content: "";
  display: block;
  width: 362px;
  height: 14px;
  background: url(../images/tzhd/link_jt.png) left center no-repeat;
  margin: 10px auto 0;
}
.iwantbox .conterlist ul li:nth-child(1) {
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(1) .pic {
  top: 0;
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(1) .pic img {
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(1) .text {
  bottom: 0;
}
.iwantbox .conterlist ul li:nth-child(1) .text a {
  background-color: #a74747;
}
.iwantbox .conterlist ul li:nth-child(2) {
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(2) .pic {
  bottom: 0;
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(2) .pic img {
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(2) .text {
  top: 0px;
}
.iwantbox .conterlist ul li:nth-child(2) .text a {
  background-color: #146e9b;
}
.iwantbox .conterlist ul li:nth-child(3) {
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(3) .pic {
  top: 0;
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(3) .pic img {
  border-radius: 40px 0px 0px 0px;
}
.iwantbox .conterlist ul li:nth-child(3) .text {
  bottom: 0;
}
.iwantbox .conterlist ul li:nth-child(3) .text a {
  background-color: #e0b844;
}
.iwantbox .conterlist ul li:nth-child(4) {
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(4) .pic {
  bottom: 0;
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(4) .pic img {
  border-radius: 0px 0px 40px 0px;
}
.iwantbox .conterlist ul li:nth-child(4) .text {
  top: 0;
}
.iwantbox .conterlist ul li:nth-child(4) .text a {
  background-color: #e04281;
}
html[dir="rtl"] .banner .banner-swiper {
  direction: ltr;
}
html[dir="rtl"] .banner .banner-swiper .swiper-wrapper {
  direction: ltr !important;
}
html[dir="rtl"] .banner .bannertext .toptxt {
  text-align: center !important;
}
html[dir="rtl"] .banner .bannertext .btmtext {
  text-align: center !important;
}
html[dir="rtl"] .banner .swiperfzbox {
  direction: ltr;
}
html[dir="rtl"] .banner .swiperfzbox .banner-pagination {
  text-align: center !important;
}
html[dir="rtl"] .sjbox .sjswiper .swiper-slide ul li .num {
  direction: ltr;
  text-align: center !important;
}
html[dir="rtl"] .opporbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .opporbox .systembox .systop {
  direction: ltr;
}
html[dir="rtl"] .opporbox .systembox .systop p {
  text-align: left !important;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox {
  direction: ltr;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) p {
  text-align: center !important;
  height: 128px;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2) p {
  text-align: center !important;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox .leftul ul {
  direction: ltr;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox .leftul ul li p {
  text-align: center !important;
}
html[dir="rtl"] .opporbox .systembox .sysxzxbox .rightul ul li p {
  text-align: center !important;
}
html[dir="rtl"] .opporbox .keyzones .keytop h2 {
  text-align: center !important;
}
html[dir="rtl"] .opporbox .keyzones .keycons .keyright .item .keytit {
  text-align: center !important;
}
html[dir="rtl"] .environment .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .environment .conter {
  direction: ltr;
}
html[dir="rtl"] .environment .conter .policy .more {
  left: auto;
}
html[dir="rtl"] .environment .conter .policy .txtop::before {
  left: 96px;
}
html[dir="rtl"] .environment .conter .serviceAgencies .txtop::before {
  left: 116px;
}
html[dir="rtl"] .featuresNew .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .startyour .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .startyour .yourconbox {
  direction: ltr;
}
html[dir="rtl"] .startyour .yourconbox .yourcon .txtop .more {
  left: auto;
}
html[dir="rtl"] .startyour .yourconbox .yourcon .txtop::before {
  left: 116px;
  top: 0;
}
html[dir="rtl"] .frequentlybox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .frequentlybox .top .frequentlymore {
  text-align: center !important;
}
html[dir="rtl"] .frequentlybox .ferquentzy {
  text-align: center !important;
}
html[dir="rtl"] .frequentlybox .ferquentlist {
  direction: ltr;
}
html[dir="rtl"] .frequentlybox .servicebox .sertopbox a {
  text-align: center !important;
}
html[dir="rtl"] .storiesbox .storconter .stortop-swiper {
  direction: ltr;
}
html[dir="rtl"] .storiesbox .storconter .stortop-swiper .swiper-wrapper {
  direction: ltr;
}
html[dir="rtl"] .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper {
  direction: ltr;
}
html[dir="rtl"] .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-wrapper {
  direction: ltr;
}
html[dir="rtl"] .storiesbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .iwantbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .iwantbox .conterlist {
  direction: ltr;
}
html[dir="rtl"] .iwantbox .conterlist ul li .text a p {
  text-align: left !important;
}
html[lang="es"] .environment .conter .policy .txtop {
  width: 218px;
  left: 194px;
}
html[lang="es"] .environment .conter .serviceAgencies .txtop::before {
  width: 207px;
}
html[lang="es"] .featuresNew .top .more {
  width: 156px;
}
html[lang="es"] .startyour .yourconbox .yourcon .txtop .more {
  width: 198px;
}
html[lang="es"] .startyour .yourconbox .yourcon .txtop::before {
  width: 242px;
}
html[lang="es"] .startyour .yourconbox .yourleft ul .youractive a p {
  width: 286px;
}
html[lang="fr"] .environment .conter .policy .txtop {
  width: 218px;
  left: 194px;
}
html[lang="fr"] .environment .conter .serviceAgencies .txtop::before {
  width: 188px;
}
html[lang="fr"] .environment .conter .serviceAgencies .txtop::before {
  left: 230px;
  top: -8px;
}
html[lang="fr"] .featuresNew .top .more {
  width: 148px;
}
html[lang="fr"] .startyour .yourconbox .yourcon .txtop::before {
  left: 222px;
}
html[lang="fr"] .startyour .yourconbox .yourcon .txtop .more {
  width: 198px;
}
html[lang="fr"] .startyour .yourconbox .yourleft ul .youractive a p {
  width: 280px;
}
html[lang="pt"] .environment .conter .policy .txtop::before {
  left: 139px;
}
html[lang="pt"] .environment .conter .serviceAgencies .txtop::before {
  left: 188px;
}
html[lang="pt"] .featuresNew .top .more {
  width: 164px;
}
html[lang="pt"] .startyour .yourconbox .yourcon .txtop .more {
  width: 196px;
}
html[lang="pt"] .startyour .yourconbox .yourcon .txtop::before {
  left: 235px;
}
html[lang="pt"] .startyour .yourconbox .yourleft ul .youractive a p {
  width: 246px;
}
html[lang="pt"] .frequentlybox .servicebox .sertopbox a {
  font-size: 14px;
}
html[lang="de"] .environment .conter .policy .txtop {
  width: 252px;
}
html[lang="de"] .environment .conter .policy .txtop::before {
  left: 236px;
}
html[lang="de"] .environment .conter .serviceAgencies .txtop::before {
  left: 302px;
  top: -6px;
}
html[lang="de"] .environment .conter .serviceAgencies .agenciesbox li a p {
  word-break: break-all;
}
html[lang="de"] .featuresNew .top .more {
  width: 112px;
}
html[lang="de"] .startyour .yourconbox .yourcon .txtop .more {
  width: 146px;
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .sjbox {
    width: 1200px;
  }
  .sjbox .sjswiper {
    width: 1140px;
  }
  .sjbox .sjswiper .swiper-slide {
    width: 100%;
  }
  .sjbox .sjswiper .swiper-slide ul li {
    width: 254px;
  }
  .opporbox .systembox {
    width: 1200px;
  }
  .opporbox .systembox .sysxzxbox {
    background: url(../images/tzhd/new_bj2_1200.png) center bottom no-repeat;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq {
    left: 428px;
    width: 355px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1)::before {
    margin-bottom: 110px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) {
    top: 220px;
    left: -40px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) {
    top: 193px;
  }
  .opporbox .systembox .sysxzxbox .leftul {
    width: 500px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li {
    width: 362px;
    height: 68px;
    background-color: #2e70c1;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.3;
    transition: all 1s ease;
    top: 39px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li p {
    width: 400px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1) {
    height: 77px;
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1)::after {
    background: url(../images/tzhd/new_xx1_12.png) center center no-repeat;
    width: 90px;
    height: 331px;
    right: -90px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2)::after {
    background: url(../images/tzhd/new_xx2_12.png) center center no-repeat;
    width: 88px;
    height: 240px;
    right: -88px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3)::after {
    background: url(../images/tzhd/new_xx3_12.png) center center no-repeat;
    width: 82px;
    height: 158px;
    right: -82px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4)::after {
    background: url(../images/tzhd/new_xx4_12.png) center center no-repeat;
    width: 81px;
    height: 69px;
    right: -81px;
    transform: none;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5)::after {
    background: url(../images/tzhd/new_xx5_12.png) center center no-repeat;
    width: 80px;
    height: 22px;
    right: -80px;
    top: 17px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6)::after {
    background: url(../images/tzhd/new_xx6_12.png) center center no-repeat;
    width: 81px;
    height: 102px;
    right: -81px;
    top: -68px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7)::after {
    background: url(../images/tzhd/new_xx7_12.png) center center no-repeat;
    width: 84px;
    height: 181px;
    right: -84px;
    top: -146px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8)::after {
    background: url(../images/tzhd/new_xx8_12.png) center center no-repeat;
    width: 89px;
    height: 263px;
    right: -82px;
    top: -227px;
  }
  .opporbox .systembox .sysxzxbox .rightul {
    width: 362px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li {
    width: 362px;
    height: 68px;
    background-color: #2e70c1;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.3;
    transition: all 1s ease;
    top: 39px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li p {
    width: 400px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(1)::after {
    background: url(../images/tzhd/new_rxx1_12.png) center center no-repeat;
    width: 97px;
    height: 334px;
    left: -88px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2)::after {
    background: url(../images/tzhd/new_rxx2_12.png) center center no-repeat;
    width: 94px;
    height: 254px;
    left: -94px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3)::after {
    background: url(../images/tzhd/new_rxx3_12.png) center center no-repeat;
    width: 90px;
    height: 166px;
    left: -90px;
    top: 33px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4)::after {
    background: url(../images/tzhd/new_rxx4_12.png) center center no-repeat;
    width: 90px;
    height: 85px;
    left: -90px;
    top: 32px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5)::after {
    background: url(../images/tzhd/new_rxx5_12.png) center center no-repeat;
    width: 88px;
    height: 18px;
    left: -88px;
    top: 19px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6)::after {
    background: url(../images/tzhd/new_rxx6_12.png) center center no-repeat;
    width: 88px;
    height: 97px;
    left: -88px;
    top: -64px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7)::after {
    background: url(../images/tzhd/new_rxx7_12.png) center center no-repeat;
    width: 92px;
    height: 179px;
    left: -92px;
    top: -146px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8)::after {
    background: url(../images/tzhd/new_rxx8_12.png) center center no-repeat;
    width: 96px;
    height: 260px;
    left: -96px;
    top: -242px;
  }
  .opporbox .keyzones {
    width: 1200px;
    height: auto;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox {
    float: none;
    margin: 0 auto;
    width: 1190px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox .pic {
    left: 247px;
    width: 717px;
    height: 823px;
    background: url(../images/tzhd/new_key_dt_12.png) center center no-repeat;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(1) p {
    width: 213px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(2) {
    width: 321px;
    top: 95px;
    left: 0;
    padding: 18px 12px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(3) {
    left: 0;
    top: 196px;
    z-index: 9;
    width: 321px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(4) {
    left: 0;
    top: 337px;
    width: 362px;
    z-index: 9;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(5) {
    left: 0;
    top: 486px;
    width: 254px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(6) {
    left: 0;
    top: 592px;
    width: 432px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(7) {
    left: 0;
    top: 726px;
    width: 300px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(8) {
    left: 0;
    top: 825px;
    width: 410px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(9) {
    right: 0;
    top: 0;
    width: 261px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(10) {
    right: 0;
    top: 80px;
    width: 283px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(11) {
    right: 0;
    top: 173px;
    width: 283px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(12) {
    right: 0;
    top: 256px;
    width: 282px;
    padding: 5px 12px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(13) {
    right: 0;
    top: 365px;
    width: 216px;
    z-index: 9;
    padding: 5px 4px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(14) {
    top: 474px;
    width: 225px;
    right: 0;
    padding: 5px 8px;
    z-index: 9;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(15) {
    top: 579px;
    right: 0;
    width: 238px;
    z-index: 9;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(16) {
    top: 666px;
    right: 0;
    z-index: 9;
    width: 302px;
    padding: 8px 6px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(17) {
    top: 786px;
    right: 0;
    z-index: 9;
    width: 400px;
  }
  .opporbox .keyzones .keycons .keyfgx {
    display: none;
  }
  .opporbox .keyzones .keycons .keyright {
    float: none;
    margin: 50px auto 0;
    width: 1200px;
    height: auto;
  }
  .opporbox .keyzones .keycons .keyright .item {
    overflow: hidden;
  }
  .opporbox .keyzones .keycons .keyright .item .keytit {
    height: auto;
    text-align: center;
  }
  .opporbox .keyzones .keycons .keyright .item .keypic {
    float: left;
    margin: 30px auto 0;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon {
    margin: 30px auto 0;
    float: right;
    height: auto;
    width: 650px;
    display: flex;
    align-items: center;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon p {
    width: 100%;
  }
  .opporconzsbox .conzs {
    width: 1200px;
  }
  .opporconzsbox .conzs .conbox {
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .opporconzsbox .conzs .conbox::-webkit-scrollbar {
    display: none;
  }
  .opporconzsbox .conzs .conbox .right {
    float: none;
    margin: 40px auto 0;
  }
  .opporconzsbox .conzs .conbox .left {
    float: none;
    margin: 27px auto 0;
  }
  .environment .conter {
    height: 584px;
    width: 1240px;
  }
  .environment .conter .policy {
    width: 700px;
  }
  .environment .conter .serviceAgencies {
    width: 500px;
    height: 524px;
  }
  .environment .conter .serviceAgencies .agenciesbox {
    height: 442px;
  }
  .environment .conter .serviceAgencies .agenciesbox li {
    width: 245px;
  }
  .featuresNew .top {
    width: 1200px;
  }
  .featuresNew .textbox {
    width: 1200px;
    height: 452px;
  }
  .featuresNew .textbox ul li {
    width: 380px;
  }
  .startyour {
    width: 1200px;
  }
  .startyour .top {
    width: 1200px;
  }
  .startyour .top::before,
  .startyour .top::after {
    width: 405px;
  }
  .startyour .yourconbox .yourleft {
    width: 340px;
  }
  .startyour .yourconbox .yourcon {
    width: 500px;
  }
  .startyour .yourconbox .youright {
    width: 340px;
  }
  .frequentlybox .top {
    width: 1200px;
  }
  .frequentlybox .ferquentzy {
    width: 1200px;
  }
  .frequentlybox .ferquentlist {
    width: 1200px;
  }
  .frequentlybox .ferquentlist ul li {
    width: 590px;
  }
  .frequentlybox .ferquentlist ul li a p {
    width: 90%;
  }
  .frequentlybox .servicebox {
    width: 1200px;
  }
  .frequentlybox .servicebox .sertopbox span {
    width: 282px;
  }
  .frequentlybox .servicebox .servicelist ul li {
    width: 390px;
  }
  .storiesbox {
    width: 100%;
  }
  .storiesbox .top {
    width: 1200px;
  }
  .storiesbox .storconter .stortop-swiper {
    width: 1200px;
  }
  .storiesbox .storconter .stortop-swiper .swiper-slide .pic {
    width: 650px;
  }
  .storiesbox .storconter .stortop-swiper .swiper-slide .pic a {
    width: 100%;
  }
  .storiesbox .storconter .stortop-swiper .swiper-slide .toptext {
    width: 500px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-wrapper .swiper-slide {
    width: 500px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-wrapper .swiper-slide a .pic {
    width: 500px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtmprev {
    width: 50px;
    height: 50px;
    top: 330px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtmnext {
    width: 50px;
    height: 50px;
    top: 330px;
  }
  .iwantbox {
    width: 1200px;
  }
  .iwantbox .top {
    width: 1200px;
  }
  .iwantbox .conterlist ul li {
    width: 300px;
  }
  .iwantbox .conterlist ul li .pic a {
    height: 100%;
  }
  .iwantbox .conterlist ul li .text {
    width: 100%;
  }
  .iwantbox .conterlist ul li .text a::after {
    width: 280px;
  }
  .iwantbox .conterlist ul li .text a p {
    width: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .sjbox {
    width: 1024px;
  }
  .sjbox .sjswiper {
    width: 994px;
  }
  .sjbox .sjswiper .swiper-slide {
    width: 100%;
  }
  .sjbox .sjswiper .swiper-slide ul li {
    width: 226px;
    margin-right: 30px;
  }
  .sjbox .sjswiper .swiper-slide ul li:last-child {
    margin-right: 0;
  }
  .opporbox .systembox {
    width: 1020px;
  }
  .opporbox .systembox .sysxzxbox {
    background: url(../images/tzhd/new_bj2_1200.png) center bottom no-repeat;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq {
    left: 338px;
    width: 355px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1)::before {
    margin-bottom: 110px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) {
    top: 220px;
    left: -40px;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) {
    top: 193px;
  }
  .opporbox .systembox .sysxzxbox .leftul {
    width: 500px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li {
    width: 275px;
    height: 68px;
    background-color: #2e70c1;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.3;
    transition: all 1s ease;
    top: 39px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li p {
    width: 400px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1) {
    height: 77px;
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(1)::after {
    background: url(../images/tzhd/new_xx1_12.png) center center no-repeat;
    width: 90px;
    height: 331px;
    right: -90px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(2)::after {
    background: url(../images/tzhd/new_xx2_12.png) center center no-repeat;
    width: 88px;
    height: 240px;
    right: -88px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(3)::after {
    background: url(../images/tzhd/new_xx3_12.png) center center no-repeat;
    width: 82px;
    height: 158px;
    right: -82px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(4)::after {
    background: url(../images/tzhd/new_xx4_12.png) center center no-repeat;
    width: 81px;
    height: 69px;
    right: -81px;
    transform: none;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(5)::after {
    background: url(../images/tzhd/new_xx5_12.png) center center no-repeat;
    width: 80px;
    height: 22px;
    right: -80px;
    top: 17px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(6)::after {
    background: url(../images/tzhd/new_xx6_12.png) center center no-repeat;
    width: 81px;
    height: 102px;
    right: -81px;
    top: -68px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(7)::after {
    background: url(../images/tzhd/new_xx7_12.png) center center no-repeat;
    width: 84px;
    height: 181px;
    right: -84px;
    top: -146px;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:nth-child(8)::after {
    background: url(../images/tzhd/new_xx8_12.png) center center no-repeat;
    width: 89px;
    height: 263px;
    right: -87px;
    top: -227px;
  }
  .opporbox .systembox .sysxzxbox .rightul {
    width: 277px;
    right: -6px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li {
    width: 277px;
    height: 68px;
    background-color: #2e70c1;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.3;
    transition: all 1s ease;
    top: 39px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li p {
    width: 400px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 1s ease;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(1)::after {
    background: url(../images/tzhd/new_rxx1_12.png) center center no-repeat;
    width: 97px;
    height: 334px;
    left: -88px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(2)::after {
    background: url(../images/tzhd/new_rxx2_12.png) center center no-repeat;
    width: 94px;
    height: 254px;
    left: -94px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(3)::after {
    background: url(../images/tzhd/new_rxx3_12.png) center center no-repeat;
    width: 90px;
    height: 166px;
    left: -90px;
    top: 33px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(4)::after {
    background: url(../images/tzhd/new_rxx4_12.png) center center no-repeat;
    width: 90px;
    height: 85px;
    left: -90px;
    top: 32px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(5)::after {
    background: url(../images/tzhd/new_rxx5_12.png) center center no-repeat;
    width: 88px;
    height: 18px;
    left: -88px;
    top: 19px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(6)::after {
    background: url(../images/tzhd/new_rxx6_12.png) center center no-repeat;
    width: 88px;
    height: 97px;
    left: -88px;
    top: -64px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(7)::after {
    background: url(../images/tzhd/new_rxx7_12.png) center center no-repeat;
    width: 92px;
    height: 179px;
    left: -92px;
    top: -146px;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8) {
    margin-left: 0;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:nth-child(8)::after {
    background: url(../images/tzhd/new_rxx8_12.png) center center no-repeat;
    width: 96px;
    height: 260px;
    left: -96px;
    top: -242px;
  }
  .opporbox .keyzones {
    width: 1024px;
    height: auto;
  }
  .opporbox .keyzones .keycons {
    overflow: hidden;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox {
    width: 1000px;
    height: 910px;
    float: none;
    margin: 0 auto;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox ul li:nth-child(9) {
    width: 241px;
  }
  .opporbox .keyzones .keycons .keyleftpczsbox .pic {
    top: 30px;
    transform: none;
    left: 240px;
    width: 571px;
    height: 831px;
    background: url(../images/tzhd/new_key_dt_1024.png) center center no-repeat;
  }
  .opporbox .keyzones .keycons .keyfgx {
    display: none;
  }
  .opporbox .keyzones .keycons .keyright {
    float: none;
    margin: 50px auto 0;
    width: 100%;
    height: auto;
  }
  .opporbox .keyzones .keycons .keyright .item {
    overflow: hidden;
  }
  .opporbox .keyzones .keycons .keyright .item .keytit {
    height: auto;
    text-align: center;
  }
  .opporbox .keyzones .keycons .keyright .item .keypic {
    float: left;
    margin: 30px auto 0;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon {
    margin: 30px auto 0;
    float: right;
    height: auto;
    width: 48%;
    display: flex;
    align-items: center;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon p {
    width: 100%;
  }
  .opporconzsbox {
    width: 100%;
    padding: 0 15px;
  }
  .opporconzsbox .conzs {
    width: 96%;
    margin: 0 auto;
  }
  .opporconzsbox .conzs .conbox {
    max-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .opporconzsbox .conzs .conbox::-webkit-scrollbar {
    display: none;
  }
  .opporconzsbox .conzs .conbox .right {
    float: none;
    margin: 40px auto 0;
    width: 450px;
    height: 281px;
  }
  .opporconzsbox .conzs .conbox .right .piconbox {
    width: 100%;
    height: 100%;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .pic {
    width: 100%;
    height: 100%;
  }
  .opporconzsbox .conzs .conbox .left {
    float: none;
    margin: 27px auto 0;
  }
  .environment {
    width: 100%;
    padding: 60px 15px 0;
  }
  .environment .conter {
    width: 100%;
    margin: 0 auto;
    height: 584px;
  }
  .environment .conter .policy {
    width: 64%;
  }
  .environment .conter .policy .policyUl li .ulBox p {
    left: 18px;
    font-size: 28px;
  }
  .environment .conter .policy .policyUl li .ulSmallBox p {
    left: 18px;
    font-size: 28px;
  }
  .environment .conter .policy .policyUl li:nth-child(1) .ulBox {
    background: #00518e;
  }
  .environment .conter .policy .policyUl li:nth-child(1):hover {
    width: 350px;
  }
  .environment .conter .policy .policyUl li:nth-child(2) {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 352px;
  }
  .environment .conter .policy .policyUl li:nth-child(2):hover {
    width: 416px;
  }
  .environment .conter .policy .policyUl li:nth-child(3) .ulBox {
    background: #07682f;
  }
  .environment .conter .policy .policyUl li:nth-child(3):hover {
    width: 350px;
  }
  .environment .conter .serviceAgencies {
    width: 34%;
    height: 562px;
  }
  .environment .conter .serviceAgencies .agenciesbox {
    height: 442px;
  }
  .environment .conter .serviceAgencies .agenciesbox li {
    width: 48%;
  }
  .environment .conter .serviceAgencies .agenciesbox li a p {
    width: 64%;
    word-break: break-word;
    font-size: 20px;
  }
  .featuresNew {
    width: 100%;
    padding: 0 15px;
  }
  .featuresNew .top {
    width: 100%;
  }
  .featuresNew .textbox {
    width: 100%;
    height: 426px;
  }
  .featuresNew .textbox ul li {
    width: 32%;
  }
  .startyour {
    width: 100%;
    padding: 0 15px;
  }
  .startyour .top {
    width: 100%;
  }
  .startyour .yourconbox .yourleft {
    width: 20%;
  }
  .startyour .yourconbox .yourleft ul .youractive a p {
    font-size: 36px;
    width: 80%;
    min-width: 140px;
  }
  .startyour .yourconbox .yourleft ul li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
  }
  .startyour .yourconbox .yourcon {
    width: 48%;
  }
  .startyour .yourconbox .youright {
    width: 30%;
  }
  .startyour .yourconbox .youright ul li a .pic img {
    height: auto;
  }
  .frequentlybox {
    width: 100%;
    padding: 60px 15px 60px;
  }
  .frequentlybox .top {
    width: 100%;
  }
  .frequentlybox .ferquentzy {
    width: 100%;
  }
  .frequentlybox .ferquentlist {
    width: 100%;
  }
  .frequentlybox .ferquentlist ul li {
    width: 48%;
  }
  .frequentlybox .ferquentlist ul li a p {
    width: 88%;
  }
  .frequentlybox .servicebox {
    width: 100%;
  }
  .frequentlybox .servicebox .sertopbox p {
    font-size: 30px;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .frequentlybox .servicebox .sertopbox span {
    width: 40%;
    right: 16%;
  }
  .frequentlybox .servicebox .sertopbox a {
    width: 20%;
    max-width: 188px;
  }
  .frequentlybox .servicebox .servicelist ul li {
    width: 32%;
  }
  .frequentlybox .servicebox .servicelist ul li a .text {
    width: 80%;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-wrap: break-word;
  }
  .storiesbox {
    width: 100%;
    padding: 0 15px 60px;
  }
  .storiesbox .top {
    width: 100%;
  }
  .storiesbox .storconter {
    width: 100%;
  }
  .storiesbox .storconter .stortop-swiper {
    width: 100%;
  }
  .storiesbox .storconter .stortop-swiper .swiper-slide .pic {
    width: 60%;
  }
  .storiesbox .storconter .stortop-swiper .swiper-slide .toptext {
    width: 38%;
  }
  .storiesbox .storconter .btmswiper {
    width: 100%;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-wrapper .swiper-slide {
    width: 380px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtm-swiper .swiper-wrapper .swiper-slide a .pic {
    width: 380px;
    height: 213px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtmprev {
    width: 50px;
    height: 50px;
    top: 206px;
  }
  .storiesbox .storconter .btmswiper .swiperBox .storbtmnext {
    width: 50px;
    height: 50px;
    top: 206px;
  }
  .iwantbox {
    width: 100%;
    padding: 0 15px;
  }
  .iwantbox .top {
    width: 100%;
  }
  .iwantbox .conterlist {
    width: 100%;
  }
  .iwantbox .conterlist ul li .pic a {
    height: 100%;
  }
  .iwantbox .conterlist ul li .text {
    width: 100%;
  }
  .iwantbox .conterlist ul li .text a p {
    width: 88%;
    font-size: 20px;
  }
  .iwantbox .conterlist ul li .text a::after {
    width: 88%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  html {
    font-size: 10vw;
  }
  body {
    width: 10rem;
  }
  .indexbox {
    background-color: #eef5ff;
    width: 10rem;
    overflow: hidden;
  }
  .topBox .topText {
    display: none;
  }
  .banner {
    height: 12.26666667rem;
  }
  .banner .banner-swiper .swiper-slide {
    position: relative;
  }
  .banner .banner-swiper .swiper-slide .mark {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/zhdgz4/ydbannerzc.png) center center no-repeat;
    background-size: 10rem 5.08rem;
    width: 10rem;
    height: 5.08rem;
  }
  .banner .swiperfzbox {
    position: absolute;
    bottom: 2rem;
    width: 9.46666667rem;
    height: 0.73333333rem;
  }
  .banner .swiperfzbox .banner-pagination {
    width: 4rem;
    height: 0.08rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background-color: #fff;
    opacity: 0.4;
    margin-right: 0.10666667rem;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.56rem;
    height: 0.08rem;
    background-color: #fff;
    border-radius: 0.04rem;
    opacity: 1;
  }
  .banner .swiperfzbox .prev {
    display: block;
    width: 0.88rem;
    height: 0.73333333rem;
    position: absolute;
    top: 0;
    right: 1.02666667rem;
    transform: none;
    left: auto;
    border: 0.02666667rem solid #fff;
    border-radius: 0.4rem;
    background: url(../images/zhdgz4/focus_left_on.png) no-repeat center center;
    background-size: 0.2rem 0.12rem;
  }
  .banner .swiperfzbox .prev:hover {
    transform: none;
  }
  .banner .swiperfzbox .next {
    display: block;
    width: 0.88rem;
    height: 0.73333333rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    border: 0.02666667rem solid #fff;
    border-radius: 0.4rem;
    background: url(../images/zhdgz4/focus_right_on.png) center center no-repeat;
    background-size: 0.2rem 0.12rem;
  }
  .banner .swiperfzbox .next:hover {
    transform: none;
  }
  .banner .bannertext {
    position: absolute;
    top: 3.17333333rem;
    left: 0.24rem;
    width: 9.52rem;
    margin-left: 0;
  }
  .banner .bannertext .toptxt {
    display: none;
  }
  .banner .bannertext .btmtext {
    display: none;
  }
  .banner .bannertext p {
    display: block;
    width: 7.25333333rem;
    height: 2.66666667rem;
    color: #fff;
    font-size: 1.33333333rem;
    line-height: normal;
    text-shadow: #666666 0px 0px 0.133333rem;
  }
  .banner .bannertext p span {
    color: #ffdb6b;
  }
  .noBannerBox {
    top: 12rem;
    padding-top: 3.2rem;
    background: #eef5ff;
    padding-bottom: 6.9rem;
  }
  .sjbox {
    position: absolute;
    top: -1.33333333rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9.46666667rem;
    height: auto;
    padding-bottom: 0.46666667rem;
    background-color: #fff;
    padding-top: 0.30666667rem;
    box-shadow: 1px 1px 0.65333333rem 0px rgba(0, 0, 0, 0.08);
  }
  .sjbox .sjswiper {
    width: 9.33333333rem;
    margin: 0 auto;
    height: auto;
  }
  .sjbox .sjswiper .swiper-slide {
    width: 100%;
    overflow: hidden;
  }
  .sjbox .sjswiper .swiper-slide ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .sjbox .sjswiper .swiper-slide ul li {
    flex: 1;
    height: 100%;
    float: none;
    margin-right: 0;
  }
  .sjbox .sjswiper .swiper-slide ul li .pic {
    width: 1.21333333rem;
    height: 1.08rem;
    margin: 0 auto;
    position: relative;
  }
  .sjbox .sjswiper .swiper-slide ul li .pic::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 0.72rem;
    height: 0.72rem;
    background-color: #2380d4;
    opacity: 0.1;
  }
  .sjbox .sjswiper .swiper-slide ul li .pic img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  .sjbox .sjswiper .swiper-slide ul li .num {
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.66666667rem;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .sjbox .sjswiper .swiper-slide ul li .num span {
    display: block;
    font-size: 0.66666667rem;
  }
  .sjbox .sjswiper .swiper-slide ul li .name {
    width: 100%;
    text-align: center;
    font-size: 0.37333333rem;
    color: #999;
  }
  .sjbox .sj-pagination {
    margin: 0.4rem auto 0;
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sjbox .sj-pagination .swiper-pagination-bullet {
    width: 0.10666667rem;
    height: 0.10666667rem;
    border-radius: 50%;
    background-color: #2380d4;
    opacity: 0.25;
    margin-right: 0.10666667rem;
  }
  .sjbox .sj-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .sjbox .sj-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1;
  }
  .opporbox {
    width: 10rem;
    height: auto;
    background: #004ea6;
    overflow: hidden;
    padding-top: 0.66666667rem;
    padding-bottom: 0.66666667rem;
  }
  .opporbox .top {
    width: 100%;
    height: 0.85333333rem;
  }
  .opporbox .top svg {
    display: none;
  }
  .opporbox .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    color: #fff;
  }
  .opporbox .systembox {
    margin: 0.4rem auto 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .opporbox .systembox .systop {
    width: 9.33333333rem;
    height: 1.22666667rem;
    margin: 0 auto;
    display: block;
  }
  .opporbox .systembox .systop img {
    width: 0.53333333rem;
    height: 0.6rem;
  }
  .opporbox .systembox .systop p {
    width: 100%;
    color: #fff;
    font-size: 0.53333333rem;
    line-height: normal;
    letter-spacing: -0.02666667rem;
    margin-left: 0;
  }
  .opporbox .systembox .systopdani {
    animation: none;
  }
  .opporbox .systembox .systopdani img {
    animation: none;
  }
  .opporbox .systembox .systopdani p {
    animation: none;
  }
  .opporbox .systembox .sysxzxbox {
    margin: 0.44rem auto 0;
    width: 10rem;
    height: auto;
    background: none;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq {
    width: 10rem;
    height: 3.46666667rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    top: 0;
    left: 0;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item {
    transform: none !important;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item p {
    transform: none !important;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) {
    width: 4.56rem;
    padding: 0.33333333rem 0.2rem 0.26666667rem;
    background-color: #004ea6;
    border: solid 1px rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0.26666667rem;
    transform: none;
    justify-content: center;
    align-items: center;
    height: 1.77333333rem;
    flex-wrap: nowrap;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1)::before {
    background: url(../images/tzhd/new_one.png) center center no-repeat;
    background-size: 0.25333333rem 0.77333333rem;
    width: 0.25333333rem;
    height: 0.77333333rem;
    margin-bottom: 0;
    margin-right: 0.4rem;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) p {
    width: auto;
    max-width: 4.26666667rem;
    font-size: 0.50666667rem !important;
    height: auto;
    color: #fff;
    text-align: left;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2) {
    width: 4.56rem;
    padding: 0.33333333rem 0.2rem 0.26666667rem;
    background-color: #004ea6;
    border: solid 1px rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0.26666667rem;
    bottom: auto;
    height: 1.77333333rem;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2)::before {
    background: url(../images/tzhd/new_one.png) center center no-repeat;
    background-size: 0.25333333rem 0.77333333rem;
    width: 0.25333333rem;
    height: 0.77333333rem;
    margin-right: 0.2rem;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(2) p {
    width: 3.6rem;
    font-size: 0.50666667rem;
    text-align: left;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) {
    top: 2.26666667rem;
    left: 1.02666667rem;
    width: 3.25333333rem;
    height: 1.2rem;
    cursor: pointer;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) p {
    width: 100%;
    font-size: 0.48rem;
    line-height: normal;
    opacity: 0.6;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) {
    top: 2.26666667rem;
    right: 0.53333333rem;
    height: 1.2rem;
    width: 4.4rem;
    cursor: pointer;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) p {
    width: 100%;
    font-size: 0.48rem;
    line-height: normal;
    opacity: 0.6;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .sysejbk p {
    opacity: 1 !important;
  }
  .opporbox .systembox .sysxzxbox .sysjzbq .sysejbk::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.53333333rem;
    width: 1.06666667rem;
    height: 0.05333333rem;
    background-color: #febe00;
  }
  .opporbox .systembox .sysxzxbox .leftul {
    position: relative;
    width: 10rem;
    height: auto;
    overflow: hidden;
  }
  .opporbox .systembox .sysxzxbox .leftul ul {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0.4rem;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li {
    display: none;
    width: auto;
    height: auto !important;
    margin: 0.4rem 0 !important;
    padding: 0 0.26666667rem;
    border-radius: 0;
    background: none;
    line-height: 0.29333333rem;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li p {
    width: 100%;
    font-size: 0.42666667rem;
    line-height: normal;
    text-align: center;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li::after {
    display: none;
  }
  .opporbox .systembox .sysxzxbox .leftul ul li:last-child {
    border-right: none;
  }
  .opporbox .systembox .sysxzxbox .leftul ul .djqhbox {
    display: block;
  }
  .opporbox .systembox .sysxzxbox .leftul ul .sysactive {
    background: none;
  }
  .opporbox .systembox .sysxzxbox .rightul {
    position: relative;
    width: 10rem;
    height: auto;
    overflow: hidden;
  }
  .opporbox .systembox .sysxzxbox .rightul ul {
    width: 100%;
    height: auto;
    display: block;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li {
    display: none;
    width: auto;
    height: auto !important;
    margin: 0.4rem 0 !important;
    padding: 0 0.26666667rem;
    border-radius: 0;
    background: none;
    line-height: 0.29333333rem;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li p {
    width: 100%;
    font-size: 0.42666667rem;
    line-height: normal;
    text-align: center;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li::after {
    display: none;
  }
  .opporbox .systembox .sysxzxbox .rightul ul li:last-child {
    border-right: none;
  }
  .opporbox .systembox .sysxzxbox .rightul ul .djqhbox {
    display: block;
  }
  .opporbox .systembox .sysxzxbox .rightul ul .sysactive {
    background: none;
  }
  .opporbox .keyzones {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    height: auto;
  }
  .opporbox .keyzones .keytop {
    width: 100%;
    height: auto;
  }
  .opporbox .keyzones .keytop svg {
    display: none;
  }
  .opporbox .keyzones .keytop h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    color: #fff;
    line-height: 1;
    height: auto;
  }
  .opporbox .keyzones .keycons {
    margin: 0.4rem 0 0 0.26666667rem;
    height: auto;
    width: 9.73333333rem;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox {
    width: 100%;
    height: 0.96rem;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox ul {
    width: 100%;
    height: 0.96rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox ul::-webkit-scrollbar {
    display: none;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox ul li {
    display: inline-block;
    padding: 0 0.26666667rem;
    height: 0.96rem;
    border-radius: 0.08rem;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 0.26666667rem;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox ul li p {
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.48rem;
    color: #fff;
  }
  .opporbox .keyzones .keycons .keyleftydzsbox ul .keyydactive {
    background: linear-gradient(0deg, #aac9e5 0%, #71a5d2 100%);
  }
  .opporbox .keyzones .keycons .keyleftydzsbox .pic {
    display: none;
  }
  .opporbox .keyzones .keycons .keyfgx {
    display: none;
  }
  .opporbox .keyzones .keycons .keyright {
    float: none;
    margin-top: 0.4rem;
    width: 9.46666667rem;
    height: auto;
  }
  .opporbox .keyzones .keycons .keyright .item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
  }
  .opporbox .keyzones .keycons .keyright .item .keytit {
    font-size: 0.42666667rem;
    height: auto;
  }
  .opporbox .keyzones .keycons .keyright .item .keypic {
    margin-top: 0.4rem;
    width: 9.46666667rem;
    height: 4.97333333rem;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon {
    margin-top: 0.4rem;
    width: 9.46666667rem;
    height: auto;
    font-size: 0.37333333rem;
    opacity: 0.7;
    line-height: 1.5;
  }
  .opporbox .keyzones .keycons .keyright .item .keycon p {
    width: 100%;
    font-size: 0.37333333rem;
    opacity: 0.7;
    line-height: 1.5;
  }
  .opporconzsbox {
    width: 10rem;
  }
  .opporconzsbox .conzs {
    width: 92%;
    height: 78%;
  }
  .opporconzsbox .conzs .close {
    width: 0.62666667rem;
    height: 0.64rem;
    background: url(../images/tzhd/close.png) no-repeat center center;
    background-size: 0.62666667rem 0.64rem;
  }
  .opporconzsbox .conzs .conbox {
    overflow-y: scroll;
    max-height: 8rem;
    padding: 0.73333333rem 0.26666667rem 0.61333333rem 0.37333333rem;
    border-radius: 0.26666667rem;
    border: 0.08rem solid #fff;
  }
  .opporconzsbox .conzs .conbox::-webkit-scrollbar {
    display: none;
  }
  .opporconzsbox .conzs .conbox .zstitle {
    display: none;
  }
  .opporconzsbox .conzs .conbox .right {
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 5.65333333rem;
    padding: 0.21333333rem 0.2rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox {
    width: 100%;
    height: 5.22666667rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .pictit {
    left: 0.72rem;
    top: 0.50666667rem;
    width: 2.37333333rem;
    font-size: 0.26666667rem;
    line-height: 0.26666667rem;
    height: 0.26666667rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .pictit::before {
    width: 0.26666667rem;
    height: 0.29333333rem;
    background: url(../images/tzhd/new_ty1.png) center center no-repeat;
    background-size: 0.26666667rem 0.29333333rem;
    margin-right: 0.10666667rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .pic img {
    width: 100%;
    height: 100%;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem {
    height: 0.52rem;
    border-radius: 0.08rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem a {
    font-size: 0.18666667rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(1) {
    top: 2.72rem;
    left: 0.72rem;
    width: 2.2rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(1) a {
    width: 2.09333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(2) {
    top: 3.52rem;
    left: 0.72rem;
    width: 2rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(2) a {
    width: 1.89333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(3) {
    top: 0.32rem;
    right: 0.50666667rem;
    width: 1.6rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(3) a {
    width: 1.49333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(4) {
    top: 0.96rem;
    right: 0.50666667rem;
    width: 2.05333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(4) a {
    width: 1.97333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(5) {
    top: 1.6rem;
    right: 0.50666667rem;
    width: 2.53333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(5) a {
    width: 2.45333333rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(6) {
    top: 2.82666667rem;
    right: 0.50666667rem;
    width: 2.4rem;
  }
  .opporconzsbox .conzs .conbox .right .piconbox .itembox .aitem:nth-child(6) a {
    width: 2.34666667rem;
  }
  .opporconzsbox .conzs .conbox .left {
    float: none;
    margin: 0.4rem auto 0;
    width: 100%;
    padding-bottom: 0.26666667rem;
    font-size: 0.37333333rem;
  }
  .opporconzsbox .conzs .conbox .left p {
    width: 100%;
    padding: 0;
    height: auto;
    font-size: 0.37333333rem;
    line-height: 1.5;
  }
  .opporconzsbox .conzs .conbox .left p::-webkit-scrollbar {
    display: none;
  }
  .environment {
    width: 10rem;
    margin: 0.66666667rem auto 0;
    padding-top: 0;
    background: none;
    max-height: none;
  }
  .environment .top {
    width: 100%;
  }
  .environment .top svg {
    display: none;
  }
  .environment .top h2 {
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
  }
  .environment .conter {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    height: auto;
  }
  .environment .conter .policy {
    float: none;
    width: 9.46666667rem;
  }
  .environment .conter .policy .more {
    top: 0.4rem;
  }
  .environment .conter .policy .txtop {
    height: 0.68rem;
    width: 4.66666667rem;
    line-height: 0.93333333rem;
  }
  .environment .conter .policy .txtop::before {
    top: -0.10666667rem;
    left: 3.09333333rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
  .environment .conter .policy .txtop p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.48rem;
  }
  .environment .conter .policy .textbox {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
  }
  .environment .conter .policy .textbox h2 {
    width: 100%;
  }
  .environment .conter .policy .textbox h2 a {
    display: -webkit-box;
    font-size: 0.42666667rem;
    color: #222;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .environment .conter .policy .textbox p {
    width: 100%;
    margin-top: 0.34666667rem;
    display: -webkit-box;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 0.37333333rem;
    line-height: 1.3;
    transition: all 1s ease;
  }
  .environment .conter .policy .policyUl {
    margin-top: 0.4rem;
    height: 4.29333333rem;
  }
  .environment .conter .policy .policyUl li {
    width: 3.09333333rem;
    height: 4.29333333rem;
  }
  .environment .conter .policy .policyUl li .ulBox {
    width: 3.09333333rem;
    height: 4.29333333rem;
  }
  .environment .conter .policy .policyUl li .ulBox img {
    top: 0.24rem;
    right: 0.22666667rem;
    width: 0.66666667rem;
    height: 0.74666667rem;
  }
  .environment .conter .policy .policyUl li .ulBox p {
    left: 0.24rem;
    bottom: 0.33333333rem;
    width: 2.61333333rem;
    font-size: 0.42666667rem;
  }
  .environment .conter .policy .policyUl li:nth-child(2) {
    width: 3.65333333rem;
  }
  .environment .conter .policy .policyUl li .ulSmallBox {
    width: 3.65333333rem;
    height: 2.14666667rem;
  }
  .environment .conter .policy .policyUl li .ulSmallBox img {
    top: 0.24rem;
    right: 0.22666667rem;
    width: 0.66666667rem;
    height: 0.74666667rem;
  }
  .environment .conter .policy .policyUl li .ulSmallBox p {
    left: 0.17333333rem;
    bottom: 0.32rem;
    width: 3.25333333rem;
    font-size: 0.42666667rem;
  }
  .environment .conter .policy .policyUl li .ulSmallBox:nth-child(1) {
    background-color: #febe00;
  }
  .environment .conter .policy .policyUl li .ulSmallBox:nth-child(1):hover {
    width: 4rem;
    height: 2.14666667rem;
  }
  .environment .conter .policy .policyUl li .ulSmallBox:nth-child(2) {
    background-color: #94243b;
  }
  .environment .conter .policy .policyUl li .ulSmallBox:nth-child(2):hover {
    width: 4rem;
    height: 2.14666667rem;
  }
  .environment .conter .policy .policyUl li:nth-child(1) .ulBox {
    background: #00518e;
  }
  .environment .conter .policy .policyUl li:nth-child(1):hover {
    width: 3.46666667rem;
  }
  .environment .conter .policy .policyUl li:nth-child(2) {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 3.65333333rem;
  }
  .environment .conter .policy .policyUl li:nth-child(2):hover {
    width: 4rem;
  }
  .environment .conter .policy .policyUl li:nth-child(3) .ulBox {
    background: #07682f;
  }
  .environment .conter .policy .policyUl li:nth-child(3):hover {
    width: 3.46666667rem;
  }
  .environment .conter .serviceAgencies {
    float: none;
    width: 9.46666667rem;
    margin-top: 0.53333333rem;
  }
  .environment .conter .serviceAgencies .txtop {
    height: 0.68rem;
    width: 5.53333333rem;
    line-height: 0.68rem;
  }
  .environment .conter .serviceAgencies .txtop::before {
    top: -0.10666667rem;
    left: 3.78rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
  .environment .conter .serviceAgencies .txtop p {
    font-size: 0.48rem;
  }
  .environment .conter .serviceAgencies .agenciesbox {
    margin-top: 0.4rem;
    width: 9.46666667rem;
    height: 6.58666667rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .environment .conter .serviceAgencies .agenciesbox li {
    width: 4.58666667rem;
    height: 1.46666667rem;
  }
  .environment .conter .serviceAgencies .agenciesbox li a img {
    width: 0.57333333rem;
    height: 0.52rem;
  }
  .environment .conter .serviceAgencies .agenciesbox li a p {
    width: 3.33333333rem;
    font-size: 0.42666667rem;
  }
  .featuresNew {
    width: 10rem;
    margin: 0.66666667rem auto 0;
    padding-top: 0;
    background: none;
  }
  .featuresNew .top {
    width: 100%;
    height: 0.85333333rem;
    padding: 0 0.26666667rem;
  }
  .featuresNew .top svg {
    display: none;
  }
  .featuresNew .top::before,
  .featuresNew .top::after {
    display: none;
  }
  .featuresNew .top .ssdgdt {
    display: none;
  }
  .featuresNew .top h2 {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.77333333rem;
    height: 0.85333333rem;
    line-height: 0.85333333rem;
  }
  .featuresNew .top .more {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: auto;
    height: 0.37333333rem;
    line-height: 0.37333333rem;
    font-size: 0.32rem;
    color: #999;
    text-transform: uppercase;
  }
  .featuresNew .top .more::after {
    display: block;
    content: "";
    background: url(../images/mobile/icon_find_more.png) no-repeat;
    background-size: 100% 100%;
    width: 0.26666667rem;
    height: 0.26666667rem;
    margin-left: 5px;
  }
  .featuresNew .textbox {
    margin: 0.4rem 0 0 0.26666667rem;
    height: auto;
    width: 9.73333333rem;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .featuresNew .textbox::-webkit-scrollbar {
    display: none;
  }
  .featuresNew .textbox ul {
    width: 100%;
    height: 100%;
  }
  .featuresNew .textbox ul li {
    display: inline-block;
    width: 6.8rem;
    height: 100%;
    margin-right: 0.26666667rem;
  }
  .featuresNew .textbox ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .featuresNew .textbox ul li a .pic {
    width: 6.8rem;
    height: 4.13333333rem;
  }
  .featuresNew .textbox ul li a .pic img {
    width: 100%;
    height: 100%;
  }
  .featuresNew .textbox ul li a p {
    margin: 0.4rem auto 0.4rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.42666667rem;
    line-height: 1.1;
    color: #333333;
    height: auto;
  }
  .featuresNew .textbox ul li a span {
    font-size: 0.37333333rem;
  }
  .startyour {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    height: auto;
  }
  .startyour .top {
    width: 100%;
    height: 0.85333333rem;
  }
  .startyour .top svg {
    display: none;
  }
  .startyour .top::before,
  .startyour .top::after {
    display: none;
  }
  .startyour .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    line-height: 1;
  }
  .startyour .top .more {
    display: block;
  }
  .startyour .yourconbox {
    margin: 0.6rem auto 0;
    width: 9.46666667rem;
    height: auto;
    display: block;
  }
  .startyour .yourconbox .yourleft {
    width: 100%;
    height: auto;
  }
  .startyour .yourconbox .yourleft ul {
    padding-bottom: 0.4rem;
    height: auto;
  }
  .startyour .yourconbox .yourleft ul li {
    height: auto;
    width: 9.46666667rem;
    margin-bottom: 0.26666667rem;
  }
  .startyour .yourconbox .yourleft ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .startyour .yourconbox .yourleft ul li a p {
    font-size: 0.42666667rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .startyour .yourconbox .yourleft ul .youractive {
    width: 9.46666667rem;
    height: 2.13333333rem;
  }
  .startyour .yourconbox .yourleft ul .youractive a {
    position: relative;
  }
  .startyour .yourconbox .yourleft ul .youractive a img {
    display: block;
    position: absolute;
    bottom: 0.46666667rem;
    right: 0.30666667rem;
    width: 0.84rem;
    height: 0.94666667rem;
  }
  .startyour .yourconbox .yourleft ul .youractive a p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.4rem;
    width: 6.53333333rem;
    font-size: 0.53333333rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .startyour .yourconbox .yourcon {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    padding-bottom: 0.4rem;
    height: auto;
  }
  .startyour .yourconbox .yourcon .txtop {
    width: 9.46666667rem;
    position: relative;
    height: 0.69333333rem;
  }
  .startyour .yourconbox .yourcon .txtop::before {
    left: 5.26666667rem;
    top: -0.08rem;
    width: 0.48rem;
    height: 0.48rem;
  }
  .startyour .yourconbox .yourcon .txtop p {
    width: 6.46666667rem;
    height: 0.69333333rem;
    font-size: 0.48rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .startyour .yourconbox .yourcon .txtop .more {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    background-size: 1.8rem 0.37333333rem;
    width: auto;
    height: 0.37333333rem;
  }
  .startyour .yourconbox .yourcon .txtop .more .yourmore {
    color: #999;
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: inline-block;
    height: 100%;
  }
  .startyour .yourconbox .yourcon .your-swiper {
    margin: 0.61333333rem auto 0;
    width: 9.46666667rem;
    height: 6.05333333rem;
  }
  .startyour .yourconbox .yourcon .your-swiper .swiper-slide {
    width: 9.46666667rem;
    height: 5.33333333rem;
  }
  .startyour .yourconbox .yourcon .your-swiper .your-pagination {
    position: absolute;
    bottom: 0.4rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 2.66666667rem;
    height: 0.08rem;
    z-index: 9;
    text-align: center;
  }
  .startyour .yourconbox .yourcon .your-swiper .your-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.08rem;
    background-color: #e4e4e4;
    opacity: 1;
    margin-right: 0.13333333rem;
    transition: all 0.5s;
    border-radius: 0;
  }
  .startyour .yourconbox .yourcon .your-swiper .your-pagination .swiper-pagination-bullet-active {
    width: 0.61333333rem;
    height: 0.08rem;
    background-color: #febe00;
  }
  .startyour .yourconbox .yourcon .yourtext {
    margin-top: 0.4rem;
    width: 100%;
  }
  .startyour .yourconbox .yourcon .yourtext h2 {
    width: 100%;
  }
  .startyour .yourconbox .yourcon .yourtext h2 a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.42666667rem;
    color: #222;
    font-weight: 700;
  }
  .startyour .yourconbox .yourcon .yourtext p {
    margin-top: 0.33333333rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.37333333rem;
    color: #666;
    line-height: 1.3;
  }
  .startyour .yourconbox .youright {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    height: auto;
  }
  .startyour .yourconbox .youright ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .startyour .yourconbox .youright ul li {
    width: 4.58666667rem;
    height: 1.44rem;
    background-color: #e0f2ff;
    border-radius: 0.05333333rem;
  }
  .startyour .yourconbox .youright ul li a .pic {
    width: 1.25333333rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
  }
  .startyour .yourconbox .youright ul li a .pic img {
    width: 0.69333333rem;
    height: 0.72rem;
  }
  .startyour .yourconbox .youright ul li a .text {
    width: 3.30666667rem;
    height: 100%;
    align-items: center;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .startyour .yourconbox .youright ul li a .text::before {
    display: none;
  }
  .startyour .yourconbox .youright ul li a .text p {
    width: 2.66666667rem;
    font-size: 0.42666667rem;
  }
  .frequentlybox {
    width: 10rem;
    background: #004ea6;
    padding-top: 0.66666667rem;
    padding-bottom: 0.66666667rem;
    margin-top: 0.66666667rem;
  }
  .frequentlybox .top {
    width: 100%;
    height: auto;
  }
  .frequentlybox .top svg {
    display: none;
  }
  .frequentlybox .top::before,
  .frequentlybox .top::after {
    display: none;
  }
  .frequentlybox .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    line-height: 1;
    color: #fff;
  }
  .frequentlybox .top .frequentlymore {
    border: none;
    height: 0.42666667rem;
    right: 0.25333333rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.4rem;
    line-height: 1;
    border-radius: 0;
    font-size: 0.32rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
  }
  .frequentlybox .top .frequentlymore::after {
    content: "";
    display: block;
    width: 0.37333333rem;
    height: 0.42666667rem;
    background: url(../images/tzhd/whitemore.png) center center no-repeat;
    background-size: 0.37333333rem 0.37333333rem;
    margin-top: -0.08rem;
  }
  .frequentlybox .ferquentzy {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    font-size: 0.37333333rem;
    line-height: 1.2;
    height: auto;
  }
  .frequentlybox .ferquentlist {
    width: 9.46666667rem;
    margin-top: 0.4rem;
    height: auto;
  }
  .frequentlybox .ferquentlist ul {
    width: 100%;
  }
  .frequentlybox .ferquentlist ul li {
    width: 100%;
    height: 1.46666667rem;
    margin-bottom: 0.32rem;
  }
  .frequentlybox .ferquentlist ul li a {
    padding-left: 0.29333333rem;
    padding-right: 0.4rem;
  }
  .frequentlybox .ferquentlist ul li a .pic {
    width: 0.58666667rem;
    height: 0.52rem;
  }
  .frequentlybox .ferquentlist ul li a p {
    width: 7.81333333rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    font-size: 0.42666667rem;
    line-height: 1.2;
    color: #fff;
  }
  .frequentlybox .ferquentlist ul li:last-child {
    margin-bottom: 0;
  }
  .frequentlybox .servicebox {
    margin: 0.66666667rem auto 0;
    width: 9.53333333rem;
  }
  .frequentlybox .servicebox .sertopbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    height: auto;
  }
  .frequentlybox .servicebox .sertopbox p {
    position: static;
    float: none;
    top: 0;
    left: 50%;
    width: 9.46666667rem;
    text-align: center;
    font-size: 0.77333333rem;
    line-height: normal;
  }
  .frequentlybox .servicebox .sertopbox a {
    height: auto;
    float: none;
    position: static;
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(0);
    width: 3.22666667rem;
    padding: 0.13333333rem 0 0.08rem;
    background-color: #e0b844;
    border-radius: 0.38666667rem;
    font-size: 0.42666667rem;
    color: #000;
    margin-top: 0.26666667rem;
  }
  .frequentlybox .servicebox .sertopbox span {
    float: none;
    position: static;
    margin-top: 0.26666667rem;
    left: 0;
    right: auto;
    transform: none;
    width: 100%;
    font-size: 0.37333333rem;
    line-height: normal;
    text-align: center;
  }
  .frequentlybox .servicebox .servicelist {
    margin: 0.4rem auto 0;
    width: 100%;
    height: auto;
  }
  .frequentlybox .servicebox .servicelist ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .frequentlybox .servicebox .servicelist ul li {
    width: 100%;
    height: 1.97333333rem;
    margin-bottom: 0.32rem;
    border-radius: 0.13333333rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #ffffff;
  }
  .frequentlybox .servicebox .servicelist ul li a {
    border-radius: 0.13333333rem;
  }
  .frequentlybox .servicebox .servicelist ul li a .pic {
    width: 0.89333333rem;
    height: 0.88rem;
    top: 0.48rem;
    left: 0.62666667rem;
  }
  .frequentlybox .servicebox .servicelist ul li a .pic::before {
    width: 0.53333333rem;
    height: 0.53333333rem;
    left: 0.32rem;
  }
  .frequentlybox .servicebox .servicelist ul li a .pic img {
    width: 0.66666667rem;
    height: 0.66666667rem;
    top: 0.22666667rem;
  }
  .frequentlybox .servicebox .servicelist ul li a .text {
    left: 1.90666667rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7.33333333rem;
    font-size: 0.42666667rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .frequentlybox .servicebox .servicelist ul li:last-child {
    margin-bottom: 0;
  }
  .storiesbox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    height: auto;
    background: none;
    padding-bottom: 0;
  }
  .storiesbox .top {
    width: 100%;
    height: auto;
  }
  .storiesbox .top svg {
    display: none;
  }
  .storiesbox .top::before,
  .storiesbox .top::after {
    display: none;
  }
  .storiesbox .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    height: auto;
    line-height: 1;
  }
  .storiesbox .storconter {
    margin: 0.4rem auto 0;
    width: 10rem;
  }
  .storiesbox .storconter .stortop-swiper {
    display: none;
  }
  .storiesbox .storconter .btmswiper {
    width: 100%;
    margin-top: 0;
  }
  .storiesbox .storconter .btmswiper .swiperBox {
    display: none;
  }
  .storiesbox .storconter .btmswiper .isMobile {
    display: block;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item {
    display: block;
    width: 9.466666rem;
    overflow: hidden;
    margin: 0 auto 0.26666667rem;
    margin-bottom: 0.26666667rem;
    padding: 0.26666667rem;
    border: solid 1px #EDEDED;
    border-radius: 0.13333333rem;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item:hover .pic img {
    transform: scale(1.1);
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item:hover .tit {
    color: #fdbf01;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item .pic {
    width: 100%;
    height: 4.66666667rem;
    overflow: hidden;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item .pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item .tit {
    font-size: 0.42666667rem;
    color: #333;
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
    line-height: 1.2;
    text-align: center;
  }
  .storiesbox .storconter .btmswiper .storbtmlist .item .desc {
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
    font-size: 0.37333333rem;
    color: #666;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .iwantbox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-bottom: 0.66666667rem;
    height: auto;
  }
  .iwantbox .top {
    width: 100%;
    height: auto;
  }
  .iwantbox .top svg {
    display: none;
  }
  .iwantbox .top::before,
  .iwantbox .top::after {
    display: none;
  }
  .iwantbox .top h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.77333333rem;
    line-height: 1;
  }
  .iwantbox .conterlist {
    margin: 0.4rem auto 0;
    width: 9.73333333rem;
    height: auto;
  }
  .iwantbox .conterlist ul {
    width: 9.73333333rem;
    height: 4.24rem;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .iwantbox .conterlist ul::-webkit-scrollbar {
    display: none;
  }
  .iwantbox .conterlist ul li {
    display: inline-block;
    width: 3.17333333rem;
    height: 4.24rem;
    background-color: #3059c8;
    border-radius: 0.25333333rem !important;
    margin-right: 0.26666667rem;
    position: relative;
  }
  .iwantbox .conterlist ul li .pic {
    width: 100%;
    height: 100%;
    border-radius: 0.25333333rem !important;
    text-align: center;
  }
  .iwantbox .conterlist ul li .pic a {
    border-radius: 0.25333333rem !important;
    width: 100%;
    height: 100%;
    display: block;
  }
  .iwantbox .conterlist ul li .pic a img {
    width: 100%;
    height: 100%;
    border-radius: 0.25333333rem !important;
    object-fit: cover;
  }
  .iwantbox .conterlist ul li .text {
    position: absolute;
    bottom: 0.56rem !important;
    left: 0.28rem;
    width: 2.66666667rem;
    height: 1.46666667rem;
  }
  .iwantbox .conterlist ul li .text a {
    background: transparent !important;
    width: 100%;
  }
  .iwantbox .conterlist ul li .text a p {
    width: 100%;
    font-size: 0.42666667rem;
    color: #fff;
    white-space: normal;
    line-height: normal;
  }
  .iwantbox .conterlist ul li .text a::after {
    display: none;
  }
  .iwantbox .conterlist ul li .text::after {
    content: "";
    display: block;
    width: 1.41333333rem;
    height: 2px;
    background-color: #ffffff;
  }
  .iwantbox .conterlist ul li:nth-child(2n) .text {
    top: auto !important;
  }
  html[dir="rtl"] .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(1) p {
    height: auto !important;
  }
  html[dir="rtl"] .opporbox .systembox .sysxzxbox .leftul ul li p {
    text-align: center !important;
  }
  html[dir="rtl"] .opporbox .systembox .sysxzxbox .rightul ul {
    text-align: center !important;
  }
  html[dir="rtl"] .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(4) p {
    text-align: center !important;
  }
  html[dir="rtl"] .opporbox .systembox .sysxzxbox .sysjzbq .item:nth-child(3) p {
    text-align: center !important;
  }
  html[dir="rtl"] .environment .conter .policy .txtop::before {
    left: 2.093333rem;
  }
  html[dir="rtl"] .environment .conter .serviceAgencies .txtop::before {
    left: 2.5rem;
  }
  html[dir="rtl"] .startyour .yourconbox .yourcon .txtop::before {
    left: 3.766667rem;
  }
  html[dir="rtl"] .frequentlybox .servicebox .sertopbox {
    height: 3.2866667rem;
  }
  html[dir="rtl"] .frequentlybox .servicebox .sertopbox span {
    top: 1.58rem;
  }
  html[lang="fr"] .environment .conter .policy .txtop::before {
    left: 3.693333rem;
  }
  html[lang="fr"] .environment .conter .serviceAgencies .txtop::before {
    left: 4.7rem;
  }
  html[lang="fr"] .featuresNew .top h2 {
    font-size: 0.72333333rem;
  }
  html[lang="fr"] .startyour .yourconbox .yourcon .txtop::before {
    left: 4.36667rem;
  }
  html[lang="fr"] .frequentlybox .top h2 {
    font-size: 0.66rem;
  }
  html[lang="fr"] .frequentlybox .top .frequentlymore {
    width: auto;
    font-size: 0.2rem;
  }
  html[lang="fr"] .frequentlybox .servicebox .sertopbox p {
    font-size: 0.67rem;
  }
  html[lang="pt"] .sjbox .sjswiper .swiper-slide ul li .name,
  html[lang="ru"] .sjbox .sjswiper .swiper-slide ul li .name,
  html[lang="de"] .sjbox .sjswiper .swiper-slide ul li .name {
    word-break: break-all;
  }
  html[lang="pt"] .environment .conter .serviceAgencies .agenciesbox li a p,
  html[lang="ru"] .environment .conter .serviceAgencies .agenciesbox li a p,
  html[lang="de"] .environment .conter .serviceAgencies .agenciesbox li a p {
    word-wrap: break-word;
  }
  html[lang="pt"] .environment .conter .policy .txtop,
  html[lang="ru"] .environment .conter .policy .txtop,
  html[lang="de"] .environment .conter .policy .txtop {
    width: 5.167rem;
  }
  html[lang="pt"] .environment .conter .policy .txtop::before,
  html[lang="ru"] .environment .conter .policy .txtop::before,
  html[lang="de"] .environment .conter .policy .txtop::before {
    left: 4.693333rem;
  }
  html[lang="pt"] .environment .conter .serviceAgencies .txtop::before,
  html[lang="ru"] .environment .conter .serviceAgencies .txtop::before,
  html[lang="de"] .environment .conter .serviceAgencies .txtop::before {
    left: 5.1rem;
  }
  html[lang="pt"] .startyour .yourconbox .yourcon .txtop::before,
  html[lang="ru"] .startyour .yourconbox .yourcon .txtop::before,
  html[lang="de"] .startyour .yourconbox .yourcon .txtop::before {
    left: 5.56666667rem;
    top: 0;
  }
  html[lang="pt"] .startyour .yourconbox .youright ul li a .text p,
  html[lang="ru"] .startyour .yourconbox .youright ul li a .text p,
  html[lang="de"] .startyour .yourconbox .youright ul li a .text p {
    width: 2.66666667rem;
    font-size: 0.36rem;
    word-break: break-all;
  }
  html[lang="pt"] .frequentlybox .top h2,
  html[lang="ru"] .frequentlybox .top h2,
  html[lang="de"] .frequentlybox .top h2 {
    font-size: 0.72333333rem;
  }
  html[lang="pt"] .frequentlybox .servicebox .sertopbox a,
  html[lang="ru"] .frequentlybox .servicebox .sertopbox a,
  html[lang="de"] .frequentlybox .servicebox .sertopbox a {
    font-size: 0.3rem;
  }
  html[lang="es"] .environment .conter .policy .txtop::before {
    left: 3.79333333rem;
  }
  html[lang="es"] .environment .conter .serviceAgencies .txtop::before {
    left: 4.18rem;
  }
  html[lang="es"] .startyour .yourconbox .yourcon .txtop::before {
    left: 4.8rem;
  }
  html[lang="es"] .frequentlybox .top {
    height: auto;
  }
  html[lang="es"] .frequentlybox .top .frequentlymore {
    width: auto;
    top: auto;
    transform: none;
    position: inherit;
    justify-content: end;
  }
}
@keyframes xzhdBorderhx {
  25% {
    filter: drop-shadow(15px 0 10px rgba(0, 0, 0, 0.2));
  }
  50% {
    filter: drop-shadow(0 15px 10px #000000);
  }
  75% {
    filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.2));
  }
  100% {
    filter: drop-shadow(15px 0 10px #000000);
  }
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes tzhdPicBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes picanima {
  from {
    left: -526px;
    top: -295px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@keyframes imgOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes generalWidth {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes titlezx {
  0% {
    width: 0;
  }
  100% {
    width: 500px;
  }
}
@keyframes spaceSwiperRight {
  from {
    right: -626px;
  }
  to {
    right: 0;
  }
}
@keyframes spaceSwiperWidth {
  from {
    width: 0;
  }
  to {
    width: 626px;
  }
}
@keyframes spaceBottom {
  from {
    right: -10px;
  }
  to {
    right: 0;
  }
}
@keyframes txtopHoverBefore {
  to {
    top: 45px;
    left: 0;
    width: 0;
    height: 0;
  }
}
@keyframes txtopPcolor {
  to {
    color: #febe00;
  }
}
@keyframes disBannerWidthkz {
  to {
    width: 560px;
  }
}
@keyframes disBannerWidthsh {
  from {
    width: 560px;
  }
  to {
    width: 83px;
  }
}
/* 自动缩放动画 */
@keyframes phoneAutoScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes servixImgTwo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes servixImgOne {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
