/* pageTitle */
.pageTitle {
  margin-bottom: 3.5rem;
  background-color: #F3F7FA;
}

.pageTitle .innerBox {
  display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 0.625rem;
  max-width: calc(100% - 12.5rem);
  height: 15.625rem;
  width: 100%;
}

.pageTitle .headLine01 {
  width: 100%;
  height: 75%;
}

.pageTitle #pagePath {
  width: 100%;
	height: 25%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .pageTitle .innerBox {
    width: auto;
    /* padding: 1.8125rem 1.1875rem 0.625rem; */
    padding: 1.8125rem 1.1875rem;
    max-width: inherit;
    margin: 0;
    display: block;
    min-height: 9.375rem;
    height: auto;
  }

  .pageTitle .headLine01 {
    width: auto;
    height: auto;
  }

  .pageTitle #pagePath {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .pageTitle {
    margin-bottom: 2.25rem;
  }
}
.wrapp-title-page {
  background: transparent;
  padding: 0;
}

.wrapp-title-page h1 {
  font-size: 1em;
}
/* #pagePath */
#pagePath ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #009B94;
  font-weight: 700;
  font-size: 0.9rem;
}

#pagePath ul a {
  color: #193342;
  font-weight: 400;
}

#pagePath ul li {
  margin-left: 1.5rem;
  position: relative;
}

#pagePath ul li:first-child {
  margin-left: 0;
}

#pagePath ul li:after {
  margin-top: 0.1rem;
  width: 0.5rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -1rem;
  background-color: #193342;
  content: "";
}

#pagePath ul li:last-child::after {
  display: none;
}

#pagePath ul .separator {
  color: black;
  padding: 0rem 0.19rem;
  font-size: 0.85rem;
  letter-spacing: -1px;
}

@media all and (min-width: 769px) {
  #pagePath ul a:hover {
    color: #009B94;
  }
}

@media all and (max-width: 768px) {
  #pagePath ul {
    justify-content: flex-start;
    font-size: 0.7rem;
  }

  #pagePath ul li {
    margin-left: 1rem;
  }

  #pagePath ul li::after {
    margin-top: 0;
    width: 0.5rem;
    height: 1px;
    right: -0.75rem;
  }

  #pagePath ul .separator {
    font-size: 0.65rem;
  }
}

/* content */
.content {
  margin: 0 auto;
  /*max-width: 67.5rem;*/
}

@media all and (max-width: 768px) {
  .content {
    margin: 0 1.25rem;
    max-width: inherit !important;
  }
}



.n_banner {
	position: relative;height: 350px;overflow: hidden;
}

.n_banner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/n_banner_mask.png) center no-repeat;
	background-size: cover
}

.n_banner img {
	display: block;
	width: 100%
} 



#m_n_nav {
	display: none;
	line-height: 50px;
	position: relative;
	z-index: 9;
	width: 100%;
	background: #115eb3
}

#m_n_nav #n_n_title {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#bnt_back svg {
	fill: #fff;
	vertical-align: middle;
	width: 26px;
	height: 26px
}

#bnt_back svg path {
	fill: #fff
}

#m_n_nav h1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px
}
#m_n_nav h2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px
}
#bnt_sub_nav {
	cursor: pointer;
	color: #fff;
	font-size: 18px
}

#bnt_sub_nav svg {
	fill: #fff;
	height: 20px;
	vertical-align: middle;
	width: 20px
}

#bnt_sub_nav img {
	display: block;
	height: 15px
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

#sub_nav_content {
	background: #fff;
	display: none;
	box-shadow: 0 0 5px #999;
	z-index: 9
}

#sub_nav_content ul {
	padding: 10px
}

#sub_nav_content ul li {
	display: block;
	line-height: 28px;
	margin: 1rem 0
}

#sub_nav_content ul li a {
	display: block;
	border-left: 2px solid #115eb3;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #535455
}

#sub_nav_content ul li.on a {
	color: #115eb3
}

#sub_nav_content dl {
	font-size: 0;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7
}

#sub_nav_content dt {
	position: relative;
	background: #fff;
	z-index: 999;
	margin-bottom: 0
}

#sub_nav_content dt a {
	margin: 0 20px;
	display: block;
	color: #5b5349;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	font-family: Alibaba-PuHuiTi-Regular
}

#sub_nav_content dt a i {
	position: absolute;
	right: 15px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none
}

#sub_nav_content dt.title {
	background: #fafafb
}

#sub_nav_content dt.title i {
	opacity: 1;
	filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
	background: #fafafb
}

#sub_nav_content dt.title_on a {
	color: #115eb3;
	border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
	color: #115eb3
}

#sub_nav_content dt.last a {
	border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
	color: #115eb3
}

#sub_nav_content dd .box {
	padding: 0
}

#sub_nav_content dd a {
	padding: 0 25px;
	line-height: 30px;
	font-size: 13px;
	color: #5b5349;
	display: block;
	height: 30px
}

#sub_nav_content dd a.on {
	color: #115eb3
}

#menu {
	height: 100vw;
	position: absolute;
	background-color: #f7f7f7;
	width: 4.2vw;
	transition: 1000ms all cubic-bezier(0.19, 1, 0.22, 1);
	margin-top: 3%;
	transform-origin: left center;
	transform: rotate(-90deg);
	left: 50%
}

#menu #blob {
	top: 0;
	z-index: -1;
	right: 60%;
	height: 100vw;
	max-width: inherit;
	max-height: inherit;
	width: auto;
	position: absolute;
	transform: translateX(100%)
}

#menu #blob-path {
	height: 100%;
	transition: 0s;
	fill: #f7f7f7;
	width: 100%
}

.n_nav {
	position: relative
}

.n_nav ul {
	display: flex;
	gap: 3rem
}

.n_nav li {
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	float: left;
	line-height: 10.5rem;
	z-index: 1;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.n_nav li a {
	text-align: center;
	color: #313131;
	font-size: 1.925rem;
	transition: .5s;
	position: relative
}

@media all and (max-width: 1500px) {.n_nav li a {
	text-align: center;
	color: #313131;
	font-size: 1.525rem;
	transition: .5s;
	position: relative
} }

.n_nav li a:before {
	content: "";
	width: 0;
	height: 4px;
	position: absolute;
	background: #046ee4;
	bottom: 0;
	left: 0;
	transition: .3s ease-in-out;
	opacity: 0;
	z-index: -1
}

.n_nav li.on a:before,
.n_nav li:hover a:before {
	width: 100%;
	opacity: 1
}
.n_nav li h3 {
	 font-weight: 500
}
.position {
	font-size: .875rem;
	color: #747679;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative
}

@media all and (max-width: 1600px) {
.n_nav li {
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	float: left;
	line-height: 8.5rem;
	z-index: 1;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}}

@media all and (max-width: 1500px) {
 .n_nav li {
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	float: left;
	line-height: 8.5rem;
	z-index: 1;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
}



@media all and (max-width: 1366px) {
.n_nav li {
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	float: left;
	line-height: 8.5rem;
	z-index: 1;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}}

@media all and (max-width: 1280px) {
.n_nav li {
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	float: left;
	line-height: 7.5rem;
	z-index: 1;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}}

 


.position>svg {
	margin-right: 5px
}

.position span,
.position a,
.position i {
	font-size: 1.6125rem;
	color: #828386;
	flex-shrink: 0;
	-moz-transition: all .36s ease-in-out;
	-webkit-transition: all .36s ease-in-out;
	-o-transition: all .36s ease-in-out;
	-ms-transition: all .36s ease-in-out;
	transition: all .36s ease-in-out
}

.position i:nth-child(1) {
	margin: 0 .5rem;
	font-style: normal;
	font-size: 17px
}
.position i {
	margin: 0 .5rem;
	font-style: normal;
	font-size: 12px
}
.position span {
	color: #115eb3;
	font-style: normal
}

.position em {
	color: #115eb3;
	font-style: normal
}

.position a:hover {
	color: #115eb3
}

.z_pages_warp {
	background: #f7f7f7;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: unset;
	display: flex
}

.n_about .box1 {
	display: flex;
	gap: 5.9375rem
}

.n_about .box1 .left {
	flex-shrink: 0
}

.n_about .box1 .left .n_tt {
	text-align: left
}

.n_about .box1 .right {
	flex-grow: 1
}

.n_about .box1 .right .con {
	font-size: 1.68rem;
	line-height: 3rem
}
.n_about .box1 .right .con p {
	margin-bottom: 15px;/* text-indent:3.36rem ; */
}
.n_about .box2 {
	margin-top: -1rem
}

.n_about .box2 img {
	display: block
}
@media(max-width:1500px) {
.n_about .box1 .left {
	width:44%
}
 }
 
@media(max-width:768px) {
.n_about .box1 .left {
	width:100%
} 
 } 
.pad_top {
	padding-top: 6.25rem
}

.pad_bot {
	padding-bottom: 6.25rem
}

.pad_top2 {
	padding-top: 5.125rem
}

.pad_bot2 {
	padding-bottom: 5.125rem
}

.pad_aside {
	padding-left: 45px;
	padding-right: 45px
}

.n_about .box2 {
	margin-top: -1rem
}

.n_about .box2 img {
	display: block
}

.n_shuzi {
	margin-top: 6.75rem
}

.n_shuzi ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem
}

.n_shuzi ul li {
	display: flex;
	gap: 1.625rem;
	max-width: 340px
}

.n_shuzi ul li .ico {
	flex-shrink: 0;
	width: 6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.n_shuzi ul li .txt {
	flex-grow: 1
}

.n_shuzi ul li .txt h4 {
	font-size: 6.875rem;
	line-height: 3.875rem;
	color: #046ee4;
	font-family: Oswald-Stencil;
	transform: translateY(-69%);font-weight: bold;
}

.n_shuzi ul li .txt p {
	padding-top: 1.25rem;
	margin-top: 1.25rem;
	border-top: 1px solid #d2dbec;font-size: 17px;
}

.n_ys {
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 3;
	background: url(../image/n_ys_bg.jpg) left center no-repeat
}

.n_ys .n_tt {
	text-align: left
}

.n_ys .n_hd.wap {
	display: none
}

.n_ys .m {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5rem
}

.n_ys .left {
	flex-grow: 1;
	padding-top: 1rem
}

.n_ys .left .ys_nav {
	max-width: 49.375rem
}

.n_ys .right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 3rem
}

.n_ys .right:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dbe7f2;
	border-radius: 50%
}

.n_ys .right .swiper {
	width: 34.0625rem !important;
	width: 40.625rem !important;
	overflow: visible
}

.n_ys .left .n_hd {
	justify-content: flex-start;
	margin-bottom: 0
}

.n_ys .box {
	display: flex;
	justify-content: space-between;
	gap: 3rem
}

.n_ys .txt {
	padding-top: 4rem;
	position: relative;
	z-index: 3
}

.n_ys .txt .ico {
	width: 4rem;
	height: 4rem;
	margin-bottom: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.n_ys .txt .ico i {
	font-size: 2.75rem
}

.n_ys .txt h3 {
	font-size: 1.875rem;
	color: #212121;
	margin-bottom: 1.25rem
}

.n_ys .txt p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #515151
}

.n_ys .imgbox {
	position: relative;
	flex-shrink: 0
}

.n_ys .img {
	width: 100% !important;
	transform: scale(.8);
	height: auto !important;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.n_ys .img:after {
	padding-top: 100%
}

.n_ys .txtanim01 {
	opacity: 0
}

.n_ys .txtanim02 {
	opacity: 0
}

.n_ys .txtanim03 {
	opacity: 0;
	display: block
}

.n_ys .swiper-slide.swiper-slide-active .txtanim01 {
	animation: enter 1.2s forwards .2s
}

.n_ys .swiper-slide.swiper-slide-active .txtanim02 {
	animation: enter 1.2s forwards .3s
}

.n_ys .swiper-slide.swiper-slide-active .txtanim03 {
	animation: enter 1.2s forwards .4s
}

.n_ys .img svg.drawcircle circle {
	fill: none;
	box-sizing: border-box;
	stroke-width: 1.5;
	stroke-dasharray: 0, 1649.33;
	stroke-dashoffset: 1649.33
}

.n_ys .swiper-slide.swiper-slide-active .img svg.drawcircle circle {
	animation: svgrotate2 7s forwards
}

.n_ys .arrbox {
	display: flex;
	margin-top: 3.5rem
}

.n_ys .arr {
	margin-right: 12px;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
	font-size: .8125rem;
	font-weight: bold;
	transition: .5s;
	font-family: "swiper-icons";
	border-radius: 50%;
	border: 1px solid #c5c7c9;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.n_ys .arr:hover {
	border: 1px solid #0655a0;
	background: #0655a0;
	color: #fff
}

.n_ys .swiper-progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.n_ys .progress {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid #007bff;
	clip: rect(0px, 50px, 5000px, 0px)
}

@-webkit-keyframes svgrotate2 {
	0% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 0, 1649.33;
		stroke-dashoffset: 1649.33
	}

	100% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 1649.33, 0;
		stroke-dashoffset: 1649.33
	}
}

@-webkit-keyframes svgrotate {
	0% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 0, 62.8;
		stroke-dashoffset: 62.8
	}

	100% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 62.8, 0;
		stroke-dashoffset: 62.8
	}
}

@-webkit-keyframes enter {
	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px)
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px)
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px)
	}
}

@keyframes enter {
	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px)
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px)
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px)
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	to {
		transform: scale(1);
		transform: scale(1)
	}
}

::after {
	box-sizing: border-box
}

.n_ys .swiper-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	color: rgba(0, 113, 182, .35);
	pointer-events: none
}

.n_ys .back {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.n_ys .back:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid transparent;
	border-radius: 50%
}

.n_ys .circle {
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute
}

.n_ys .inner {
	width: 200%;
	height: 100%;
	border: 2px solid transparent;
	border-radius: 50%;
	border-bottom-color: #115eb3;
	border-right-color: #115eb3;
	transform: rotate(-45deg);
	transition: all .6s;
	box-sizing: border-box
}

.n_ys .circle-right {
	left: 0;
	transform: rotate(180deg);
	transform-origin: 100% 50%
}

.n_ys .swiper-buttons .dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

.n_ys .swiper-buttons .dot span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border: 5px solid #fff;
	box-sizing: content-box;
	background: #115eb3;
	border-radius: 50%
}

.n_ys .swiper-buttons .dot span:nth-child(1) {
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.n_ys .swiper-buttons .dot span:nth-child(2) {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%)
}

.n_ys .swiper-buttons .dot span:nth-child(3) {
	left: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.n_ys .swiper-buttons .dot span:nth-child(4) {
	right: 0;
	bottom: 50%;
	transform: translateX(50%) translateY(50%)
}

.n_licheng {
	width: 100%;
	overflow: hidden;
	background-image: -moz-linear-gradient(270deg, #f2f6f7 0, #fff 100%);
	background-image: -webkit-linear-gradient(270deg, #f2f6f7 0, #fff 100%);
	background-image: -ms-linear-gradient(270deg, #f2f6f7 0, #fff 100%)
}

.n_licheng .hd {
	text-align: center;
	width: 95.625rem;
	height: 5.625rem;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 3rem;
	overflow: hidden;
	background: #f6f6f6;
	display: flex;
	justify-content: center
}

.n_licheng .hd span {
	cursor: pointer;
	font-size: 1.125rem;
	color: #666;
	display: block;
	font-family: Oswald-Stencil;
	line-height: normal;
	position: relative
}

.n_licheng .bd {
	margin-bottom: 1.5rem
}

.n_licheng .bd .swiper {
	max-width: 58.75rem;
	margin: 0 auto;
	overflow: visible
}

.n_licheng .bd .li {
	display: flex;
	align-items: flex-start;
	gap: 5.625rem;
	padding-left: 5rem
}

.n_licheng .bd .year {
	flex-shrink: 0;
	font-size: 6.5rem;
	color: #d6d6d6;
	font-family: Oswald-Stencil;
	margin-top: 7rem
}

.n_licheng .bd .box .img {
	width: 21.5625rem;
	max-width: 90%
}

.n_licheng .bd .box .img:after {
	padding-top: 63.67%
}

.n_licheng .bd .box .line {
	margin: 1.875rem 0;
	border-top: 1px dashed #adadad;
	position: relative
}

.n_licheng .bd .box .line:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #adadad;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.n_licheng .bd .box .line:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #adadad;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.n_licheng .bd .box .txt {
	height: 8rem;
	overflow: auto;
	font-size: 1rem;
	line-height: 2rem;
	color: #515151
}

.n_licheng .hd .arr {
	width: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.n_licheng .hd .arr i {
	font-size: 1.875rem;
	color: #b1b1b1
}

.n_licheng .hd span:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #115eb3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden
}

.n_licheng .hd .swiper-slide-thumb-active span {
	color: #115eb3
}

.n_licheng .hd .swiper-slide-thumb-active span:before {
	opacity: 1;
	visibility: visible
}
path {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}svg {
	max-width: 100%;
	max-height: 100%
}
.ovh {
	overflow: hidden;
	width: 100%
}

.draw_h {
	width: 4.125rem;
	height: 4.125rem;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative
}

.draw_h:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(100%, 100%, 100%, .5);
	border-radius: 50%
}

svg.drawcircle {
	position: absolute;
	top: 0;
	left: 0;
	overflow: inherit;
	display: block;
	pointer-events: none
}

svg.drawcircle circle {
	fill: none;
	box-sizing: border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0, 188.49;
	stroke-dashoffset: 188.49;
	transition: all .3s linear 0s
}

.draw_h .icon {
	fill: #626262;
	vertical-align: middle;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.draw_h:hover svg.drawcircle circle {
	stroke: #fff;
	stroke-dasharray: 188.49, 0;
	stroke-dashoffset: 188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1)
}

.draw_h:hover .icon {
	fill: #0081cc
}
.n_title {
	padding: 0;
	position: relative;
	z-index: 1;
	background: #eff4fa;
	border-bottom: 1px solid #e6e9ea
}

.n_title .m {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.n_tt {
	text-align: center;
	margin-bottom: 3rem
}

.n_tt h2 {
	font-size: 3.2rem;
	color: #313131;
	font-weight: bold;text-align:left;
}

.innerBanner {
  position: relative;height: 350px;
    overflow: hidden
}
.innerBanner .img img {
  width: 100%;
}
.innerBanner .orientation {
  position: absolute;
  top: 10.8rem;
  left: 0;
  width: 100%;
}
.innerBanner .orientation .title {
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}

.innerBanner .orientation .titlea {
  font-size: 5rem;
  color: #fff;
  line-height: 1.5;
}.splitlist {
  line-height: 1.2;
  overflow: hidden;
  white-space: pre-wrap;
}

.splitlist.flag span {
  -webkit-animation: fadeInRight 1.2s forwards;
  animation: fadeInRight 1.2s forwards;
}

.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.splitlist span.letters {
  color: #0054A3;
}
@media  (max-width: 1680px){
	.innerBanner {
	  position: relative;height: 310px;
	    overflow: hidden
	}
	 
	.innerBanner .orientation {
	  position: absolute;
	  top: 8.8rem;
	  left: 0;
	  width: 100%;
	}
	
	
	}
@media  (max-width: 1480px){
	.innerBanner {
	  position: relative;height: 286px;
	    overflow: hidden
	}
	 
	.innerBanner .orientation {
	  position: absolute;
	  top: 8.8rem;
	  left: 0;
	  width: 100%;
	}
	
	
	}

@media  (max-width: 1440px){
	.innerBanner {
	  position: relative;height: 256px;
	    overflow: hidden
	}
	 
	.innerBanner .orientation {
	  position: absolute;
	  top: 6.8rem;
	  left: 0;
	  width: 100%;
	}
	
	
	}
@media  (max-width: 800px){
	.innerBanner {
	  height: auto;
	    
	}
	.innerBanner .img img {
	  height: 220px;  /* 固定高度 */
	  width: 100%;    /* 宽度自动填满容器 */
	  object-fit: cover; /* 保持图片比例，裁剪多余部分 */
	  object-position: center; /* 控制图片居中显示，可以更改为 top, bottom, left, right 等调整显示区域 */
	}
	
	
	/*wap 二级banner*/   .divBox1 {
        width: 100%;
    }
	.ej_banner_list_div{position: relative;left: -42px;top:70px}
	.ej_banner_list {
	    position: relative;
	    
	}
	    .innerBanner .orientation {
	        top:2.0rem;
	    }
 
	.ej_banner .img img {
	    height: 320px;  /* 固定高度 */
	    width: 100%;    /* 宽度自动填满容器 */
	    object-fit: cover; /* 保持图片比例，裁剪多余部分 */
	    object-position: center; /* 控制图片居中显示，可以更改为 top, bottom, left, right 等调整显示区域 */
	}}
	
		@media (max-width: 1200px) { 
		.innerBanner .orientation {
		   
		  top: 2.0rem;
		  
		}	
		
		.innerBanner .orientation .title {
		    font-size: 22px;
		   
		     
		}
		
		}
		
			@media (max-width: 768px) { 
				.innerBanner .orientation {
				   
				  top: 40%;
				  
				}	
		.innerBanner .orientation .titlea {
		  font-size:2.35rem;
		      color: #fff;
		      line-height: 1.3;
		}	}
		
		
		/*产品*/
		.l-imgs{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}
		.l-pd80{padding-top:clamp(40px,4.166666666666666vw,80px);padding-bottom:clamp(40px,4.166666666666666vw,80px);}
		.l-flex,.l-grid-2,.l-grid-3,.l-grid-4,.l-grid-5,.l-grid-6,.l-grid-7,.l-grid-8{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}.l-flex-column{display:flex;flex-direction:column;flex-wrap:wrap}.l-grid-2>*{width:50%}.l-grid-3>*{width:33.333333333333336%}
		.l-grid-4,.l-grid-5,.l-grid-6,.l-grid-7,.l-grid-8{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}.l-flex-column{display:flex;flex-direction:column;flex-wrap:wrap}.l-grid-2>*{width:50%}.l-grid-3>*{width:33.333333333333336%}.l-grid-4>*{width:25%}
		.l-center{text-align:center}
		
		
		
		
		.index-news-top{align-items: center;}
		.index-news-top>.right{margin-left: auto;}
		.pro-name{padding-left: var(--size-20);}
		.pro-name::before{content: ''; display: block; width: 6px; width: clamp(3px,0.3125vw,6px); height: 80%; background-color: var(--color-dominant); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
		.l-relative{position:relative}
		.l-font36{font-size:36px;font-size:clamp(20px,1.875vw,36px)}
		.index-more{display: flex; align-items: center; justify-content: center; height:var(--size-70); aspect-ratio: 240/70; border-radius: var(--size-10); background-color: var(--color-dominant); color: #fff;}
		.index-more i{margin-right: var(--size-10);}
		
		.index-more.border{background: none; border:1px solid var(--color-dominant); color:var(--color-dominant);}
		.index-more.border:hover{background-color: var(--color-dominant); color:#fff;}
		.l-mg40{margin-top:var(--size-40);}
		.dosage-item{margin-left: var(--size-20-); margin-top: var(--size-70-);}
		.dosage-item>*{padding-left: var(--size-20); margin-top: var(--size-70);}
		.dosage-item>*>*{display: block; height: 100%; border-radius: var(--size-20); position: relative; background-color: #fff;}
		.dosage-item>*>*::before{content: ''; display: block; width: 100%; height: 100%; border:2px solid var(--color-dominant); position: absolute; left: 0; top: 0; border-radius: var(--size-20); opacity: 0; transition: var(--transition);}
		.dosage-item>* .img{aspect-ratio: 380/210; display: flex; align-items: center; justify-content: center; overflow: hidden;border-radius: var(--size-20) var(--size-20) 0 0; padding: var(--size-20);}
		.dosage-item>* .text{padding: var(--size-20) var(--size-40) var(--size-60);}
		.dosage-item>* .text i{display: flex; align-items: center; justify-content: center; width: var(--size-60); aspect-ratio: 1/1; border-radius: 50%; background-color: var(--color-dominant); position: absolute; left: 50%; bottom: var(--size-30-); transform: translateX(-50%); color:#fff;}
		.dosage-item>*>*:hover::before{opacity: 1;}
		.dosage-item>*>*:hover{box-shadow: 0 0 24px rgba(31,76,166,0.2);}
		
		
		
		
		
		
		
		
		