/*右侧滑动条结束*/
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
}
/*右侧滑动条结束*/
/*内页大图开始*/
.verify {
  width: 100%;
}
.verify .box1 {
  width: 100%;
  height: 150vh;
  padding: 1.12rem 0 0;
}
.verify .box1 .box {
  width: 100%;
  height: 100vh;
  margin-top: 0.34rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.verify .box1 .box .list {
  width: 100%;
  height: 100%;
  transform: scale(0.66666667);
  transform-origin: center top;
}
@media (max-width: 991px) {
  .verify .box1 .box .list {
    transform: scale(0.9);
  }
}
.verify .box1 .box .list ul {
  width: 100%;
  height: 100%;
}
.verify .box1 .box .list ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 1;
}
.verify .box1 .box .list ul li.on {
  display: block;
}
.verify .box1 .box .list ul li .img {
  width: 100%;
  height: 100%;
}
.verify .box1 .box .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .verify .box1 .box .list ul li .img img.pc {
    display: none;
  }
}
.verify .box1 .box .list ul li .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .verify .box1 .box .list ul li .img img.mb {
    display: block;
  }
}
.verify .box1 .box .list ul li .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.verify .box1 .box .list ul li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verify .box1 .box .list ul li .video .play {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify .box1 .box .list ul li .video .play svg {
  width: 22px;
  height: 25px;
}
.verify .box1 .box .list ul li .video .play svg path {
  fill: #000;
}
.verify .box1 .box .menu {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.verify .box1 .box .menu ul {
  display: flex;
  position: relative;
  z-index: 1;
}
.verify .box1 .box .menu ul::before {
  content: '';
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.verify .box1 .box .menu ul li {
  color: #fff;
  font-family: "circul-medium";
  text-transform: uppercase;
  margin-right: 1rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
  white-space: nowrap;
}
.verify .box1 .box .menu ul li:last-child {
  margin-right: 0;
}
.verify .box1 .box .menu ul li.on {
  border-bottom: 2px solid #fff;
}
.verify .box2 {
  width: 100%;
  padding: 0 0 1.2rem;
}
.verify .box2 .container2 .sbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.29rem 0 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.verify .box2 .container2 .sbox1 .public-img {
  width: 50%;
  background: #ededed;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox1 .public-img {
    width: 100%;
  }
}
.verify .box2 .container2 .sbox1 .public-img::before {
  padding-top: 59.42857143%;
}
.verify .box2 .container2 .sbox1 .tbox {
  width: 43.57142857%;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox1 .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.verify .box2 .container2 .sbox1 .tbox .container-title {
  line-height: 1.08333333em;
  text-align: left;
}
.verify .box2 .container2 .sbox1 .tbox .txt {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.4rem;
}
.verify .box2 .container2 .sbox2 {
  width: 100%;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  padding: 0.92rem 0 0.8rem;
}
.verify .box2 .container2 .sbox2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.verify .box2 .container2 .sbox2 .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.verify .box2 .container2 .sbox2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox2 .img img.pc {
    display: none;
  }
}
.verify .box2 .container2 .sbox2 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .verify .box2 .container2 .sbox2 .img img.mb {
    display: block;
  }
}
.verify .box2 .container2 .sbox2 .tbox {
  position: relative;
  z-index: 2;
  padding: 0 0.3rem;
}
.verify .box2 .container2 .sbox2 .tbox .container-title {
  color: #fff;
}
.verify .box2 .container2 .sbox2 .tbox .txt {
  width: 670px;
  max-width: 100%;
  color: #fff;
  line-height: 1.5em;
  margin: 0.3rem auto 0;
  text-align: center;
}
.verify .box2 .container2 .sbox2 .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.verify .box2 .container2 .sbox2 .tbox .more a {
  color: #fff;
  display: flex;
  align-items: center;
}
.verify .box2 .container2 .sbox2 .tbox .more a i {
  display: flex;
  margin-left: 0.1rem;
}
.verify .box2 .container2 .sbox2 .tbox .more a i svg {
  width: 8px;
  height: 12px;
}
.verify .box2 .container2 .sbox2 .tbox .more a i svg path {
  fill: #fff;
}
/*内页大图结束*/
/**/
.panel .bg {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}
.panel {
	position: relative
}
.panel_title h1, .panel_title h2 {
	font-family: "Roboto";
	font-weight: normal;
	/*line-height: 1.1*/
}
.panel_title p {
	font-family: "Roboto";color: #000; line-height: 56px;
	font-weight: 100;
}
.panel_title span {
	font-family: "Roboto";
	font-weight: normal
}
.flavor .panel_title {
	text-align: center
}
.flavor_panel {
	overflow: hidden;
	position: relative
}
.flavor_panel .swiper-button-prev, .flavor_panel .swiper-button-next {
	top: 53%;
	background: url(../images/btn.png) no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0);
	border-radius: 100%;
	transition: all 200ms;
	outline: none
}
.flavor_panel .swiper-button-prev:hover, .flavor_panel .swiper-button-next:hover {
	background-color: rgba(0,0,0,0.15)
}
.flavor_panel .swiper-button-prev {
	left: 8%
}
.flavor_panel .swiper-button-next {
	right: 8%
}
.panel_con {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.puffs .panel_con, .puffs span {
	color: #fff
}
.panel.spec {
	color: #ffffff
}
.panel.spec .panel_title span {
	font-family: "Roboto";
	font-weight: normal
}
@media screen and (min-width: 993px) {
.panel {
	height: 41.66667vw
}
.panel_title h2 {
	font-size: 4.00417vw; color: #000; font-weight: 900;
	margin-bottom: 1.04167vw
}
.panel_title p {
	font-size: 1.35417vw
}
.flavor .panel_title h2 {
	margin-bottom: .78125vw
}
.flavor_panel {
	padding: 0 15.8125vw;
	padding-bottom: 3.64583vw
}
.flavor_panel .swiper-button-prev::after, .flavor_panel .swiper-button-next::after {
	width: 2.16667vw;
	height: 2.16667vw
}
.HRI .panel_con {
	left: 62.34375vw;
	top: 50%
}
.puffs .panel_con {
	left: 9.21875vw;
	top: 44%
}
.battery .panel_con {
	top: 4.53125vw;
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}
.panel.spec h3 {
	font-size: 1.35417vw
}
.panel.spec .panel_con {
	left: 67.70833vw;
	top: 11.5625vw;
	transform: translateX(0)
}
}
@media screen and (max-width: 992px) {
.panel {
	height: 133.33333vw
}
.flavor .panel_title {
	padding: 6.66667vw 4vw
}
.flavor .panel_title h2 {
	margin-bottom: 1.33333vw
}
.flavor_panel {
	padding: 0 2.66667vw
}
.flavor_panel .swiper-button-next:after, .flavor_panel .swiper-button-prev:after {
	width: 9.33333vw;
	height: 9.33333vw
}
.flavor_panel .swiper-button-next {
	right: 1%
}
.flavor_panel .swiper-button-prev {
	left: 1%
}
#flavorPagination {
	display: none
}
.panel_title h2 {
	font-size: 6vw; font-weight: 900;
	margin-bottom: 2.66667vw
}
.panel_title p {
	font-size: 3.33333vw;
	line-height: 1.5
}
.puffs .panel_con {
	top: 9.33333vw;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(0)
}
.HRI .panel_con {
	width: 100%;
	text-align: center;
	top: 9.33333vw;
	transform: translateY(0);
	left: 0
}
.battery .panel_con {
	left: 0;
	top: 10vw;
	transform: translateY(0);
	width: 100%;
	text-align: center
}
.panel.spec {
	color: #ffffff
}
.panel.spec .panel_con {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	transform: translateY(0);
	padding-top: 10.4vw
}
.panel.spec .spec_con {
	width: 100%;
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff
}
.panel.spec .spec_con h3 {
	font-size: 5.33333vw;
	margin-bottom: 1.33333vw
}
.panel.spec .spec_con ul {
	display: flex;
	flex-wrap: wrap;
	transform: translateX(16%)
}
.panel.spec .spec_con ul li {
	text-align: left;
	font-size: 3.73333vw;
	margin-top: 1.33333vw
}
.panel.spec .spec_con ul li:nth-child(odd) {
	width: 40%
}
.panel.spec .spec_con ul li:nth-child(even) {
	width: 50%
}
}

/**/
.gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;  position: relative;
  padding: 0px;
}
.gallery li {
  width: 100%;
  min-height: 100%;
  text-align: center;
  height: 1177px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  background-color: black; 
}
.gallery li:nth-child(2) img {
  margin: 0;
  display: inline-block;
  float: right;
}
.gallery li .name {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 5px;
  color: white;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: .1em;
  position: absolute;
  display: block;
  top: 40%;
  left: 0;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.gallery li .name .title {
  display: block;
  text-transform: none;
  font-style: italic;
  font-size: 80%;
  color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.gallery li:hover .name {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.gallery li:hover .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gallery li:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery li:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.gallery li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/**/
/*产品开始*/
.Box {position: relative;margin-top: 780px;}
			.Box .content {width: 1500px;margin: 0 auto;}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 0px; color:#333;font-size:100px; margin-bottom:65px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;} 
			.Box .Box_con .btn {display: block;width: 90px;height: 90px;position: absolute;top: 180px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(../images/banner_pre.jpg) no-repeat center;left: -142px;background-size:45px;}
			.Box .Box_con .btnr {background: url(../images/banner_next.jpg) no-repeat center;right: -142px;background-size:45px;}
			.Box .Box_con .btnl:hover {background: url(../images/banner_pre1.jpg) no-repeat center;background-size:45px;}
			.Box .Box_con .btnr:hover {background: url(../images/banner_next1.jpg) no-repeat center;background-size:45px;}
			.Box .Box_con .conbox {position: relative;overflow-x: hidden;height: 620px;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 260px;height: 375px;margin-left: 49px;border-radius: 18px;}
			.Box .Box_con .conbox ul li p{color:#333; font-size:16px; font-weight:500; text-align:center; padding-top:40px;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 260px;height: 446px;transition: all 0.5s;border-radius: 18px;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);border-radius: 18px;}
			.Box .Box_con .conbox ul li a p:hover{color:#ff8e00;}
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
/*产品结束*/
.argus {
	height: 963px
}
.lazy {
	background-position: top center
}
.w1300 {
	width: 1500px;
	height: 100%;
	margin: 0 auto
}
.drag-title h3 {
font-family: 'Roboto';
font-size: 95px;
line-height: initial;
color: #000;
margin-bottom: 60px;
font-weight: bold;
}
.drag-title p {
	font-family: Roboto;
	font-size: 33px;
	line-height: 48px;
	margin-bottom: 20px;
	color: #111; font-weight: 400;
}
#banner .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%
}
#banner .con img {
	width: 510px;
	height: 39px;
	display: inline-block
}
#banner .con .tit {
	font-size: 61px;
	line-height: 61px;
	color: #424446;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 700
}
#banner .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 363px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0
}
#banner .mask img {
	width: 1054px;
	height: 404px;
	display: inline-block
}
.part1 {
	height: 1390px
}
.part1 .videoBox {
	height: 1080px;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto
}
.part1 .mask {
	position: absolute;
	width: 100%;
	height: 1350px;
	top: 40px;
	left: 0;
	background: #fff
}
.part1 .drag-title {
	text-align: center;
	height: 100%
}
.part1 .drag-title .con {
	position: absolute;
	top:30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1380px
}
.part1 .drag-title .con .ico {
	width: 1131px;
	height: 355px;
	display: inline-block;
	opacity: 1;
	margin-bottom: 60px
}
.part1 .drag-title .con p {
	font-size: 30px;
	line-height: 42px;
	opacity: 1;
	color: #000;
	text-align: center;
}
.part1 .drag-title .con p .play {
	width: 227px;
	height: 42px;
	display: inline-block;
	opacity: .25
}
.part1 .drag-title .con p .play:hover {
	opacity: 1!important
}
.part1 .drag-title .con p.p4 {
	opacity: 1;
	text-align: center;
	margin-top: 110px
}
.part2 {
	height: 990px
}
.part2 .drag-title {
	padding-top: 130px;
	padding-bottom: 90px
}
.part2 .drag-title h3 {
	color: #35383c;
	text-align: center
}
.part2 .drag-title p {
	width: 750px;
	color: #969aa0;
	margin: 0 auto
}
.part2 .part2-swiper {
	width: 100%;
	height: 520px
}
.part2 .part2-swiper .swiper-button-next, .part2 .part2-swiper .swiper-button-prev {
	top: 40%
}
.part2 .part2-swiper .swiper-slide {
	display: flex;
	justify-content: space-around;
	text-align: center
}
.part2 .part2-swiper .swiper-slide li img {
	height: 365px;
	display: inline-block
}
.part2 .part2-swiper .swiper-slide li p {
	font-size: 18px;
	line-height: 18px;
	color: #b3b8c1;
	text-transform: uppercase;
	margin-top: 10px
}
.part2 .part2-swiper .drag2-bullet {
	width: 141px;
	height: 15px;
	background: url(../images/part2_ico.png);
	background-size: 100% 100%;
	border-radius: 0;
	margin: 0 36px
}
.part2 .part2-swiper .swiper-pagination-bullet-active {
	background: url(../images/part2_ico_on.png)
}
.part3 {
	height: 990px
}
.part3 .videoBox {
	height: 990px;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto
}
.part3 .drag-title {
	width: 1200px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	color: #000;
	opacity: 0
}
.part3 .drag-title h3 {
	color: #000;
	margin-bottom: 10px
}
.part3 .drag-title p {
	color: #000
}
.part4 {
	height: 990px;
	overflow: hidden
}
.part4 .drag-title {
	width: 100%;
	text-align: center
}
.part4 .drag-title h3 {
	color: #35383c;
	margin: 90px 0 15px
}
.part4 .drag-title p {
	color: #969aa0
}
.part4 .mask {
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2
}
.part4 .mask.l {
	left: 0
}
.part4 .mask.r {
	right: 0
}
.part4 .part4Swiper {
	margin-top: 194px
}
.part4 .part4Swiper .swiper-slide {
	text-align: center;
	color: #969aa0
}
.part4 .part4Swiper .swiper-slide.te.swiper-slide-active .img img {
	margin-left: -30%
}
.part4 .part4Swiper .swiper-slide .img {
	display: inline-block;
	width: 270px
}
.part4 .part4Swiper .swiper-slide p {
	line-height: 60px
}
.part21 {
	height: 100%; min-height: 1127px;
	overflow: hidden;background-size: 100%;
}
.part21 .msg_img {
	position: absolute;width: 100%;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	z-index: 1;
	opacity: 0
}
.part21 .w1300 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	z-index: 2
}
.part21 .w1300 .drag-title {
	position: absolute
}
.part21 .w1300 .drag-title.te {
	top: 230px;
	width: 100%
}
.part21 .w1300 .drag-title.te h3 {
	background-image: linear-gradient(to right, #007264, #8bb38d, #057465, #87b18b);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	transform: scale(0);
	text-align: center;
	transition: all .5s ease-in-out;
	font-size: 90px;
	line-height: 100px
}
.part21 .w1300 .drag-title.te h3.fontAdd {
	transform: scale(1)
}
.part21 .w1300 .drag-title.small {
	top: 390px;
	width: 910px;
	text-align: left;
	opacity: 0
}
.part21 .w1300 .drag-title.small p {
	color: #111
}
.part22 {
	height: 1117px
}
.part22 .drag-title {
	position: absolute;
	width: 1200px;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}
.part22 .drag-title h3 {
	color: #35383c
}
.part22 .drag-title p {
	color: #969aa0
}
.part5 {
	height: 989px;
	overflow: hidden
}
.part5 .w1300 {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	z-index: 2
}
.part5 .changeBox {
	width: 560px;
	height: 220px;
	position: absolute;
	left: -15px;
	top: 470px;
	z-index: 4
}
.part5 .changeBox a {
	width: 100%;
	height: 55px;
	display: inline-block;
	margin-bottom: 5px;
	text-indent: -9999px
}
.part5 .drag-title {
	position: absolute;
	z-index: 2;
	text-align: center;
	height: 100%;
	top: 0;
	left: 50%;
	width: 1200px;
	transform: translateX(-50%);
	display: none
}
.part5 .drag-title .info {
	position: absolute;
	right: -115px;
	top: 230px;
	text-align: left;
	width: 640px
}
.part5 .drag-title .info h3 {
	color: #fff;
	margin-bottom: 10px
}
.part5 .msg_img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1
}
.part5 .msg1, .part5 .msg2, .part5 .msg3 {
	opacity: 0
}
.part6 {
	height: 990px;
	overflow: hidden
}
.part6 .w1200 {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	z-index: 1
}
.part6 .drag-title {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0
}
.part23 {
	height: 990px;
	overflow: hidden
}
.part23 .drag-title {
	width: 800px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%)
}
.part7 {
	height: 1523px;
	overflow: hidden
}
.part7 .w1200 {
	height: auto
}
.part7 .drag-title {
	width: 800px;
	margin: 100px auto 0;
	text-align: center
}
.part7 .drag-title p {
	width: 100%;
	text-align: left
}
.part7 .list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 320px auto 0
}
.part7 .list li {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto';
	color: #424242;
	text-align: center;
	width: 500px;
	height: 380px
}
.part7 .list li .small {
	font-weight: 500;
	font-size: 18px;
	color: #777;
	display: block
}
.part7 .list li:nth-child(5), .part7 .list li:nth-child(6) {
	height: auto;
	margin-top: 30px
}
.part8 {
	height: 990px;
	overflow: hidden
}
.part8 .img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-position: top center;
	display: inline-block
}
.part9 {
	height: 990px;
	overflow: hidden
}
.part9 .drag-title {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	opacity: 0
}
.part9 .drag-title h3 {
	padding-top: 60px
}
.part9 .drag-title p {
	color: #969aa0;
	width: 750px;
	margin: 0 auto;
	text-align: left
}
.part10 .drag-title {
	padding: 140px 0 0;
	text-align: center
}
.part10 .drag-title h3 {
	font-size: 56px
}
.part10 .drag-title p {
	color: #313135
}
.part10 .box {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 175px auto 50px
}
.part10 .box .item {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 130px
}
.part10 .box .item span {
	font-size: 18px;
	color: #757c83;
	font-family: 'Roboto';
	margin-top: 105px;
	text-align: center
}
.part11 {

height: 990px;
z-index: -1;
background-image: url(../images/packagepp.jpg);
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.part11 .bg {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 75% !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.part11 .w1100 {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1260px;
	height: 100%;
	margin: 0 auto
}
.part11 .pic {
	width: 424px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}
.part11 .text {
	font-size: 20px;font-family: "Arial";
	line-height: 36px;
	color: #5b5b5f;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0
}
.part11 .text h4 {
	color: #35383c;
	line-height: 30px;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 10px 0
}
.part11 .text p {
margin-bottom: 35px;
font-size: 34px;
font-weight: 100;
color: #000;
}
.part11 .drag-title {
	width: 100%;
	text-align: center
}
.part11 .drag-title h3 {
	background: -webkit-linear-gradient(45deg, #ff924d, #fb6870);
background: linear-gradient(45deg, #ff924d, #fb6870);
  background-clip: border-box;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
text-align: left;
}
.part12 {
	height: 900px;
	background-color: #f4f4f4;
	padding-top: 20px
}
.part12 .swiper-container {
	margin: 80px auto 0;
	width: 1200px
}
.part12 .w1200 {
	position: absolute;
	z-index: 222;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 75px;
	width: 100%
}
.part12 .w1200 .swiper-button-next {
	width: 29px;
	height: 44px;
	margin: 0;
	top: initial;
	color: #35383c;
	background-image: none;
	font-size: 40px
}
.part12 .w1200 .swiper-button-prev {
	width: 29px;
	height: 44px;
	margin: 0;
	top: initial;
	color: #35383c;
	font-size: 40px;
	background-image: none
}
.part12 .swiper-slide {
	text-align: center;
	width: 1025px
}
.part12 .swiper-slide .info {
	position: absolute;
	left: 550px;
	top: 380px;
	font-size: 24px;
	line-height: 48px;
	color: #5b5b5f;
	text-align: left
}
.part12 .swiper-slide .info h3 {
	font-size: 56px;
	line-height: 56px;
	color: #313135;
	font-family: 'Roboto';
	margin-bottom: 10px
}
.part12 .swiper-slide img {
	width: 1025px
}

@media only screen and (max-width:1300px) {
.w1300 {
	width: 100%
}
}

@media only screen and (max-width:1240px) {
.w1200 {
	width: 100%
}
}
