@import "/static/cn/css/animate.css";
img {
  display: block;
  width: 100%;
}
.page-switch-box {
  width: 100%;
  height: 50px;
}
.page-switch-box .my-container {
  position: relative;
  height: 100%;
}
.page-switch-box .my-container .tab-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.page-switch-box .my-container .tab-list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.page-switch-box .my-container .tab-list .item img {
  width: 60px;
}
.page-switch-box .my-container .tab-list .item .text-group {
  padding-left: 10px;
}
.page-switch-box .my-container .tab-list .item .text-group h4 {
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.page-switch-box .my-container .tab-list .item .text-group h5 {
  margin-top: 6px;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}
.page-switch-box .my-container .tab-list .item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 4px;
  background-color: #02376D;
}
.page-switch-box .my-container .tab-list .item + .item {
  border-left: 1px solid #E5E5E5;
}
.page-switch-box .my-container .tab-list .item.active .line {
  display: block;
}
.part-one {
  position: relative;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 143px;
}
.part-one .my-container {
  padding-left: 131px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.part-one .my-container .left-box {
  position: relative;
  width: 589px;
  z-index: 2;
}
.part-one .my-container .left-box .sy-title {
  position: relative;
  width: 300px;
  font-size: 51px;
  line-height: 60px;
  color: #333;
}
.part-one .my-container .left-box .sy-title span {
  position: absolute;
  left: -131px;
  top: 27px;
  display: block;
  width: 92px;
  height: 3px;
  background-color: #333333;
  opacity: 0.25;
}
.part-one .my-container .left-box .sub-title {
  margin-top: 23px;
  font-size: 30px;
  line-height: 32px;
  color: #666;
  word-break: break-word;
}
.part-one .my-container .left-box .desc {
  margin-top: 42px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  word-break: break-word;
}
.part-one .my-container .left-box .desc b {
  color: #666;
  text-decoration: underline;
}
.part-one .my-container .left-box .row-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.part-one .my-container .left-box .row-item h2 {
  width: 103px;
  font-size: 36px;
  line-height: 38px;
  color: #666;
  word-break: keep-all;
}
.part-one .my-container .left-box .row-item .line {
  height: 59px;
  width: 1px;
  background-color: #ccc;
}
.part-one .my-container .left-box .row-item p {
  width: 460px;
  padding-left: 33px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  word-break: break-word;
}
.part-one .my-container .left-box .bottom-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-one .my-container .left-box .bottom-box h2 {
  width: 185px;
  font-size: 36px;
  line-height: 38px;
  color: #666;
}
.part-one .my-container .left-box .bottom-box .list-icon {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
  margin-top: 43px;
}
.part-one .my-container .left-box .bottom-box .list-icon .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.part-one .my-container .left-box .bottom-box .list-icon .item img {
  width: 60px;
}
.part-one .my-container .left-box .bottom-box .list-icon .item h5 {
  max-width: 120px;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 22px;
  color: #666;
  word-break: break-all;
}
.part-one .my-container .left-box .bottom-box .list-icon .item + .item {
  margin-left: 30px;
}
.part-one .my-container .right-img {
  position: relative;
  display: block;
  width: 402px;
  z-index: 2;
}
.part-one .position-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 463px;
  z-index: 1;
}
.part-two {
  position: relative;
  width: 100%;
  margin-top: 36px;
}
.part-two .left-img {
  position: relative;
  width: 50%;
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.part-two .left-img .line {
  position: absolute;
  right: -46px;
  top: 79px;
  display: block;
  width: 92px;
  height: 3px;
  background-color: #333333;
  opacity: 0.25;
  z-index: 6;
}
.part-two .position-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.part-two .position-box .my-container {
  display: flex;
  justify-content: flex-end;
}
.part-two .position-box .my-container .content-box {
  position: relative;
  top: -61px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 987px;
  height: 681px;
  padding-top: 20px;
  padding-left: 461px;
  border: 2px solid #dcdcdc;
  z-index: 0;
}
.part-two .position-box .my-container .content-box .sy-title {
  position: relative;
  font-size: 51px;
  line-height: 60px;
  color: #333;
}
.part-two .position-box .my-container .content-box .sy-title span {
  position: absolute;
  left: -131px;
  top: 27px;
  display: block;
  width: 92px;
  height: 3px;
  background-color: #333333;
  opacity: 0.25;
  z-index: 6;
}
.part-two .position-box .my-container .content-box .sub-title {
  margin-top: 23px;
  font-size: 30px;
  line-height: 32px;
  color: #666;
}
.part-two .position-box .my-container .content-box .desc {
  margin-top: 42px;
  width: 435px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  word-break: break-word;
}
.part-two .position-box .my-container .content-box .desc b {
  color: #666;
  text-decoration: underline;
}
.part-two .position-box .my-container .content-box .list-icon {
  width: 100%;
  display: flex;
  padding-bottom: 28px;
  margin-top: 43px;
}
.part-two .position-box .my-container .content-box .list-icon .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  padding: 0 20px;
}
.part-two .position-box .my-container .content-box .list-icon .item img {
  width: 60px;
}
.part-two .position-box .my-container .content-box .list-icon .item h5 {
  word-break: break-all;
  width: 160px;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #666;
}
.part-two .position-box .my-container .content-box .blue-line {
  position: absolute;
  top: -3px;
  right: 231px;
  display: block;
  width: 53px;
  height: 3px;
  background-color: #00ABE3;
}
.part-three {
  width: 100%;
  margin-top: 121px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/static/cn/images/advantage/part_three_bg.png);
}
.part-three .my-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 325px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.part-three .my-container .title-font-one {
  position: relative;
  padding-right: 132px;
  text-align: right;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
.part-three .my-container .title-font-one span {
  position: absolute;
  top: 27px;
  right: 0;
  width: 92px;
  height: 3px;
  background-color: #fff;
  opacity: 0.7;
}
.part-three .my-container h4 {
  margin-top: 22px;
  padding-right: 132px;
  text-align: right;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
.part-three .my-container .desc {
  margin-top: 33px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.5;
  word-break: break-word;
}
.part-three .my-container .content-box {
  position: absolute;
  bottom: -208px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 479px;
}
.part-three .my-container .content-box .left-box {
  width: 369px;
  height: 100%;
  padding: 10px;
  background-color: #00ABE3;
}
.part-three .my-container .content-box .left-box .border-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.part-three .my-container .content-box .left-box .border-box img {
  display: block;
  width: 100px;
}
.part-three .my-container .content-box .left-box .border-box h2 {
  margin-top: 19px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
.part-three .my-container .content-box .left-box .border-box h5 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
}
.part-three .my-container .content-box .right-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  height: 100%;
}
.part-three .my-container .content-box .right-box .item {
  width: 33.333333%;
  height: 50%;
  background-color: #fff;
}
.part-three .my-container .content-box .right-box .item.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.part-three .my-container .content-box .right-box .item.text-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.part-three .my-container .content-box .right-box .item.text-box img {
  display: block;
  width: 60px;
}
.part-three .my-container .content-box .right-box .item.text-box h2 {
  margin-top: 17px;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #666;
}
.part-three .my-container .content-box .right-box .item.text-box h5 {
  margin-top: 9px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.part-three .my-container .content-box .right-box .item.text-box:before {
  position: absolute;
  bottom: -20px;
  left: 48.5%;
  display: block;
  content: '';
  border: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.part-three .my-container .content-box .right-box .item.text-box.top:before {
  bottom: unset;
  top: -20px;
  border: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.part-four {
  margin-top: 310px;
  padding-bottom: 94px;
  width: 100%;
  height: 700px;
}
.part-four .my-container .title-font-one {
  position: relative;
  font-size: 51px;
  line-height: 60px;
  padding-left: 131px;
  color: #333;
}
.part-four .my-container .title-font-one span {
  position: absolute;
  top: 27px;
  left: 0px;
  display: block;
  width: 92px;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.25);
}
.part-four .my-container .sub-title {
  margin-top: 22px;
  padding-left: 131px;
  font-size: 30px;
  line-height: 32px;
  color: #666;
}
.part-four .my-container .content-box {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.part-four .my-container .content-box .map-container {
  position: relative;
  margin-top: 80px;
  width: 676px;
}
.part-four .my-container .content-box .map-container .item {
  position: absolute;
  display: flex;
  align-items: center;
  width: 170px;
}
.part-four .my-container .content-box .map-container .item .position-icon {
  width: 17px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  background-image: url(/static/cn/images/advantage/position_icon.png);
}
.part-four .my-container .content-box .map-container .item h5 {
  display: none;
  font-weight: bold;
  padding-left: 8px;
  font-size: 16px;
  line-height: 18px;
  color: #02376D;
}
.part-four .my-container .content-box .map-container .item.active .position-icon {
  background-image: url(/static/cn/images/advantage/position_icon_a.png);
}
.part-four .my-container .content-box .map-container .item.active h5 {
  display: block;
}
.part-four .my-container .content-box .right-box {
  height: 100%;
}
.part-four .my-container .content-box .right-box .list-container {
  width: 359px;
  animation: fadeIn 1s;
}
.part-four .my-container .content-box .right-box .list-container .item {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  transition: all 0.2s;
  cursor: pointer;
}
.part-four .my-container .content-box .right-box .list-container .item .line {
  display: block;
  width: 5px;
  height: 20px;
  background-color: #02376D;
}
.part-four .my-container .content-box .right-box .list-container .item h2 {
  padding-left: 16px;
  font-size: 20px;
  line-height: 22px;
  color: #666;
}
.part-four .my-container .content-box .right-box .list-container .item .icon-enter {
  position: absolute;
  top: 20px;
  right: 9px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  background-image: url(/static/cn/images/advantage/part_four_addicon.png);
}
.part-four .my-container .content-box .right-box .list-container .item:hover {
  border-bottom: 1px solid #02376D;
}
.part-four .my-container .content-box .right-box .content-container {
  display: none;
  width: 359px;
  animation: fadeIn 1s;
}
.part-four .my-container .content-box .right-box .content-container .base-container {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
}
.part-four .my-container .content-box .right-box .content-container .base-container .title-box {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background-color: #02376D;
  cursor: pointer;
}
.part-four .my-container .content-box .right-box .content-container .base-container .title-box h4 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.part-four .my-container .content-box .right-box .content-container .base-container .title-box .icon-box {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  background-image: url(/static/cn/images/advantage/part_four_subicon.png);
}
.part-four .my-container .content-box .right-box .content-container .base-container .content-group {
  width: 100%;
  height: 295px;
  padding: 10px 20px;
  padding-right: 12px;
  background-color: #fff;
}
.part-four .my-container .content-box .right-box .content-container .base-container .content-group .item {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
}
.part-four .my-container .content-box .right-box .content-container .base-container .content-group .item h2 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part-four .my-container .content-box .right-box .content-container .base-container .content-group .item + .item {
  border-top: 1px solid #E5E5E5;
}
.part-four .my-container .content-box .right-box .content-container .base-container .page-box {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.part-four .my-container .content-box .right-box .content-container .base-container .page-box .prev-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center center;
  background-image: url(/static/cn/images/advantage/prev_btn.png);
}
.part-four .my-container .content-box .right-box .content-container .base-container .page-box .next-btn {
  width: 32px;
  height: 32px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center center;
  background-image: url(/static/cn/images/advantage/next_btn.png);
  cursor: pointer;
}
.part-four .my-container .content-box .right-box .content-container .back-list-btn {
  padding: 0 20px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.part-four .my-container .content-box .right-box .content-container .back-list-btn .back-icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  background-image: url(/static/cn/images/advantage/part_back_icon.png);
}
.part-four .my-container .content-box .right-box .content-container .back-list-btn h4 {
  padding-left: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
