

.index_main {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 15px;
}

.index_main .one {
  height: 800px;
}

.index_main .one .swiper-container-horizontal > .swiper-pagination-bullets,
.index_main .one .swiper-pagination-custom,
.index_main .one .swiper-pagination-fraction {
  bottom: 47px !important;
}

.index_main .one .swiper-container {
  width: 100%;
  height: 800px;
  position: relative;
}

.index_main .one .swiper-container .banner2 {
  width: 100%;
  height: 100%;
  background: url("../images/banner2.png") center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index_main .one .swiper-container .banner1 {
  width: 100%;
  height: 100%;
  background: url("../images/banner1.png") center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index_main .one .swiper-container .banner3 {
  width: 100%;
  height: 100%;
  background: url("../images/banner3.png") center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index_main .one .swiper-container .one_massage {
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -600px;
}

.index_main .one .swiper-container .one_massage .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.index_main .one .swiper-container .one_massage .centers {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  color: #333333;
  width: 588px;
  height: 136px;
  padding: 34px 0;
}

.index_main .one .swiper-container .one_massage .index_radio {
  display: flex;
}

.index_main .one .swiper-container .one_massage .index_radio .free {
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #2d94f2;
  opacity: 1;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  margin-right: 42px;
  cursor: pointer;
  font-size: 20px;
}

.index_main .one .swiper-container .one_massage .index_radio .free:hover {
  background: #2d94f2;
}

.index_main .one .swiper-container .one_massage .index_radio .free_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.index_main .one .swiper-container .one_massage .index_radio .free_right:hover span,
.index_main .one .swiper-container .one_massage .index_radio .free_right:hover .iconfont-bofang {
  color: #666666;
}

.index_main .one .swiper-container .one_massage .index_radio .free_right .radio {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.index_main .one .swiper-container .one_massage .index_radio .free_right .radio img {
  width: 100%;
  height: 100%;
}

.index_main .one .swiper-container .one_massage .index_radio .free_right span {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}

.index_main .one .swiper-container img {
  width: 100%;
  height: 100%;
}

.index_main .index_two {
  width: 100%;
  height: 615px;
  background: #FFFFFF;
  background: url("../images/bg.png") center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index_main .index_two .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  text-align: center;
  padding: 70px 0 20px 0;
}

.index_main .index_two p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #69728E;
}

.index_main .index_two .advantage {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 76px auto;
}

.index_main .index_two .advantage .items {
  width: 180px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 116, 255, 0.12);
  opacity: 1;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
}

.index_main .index_two .advantage .items:hover {
  border: 2px solid #2d94f2;
 	
}

.index_main .index_two .advantage .items .pic {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  margin-top: 47px;
}

.index_main .index_two .advantage .items .pic img {
  width: 100%;
  height: 100%;
}

.index_main .index_two .advantage .items .des1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #2E395C;
  padding-top: 30px;
}

.index_main .index_two .advantage .items .des2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #2E395C;
  opacity: 0.5;
}

.index_main .index_3 {
  text-align: center;
}

.index_main .index_3 .des1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  margin-top: 20px;
}

.index_main .index_3 .des2 {
  margin-top: 20px;
}

.index_main .index_3 .des2,
.index_main .index_3 .des21 {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #999999;
}

.index_main .index_3 .des21 {
  margin-bottom: 133px;
}

.index_main .index_3 .chahua {
  width: 460px;
  height: 460px;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  z-index: 100;
}

.index_main .index_3 .chahua img {
  width: 100%;
  margin-top:40px;
  animation: myfirst 2s infinite;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.index_main .index_3 .des3_item {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 55px;
}

.index_main .index_3 .des3_item:last-child {
  margin-bottom: 154px;
}

.index_main .index_3 .des3_item .des3 {
  position: relative;
}

.index_main .index_3 .des3_item .des3 .des3_items {
  width: 282px;
  height: 231px;
  background: #fff;
  box-shadow: 0px 6px 6px #ECEFF5;
}

.index_main .index_3 .des3_item .des3 .des3_items .des3_title {
  background: url(//jnpfsoft.oss-cn-shanghai.aliyuncs.com/img/new_jnpf/icon/bg_small.png) center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.index_main .index_3 .des3_item .des3 .des3_items .des3_des {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #ADAFB1;
  margin-top: 27px;
  width: 80%;
  margin: 57px auto;
}

.index_main .index_3 .des3_item .des3 .line2 {
  position: absolute;
  top: 28px;
  left: 280px;
}

.index_main .index_3 .des3_item .des3 .line3 {
  position: absolute;
  top: 0;
  left: 285px;
}

.index_main .index_3 .des3_item .des3 .line1 {
  position: absolute;
  left: -96px;
  top: 26px;
}

.index_main .index_3 .des3_item .des3 .line4 {
  position: absolute;
  top: -27px;
  left: -91px;
}




.index_main .index_4 .des1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  margin-top: 20px;
 text-align: center;

}

.index_main .index_4 .des2 {
    margin-top: 20px;
}
.index_main .index_4 p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #ADAFB1;
  margin-bottom: 51px;
}



.index_main .index_5 .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  text-align: center;
  padding: 20px 0 20px 0;
}

.index_main .index_5 p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #ADAFB1;
}

.index_main .index_5 .pic5 {
  width: 1200px;
   margin: 0 auto;
  padding: 30px 0;
}

.index_main .index_5 .pic5 img {
  width: 100%;
}

.index_main .index_6 {
  width: 100%;
  background: #F9FCFF;
  height: auto;
  padding-bottom: 72px;
}

.index_main .index_6 .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  text-align: center;
  padding: 70px 0 80px 0;
}

.index_main .index_6 .pic6 {
  width: 1200px;
  height: 668px;
  margin: 0 auto;
}

.index_main .index_6 .pic6 img {
  width: 100%;
  height: 100%;
}

.index_main .index_7 {
  width: 100%;
}

.index_main .index_7 .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  text-align: center;
  padding: 70px 0 20px 0;
}

.index_main .index_8 {
  width: 100%;
  height: 295px;
  background: url("../images/chahua2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 67px;
  position: relative;
}

.index_main .index_8 .more .more_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  color: #F6F6F6;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 50px;
}

.index_main .index_8 .more .more_item {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.index_main .index_8 .more .more_item li {
  text-align: center;
}

.index_main .index_8 .more .more_item li .num {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.index_main .index_8 .more .more_item li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #D4D4D4;
}

.index_main .index_8 .tixing {
  border-top: 18px solid #0E0E0B;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 218px;
  position: absolute;
  top: 295px;
  left: 50%;
  margin-left: -109px;
}

.index_main .index_8 .down {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 295px;
  left: 51%;
}

.index_main .index_8 .down img {
  width: 100%;
  height: 100%;
}

.index_main .index_9 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_main .index_9 .slogo {
  width: 160px;
  height: 80px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 20px rgba(0, 116, 255, 0.12); 
  border-radius: 10px;
}

.index_main .index_9 .slogo img {
  width: 100%;
  height: 100%;
}

.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.video-mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-mask .box .video-mask-main {
  width: 990px;
  height: 610px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 15px;
  box-sizing: border-box;
}

.video-mask .box .video-mask-main .video-mask-head {
  height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}

.video-mask .box .video-mask-main .video-mask-head #maskBtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #999;
  text-align: center;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.video-mask .box .video-mask-main .videos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 540px;
}

.video-mask .box .video-mask-main .videos .playArea {
  width: 960px;
  height: 540px;
}

.video-mask .box .video-mask-main .videos .playArea .video {
  width: 960px;
  height: 540px;
  object-fit: fill;
}

.video-mask .box .video-mask-main .videos .video-list {
  height: 540px;
  width: 344px;
  background-color: #232323;
  overflow: auto;
}

.video-mask .box .video-mask-main .videos .video-list li {
  color: #fff;
  font-size: 22px;
  line-height: 100px;
  padding-left: 27px;
}

.video-mask .box .video-mask-main .videos .video-list li.video-list-head {
  font-size: 24px;
  line-height: 72px;
}

.video-mask .box .video-mask-main .videos .video-list li.video-list-item {
  background-color: #000;
  border-right: 6px solid #000;
  cursor: pointer;
}

.video-mask .box .video-mask-main .videos .video-list li.active {
  border-right: 6px solid #008cff;
}


.index_10 .des1{
	font-size: 34px;
	font-weight: 400;
	line-height: 45px;
	color: #404750;
	text-align: center;
	padding: 20px 0 20px 0;
	}
.index_10 .des2{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	color: #ADAFB1;}

.bx{
	width:1220px;
	margin: 0 auto;
}
.news_z{
	float: left;
	width: 33.33%;
}
.news_tp {
	position: relative;
	
}
.news_tp img{
	width: 96%;
	height: 210px;
	box-shadow: 0px 5px 20px rgba(0, 116, 255, 0.12);
    opacity: 1;
    border-radius: 10px;
}
.tx{
	width: 96%;
	height: 75px;
	padding: 0PX;
	display: block;
	background: rgba(0,0,0,0.5);
	position:absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	font-size: 16px;
}
.tx b{
	width: 90%;
	display: block;
	color: #FFF;
	line-height:28px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	margin-left:20px;
}
.tx span{
	width: 90%;
	display: block;
	font-size: 12px;
	color: #FAFAFA;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	margin-left:20px;
}
.more{
	color:#fff;
	line-height: 22px;
	font-size: 14px;
	float:right;
	margin-top:10px;
}
.news_y{
	float: left;
	width:598px;
	height: 318px;
	background: #F9FCFF;
    border: 1px solid #E9E9E9;
}
.news_y ul{
	
	width:380px;
	height:82px; 
	margin:10px 0;
	margin-left: 12px;
	border-bottom: 1px dashed #E9E9E9;
}
.time{
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #777;
	border-right: 1px solid #E9E9E9;
	padding:10px 14px;
}
.time span{
	font-size:16px;
	color: #444;
}

.tx2 {
	float: left;
	width: 460px;
	padding-left:12px;
	margin-top:6px;
}
.tx2 b{
	width: 460px;
	display: block;
	font-size: 16px;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tx2 b:hover{color:#2d94f2 }
.tx2 span{
	width: 460px;
	font-size: 14px;
	color: #555;
	line-height:20px;
	display: block;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.more2{margin-left:30px; font-size:14px;line-height:20px;color: #2d94f2;}