/* Â¥²ã±êÌâ */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}


.side-link {
	position: relative;
}

.side-link:hover {
	color: #C8C8C8;
}

.side-link::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: rgba(200, 200, 200, .3);
}

.side-link>img {
	height: 15px;
}



.bib {
  position: relative;
}

.bib .imgbox {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.bib .imgbox .video-line {
	width: 48px;
	height: 2px;
	background-color: #3AEFD0;
}

.bib .imgbox .video-btn-play {
	position: relative;
	width: 200px;
	height: 50px;
	border: 1px solid #3AEFD0;
	color: #3AEFD0;
	cursor: pointer;
}

.bib .imgbox .video-btn-play::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
  width: 0;
  height: 100%;
  background: #3AEFD0;
  z-index: 1;
  transition: all .35s;
}

.bib .imgbox .video-btn-play:hover {
  color: #fff;
}

.bib .imgbox .video-btn-play:hover::before {
  width: 100%;
}

/* .bib .imgbox .video-btn-play::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}

.bib .imgbox .video-btn-play:hover::before {
	width: 100%;
	height: 100%;
	border-top-color: #60daaa;
	border-right-color: #60daaa;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.bib .imgbox .video-btn-play:hover::after {
	width: 100%;
	height: 100%;
	border-bottom-color: #60daaa;
	border-left-color: #60daaa;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
} */





















.title {
  margin-top: 72px;
}
.ds {
  font-size: 20px;
  font-family: FZLTZCHK;
  font-weight: normal;
  color: #00586d;
  margin-top: 27px;
}
.ds img {
  display: inline-block;
  width: 19px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.off {
  margin-top: 177px;
}
.off img {
  display: inline-block;
}
.off .navsssss {
  float: right;
}
.off .navsssss a {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #666666;
  line-height: 55px;
  display: inline-block;
  position: relative;
  padding: 0 12px 0 10px;
}
.off .navsssss a::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.off .navsssss a:last-child {
  padding-right: 0;
}
.off .navsssss a:last-child::after {
  display: none;
}
.off .navsssss a:hover {
  color: #00586d;
}
.off .navsssss .active {
  color: #00586d;
}
.off2 {
  margin-top: 177px;
}
.off2 img {
  display: inline-block;
}
.off2 .navsssss1 {
  float: right;
}
.off2 .navsssss1 a {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #666666;
  line-height: 55px;
  display: inline-block;
  position: relative;
  padding: 0 12px 0 10px;
}
.off2 .navsssss1 a::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.off2 .navsssss1 a:last-child {
  padding-right: 0;
}
.off2 .navsssss1 a:last-child::after {
  display: none;
}
.off2 .navsssss1 a:hover {
  color: #00586d;
}
.off2 .navsssss1 .active {
  color: #00586d;
}
.dss {
  font-size: 12px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
}
.service {
  margin-top: 188px;
}
.service img {
  width: 381px;
}
.selist {
  display: flex;
}
.selist .itemss {
  flex: 1;
  text-align: center;
  /* margin-top: 160px; */
}
.selist .itemss .ii {
  position: relative;
  margin: auto;
  width: 64px;
  z-index: 2;
}
.selist .itemss .ii img {
  position: relative;
  left: -20px;
}



.selist .itemss .ii::after {
  content: '';
  width: 50px;
  height: 40px;
  background-image: url("/img/effect/effect.png");
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: -1;
  transition: all 0.5s;
  transform: scale(0);
}

.selist .itemss .effect.ii:hover::after {
	animation: fadeAnmate1 .3s linear;
	animation-fill-mode: forwards;
}

@keyframes fadeAnmate1 {
	0% {
		transform: scale(0);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.selist .itemss:first-child .ii img {
  left: -30px;
}
.selist .itemss h3 {
  margin-top: 40px;
  font-size: 18px;
  font-family: FZLTZCHK;
  font-weight: normal;
  color: #00586D;
  font-weight: 600;
  line-height: 30px;
}
.selist .itemss p {
  font-size: 14px;
  font-family: FZLTZHUNHK;
  font-weight: normal;
  color: #8c8c8c;
  line-height: 22px;
  padding-bottom: 39px;
  letter-spacing: 0;
  margin-top: 10px;
}
.servic {
  margin-top: 203px;
}
.ss1 {
  height: auto;
}
.ss1 .boxss {
  display: block;
  width: 1165px;
}
.ss1 .boxss .left {
  float: left;
  width: 813px;
}

.ss1 .boxss .right {
  float: left;
  width: 395px;
  margin-left: 43px;
}
.ss1 .boxss .right h2 {
  font-size: 16px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-weight: normal;
  color: #00586E;
  line-height: 51px;
  position: relative;
}
.ss1 .boxss .right h2::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #00586E;
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ss1 .boxss .right p {
  font-size: 12px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-weight: normal;
  color: #8c8c8c;
  line-height: 26px;
  margin-top: 10px;
}
.ss1 .boxss .right .sschild {
  width: 100%;
  height: 378px;
  overflow: visible;
}
.ss1 .boxss .right .sschild img {
  width: 100%;
  height: 378px;
}
.ss1 .boxss .right .sschild .swiper-button-prev,
.ss1 .boxss .right .sschild .swiper-button-next {
  width: 44px;
  height: 84px;
}
.ss1 .boxss .right .sschild .swiper-button-prev {
  left: 23px;
}
.ss1 .boxss .right .sschild .swiper-button-next {
  right: 23px;
}
.ss1 .boxss .right .sschild .swiper-pagination {
  bottom: -26px!important;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet {

  position: relative;
  top: 6px;
  background-color: #00586d;
  opacity: 1;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  background-color: #3aefd0;
  opacity: 1;
}

/* .swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 170px;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 58px;
  background-position: center;
  background-repeat: no-repeat;
} */

.swiper-pagination {
  position: absolute;
  width: auto!important;
  left: 0!important;
  padding-right: 0;
  /* text-align: center; */
  /* transform: translateX(-50%); */
 }
.ss2 {
  height: auto;
}
.ss2 .boxss {
  display: block;
}
.ss2 .boxss .right {
  /* flex: 1;
  padding-left: 61px; */
}

.ss2 .boxss .left {
  width: 395px;
}
.ss2 .boxss .left h2 {
  font-size: 16px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-weight: bold;
  color: #00586E;
  line-height: 51px;
  position: relative;
}
.ss2 .boxss .left h2::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #00586E;
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ss2 .boxss .left p {
  font-size: 12px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-weight: normal;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.ss2 .boxss .left .sschild {
  width: 100%;
  height: 378px;
  /* margin-bottom: 10px; */
  overflow: visible;
}
.ss2 .boxss .left .sschild img {
  width: 100%;
  height: 378px;
}
.ss2 .boxss .left .sschild .swiper-button-prev,
.ss2 .boxss .left .sschild .swiper-button-next {
  width: 44px;
  height: 84px;
}
.ss2 .boxss .left .sschild .swiper-button-prev {
  left: 23px;
}
.ss2 .boxss .left .sschild .swiper-button-next {
  right: 23px;
}
.ss2 .boxss .left .sschild .swiper-pagination {
  bottom: -26px!important;
}
.ss2 .boxss .left .sschild .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  top: 3px;
  background-color: #00586d;
  opacity: 1;
}
.ss2 .boxss .left .sschild .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  background-color: #3aefd0;
  opacity: 1;
}

.map_data_box {
  position: absolute;
  top: 69px;
  left: 50%;
  padding-top: 18px;
  width: 536px;
  height: 87px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: url(/img/layout/icon_area.png) no-repeat;
  z-index: 22;
  overflow: hidden;
  margin-left: -268px;
}

.swipe_new_box {
  width: 1200px;
}

.swipe_new_box .left_swiper {
  float: left;
  width: 813px;
  height: 545px;
}

.swipe_new_box .right_swiper {
  float: left;
  width: 344px;
  height: 545px;
  overflow: hidden;
}

.swipe_new_box_2 {
  width: 1165px;
  margin-left: 35px;
}

.swipe_new_box_2 .left_swiper {
  float: left;
  width: 309px;
  height: 545px;
  overflow: hidden;
}

.swipe_new_box_2 .right_swiper {
  float: left;
  width: 813px;
  height: 545px;
}

#swiper2 .swiper-pagination,#swiper3 .swiper-pagination { padding-right: 0; }

.swiper-pagination-bullet { background: #01576e;opacity: 1; }

.swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #3beed0;
}

.swiper-pagination {
  bottom: 11px !important;
}

.right_swiper h2,.swipe_new_box_2 .left_swiper h2 {
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #00586E;
  line-height: 51px;
  position: relative;
  margin-top: 27px;
}

.right_swiper h2::before,.swipe_new_box_2 .left_swiper h2::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #00586E;
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.right_swiper .p1,.swipe_new_box_2 .left_swiper .p1 {
  font-size: 12px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}

#nav_swiper_1>li>a, #nav_swiper_2>li>a{
  color: #8d8d8d;
  font-size: 16px;
  transition: all .3s;
  letter-spacing: 1px;
}

#nav_swiper_1>li.active a,#nav_swiper_2>li.active a {
	color: #00586D;
	font-weight: bold;
}

.mask_title_pos {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 2;
}

.guide-text {
  display: none;
}

.guide-text.active {
  display: block;
}

.new_nav_sty li {
  font-size: 14px;
  color: #858585;
}

.new_nav_sty li.active {
  color: #00586D;
  font-weight: 600;
}
