.fl {
  float: left;
}
.fr {
  float: right;
}
#info{
	position: relative;
	top: -90px;
}
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.flexBetween {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lpk_nav {
  position: fixed;
  top: -100%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/navbg.png);
  background-size: cover;
  transition: 0.4s;
}
.lpk_nav .close {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
  z-index: 5;
}
.lpk_nav .title {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
}
.lpk_nav .title::before {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 1px;
  height: 21px;
 /* background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box {
  margin: 42px 45px 0;
  position: relative;
}
.lpk_nav .box::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 232px;
  width: calc(100% - 232px - 176px);
  height: 1px;
/*  background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list h5 {
  position: relative;
}
.lpk_nav .box .list h5::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 21px;
  /*background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list h5::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
.lpk_nav .box .list h5 a {
  margin: auto;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 138px;
  line-height: 48px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 24px;
}
.lpk_nav .box .list .main1 .item::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 66px;
  width: 1px;
  height: 14px;
 /* background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list .main {
  margin-top: 28px;
  position: relative;
}
.lpk_nav .box .list .main::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 66px;
  width: calc(100% - 132px);
  height: 1px;
/*  background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list .main .item {
  position: relative;
}
.lpk_nav .box .list .main .item p {
  margin-bottom: 14px;
}
.lpk_nav .box .list .main .item p a {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 132px;
  line-height: 20px;
  padding: 10px 0;
  border-radius: 21px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.lpk_nav .box .list .main .item ul {
  position: relative;
  /*left: 80px;*/
}
.lpk_nav .box .list .main .item ul::after {
  content: '';
  position: absolute;
  left: -14px;
  top: -14px;
  width: 1px;
  height: calc(100% - 7px);
  /*background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list .main .item ul li {
  position: relative;
}
.lpk_nav .box .list .main .item ul li:last-child p {
  margin-bottom: 0;
}
.lpk_nav .box .list .main .item ul li::after {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  /*background: rgba(255, 255, 255, 0.3);*/
}
.lpk_nav .box .list .main .item ul li p a {
  font-size: 16px;
}
.lpk_nav .box .list .main .item ul .li p a {
  border-radius: 31px;
}
.lpk_nav .box .list1 {
  width: 465px;
  margin-right: 40px;
}
.lpk_nav .box .list3 {
  margin-right: 50px;
  width: 132px;
}
.lpk_nav .box .list3:last-child {
  margin-right: 0;
}
.lpk_nav .box .list4 .main .item ul:last-child {
/*  left: 160px;
  margin-top: 14px;*/
}
.lpk_nav .box .list5 {
  margin-left: 30px;
}
.lpk_nav .box .list5 .main .item ul::after {
  height: calc(100% - 14px);
}
.lpk_nav .footer_but {
  margin: 0 45px;
}
.lpk_nav.active {
  top: 0%;
}
.lpk_pro {
  padding: 90px 0;
  border-top: 1px solid #eee;
}
.lpk_pro h5 {
  font-size: 36px;
  text-align: center;
  max-width: 945px;
  margin: auto;
  line-height: 48px;
  position: relative;
}
.lpk_pro h5::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9B4746, #E96232, #4B9D79, #3C90C1, #3E4460);
  display: inline-block;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.lpk_pro .box {
  margin-top: 64px;
}
.lpk_pro .box img {
  width: 100%;
}
.lpk_about .box .boxLeft {
  width: 37%;
}
.lpk_about .box .boxLeft .content1 {
  font-size: 48px;
  position: relative;
}
.lpk_about .box .boxLeft .content1::after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: url(../images/icont_5.jpg) no-repeat center;
  width: 60px;
  height: 3px;
  left: 0;
}
.lpk_about .box .boxLeft .content2 {
  margin-top: 54px;
  font-size: 22px;
  color: #333;
  line-height: 40px;
}
.lpk_about .box .boxLeft .content3 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.lpk_about .box .boxLeft .content3 .item {
  width: 45%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.lpk_about .box .boxLeft .content3 .item a {
  line-height: 64px;
  position: relative;
}
.lpk_about .box .boxLeft .content3 .item a p {
  font-size: 18px;
  color: #0068bc;
  transition: 0.4s;
}
.lpk_about .box .boxLeft .content3 .item a i {
  filter: invert(0.5);
  display: flex;
  align-items: center;
}
.lpk_about .box .boxLeft .content3 .item a:hover p {
  font-weight: bold;
}
.lpk_about .box .boxLeft .content4 {
  font-size: 18px;
  color: #999;
}
.lpk_about .box .boxRight {
  width: 58.5%;
}
.lpk_about .box .boxRight video {
  width: 100%;
}
.lpk_about1 {
  margin-top: 97px;
  margin-bottom: 80px;
}
.lpk_about1 .box .boxLeft {
  width: 400px;
}
.lpk_about1 .box .boxLeft h5 {
  font-size: 48px;
}
.lpk_about1 .box .boxLeft p {
  margin-top: 26px;
}
.lpk_about1 .box .boxRight {
  width: calc(100% - 400px);
  font-size: 24px;
  color: #000;
  line-height: 42px;
  text-align: justify;
}
.lpk_about2 {
  padding: 100px 0;
  border-top: 1px solid #eee;
}
.lpk_about2 .box a .boxLeft {
  width: 32%;
}
.lpk_about2 .box a .boxLeft img {
  width: 100%;
}
.lpk_about2 .box a .boxRight {
  width: 68%;
  box-sizing: border-box;
  padding-left: 80px;
}
.lpk_about2 .box a .boxRight .content1 {
  font-size: 28px;
  color: #000;
  position: relative;
}
.lpk_about2 .box a .boxRight .content1::after {
  position: absolute;
  bottom: -24px;
  content: "";
  background: url(../images/icont_5.jpg) no-repeat center;
  width: 60px;
  height: 3px;
  left: 0;
}
.lpk_about2 .box a .boxRight .content2 {
  margin-top: 45px;
}
.lpk_about2 .box a .boxRight .content2 p {
  font-size: 22px;
  color: #666;
  line-height: 46px;
}
.lpk_about2 .box1 .item {
  width: 32%;
  margin-right: 2%;
}
.lpk_about2 .box1 .item:last-child {
  margin-right: 0;
}
.lpk_about2 .box1 .item .content1 img {
  width: 100%;
}
.lpk_about2 .box1 .item .content2 {
  font-size: 24px;
  line-height: 42px;
  margin-top: 32px;
  margin-bottom: 4px;
}
.lpk_about2 .box1 .item .content3 {
  font-size: 22px;
  line-height: 42px;
}
.lpk_investor {
  padding: 76px 0;
}
.lpk_investor h5 {
  font-size: 48px;
  text-align: center;
}
.lpk_investor .box {
  margin-top: 40px;
}
.lpk_investor .box .item {
  width: 25%;
  position: relative;
}
.lpk_investor .box .item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.lpk_investor .box .item a .left {
  width: 50%;
}
.lpk_investor .box .item a .left img {
  width: 100%;
}
.lpk_investor .box .item a .right {
  width: 50%;
  box-sizing: border-box;
  padding: 25px;
  background: url(../images/dsbg.png) 100% 100%;
  background-size: 100% 100%;
}
.lpk_investor .box .item a .right .content1 {
  font-size: 24px;
  color: #000;
  transition: 0.4s;
}
.lpk_investor .box .item a .right .content2 {
  font-size: 20px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}
.lpk_investor .box .item:hover > img {
  opacity: 1;
}
.lpk_investor .box .item:hover a .right .content1 {
  color: #0068BD;
}
.lpk_investor1 {
  background: url(../images/dsbg1.png) 100% 100%;
  background-size: 100% 100%;
}
.lpk_investor1 .box .item a .right {
  background: #fff;
}
.lpk_about3 {
  margin-bottom: 32px;
  margin-top: 90px;
}
.lpk_about3 .title {
  text-align: center;
  margin-bottom: 60px;
}
.lpk_about3 .box {
  position: relative;
}
.lpk_about3 .box .img img {
  width: 100%;
}
.lpk_about3 .box .list {
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lpk_about3 .box .list .item {
  font-size: 22px;
  line-height: 118px;
  min-width: 40%;
}
.lpk_about3 .box .list .item span {
  display: inline-block;
  margin-right: 24px;
}
.lpk_about3 .box .list .item img {
  vertical-align: middle;
  height: 52px;
}
.lpk_about3 .box .list .item:nth-child(2n) {
  text-align: right;
}
.lpk_about3 .box .list .item:nth-child(2n) span {
  margin-right: 0;
  margin-left: 24px;
}
.lpk_about4 {
  min-height: 100px;
  position: relative;
  background: url(../images/aboutbg3.png) no-repeat 50% 50%;
}
.lpk_about4 h5 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding-top: 78px;
}
.lpk_about4 h6 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.lpk_about4 .main {
  position: absolute;
  top: 0 ;
  left: 0;
  width: 100%;
}
.lpk_about4 .img img {
  width: 100%;
}
.lpk_about4 .img1 {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 497px;
}
.lpk_about4 .img1 img {
  width: 100%;
  animation: yuan 5s infinite linear;
}
.lpk_about4 .box {
  position: absolute;
  top: 230px ;
  left: 0;
  width: 100%;
}
.lpk_about4 .box .item {
  margin: 0 auto 22px;
  box-sizing: border-box;
}
.lpk_about4 .box .item .div {
  font-size: 22px;
  color: #fff;
  line-height: 76px;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.lpk_about4 .box .item .div:last-child {
  text-align: right;
}
.lpk_about4 .box .item1 {
  width: 1280px;
}
.lpk_about4 .box .item2 {
  width: 1480px;
}
.lpk_about4 .box .item2 .div:last-child {
  padding-right: 20px;
}
.lpk_about4 .box .item3 {
  width: 1380px;
}
.lpk_about4 .box .item3 .div:first-child {
  left: -20px;
}
.lpk_about4 .box .item4 {
  width: 1400px;
}
.lpk_about4 .box .item4 .div:last-child {
  padding-right: 60px;
}
.lpk_about4 .box .item5 {
  width: 1280px;
}
.lpk_about4 .box .item5 .div:first-child {
  padding-left: 30px;
}
@keyframes yuan {
  to {
    transform: rotate(-1turn);
  }
}
.lpk_footer {
  position: relative;
  transform: initial;
  padding-top: 1px;
  z-index: 1;
}

@media screen and (max-width:1680px){
	.lpk_nav .box{
		/* transform: scale(0.8); */
	}
/* 	.lpk_nav .title img{
		width: 150px;
	}
	.lpk_nav .box .list h5 a {
	    font-size: 15px;
	    width: 115px;
	    line-height: 38px;
	} */
	.lpk_nav .box .list h5 a {
	      font-size: 14px;
    width: 124px;
    height: 50px;
    line-height: 50px;
	}
	.lpk_nav .box .list .main .item p a {
	    width: 110px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.lpk_nav .box .list1 {
	    width: 400px;
	    margin-right: 40px;
	}
	.lpk_nav .title img{
	/*	height: 64px;*/
	}
	.lpk_nav .box::before {
	    width: calc(100% - 232px - 190px);
	}
	
	.lpk_nav{
		overflow: auto;
		padding: 30px ;
	}
	.lpk_nav .box {
	    margin: 42px 0px 0;
	}
	.lpk_nav  .lpk_box{
		transform: scale(0.9);
	}
	.lpk_investor .box .item {
	    width: 33.333%;
	}
}
.fix .footer{
	display: none;
}
@media screen and (max-width:1440px){
	.lpk_nav .box .list1 {
	    width: 384px;
	    margin-right: 26px;
	}
	.lpk_nav .box .list .main1 .item::after {
	    left: 55px;
	}
	.lpk_nav .box .list .main .item ul {
	    /*left: 68px;*/
	}
	.lpk_nav .box .list .main1::after {
	    left: 55px;
	    width: calc(100% - 108px);
	}
	.lpk_nav .box::before {
	    top: -21px;
	    left: 192px;
	    width: calc(100% - 232px - 14px);
	}
	.lpk_nav .box .list3 {
	    margin-right: 30px;
	    width: 107px;
	}
	.lpk_nav .box .list4 .main .item ul:last-child {
	  /*  left: 134px;*/
	}
	.lpk_about4 h5 {
	    font-size: 36px;
	    padding-top: 30px;
	}
	.lpk_about4 h6 {
	    font-size: 18px;
	}
	.lpk_about4 .box {
	    top: 180px;
	}
	.lpk_about4 .box .item .div {
	    font-size: 16px;
	    line-height: 50px;
	}
	.lpk_about4 .box .item1 {
	    width: 80%;
	}
	.lpk_about4 .box .item2 {
	    width: 84%;
	}
	.lpk_about4 .box .item3 {
	    width: 86%;
	}
	.lpk_about4 .box .item4 {
	    width: 84%;
	}
	.lpk_about4 .box .item5 {
	    width: 80%;
	}
	.lpk_about4 .img1 {
	    top: 150px;
	    width: 350px;
	}
	.lpk_about3 .box .list .item {
	    font-size: 18px;
	    line-height: 102px;
	}
	.lpk_about3 .title img{
		height: 36px;
	}
	.lpk_nav .box {
	    width: 120%;
	}
	.lpk_nav .box::before {
	   width: 1124px;
	}
}
.lpk_phone{
	display: none;
}

@media screen and (max-width:1366px){
	.lpk_about4 .img1 {
	    top: 134px;
	}
	.lpk_about4 .box {
	    top: 170px;
	}
	.lpk_about4 .box .item .div {
	    line-height: 46px;
	}
	
}
@media screen and (max-width:669px){
	.lpk_hear{
		display: none;
	}
	.lpk_investor .box .item {
	    width: 100%;
	    position: relative;
	}
	.lpk_nav{
		display: none;
	}
	.fix .footer{
		display: block;
	}
	.lpk_about .box .boxLeft{
		width: 100%;
		margin-top: 30px;
	}
	.lpk_about .box .boxRight{
		width: 100%;
	}
	.lpk_about .box .boxLeft .content1 {
	    font-size: 32px;
	}
	.lpk_about .box .boxLeft .content2 {
	    line-height: 30px;
	}
	.lpk_about .box .boxLeft .content1::after {
	    bottom: -18px;
	}
	.ul_adsid ul li:nth-child(1) {
	    background-size: 40%;
	}
	.ul_adsid ul li:nth-child(2) {
	    background-size: 40%;
	}
	.lpk_about2 .box a .boxLeft{
		width: 100%;
	}
	.lpk_about2 .box a .boxRight{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.lpk_about2 .box a .boxRight .content2 p {
	    font-size: 18px;
	    color: #666;
	    line-height: 35px;
	}
	.lpk_about2 {
	    padding: 50px 0;
	}
	.lpk_about1 .box .boxLeft h5 {
	    font-size: 32px;
		margin-top: 10px;
		
	}
	.lpk_about1 .box .boxLeft p img{
		height: 20px;
	}
	.lpk_about1 .box .boxLeft{
		width: 100%;
	}
	.lpk_about1 .box .boxRight{
		width: 100%;
		margin-top: 20px;
	}
	.lpk_about1 .box .boxRight {
	    font-size: 16px;
	    line-height: 34px;
	}
	.lpk_investor h5 {
	    font-size: 32px;
	}
	.lpk_pc{
		display: none;
	}
	.lpk_phone{
		display: block;
	}
	.lpk_about2 .box1 .item {
	    width: 100%;
	    margin-right: 0;
		margin-bottom: 20px;
	}
	.lpk_about2 .box1 .item .content2 {
	    font-size: 19px;
	    line-height: 34px;
	    margin-top: 20px;
	}
	.lpk_about2 .box1 .item .content3 {
	    font-size: 17px;
	    line-height: 30px;
	}
	.lpk_about1 {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.about_title_as h4 {
	    font-size: 25px;
	}
	.about_title_as h3 {
	    margin-bottom: 25px;
	}
}
