﻿*{
	margin: 0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
.box1{
	width:100%;
	height:100vh;
	overflow: hidden;
}
.Apphader{
	position:relative;
}
.Appimg{
	width:100%;
	height:100vh;
	overflow: hidden;
	position: absolute;
	z-index:-1;
}
.Appbox{
	width:1500px;
	margin: 0 auto;
	height:100vh;
	display:flex;
	justify-content:center;
	flex-direction: column;
}
.Appbox h3{
	font-size: 60px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
	letter-spacing: 6px;
	margin-top:0;
	margin-bottom:0;
}
.Appbox p{
	font-size: 34px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.68);
	line-height: 45px;
	margin-top:50px;
	text-indent:40px;
}
.Appbox span{
	font-size: 26px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.68);
	line-height: 45px;
}
.Appbox>img{
	transition: all 0.5s;
}
.Appbox>img:hover{
	transition: all 0.5s;
	transform: scale(1.1);
}
.Appbox1{
	width:220px;
	height: 65px;
	margin-top:54px;
	background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/zixun.png") no-repeat;
	background-size:100% 100%;
	text-align:center;
	line-height:64px;
	font-size:18px;
	cursor:pointer;
}
.Appbox1:hover{
	width:220px;
	height: 65px;
	margin-top:54px;
	background:#4E98FF;
	background-size:100% 100%;
	text-align:center;
	line-height:64px;
	font-size:18px;
	border-radius: 38px 0px 38px 0px;
	
	cursor:pointer;
}
.AppNews{
	width:1500px;
    height: 690px;
	margin:0 auto;
	overflow:hidden;
}
.AppNews1{
	width:100%;
	margin-top:40px;
	float:left;
	text-align:center;
}
.lr_span{
	font-size: 16px !important;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 19px !important;
}
.AppNews1 h3{
	font-size: 44px;
	font-weight: 500;
	color: #333333;
	line-height: 52px;
}
.AppNews1 p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top:20px;
}
.AppNews2{
	width:100%;
	float:left;
	margin-top:70px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 10px;
	box-sizing: border-box;
}
.AppNews2_1{
	width:450px;
	height:325px;
	padding:35px 42px;
	border-radius:24px;
	box-shadow:0px 0px 10px #ccc;
	box-sizing: border-box;
	transition-property: all;
	transition-duration:0.5s;
	cursor: pointer;
}
.AppNews2_1>img{
	width:64px;
	height:64px;
}
.AppNews2_1 h2{
	margin-top:42px;
	font-size: 28px;
	font-weight: 500;
	line-height: 33px;
	margin-bottom:20px;
}
.AppNews2_1 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.lr_zhuti{
	width:100%;
	height:430px;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.lr_zhuti h2{
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:30px;
}
.lr_zhuti p{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.lr_newtop{
	width:80%;
	margin:0 auto;
	padding:20px 0px;
	display:flex;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top:500px;
}
.lr_newtop a{
	color: #333333;
}
.lr_wekd{
	    height: 500px;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
}
.lr_wekd h3{
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 49px;
	margin-bottom:30px;
}
.lr_wekd p{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 21px;
}
.lr_newbox{
	width:80%;
	margin:0 auto;
	padding:60px 80px 10px;
	box-sizing: border-box;
	background-color:#fff;
	border-radius: 12px 12px 12px 12px;
	margin-bottom: 40px;
}
.lr_newbox1{
	width:100%;
	text-align: center;
	
}
.lr_newbox1 h3{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
}
.lr_newbox2{
	width:70%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-items:center;
	margin-top:30px;
	margin-bottom:24px;
}
.lr_newbox2 img{
	width:14px;
	height:14px;
	margin-right:4px;
}
.lr_newbox2 li{
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.lr_newbox2 span{
	font-size:13px;
	color: #8D8D8D;
}
.lr_newbox3 p{
	margin:30px 0px;
}
.lr_newbox3 img{
	max-width:100%;
}
.lr_newbox4{
	width:100%;
	padding-top:10px;
	border-top:1px solid #EBEBEB;
}
.lr_newbox4 a{
	color:#8D8D8D;
}
.lr_newbox4 li{
	margin-bottom:10px;
}
.AppNews2_zx{
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	line-height: 21px;
	display:flex;
	align-items:center;
	margin-top:20px;
}
.AppNews2_zx>img{
	height:20px;
	margin-left:10px;
}
.xiayi{
	display:block;
}
.xiayi2{
	display:none;
}
.AppNews2_1:hover{
	background:#3FADE3;
	color:#fff !important;
}
.AppNews2_1:hover .xiayi2{
	display:block;
}
.AppNews2_1:hover .xiayi{
	display:none;
}
.AppNews2_1:hover>div{
	color:#fff !important;
}
.AppCen{
	width:100%;
	height:2520px;
	background:url('https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/backimg.png') no-repeat;
	background-size:100% 100%;
}
.AppCen1{
	width:1500px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding-top:70px;
	box-sizing: border-box;
}
.AppCen1_1 span{
	font-size: 130px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #F2F2F0;
	line-height: 130px;
	-webkit-text-stroke: 1px rgba(77,77,77,0.17);
	text-stroke: 1px rgba(77,77,77,0.17);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.AppCen1_1 p{
	font-size:18px;
	margin-bottom:20px;
	margin-top:-10px;
}
.AppCen2{
	width:1500px;
	height:570px;
	/* overflow: hidden; */
	margin: 0 auto;
}
.AppCen2_1{
	width:580px;
	height:500px;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
	float: left;
}
.AppCen2_1 h3{
	font-size: 42px;
	font-weight: bold;
	color: #333333;
	line-height: 49px;
	margin-bottom:60px;
	margin-top:0px;
}
.AppCen2_1 span{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	font-family: PingFang SC-Regular, PingFang SC;
	text-indent:2em;
}
.AppCen2_2{
	width: 800px;
	float: right;
	position:relative;
	background-color: #3FADE3;
	top: -110px;
}

@media screen and (max-width: 1600px) {
	/* .shuliang ul {
	    width: 100%;
	    margin-top: 14px;
	    padding-top: 26px;
	} */
	.lr_dii{
		margin-top:140px !important;
	}
	.Appimgsre{
		height:850px;
	}
	.wef2_4 p{
		font-size:16px !important;
	}
}
.AppCen2_2 img{
	width: 340px;
	height: 697px;
	top: -57px;
}
.AppCen2_1_1{
	width:100%;
	overflow: hidden;
	margin-top:80px;
}
.AppCen2_1_1 div{
	width:220px;
	height:65px;
	float: left;
	margin-right:20px;
	text-align:center;
	line-height:65px;
	background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/zixun3.png") no-repeat;
	background-size:100% 100%;
	cursor:pointer;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.AppCen2_2 img{
	position:absolute;
	margin-left:50%;
	left:-163.5px;
}
.AppCen2_img1{
	z-index:3;
	animation: 0.5s infinite;
}
.AppCen2_img2{
	z-index:2;
	animation:1s infinite;
/* 	transition-duration:s; */
}
.AppCen2_img3{
	z-index:1;
	animation: 0.5s infinite;
}
.AppCen2_img4{
	z-index:2;
	animation: 0.2s infinite;
}
.AppCen2_img5{
	z-index:1;
	animation: 0.2s infinite;
}
.AppCen2_img6{
	z-index:3;
	animation: 0.2s infinite;
}
.AppCen2_img7{
	z-index:2;
	animation: 0.2s infinite;
}
.AppCen2_img9{
	z-index:1;
	animation: 0.2s infinite;
}
.Appg2{
	/* left:60px; */
	animation:example 0.5s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transition-property: all;
	transition-duration:1s;
}
.Appg3{
/*    left: -395px; */
	animation:example2 0.5s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	
}
.Appg2_1{
	/* left:60px; */
	animation:example_1 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transition-property: all;
}
.Appg3_1{
/*    left: -395px; */
	animation:example2_1 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	
}
.Appg5{
/* 	left:160px; */
	animation:example3 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:right bottom;
}
.Appg5_1{
/* 	left:160px; */
	animation:example3_1 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:right bottom;
}

.Appg7{
/* 	left:160px; */
	animation:example4 0.5s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:left bottom;
}
.Appg7_1{
/* 	left:160px; */
	animation:example4_1 0.5s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:left bottom;
}
.Appg9{
/* 	left:160px; */
	animation:example5 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:left bottom;
}
.Appg9_1{
/* 	left:160px; */
	animation:example5_1 1s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
	transform-origin:left bottom;
}
/* 开始动画 */
@keyframes example {
  0% {
	  left: 0px;
   }
   100% {
   	  left: 60px;
    }
}

@keyframes example2 {
  0% {
	  left: 0px
   }
   100% {
   	  left: -395px;
    }
}
@keyframes example3 {
  0% {
	  transform:rotate(0deg);
   }
   100% {
   	 transform:rotate(30deg);
    }
}
@keyframes example4{
  0% {
	  transform:rotate(0deg);
   }
   100% {
   	 transform:rotate(-20deg);
    }
}
@keyframes example5{
  0% {
	  transform:rotate(0deg);
   }
   100% {
   	 transform:rotate(-40deg);
    }
}
/* 开始动画结束 */


/* 返回动画 */
@keyframes example_1 {
  0% {
	  left: -180px !important;
   }
   50%{
	   left: 30px !important; 
   }
   100% {
   	  left: 0px !important;
    }
}
@keyframes example2_1 {
  0% {
	  left: -395px;
   }
   100% {
   	  left: 0px !important;
    }
}
@keyframes example3_1 {
  0% {
	  transform:rotate(30deg);
   }
   100% {
   	 transform:rotate(0deg);
    }
}
@keyframes example4_1{
  0% {
	  transform:rotate(-20deg);
   }
   100% {
   	 transform:rotate(0deg);
    }
}
@keyframes example5_1{
  0% {
	  transform:rotate(-40deg);
   }
   100% {
   	 transform:rotate(0deg);
    }
}
/* 返回动画结束 */
.fuWu{
	width:100%;
	height:860px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/appse.png") no-repeat;
	background-size:100% 100%;
	overflow: hidden;
}
.fuWu_tit{
	width:100%;
	text-align:center;
}
.fuWu_tit h3{
	    font-size: 42px;
		line-height:100px;
	    font-weight:500;
		color: #fff;
}
.fuWu_tit p{
	    font-size:16px;
		color: #fff;
}
.fuWu_box{
	width:1500px;
	margin: 0 auto;
	margin-top:60px;
	background: rgba(255,255,255,0.71);
	overflow: hidden;
	padding-right:0;
}
.fuWu_box1{
	width:375px;
	height:275px;
	float:left;
    position: relative;
	transition: 2s all;
	transform-style: preserve-3d;
}
.fuWu_box2{
	width:375px;
	height:275px;
	float:left;
    position: relative;
	transition: 2s all;
	transform-style: preserve-3d;
}
.fuWu_box2>div{
	position: absolute;
	width:375px;
	height:275px;
    backface-visibility: hidden;
	transition:1s all;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.fuWu_box2 text{
	line-height:40px;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.fuWu_box1 text{
	line-height:40px;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
 .fuWu_box2:hover .fuWu_box1_3 {
      transform: rotateY(0deg);
}
 .fuWu_box2:hover .fuWu_box1_4 {
      transform: rotateY(-180deg);
}
.fuWu_box1_4{
	font-size:16px;
}
.kuang{
	position: absolute;
	width: 318px;
	height: 675px;
	z-index: 990;
	margin-top: 55px;
}
.fuWu_box1>div{
	position: absolute;
	width:375px;
	height:275px;
    backface-visibility: hidden;
	transition: 2s all;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	font-size:16px;
}
.fuWu_box1_3{
	 transform: rotateY(180deg);
	 background-color:#3FADE3;
	  color:#fff;
	  font-size:16px;
}
.fuWu_box1_1{
	 transform: rotateY(180deg);
	  background-color:#3FADE3;
	  color:#fff;
	  font-size:16px;
}

 .fuWu_box1:hover .fuWu_box1_1 {
      transform: rotateY(0deg);
    }
 
.fuWu_box1:hover .fuWu_box1_2 {
      transform: rotateY(-180deg);
}
.fuWu_box1_2{
	background-color: #fff;
	font-size:16px;
	
}
.fuWu_box1_2>span:nth-child(1),.fuWu_box1_4>span:nth-child(1){
	font-size: 22px !important;
	font-family: PingFang SC, PingFang SC;
	font-weight:600;
	color: #333333;
	margin-bottom:10px;
}
.fuWu_box1_1>span:nth-child(1),.fuWu_box1_3>span:nth-child(1){
	font-size: 22px !important;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	margin-bottom:10px;
	/* color: #333333; */
}
.anli{
	width:100%;
/* 	height:990px; */
	overflow: hidden;
}
.anli h3{
	font-size: 44px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom:30px;
}
.vx{
	width:100%;
    height: 860px;
	background-color:#fff;
	overflow:hidden;
}
.vx_1{
	width:1500px;
	margin: 0 auto;
	/* overflow: hidden; */
}
.vx_title{
	width: 100%;
	float: left;
	margin-top:100px;
	text-align:center;
}
.vx_title h3{
	font-size: 44px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom:24px;
}
.vx_title p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.vx_box{
	width:100%;
	height:600px;
	/* background-color: #3FADE3; */
	float: left;
	position:relative;
}
.vx_box>div img{
	transition: all 0.5s;
}
.vx_box>div:hover img{
	transition: all 0.5s;
	transform: scale(1.03);
}
.vx_box1{
	width: 780px;
	height: 544px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	bottom: 0;
	background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/weikuang.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.vx_box1 img{
	width: 780px;
	/* margin-top: 100px; */
}
.vx_box2{
	width:400px;
	text-align: right;
	display:flex;
	align-items:center;
	position: absolute;
	margin-left: 52px;
	margin-top: 152px;
}
.vx_box3{
	width:400px;
	text-align: right;
	display:flex;
	align-items:center;
	position: absolute;
	margin-left: -23px;
	margin-top: 332px;
} 
.vx_box4{
	width:400px;
	text-align: right;
	display:flex;
	align-items:center;
	position: absolute;
	margin-left: -46px;
	margin-top: 521px;
}
.vx_box5{
	width: 400px;
	text-align: left;
	display: flex;
	align-items: center;
	position: absolute;
	right: 64px;
	margin-top: 136px;
}
.vx_box6{
	width: 400px;
	text-align: left;
	display: flex;
	align-items: center;
	position: absolute;
	right: -26px;
	margin-top: 346px;
} 
.vx_box7{
	width: 400px;
	text-align: left;
	display: flex;
	align-items: center;
	position: absolute;
	right: -42px;
	margin-top: 524px;
}
.vx_box2_1 h3{
	font-size: 24px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom:15px;
}
.vx_box2 img,.vx_box3 img,.vx_box4 img{
	width:25px;
	height:25px;
	margin-left:50px;
}
.vx_box5 img,.vx_box6 img,.vx_box7 img{
	width:25px;
	height:25px;
	margin-right:50px;
}
.hxcj{
	width:100%;
	height:750px;
	background-color:#FCFCFC;
	overflow: hidden;
}
.hxcj_h3{
	width:100%;
    text-align: center;
}
.hxcj_h3 h3{
	font-size: 44px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height:120px;
	padding-top:20px;
}
.hxcj_h3 p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.hxcj_box h3{
	font-size: 24px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom:15px;
}
.hxcj_box p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
}
.hxcj_box{
	width:1500px;
	margin: 0 auto;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hxcj_box>div{
	width:480px;
	height:184px;
	margin-top:20px;
	margin-bottom:20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	border-radius: 24px 24px 24px 24px;
	padding:42px;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	transition: 0.3s all;
}
.hxcj_box>div:hover{
	background: #3FADE3;
	color: #fff !important;
	transition: 0.3s all;
}
.hxcj_box>div:hover h3{
	color:#fff;
} 
.hxcj_box>div:hover p{
	color:#fff;
}
.duing1{
  display: block;
} 
.duing2{
  display: none;
}
.hxcj_box img{
	width:64px;
	height:64px;
	margin-right:35px;
}
.wxhx{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/suie.png") no-repeat;
	background-size:100% 100% ;
}
.wxhx_1 h3{
	color:#fff;
}
.wxhx_1 p{
	color:#fff;
}
.Appbox{
	position: relative;
}
.Appboximg{
	width:800px;
	height:500px;
	position:absolute;
	bottom:0%;
	right:50px;
}
.wzsj{
	width:100%;
	height:1013px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/twe4.png") no-repeat;
	background-size:100% 100%;
	display:flex;
	justify-content:space-between;
/* 	align-items: center; */
}
.wzsj_1{
	width:50%;
	position:relative;
}
.wzsj_1 img{
	transition: all 0.5s;
}
.wzsj_1 img:hover{
	transition: all 0.5s;
	transform: scale(1.05);
}
.wzsj_img1{
	width: 240px;
	height: 290px;
	position: absolute;
	top: 452px;
}
.wzsj_img2{
	width: 575px;
	height: 420px;
	position: absolute;
	top: 30px;
	left: 150px;
	z-index:1;
}
.wzsj_img3{
	width:730px;
	height:527px;
	position: absolute;
	top:450px;
	left:150px;
}
.wzsj_2{
	width:45%;
	display:flex;
	justify-content:center;
	/* align-items:center; */
	flex-direction: column;
}
.wzsj_2_img{
	margin-bottom:50px;
	 margin-top: 125px;

}
.wzsj_2_img p{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #9D9D9D;
}
.wzsj_2_img h3{
	font-size: 42px;
	font-weight: bold;
	color: #333333;
}
.wzsj_2_box{
	width:600px;
	font-size:16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
}
.wzsj_2_box p{
		font-size: 20px;
		font-family: PingFang SC-Medium, PingFang SC;
		font-weight: 500;
		color: #333333;
		line-height: 44px;
		-webkit-background-clip: text;
		    text-indent: 40px;
	}
.wzsj_2_list{
	display: flex;
	margin-top:80px;
}
.wzsj_2_list div{
	width:220px;
	height:65px;
	line-height:65px;
	font-size:16px;
	margin-right:80px;
	text-align:center;
	border-radius: 38px 0px 38px 0px;
	opacity: 1;
	border: 1px solid #333333;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.wzsj_2_list>div img{
	width:62px;
	margin-left:16px;
}
.shji_4 div{
	cursor:pointer;
}
.shji{
	width:100%;
	height:896px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/twe5.png") no-repeat;
	background-size:100% 100%;
}
.shji>img{
	width: 80%;
	float: left;
	margin-top: 80px;
	margin-left: 10%;
}
.shji_box{
	    width: 80%;
    float: left;
    margin-left: 10%;
}
.shji_box_1{
	width:600px;
	color:#fff;
}
.shji_box_2{
	position: relative;
}
.shji_box_2 img{
	position: absolute;
	width: 516px;
	bottom: -190px;
	right: 0;
}
.shji_2 p{
	font-size: 16px;
	font-weight: 500;
	color: rgba(255,255,255,0.56);
	line-height: 19px;
}
.shji_2 h3{
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 49px;
}
.shji_3{
	font-size:16px;
	margin-top:60px;
}
.shji_3 p{
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	text-indent: 40px;
}
.shji_4{
	display:flex;
	margin-top:60px;
}
.shji_4 div{
	width:220px;
	height:65px;
	line-height:65px;
	font-size:16px;
	margin-right:80px;
	text-align:center;
	border-radius: 38px 0px 38px 0px;
	opacity: 1;
	border: 1px solid #333333;
	display:flex;
	align-items:center;
	justify-content:center;
}
.shji_4 img{
	width:64px;
	margin-left:16px;
}
.xxs{
	width:100%;
	height:760px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/twe4.png") no-repeat;
	background-size:100% 100%;
	position: relative;
	overflow: hidden;
}
.xxs>img{
	float: right;
	margin-top:107px;
}
.xxs_1{
	position: absolute;
	width: 1500px;
	height:600px;
	left:50%;
	margin-left:-750px;
	margin-top:84px;
	display: flex;
	align-items:center;
}
.xxs_2{
	width:600px;
}
.xxs_2_2 p{
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
	text-indent: 40px;
}
.xxs_img{
	width:900px;
}
.xxs_img img{
	width:100%;
}
.xxs_2_1{
	margin-top:122px;
}
.xxs_2_1 p{
	font-size:16px;
	font-weight: 500;
	color: #767676;
}
.xxs_2_1 h3{
	font-size: 42px;
	font-weight: bold;
	color: #333333;
}
.xxs_2_2{
	font-size: 16px;
    margin-top:60px;
	font-weight: 400;
	color: #333333;
	line-height:36px;
}
.dongl_1{
	width:100%;
	text-align: center;
	float: left;
}
.dongl_1 h3{
	font-size:44px;
	color:#fff;
	margin-top:50px !important;
}
.dongl_1 p{
	font-size:20px;
	color:#fff;
	margin-top:30px !important;
}
.navlist ul{
	width:80%;
	height:220px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
.navlist li{
	margin-left:30px;
	width:190px;
	height:70px;
	text-align:center;
	line-height:70px;
	border-radius: 35px 35px 35px 35px;
	border: 1px solid #333333;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.navlist li:hover{
	color: #fff !important;
	background-color:#4E98FF;
	border:1px solid #4E98FF !important;
}
.navlistli {
	cursor: pointer;
    color: #fff !important;
	background-color:#4E98FF;
	border:1px solid #4E98FF !important;
}

.zixunbox2_1 img:hover{
	transform: scale(1.01);
	transition: all 1s;
}
.zixunbox2_2 img:hover{
	transform: scale(1.02);
	transition: all 1s;
}
.AppCen2_1_1 div:hover{
	background-color:#4E98FF;
	color:#fff;
	border-radius: 38px 0px;
	background-image:none;
}
.fan2 li:hover{
	transform: scale(1.05);
	transition: all 1s;
}
.fantwo3 li:hover{
	transform: scale(1.05);
	transition: all 1s;
}
.navbox{
	width:100%;
	overflow: hidden;
}
.navbox1{
    width:100%;
	overflow: hidden;	
}
.Appimg1{
	position:absolute;
	width:30%;
	right:200px;
	bottom: -10vh;
}
.navbox1>div{
   width:33.333%;
   float:left;
   border:4px solid #fff;
   box-sizing: border-box;
   overflow: hidden;
   position: relative;
}
.navbox1>div>a>div{
   display: none;
}
.navbox1_1{
	display: block !important;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	background: rgba(0,0,0,0.49);
	animation: 2s;
	padding:20px;
	box-sizing: border-box;
}
.navbox1>div:hover .lr_sdif{
	animation:vbf 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; 
}
@keyframes vbf {
  0% {
	  right:-255px;
   }
   100% {
   	  right:0px;
    }
}
.nb_tp1{
	width:0%;
	height:1px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 8%;
    margin-right:10%;
	animation:top_1 1s;
	animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}
.nb_tp2{
	width:1px;
	height:80%;
	background-color: #FFFFFF;
	position: absolute;
	right: 10%;
	bottom:8%;
	animation:top_2 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; 
}
.nb_tp3{
	width:80%;
	height:1px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 5%;
	left: 0;
   margin-left:10%;
   animation:top_1 1s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards; 
}
.nb_tp4{
	width:1px;
	height:80%;
	background-color: #FFFFFF;
	position: absolute;
	left: 10%;
	bottom:8%;
	animation:top_2 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; 
}
.nb_tp5{
	width:78%;
	height:80%;
	position: absolute;
	left: 11%;
	bottom:8%;
	animation:top_5 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; 
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	cursor:pointer;
}
.nb_tp5 h4{
	font-size: 34px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom:32px;
}
.nb_tp5 p{
	display: inline-block;
	width: 120px;
	height: 36px;
	border-radius: 18px 18px 18px 18px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	transition: all 0.5s;
}
.nb_tp5 p:hover{
	border: 2px solid #FFFFFF;
	font-weight:bold;
	transition: all 0.5s;
}
@keyframes top_5 {
  0% {
	   opacity: 0;
	   transform: scale(0.2);
   }
   100% {
	    opacity: 1;
   	  transform: scale(1);
    }
}
@keyframes top_1 {
  0% {
	  width:0%;
   }
   100% {
   	  width:80%;
    }
}
@keyframes top_2 {
  0% {
	  height:0%;
   }
   100% {
   	  height:80%;
    }
}
.juej{
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	    z-index: 2;
	    position: relative;
}
.juej_1{
	width:780px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction:column;
	text-align:center;
	margin-top:70px;
}
.juej_1 h3{
	color:#fff;
	font-size: 42px;
	margin-bottom:50px;
}
.juej_1 p{
	font-size: 18px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.juej_1 a{
	display:inline-block;
	width: 221px;
	height: 65px;
	border-radius: 38px 0px 38px 0px;
	opacity: 1;
	border: 1px solid rgba(255,255,255,0.6);
	text-align:center;
	line-height:65px;
	color: #FFFFFF;
	margin-top:100px;
	cursor:pointer;
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.Appboxer1{
	    width: 220px;
	    height: 65px;
	    margin-top: 54px;
	   /* background: url(../image/zixun.png) no-repeat; */
	    background-size: 100% 100%;
	    text-align: center;
	    line-height: 64px;
	    font-size: 18px;
		border-radius: 38px 0px 38px 0px;
		border: 1px solid #fff;
	    cursor: pointer;
		transition: all 0.2s;
		
}
.Appboxer1:hover{
	transition: all 0.2s;
	border:1px solid #4E98FF;
/* 	animation: lr_solid 2s  infinite; */
}
.Appboxer1:hover span{
	transition: all 0.8s;
	color: #4E98FF;
/* 	animation: lr_solid 2s  infinite; */
}
.Appboxer1 span{
	transition: all 0.8s;
}
.lr_fk{
	display:block !important;
	transform: rotateY(180deg);
	animation-name: box;
	animation-duration: 1.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.lr_fz{
	transform: rotateY(180deg);
	animation-duration: 1.2s;
	animation-name: box;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* @keyframes lr_solid {
	0% {
		border: 1px solid linear-gradient(45deg,rgba(247, 7, 7, 0.8),rgb(231, 216, 4),rgb(0, 255, 0));
	}
	50% {
		border: 5px solid #fff;
	}
	100% {
		border: 1px solid #fff;
	}
} */
.Appboxer1 span{
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
}
.fangan{
	width:100%;
	
	overflow: hidden;
}
.fangan_1{
	width:1000px;
	margin: 0 auto;
	/* overflow: hidden; */
	text-align:center;
	margin-bottom:80px;
}
.fangan_1 h3{
	display: block;
	margin-top:60px !important;
	margin-bottom:24px;
    font-size:32px;
}
.fan{
	width: 100%;
	height: 1004px;
	position: relative;
	overflow: hidden;
}
.fanimg{
	position: absolute;
	width:100%;
}
.vx_box2_1{
	cursor: pointer;
}
.vx_box2_1:hover h3{
	color:#4E98FF;
}
.vx_box2_1:hover p{
	color:#4E98FF;
}
.falist li:hover{
	color:#4E98FF;
}
.fan1{
	position: absolute;
	width:800px;
	text-align:center;
	left:50%;
	margin-left:-400px;
}
.fan1 h3{
	margin-top:60px !important;
	margin-bottom:24px;
	font-size:32px;
	color:#fff;
}
.fan1 p{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.fan2{
	position: absolute;
	width:80%;
	left:50%;
	margin-left:-40%;
	margin-top:300px;
}
.fan2 ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.fan2 li{
	width:48%;
	padding:38px 43px;
	box-sizing: border-box;
	margin-bottom:40px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	border-radius: 24px 24px 24px 24px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/kk.png") no-repeat;
	background-position:right bottom;
	background-color:rgba(255,255,255,0.8);
	transition: all 1s;
}
.fan2 div{
	/* width:400px; */
}
.fan2 li>img{
	width:48px;
	height:48px;
	margin-bottom:30px;
}
.fan2 h4{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	margin-bottom:15px;
}
.fan2 p{
	font-size:14px;
}
.fantwo{
	    width: 100%;
		    overflow: hidden;
}
.fantwo1{
	width:100%;
	text-align:center;
	
}
.fantwo1 h3{
	font-size:32px;
	margin-top:60px !important;
	margin-bottom:24px;
}

.fantwo3{
	width:80%;
	margin: 0 auto;
	margin-top:60px;
}
.fantwo3 ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.fantwo3 li{
	width:30%;
	padding:30px 33px;
	box-sizing: border-box;
	margin-bottom:40px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	border-radius: 24px 24px 24px 24px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/kk.png") no-repeat;
	background-position:right bottom;
	background-color:rgba(255,255,255,0.8);
	transition: all 1s;
}
.fantwo3 div{
	/* width:400px; */
}
.fantwo3 li>img{
	width:48px;
	height:48px;
	margin-bottom:20px;
}
.fantwo3 h4{
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin-bottom:15px;
}
.fantwo3 p{
	font-size:14px;
}
.donglist{
	width:80%;
	margin: 0 auto;
	margin-top:130px;
}
.donglist1{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:88px;
}
.dongli1{
	width:40%;
}
.dongli1 h4{
	font-size: 34px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}
.dongli1 h3{
	font-size: 28px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom:43px;
}
.dongli1 p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	text-indent:2em;
}
.shuliang{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.shuliang ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #ccc;
	color: #FFFFFF;
}
.shuliang h3{
	font-size:60px;
	font-weight:600;
	line-height:80px;
	font-family: 'Youshe', sans-serif;
}
.shuliang span{
	font-size: 20px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}
.shuliang p{
	font-size: 24px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
}
.news{
	width:85%;
	margin-top:80px;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.dongl_2{
	float:left;
	margin-top:20px;
}
.lr_sdif{
	position: absolute;
	top:0px;
    right:-255px;
}

.news1{
	width:50%;
}
.news1 img{
	width:100%;
	transition: all 0.5s;
}
.news1 img:hover{
	transition: all 0.5s;
	transform: scale(1.03);
}
.news2{
	width:45%;
}
.news2 h3{
	font-size: 40px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
}
.news2 h2{
	font-size: 30px;
	font-weight: 500;
	color: #333333;
}
.news2 div{
	margin-top:10%;
}
.news2 p{
	/* margin-bottom:40px;
	text-indent:26px;
	line-height:30px; */
	font-size:18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	text-indent:2em;
}
.news2 p>span{
	color: #4E98FF;
	font-weight:bold;
}
.myfw{
	width: 100%;
	height: 890px;
	background: url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/sha.png") no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.myfw1{
	width:600px;
	margin: 0 auto;
	text-align: center;
}
.myfw1 h3{
	margin-top:60px !important;
	margin-bottom:30px !important;
	font-size: 44px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
}
.myfw1 p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.back1{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro7.png") !important;
	background-size:100% 100% !important;
}
.back2{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/lr_news2.png") !important;
    background-size:100% 100% !important;
}
.back3{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/lr_news4.png") !important;
    background-size:100% 100% !important;
}
.back4{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/lr_news3.png") !important;
    background-size:100% 100% !important;
}
.myfw1_h h3{
	font-size:22px;
}
.lr_fanlunbo{
	width: 444px;
	height: 221px;
	background-color: #3FADE3;
	position: absolute;
	top: 22px;
	left: 375px;
	overflow:hidden;
}
.btnr{
	width: 45px;
	height:45px;
	transition: all 0.5s;
}
.btnr:hover{
	transition: all 0.5s;
	transform: scale(1.3);
}
.seshi{
	width:100%;
	height:680px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/kias.png") no-repeat;
	background-size:100% 100%;
	position:relative;
}
.seshi_1{
	width:100%;
	float:left;
	text-align: center;
	overflow: hidden;
}
.seshi_1 h3{
	font-size:38px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:160px !important;
	margin-bottom:30px !important;
}
.seshi_1 p{
	font-size:44px;
	font-weight: 500;
	color: #FFFFFF;
}
.seshi_2{
	width:80%;
	height: 276px;
	margin:0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	border-radius: 24px 24px 24px 24px;
	position: absolute;
	left:50%;
	margin-left:-40%;
	bottom:-130px;
	overflow: hidden;
}
.seshi_2 img{
    transition: all 0.5s;
}
.seshi_2 li:hover img{
	transition: all 0.5s;
	transform: scale(1.2);
}

.lr_wxlist img{
	width:190px;
	height:54px;
	position:absolute;
	cursor: pointer;
	    transition: all 0.5s;
}
.lr_wxlist img:hover{
	transition: all 0.5s;
	transform: scale(1.2);
}
.lr_wximg1{
	margin-top:150px;
	margin-left:-25px;
}
.lr_wximg2{
	margin-top:310px;
	margin-left:-100px;
}
.lr_wximg5{
	margin-top:510px;
	margin-left:-25px;
}

.lr_wximg3{
	margin-top:150px;
	 right:-25px;
}
.lr_wximg6{
	margin-top:310px;
	right:-100px;
}
.lr_wximg4{
	margin-top:510px;
	right:-25px;
}
.lr_wximg7{
	width:135px !important;
	height:135px !important;
	margin-top: 270px;
	left: 50%;
	margin-left: -66.5px;
	transition: all 2s;
	animation: lr_word 2s infinite linear;
}

@keyframes lr_word {
	0% {
		transform: scale(0.8);
	}
    50% {
    	transform: scale(1);
    }
	100% {
		transform: scale(0.8);
	}
}

.lr_wxlist{
	width:670px;
	height:670px;
	position: absolute;
	right:10%;
	bottom: 0;
    background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/img/weixi1.png") no-repeat;
	background-size:100% 100%;
}
.seshi_2 li{
	width:20%;
	padding:0% 3%;
	height:276px;
	box-sizing: border-box;
	float: left;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	text-align:center;
}
.seshi_2 h5{
	font-size:24px;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.seshi_2 p{
	font-size: 14px;
	font-weight: 500;
	color: #747474;
}
.wyfa{
	width:100%;
	margin-top:200px;
}
.wyfa1{
	width: 760px;
	text-align:center;
	margin: 0 auto;
}
.wyfa1 h3{
	margin-bottom:24px;
	font-size:34px;
}
.wyfa1 p{
	color:#333333;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 30px;
}
.zhcheng{
	    width: 80%;
	    margin: 0 auto;
	    height: 450px;
	    overflow: hidden;
	    margin-top: 60px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.zhch{
	width:30%;
	position: relative;
}
.zhcheng1{
	width:100%;
	position: absolute;
	bottom:-550px;
}
.zhchenli{
	animation:exam_1 1.5s infinite;
	animation-iteration-count: 1;
	animation-fill-mode :forwards;
}
@keyframes exam_1 {
  0% {
	  bottom:-450px;
   }
   100% {
   	   bottom:-100px;
    }
}




.zhcheng1 h3{
	margin-bottom:10px;
	font-size: 24px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
}
.zhcheng1 p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 31px;
	text-indent:40px;
}
.zhcheng2{
	width:60%;
	height:450px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro7.png") no-repeat;
	background-size:100% 100%;
	overflow: hidden;
	
}
.zhcheng2 div{
	width:25%;
	height:100%;
	float:left;
	border-right:1px solid #ccc;
	transition: 0.3s all;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	cursor: pointer;
}
.zhche3{
	width:40% !important;
	transition: 0.3s all;
}
.zhche4{
	width:20% !important;
	animation:0.5s;
}
.zixunbox{
	width:80%;
	text-align: center;
	margin: 0 auto;
	/* overflow: hidden; */
	margin-top: 100px
}
.zixunbox1{
	float:left;
	width:100%;
}
.zixunbox1 h3{
	margin-top:110px !important;
	margin-bottom:30px;
	font-size: 42px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 49px;
}
.zhcheng2>div:nth-child(4){
	border:none;
}
.zixunbox1 p{
	font-size: 18px;
	font-family: 'PINGFANG_REGULAR', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 21px;
}
.zixunbox2{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top: 30px;
}
.zixunbox2_1{
	width: 63%;
}
.zixunbox2_1 img{
	width:100%;
	transition: all 1s;
}
.zixunbox2_2{
	width:37%;
}
.zixunbox2_2 img{
	width:100%;
	transition: all 1s;
}
.falist{
	width:80%;
	margin:0 auto;
	overflow: hidden;
}
.falist li{
	float: left;
	line-height:120px;
	margin-right:50px;
	font-size: 26px;
	color: #8D8D8D;
	cursor: pointer;
}
.zkslist{
	width:80%;
	min-height:300px;
	margin: 0 auto;
	display: none;
	overflow: hidden;
}
.Gaoling{
	display: block;
}
.zkslist1{
	width:30%;
	height:470px;
	background: #FFFFFF;
	border-radius: 24px 24px 24px 24px;
	margin-bottom:20px;
	overflow: hidden;
	float:left;
	margin-right:5%;
}
.zkslist1:nth-child(3n){
	margin-right:0%;
}
.zkslist2{
	position: relative;
	transition: all 1s ease;
}
.zkslist2:hover{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro12.png") no-repeat;
	background-size:100% 100%;
	transition: all 1.5s;
}
.zkslist2:hover span{
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: initial;
	white-space: initial;
	text-indent: 20px;
}
.zkslist2:hover img{
	position:absolute;
	animation:lr_top 1.5s;
	transition: all 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; 
}
.pagination a{
	display:inline-block !important;
	width:42px;
	height:42px;
	line-height:38px !important;
	border-radius:50% !important;
	margin-right:10px;
	padding: 0 !important;
	text-align: center;
}
.pagination > .active > a{
	background-color:#409EFF !important;
	border: 1px  solid #409EFF !important;
}
.pagination > .active > a:hover{
	color:#fff !important;
}
.zkslist2:hover figcaption{
	position:absolute;
	animation:lr_top 1.5s;
/* 	animation-iteration-count: 1; */
	animation-fill-mode: forwards; 
}
@keyframes lr_top {
   0% {
	  top:0px;
   }
   100% {
   	  top:-280px;
   }
}
.zkslist2>figure>img{
	position:absolute;
	width:100%;
	height:280px;
	transition: all 1s ease;
}
.zkslist2 figcaption{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	position: absolute;
    margin-top: 280px;
	transition: all 1s ease;
}
.zkslist2 figcaption>p{
	font-size: 14px;
	font-weight: 400;
	color: #8D8D8D;
	line-height: 27px;
}
.zkslist2 figcaption>h3{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.zkslist2 figcaption>span{
	display:inline-block;
	width:100%;
	font-size:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:0px;
	margin-top:15px;
	color: #333;
}
.sdimg{
	display:inline-block;
	width:100%;
	height:40px;
	display:flex;
	align-items:center;
	color: #747474;
	font-size:12px;
}
.sdimg img{
	width:60px;
	height:18px;
	margin-left:20px;
}
.zkslist2{
	width:100%;
	height:470px;
	/* background-color: #fff; */
	color:#fff;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.zkslist3{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro12.png") no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;
	padding:20px;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	display:none;
}
.lr_bj{
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro12.png") no-repeat;
	background-size:100% 100%;
}
.zkslist1>div{
	/* position: absolute;
    backface-visibility: hidden;
	transition: 2s all; */
}
.zkslist3 span{
	font-size: 14px;
	font-weight: 400;
	color: #8D8D8D;
	display: block;
	margin-bottom:28px;
}
.zkslist3 h3{
	font-size: 24px;
	font-weight: 400;
	color: #333;
	display: block;
	margin-bottom:28px;
}
.zkslist3 p{
	display: block;
	font-size:14px;
	font-weight: 400;
	color: #333;
	margin-bottom:28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hezuo{
	width:100%;
/* 	overflow: hidden; */
}
.xunhunlist{
	width:800px;
	margin: 0 auto;
	text-align: center;
}
.xunhunlist>div{
	display:none;
}
.xunhunlist h3{
	font-size:26px;
	font-weight: bold;
	line-height:60px;
}
.xunhunlist p{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}
.hezuo1{
	width:800px;
	margin: 0 auto;
	text-align: center;
	margin-top:60px;
}
.hezuo1 h3{
	font-size:32px;
	font-weight: 500;
	color: #333333;
	margin-bottom:30px;
}
.hezuo1 p{
/* 	font-size:14px; */
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.po{
	margin-top:100px;
}
.poilist{
	width:80%;
	height:700px;
	margin: 0 auto;
	position:relative;
	margin-top:50px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro13.png") no-repeat;
	background-size:100% 100%;
}
.poilist1{
	height:480px;
}
.poilist1>div{
	z-index:2;
}
.poilist2{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 380px;
	z-index:99;
}
.poilist2 img{
	width:900px;
}
.contimg{
	overflow:hidden;
	width:100%;
}
.contimg>img{
	width: 26px;
	height: 26px;
	float: left;
	margin-right:5px;
}
.contimg p{
	line-height:20px;
}
.po1{
	position: absolute;
	width:120px;
	top:120px;
	left:50px;
	
}
.po2{
	position: absolute;
	width:120px;
	top:50px;
	left:240px;
}
.po3{
	position: absolute;
	width:80px;
	top:250px;
	left:400px;
}
.po4{
	position: absolute;
	width:120px;
	top:100px;
	left:460px;
}
.po5{
	position: absolute;
	width:120px;
	top:30px;
	left:650px;
}
.po6{
	position: absolute;
	width:80px;
	top:220px;
	left:800px;
}
.po7{
	position: absolute;
	width:120px;
	top: 220px;
	left: 1000px;
}
.po8{
	position: absolute;
	width:150px;
	top: 39px;
	left: 1150px;
}
.po9{
	position: absolute;
	width:150px;
	top: 185px;
	left: 986px;
}
.po10{
	position: absolute;
	width: 150px;
	top: 6px;
	left:850px;
}
.poilist1>div>img{
	width:100%;
}
.poilist1>div>div{
	display:none;
}
.poilist1>div:hover div{
	display: block;
	margin: 0 auto;
	position: absolute;
	border-radius:15px;
	padding:15px;
	box-sizing: border-box;
	top:-95px;
	left: 50%;
	margin-left:-134px;
	width:268px;
	height:100px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/img/duihua.png") no-repeat;
	background-position:-30px 0px 0px 0px;
	background-size:100% 100%;
	z-index:9999;
	/* background-color:#fff ; */
}
.wef{
	width:100%;
	height:900px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Gro14.png")no-repeat;
	background-size:100% 100%;
	padding-top:50px;
	position: relative;
}
.wef h3{
	font-size: 50px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: inherit;
}
.wef1{
	width:450px;
	margin:0 auto;
	height:100px;
	position: relative;
/* 	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/Joinus.png") no-repeat;
	background-size:100% 100%; */
	text-align:center;
	line-height:100px;
	font-size:50px;
	color: #FFFFFF;
}
.wef1 img{
	width:100%;
	height:100px;
	position: absolute;
	left: 0;
}
.wef2{
	width:70%;
	background:rgba(255,255,255,0.56);
	position: absolute;
	left:50%;
	margin-left:-35%;
	margin-top:50px;
	padding:50px 150px;
	box-sizing: border-box;
	border-radius:34px;
}
.wef2_1{
	text-align: center;
}
.wef2_1 h2{
	margin-bottom:20px;
	font-size: 32px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
}
.wef2_1 p{
	color:#333;
	font-size:18px;
	line-height:26px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 32px;
}
.wef2_2{
	text-align: center;
}
.wef2_2 h3{
	line-height:80px;
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
}
.wef2_4 p{
	margin-bottom:0;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #4E4E4E;
}
.wef2_2 ul{
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
}
.wef2_2 li{
	width:150px;
	margin:0px 10px;
	background-color: #FFFFFF;
	line-height:60px;
	border-radius:4px;
	cursor:pointer;
	
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.wef2_2 li:hover{
	background-color:#4E98FF;
	color:#fff;
}
.AppNews2_zx>img{
	transition: all 0.5s;
}
.AppNews2_zx>img:hover{
	transition: all 0.5s;
	transform: scale(1.2);
}
.wef2_3{
	text-align: center;
}
.lr_fanhui{
	width: 170px;
	height:50px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/queding.png");
	background-size:100% 100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	position:absolute;
	right: 140px;
	bottom:-90px;
	cursor: pointer;
	font-size: 20px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight:500;
}
.wef2_3 h3{
	line-height:100px;
	font-size: 24px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
}
.wef2_4{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.wef2_4 div{
	display:flex;
	align-items:center;
}
.wef2_4 div>img{
	width:32px;
	height:32px;
    margin-right:10px;
}
.wzsj_2_list div:hover{
	background-color:#4E98FF;
	color:#fff;
	border-radius:38px 0px;
	border:none;
}
.wzsj_2_list div:hover img{
	transition: all 0.5s;
	transform: scale(1.15);
}
.shji_4 div:hover{
	background-color:#4E98FF;
	color:#fff;
	border-radius:38px 0px;
}
.wef3{
	width:70%;
	background:rgba(255,255,255,0.56);
	position: absolute;
	left:50%;
	margin-left:-35%;
	margin-top:50px;
	box-sizing: border-box;
	border-radius:34px;
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.zwdata1{
	width:80%;
	height:400px;
	padding:0px 50px;
	margin-bottom:20px;
	box-sizing: border-box;
	cursor: pointer;
}
.zwdata_iu{
	width:100%;
	height: 380px;
	overflow-y: scroll;
}
.zwdata_iu::-webkit-scrollbar {
	display:none;
}
.zwdata1 h3{
	width:100%;
	text-align:center;
	font-size: 32px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	    margin-top: -35px;
}
.zwdata1 p{
	font-size: 26px;
	line-height:70px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
}
.zwdata1 span{
	font-size: 20px;
	    font-family: PingFang SC-Regular, PingFang SC;
	    font-weight: 400;
	    color: #333333;
	    line-height: 32px;
}
.zwdata_iu span>p{
	font-size:16px !important;
	line-height:24px;
	font-weight:500;
}
.zwdata2{
	width:40%;
	height:600px;
	padding:50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	border-radius: 0px 34px 34px 0px;
	opacity: 1;
	border-image: linear-gradient(134deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 1 1;
}
.zwdata2 h3{
	font-size: 34px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.zwdata2 h4{
	font-size: 28px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	line-height:80px;
	color: #333333;
}
.zwdata2 li{
	width:100%;
	border-bottom:1px solid rgba(51,51,51,0.38);
	padding-top:30px;
	padding-bottom:15px;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,0.7);
}
.zwdata2 img{
	width:20px;
	height:20px;
	margin-right:10px;
}
.lr_fangan{
	width:100%;
	height:800px;
	background:url("https://lingrhd-ob.oss-cn-beijing.aliyuncs.com/pc/backend/image/jiejueback.png") no-repeat;
	background-size:100% 100%;
}
.lr_fangan1{
	width:100%;
	text-align:center;
	margin-top:60px;
}
.lr_fangan1 h3{
	font-size: 44px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 52px;
	margin-bottom:24px;
}
.lr_fangan1 p{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.lr_fangan2{
	width:1000px;
	height:500px;
	margin: 0 auto;
	margin-top:150px;
	/* background-color: #3FADE3; */
	position: relative;
}
.lr_fgimg{
	width:1000px;
	height:500px;
}
.lr_fangan2 p{
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.lr_p1{
	position: absolute;
	top:-70px;
	left:0px;
}
.lr_p2{
	position: absolute;
	top:0px;
	left:-80px;
}
.lr_p3{
	position: absolute;
	top:70px;
	left:-180px;
}
.lr_p4{
	position: absolute;
	top:-70px;
	right: 0;
}
.lr_p5{
	position: absolute;
	top:0px;
	right: -280px;
}
.lr_p6{
	position: absolute;
	top:70px;
	right: -320px;
}
.anlidata{
	width:1500px;
	position:relative;
	left:50%;
	margin-left:-750px;
	margin-top:300px;
	z-index:2;
	overflow: hidden;
	    margin-bottom: 30px;
}
.alate{
	background-color:#fff;
	width:1062px;
	padding:32px;
	float: left;
	box-sizing: border-box;
}
.alate1{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.alate1 img{
	width:39px;
	margin-right:7px;
}
.alate1 div{
	display: flex;
	align-items: center;
}
.lr_fixed{
	    position: fixed;
	    right: 50%;
	    margin-right: -750px;
	    top: 129px;
		animation:5s ease-in-out;
}
.alate1 span{
	font-size: 24px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #1D2129;
}
.alate1 p{
	font-size: 24px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #1D2129;
}
.alate2{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.alate2 span{
	display:inline-block;
	width: 95px;
	height: 3px;
	background: #3FADE3;
	border-radius: 2px 2px 2px 2px;
}
.alate2 h3{
	font-size: 20px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #1D2129;
	letter-spacing: 7px;
}
.alate2 p{
	font-size: 40px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	color: #3FADE3;
}
.alate3{
	width:100%;
	margin-top:20px;
}
.alate3 img{
	width:100%;
}
.lr_mx{
	width:100%;
	height:1px;
	position:relative;
}
.lr_mx1{
	position: absolute;
	z-index:11;
	width:220px;
	right:238px;
	top: 93px;
}
.lr_mx2{
	position: absolute;
	z-index:11;
	width:220px;
	right:72px;
	top:212px;
}
.alright{
	width:438px;
	height: 671px;
	float:right;
	padding:40px;
	box-sizing: border-box;
	background: linear-gradient(144deg, #82D6FF 0%, #3FADE3 100%);
}
.lr_ul{
	width:100%;
}
.lr_ul h3{
	font-size: 26px;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
	color: #FFFFFF;
}
.lr_ul li{
	line-height:44px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.lr_figure{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.lr_figure img{
	width:44px;
	height:44px;
	transition: all 0.5s;
}
.lr_figure img:hover{
	transition: all 0.5s;
	transform: scale(1.2);
}
.lr_figure figure{
	text-align:center;
	margin-top:50px;
}
 .lr_figure figcaption{
	 font-size: 18px;
	 font-weight: 400;
	 color: #FFFFFF;
	 margin-top:16px;
 }
 .lr_alcp{
	 width:100%;
	 margin-top:80px;
 }
.lr_alcp p{
	 font-size:28px;
	 font-weight: bold;
	 color: #FFFFFF;
	 line-height: 38px;
 }
 .lr_alzx{
	 width: 204px;
	 height: 50px;
	 border-radius: 0px 26px 0px 26px;
	 opacity: 1;
	 border: 1px solid #FFFFFF;
	 margin-top:24px;
	 text-align:center;
	 line-height:50px;
 }
 .lr_alzx a{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF; 
	 
 }
 .lr_alzx a:hover{
	 color:#fff !important;
 }
 .alate4{
	 width:100%;
	 display: flex;
	 justify-content: center;
	 align-items:center;
	 flex-direction:column;
 }
.alate4 h3{
	 font-size: 40px;
	 font-weight: bold;
	 color: #3FADE3;
 }
.alate4 p{
	 font-size: 20px;
	 font-weight: 500;
	 color: #1D2129;
	 line-height: 20px;
	 letter-spacing: 7px;
 }
 .lr_anper{
	 position: absolute;
	 bottom:0px;
	 right: 0px;
	/* animation: lr_bottom 1s ease-in-out;
	 animation-fill-mode:forwards; */
 }
/* @keyframes lr_bottom {
	from{
		 bottom:500px;
		 right:0px;
	}
	to {
	   bottom:0px;
	   right: 0px;
	}
} */
.zhehzoa{
	width:999px;
	height: 304px;
	background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
	position: absolute;
	bottom: 136px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhehzoa img{
	width:266px;
	height:46px ;
}
.zhehzoa figure{
	text-align: center;
	font-size: 20px;
	color: #1D2129;
}
.zhehzoa p{
	line-height:84px;
	font-weight: 400;
	font-size: 20px;
	color: #1D2129;
}
.zhehzoa a{
	display: inline-block;
	width: 204px;
	height: 50px;
	line-height:50px;
	border-radius: 0px 26px 0px 26px;
	border: 1px solid #40AFE5;
	font-size: 18px;
	color: #40AFE5;
}
 .lr_size{
	 width:100%;
	 display:flex;
	 justify-content:center;
	 align-items: center;
 }
 .lr_Appimg2{
	 display: none;
 }
 .lr_Appboximg2{
	 display: none;
 }
 .lr_Appboximg1{
 	 display: block;
 }

@media screen and (max-width: 1200px) {
	.Appbox{
		height:auto;
	}
	.lr_Appimg1{
		 display: none;
	}
	.lr_Appimg2{
		 display: block;
		 bottom:-10rem !important;
	}
	.lr_Appboximg1{
		display:none;
	}
	.lr_Appboximg2{
		 display: none;
		 width:200px !important;
	}
	.Appbox p{
	    width:100% !important;
		font-size:3rem !important;
	}
	.wzsj_2_box p{
	    width:100% !important;
		font-size:3rem !important;
	}
	.wzsj_2_box{
		font-size:3rem !important;
	    width:100% !important;
	}
	.shji {
		width: 100%;
		height: 696px !important;
	}
	.box1{
		height:auto;
	}
	.AppNews2{
		flex-wrap: wrap;
	}
	.AppNews{
		height:auto;
		padding:20px;
		box-sizing: border-box;
	}
	.Appimg{
		height:auto;
	}
	.AppNews1 {
	    width: 100%;
	    margin-top: 110px;
	}
	.AppNews2_1{
		width:100%;
		margin-bottom:20px;
	}
	.AppCen2{
		height:auto;
	}
	.AppCen2_1{
		width:100%;
		padding:20px;
		box-sizing: border-box;
	}
	.AppCen{
		height:auto;
	}
/* 	.AppCen2_2{
		display: none;
	} */
	.AppCen1_1 p{
		width:100%;
		padding-left:20px;
		box-sizing: border-box;
	}
	.falist{
		width:90% !important;
	}
	.zkslist{
		width:90% !important;
	}
	.zixunbox2{
		width:100% !important;
	}
	.AppCen2_1 span{
		font-size:28px;
	}
	.AppCen1_1>span{
		display:none;
	}
	.fuWu_tit p{
		font-size:28px;
	}
	.fuWu{
		height: auto;
	    overflow: hidden;
	}
	.fuWu_box{
		width:100%;
	}
	.fuWu_box1>div{
		width:100%;
	}
	.fuWu_box1{
		width:50%;
		overflow: hidden;
	}
	.fuWu_box2{
		width:50%;
		overflow: hidden;
	}
	.zixunbox2_2{
		height: auto !important;
	}
	.fuWu_box1 text {
	    font-size:24px;
	}
	.fuWu_box2 text {
	    font-size:24px;
	}
	.AppNews2_1 p{
	    font-size:26px;
		line-height:40px;
	}
	.AppNews2_zx{
		 font-size:26px;
	}
	.horizontal{
		width:90% !important;
		    margin: 0 auto;
	}
	.AppNews1 p{
		 font-size:24px;
	}
	.fangan_1{
		width:80%;
	}
	.fangan_1 p{
		font-size:22px;
	}
	.fan{
		width: 100%;
		height:900px;
	}
	.fan1 p {
	    font-size: 26px;
	}
	.fan2{
		width:90%;
		left: 45%;
	}
	.fan2 p {
	    font-size: 22px;
	}
	.fantwo3 {
	    width: 90%;
	}
	.fantwo3 li {
	    width: 100%;
	}
	.fantwo1{
		height:150px;
	}
	.fantwo1 p{
		 font-size: 26px;
	}
	.fantwo3 h4 {
	    font-size: 26px;
	}
	.fantwo3 p {
	    font-size: 22px;
	}
	.Appbox{
		width:100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.Appimg {
	    height: 100%;
	}
	.Appboximg {
	    width: 400px;
	    height: 250px;
	}
	.wzsj_2 {
	    width:60%;
		position: absolute;
		z-index:5;
		right: 0;
		top: 50%;
		margin-top:-150px;
		background-color:#fff;
		padding:20px;
		border-radius:12px 0px 0px 12px;
	}
	.wzsj_2_box p{
		font-size: 20px;
		font-family: PingFang SC-Medium, PingFang SC;
		font-weight: 500;
		color: #333333;
		line-height: 44px;
		-webkit-background-clip: text;
		text-indent: 40px;
	}
	.xxs{
		height:1400px;
	}
	.shji_3 {
	    font-size:24px;
	}
	.xxs_1{
		width:100%;
		height:auto;
	    position: initial;
		margin-left:0px; 
		margin-top: 0px;
	}
	.xxs_1{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		
	}
	.xxs_2{
		width:90%;
		margin: 0 auto;
		margin-top:20px;
	}
	.xxs_2_1 p {
	    font-size: 24px;
	}
	.xxs_2_2 span{
		font-size:28px;
	}
	.shji_4 div {
    width: 200px;
    height: 60px;
	line-height:60px;
	}
	.shji_4 div{
	    font-size: 22px;
	}
	.vx_1{
		display:none;
	}
	.hxcj{
		height:auto;
	}
	.hxcj_box{
		width:95%;
		margin:2.5%;
	}
	.hxcj_box>div{
		width:48%;
	}
	.navlist ul{
		width:95%;
		height:100px;
	}
	.navlist li{
		font-size:12px;
		margin:1%;
		height:30px;
		line-height:30px;
	}
	.navbox1>div {
	    width:50%;
		height:200px;
	}
	.navbox1 img{
		width:100%;
		height:100%;
	}
	.donglist{
		height:270px;
		margin-bottom: 200px;
		
	}
	.dongl_1 h3{
		font-size:22px;
	}
	.dongl_1 p{
		font-size:16px;
	}
	.navbox{
		margin-bottom:30px;
	}
	.dongl_2{
		display:none;
	}
	.zixunbox1 p{
		font-size:20px;
	}
	.zixunbox{
		width:90% !important;
	}
	.zkslist{
		width:90%;
		margin-bottom:50px;
	}
	.falist{
		width:90%;
	}
	.zkslist1{
		width:45%;
		margin:1%;
		margin-bottom:30px;
	}
	.falist li{
		font-size:40px;
	}
	.dongli1{
		width:100%;
	}
	.donglist1{
		flex-direction: column;
	}
	.news{
		width:100%;
		flex-direction: column;
	}
	.news1{
		width:100%;
	}
	.news2{
		width:100%;
	}
	.myfw1{
		width:95%;
	}
	.seshi {
		width: 100%;
		height: 500px;
		margin-top: 20px;
	}
	.fuWu_box2>div{
		width:100%;
	}
	.seshi_2 {
	    width: 95%;
	    height: 211px;
	    left: 50%;
	    margin-left: -47.5%;
		padding:10px 0px;
	}
	.seshi_2 li {
	    width: 33.33%;
	    padding: 0% 2%;
		height: auto;
	}
	.seshi_2 p {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	}
	.wyfa1{
		width:95%;
		margin:0 auto;
	}
	.zhcheng{
		width:95%;
		flex-direction:column;
	}
	.zhcheng1{
		width:100%;
		display:none;
	}
	.zhchenli{
		display: block !important;
	}
	.zhcheng2{
		width:100%;
	}
	.myfw{
		display:none;
	}
	.zhcheng2{
		height: 300px;
		margin-top:15px;
	}
	.hezuo1{
		width:95%;
	}
	.poilist{
		width:95%;
		height:200px;
	}
	.poilist1{
		display:none;
	}
	.poilist2 img{
		width:100%;
	}
	.wef{
		height:880px;
		margin-bottom:50px;
		padding-bottom:20px;
	}
	.wef1{
		width:95%;
		height: 54px;
		font-size:20px;
		line-height:54px;
	}
	.wef2{
		width:95%;
		left:5%;
		margin-left:-2.5%;
		padding:10px
	}
	.wef2_2 ul{
		flex-direction: column;
	}
	.wef2_2 li{
		width:48%;
		margin:1%;
	}
	.wef2_4{
		width:100%;
		flex-direction: column;
	}
	.wef2_4 div{
		width:100%;
		text-align:left;
		margin-bottom:10px;
	}
	.wef3{
		width:95%;
		left: 5%;
		margin-left: -2.5%;
		flex-direction: column;
	}
	.zwdata1{
		width:100%;
		padding:10px;
	}
	.zwdata2{
		width:100%;
		padding:10px;
		 border-radius:34px;
	}
	.zwdata1 p {
	    font-size: 20px;
	    line-height:40px;
	}
	.zwdata1 span {
	    font-size: 14px;
	    line-height:20px;
	}
	.lr_fanhui {
		bottom: 30px;
    }
	.zwdata2{
		height: auto;
	}
	.zwdata2 li {
		width: 100%;
		border-bottom: 1px solid rgba(51,51,51,0.38);
		padding-top: 10px;
		font-size:14px;
	}
	.zwdata2 li:nth-last-child(1) {
		border:none;
	}
	.zwdata2 h4{
		font-size: 20px;
		font-weight: 400;
		line-height:40px;
	}
	.zwdata2 h3{
		font-size: 28px;
	}
}