.lpk_box {
  width: 100%;
  height: 100vh;
}
.lpk_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpk_box1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
}
.lpk_box1 .item {
  width: 33.333%;
  position: relative;
}
.lpk_box1 .item .img {
  height: 83%;
  overflow: hidden;
  position: relative;
}
.lpk_box1 .item .img > img {
  width: 100%;
}
.lpk_box1 .item .posi {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 55px;
  box-sizing: border-box;
  top: 76.5%;
}
.lpk_box1 .item .posi .tit {
  font-size: 52px;
  text-transform: uppercase;
  color: #35b9c2;
  font-weight: bold;
  text-shadow: 0px 2px 5px #464646;
}
.lpk_box1 .item .posi .tit span {
  font-size: 40px;
  color: #fff;
  position: relative;
  top: -7px;
}
.lpk_box1 .item .posi .tit1 {
  color: #bd9a52;
}
.lpk_box1 .item .posi .text p {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
}
.lpk_box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}
.lpk_box2 .item {
  width: 50%;
  height: 50%;
  position: relative;
}
.lpk_box2 .item .img {
  width: 100%;
  height: 100%;
}
.lpk_box2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpk_box2 .item .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.lpk_box2 .item .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpk_box2 .item .text {
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 0 56px;
  box-sizing: border-box;
}
.lpk_box2 .item .text .contont1 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.lpk_box2 .item .text .contont2 {
  font-size: 30px;
  color: #666;
}
.lpk_box2 .item .text .contont3 {
  line-height: 4px;
}
.lpk_box2 .item .text .contont3 span {
  width: 428px;
  height: 1px;
  background: #333;
  display: inline-block;
}
.lpk_box2 .item .text .contont4 {
  margin-top: 8px;
  padding-bottom: 24px;
}
.lpk_box2 .item .text .contont4 p {
  color: #666;
  font-size: 18px;
}
.lpk_box2 .item:nth-child(2n) .text {
  text-align: left;
}
.lpk_box2 .item:hover .img1 {
  opacity: 0;
}
.lpk_box2 .item:hover .text {
  opacity: 0;
}
.lpk_box3 {
  width: 100%;
  height: 100vh;
}
.lpk_box3 .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.lpk_box3 .box .item {
  width: 100%;
  height: 100%;
}
.lpk_box3 .box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexBetween {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexCenter {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index_header {
  position: fixed;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  width: 100%;
  z-index: 9;
}
.index_header .box {
  padding: 0 32px 0 75px;
}
.index_header .box .boxLeft .logo a {
  display: block;
}
.index_header .box .boxLeft .logo a img {
  height: 55px;
}
.index_header .box .boxLeft .wenan {
  margin-left: 50px;
}
.index_header .box .boxRight .nav_item .item {
  margin: 0 25px;
}
.index_header .box .boxRight .nav_item .item a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.index_header .box .boxRight .call_item {
  margin-left: 60px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.index_head .wenan {
  margin-left: 50px;
}
.index_head .call_item {
  margin-left: 60px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.index_head .nynav {
  margin-right: 60px;
}
.cont_box {
  background: #2b292b;
}
.cont_box .box {
  height: 100vh;
  width: 100%;
}
.cont_box .box .boxLeft {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.cont_box .box .boxLeft .main {
  margin-left: 60px;
}
.cont_box .box .boxRight {
  width: 100%;
}
.cont_box .box .boxRight img {
  width: 100%;
  object-fit: cover;
}
.cont_box1 {
  background: #2b292b;
  display: flex;
  align-items: center;
  /* height: 100vh; */
}
.cont_box1 p {
  margin: auto;
}
.cont_box1 img {
  max-width: 100%;
  max-height: 100%;
}
.fangshi {
  position: relative;
  /* height: 100vh; */
  width: 100%;
}
.fangshi .img {
  height: 100%;
  width: 100%;
}
.fangshi .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fangshi .posi {
  box-sizing: border-box;
  padding: 0 60px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 11vw;
  z-index: 2;
}
.fangshi .posi .content1 {
  font-size: 40px;
  color: #f0f2c4;
  font-weight: bold;
  text-shadow: 0px 2px 5px #464646;
}
.fangshi .posi .content10 {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 2px 5px #464646;
}
.fangshi .posi .content2 {
  font-size: 86px;
  color: #c09d4a;
  font-weight: bold;
  text-shadow: 0px 2px 5px #464646;
}
.fangshi .posi .content3 {
  font-size: 32px;
  color: #c09d4a;
  font-weight: bold;
  text-shadow: 0px 2px 5px #464646;
}
.fangshi1 {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #383738;
}
.fangshi1 .box {
  width: 785px;
  margin: auto;
  padding-top: 125px;
}
.fangshi1 .box .item {
  margin-bottom: 40px;
}
.fangshi1 .box .item:last-child {
  margin-bottom: 0;
}
.fangshi1 .box .item:nth-child(2n) .boxTop {
  flex-flow: row-reverse;
}
.fangshi1 .box .item:nth-child(2n) .boxBot {
  text-align: right;
  padding-right: 16px;
}
.fangshi1 .box .item .boxTop .boxLeft {
  width: 290px;
}
.fangshi1 .box .item .boxTop .boxLeft img {
  width: 100%;
}
.fangshi1 .box .item .boxTop .boxRight {
  width: 465px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.fangshi1 .box .item .boxBot {
  padding-left: 16px;
}
.fangshi1 .box .item .boxBot .h5 {
  font-size: 18px;
  color: #ceb995;
  margin-top: 10px;
  margin-bottom: 0;
}
.fangshi1 .box .item .boxBot .xian span {
  background: #ceb995;
  width: 50px;
  height: 1px;
  display: inline-block;
}
.huining {
  position: relative;
  height: 100vh;
  width: 100%;
}
.huining .img {
  height: 100%;
  width: 100%;
}
.huining .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.huining .posi {
  box-sizing: border-box;
  padding: 0 60px;
  position: absolute;
  left: 0;
  bottom: 5vw;
  width: 100%;
  z-index: 2;
}
.huining .posi .content1 {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 2px 5px #464646;
}
.huining .posi .content2 {
  font-size: 86px;
  color: #c09d4a;
  font-weight: bold;
  text-shadow: 0px 2px 5px #464646;
}
.huining .posi .content3 {
  font-size: 32px;
  color: #c09d4a;
  text-shadow: 0px 2px 5px #464646;
}
.huining .posi .content4 {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  margin-top: 35px;
   text-shadow: 0px 2px 5px #464646;
}
.huining1 {
  position: relative;
  /* height: 100vh; */
  width: 100%;
}
.huining1 .img {
  width: 100%;
  height: 100%;
}
.huining1 .img img {
  width: 100%;
}
.huining1 .box {
  background: #383738;
  padding: 48px 65px;
  box-sizing: border-box;
}
.huining1 .box .boxLeft {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.huining1 .box .boxLeft .main .top {
  font-size: 22px;
  color: #fff;
}
.huining1 .box .boxLeft .main .bot {
  font-size: 46px;
  color: #c09d4a;
  font-weight: bold;
}
.huining1 .box .boxRight {
  width: 74%;
}
.huining1 .box .boxRight p {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.huining10 {
  position: relative;
  height: 100vh;
  width: 100%;
}
.huining10 .img {
  width: 100%;
  height: 100%;
}
.huining10 .img img {
  width: 100%;
}
.huining10 .box {
  background: #383738;
  padding: 48px 65px;
  box-sizing: border-box;
}
.huining10 .box .boxRight {
  width: 100%;
}
.huining10 .box .boxRight p {
  font-size: 26px;
  color: #fff;
  line-height: 50px;
}
.lpk_phone {
  display: none;
}
.yydsimg {
  height: 100vh;
}
.yydsimg p {
  margin: auto;
  height: 100%;
}
.yydsimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ysds_1 dd img {
  height: 400px;
  object-fit: cover;
}
.ysds_1 .dd img {
  height: 280px;
}
.lpk_phone {
  display: none;
}
.mslect dd {
  position: relative;
}
.threeNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  min-height: 50px;
  border-left: 1px solid #fff;
  /* transition: 0.4s; */
  opacity: 1;
  visibility: hidden;
}
.mslect dd:hover .threeNav {
  opacity: 1;
  visibility: initial;
}
.phoneNav {
  top: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  height: calc(100% - 70px);
  overflow: scroll;
  display: none;
}
.phoneNav .item {
  text-align: center;
}
.phoneNav .item > p a {
  display: block;
  line-height: 50px;
  color: #171717;
}
.phoneNav .item .act a {
  color: #00b0c8;
}
.phoneNav .item .p_twonav {
  background: #00b0c8;
  display: none;
}
.phoneNav .item .p_twonav .list > p a {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  display: block;
}
.phoneNav .item .p_twonav .list .p_threeNav {
  background: #fff;
  display: none;
}
.phoneNav .item .p_twonav .list .p_threeNav > p {
  border-bottom: 1px solid #00b0c8;
}
.phoneNav .item .p_twonav .list .p_threeNav > p a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: block;
}
@media screen and (max-width: 1450px) {
  .nynav ul li a {
    width:96px;
  }
}
@media screen and (max-width: 992px) {
  .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: block;
  }
  .lpk_box1 .item {
    width: 100%;
  }
  .lpk_box1 {
    flex-wrap: wrap;
  }
  .lpk_box2 .item {
    height: 100%;
    width: 100%;
  }
  .lpk_box3 .box {
    flex-wrap: wrap;
  }
  .lpk_box3 .box .item img {
    height: 100%;
  }
  .lpk_box2 .item .img img {
    height: auto;
  }
  .index_head .wenan {
    display: none;
  }
  .lpk_box2 .item .img1 img {
    height: auto;
  }
  .lpk_box1 .item .posi {
    top: 10%;
	position: initial;
	  margin: 15px 0 40px;
  }
  .lpk_box1 .item .img {
    height: auto;
  }
  .lpk_box1 .item .posi .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .lpk_box1 .item .posi .tit span {
    font-size: 28px;
    top: -3px;
  }
  .lpk_box1 .item .posi .text p {
    font-size: 16px;
  }
  .lpk_box,
  .lpk_box1,
  .lpk_box2 {
    height: auto;
  }
  .lpk_box2 .item .text .contont1 {
    font-size: 20px;
  }
  .lpk_box2 .item .text .contont2 {
    font-size: 20px;
  }
  .lpk_box2 .item .img1 {
    display: none;
  }
  .lpk_box2 .item .text {
    position: initial;
    padding: 20px;
    text-align: left;
  }
  .lpk_box2 .item:hover .text {
    opacity: 1;
  }
  .lpk_box2 .item .text .contont4 {
    padding-bottom: 0;
  }
  .lpk_box2 .item .text .contont4 p {
    font-size: 16px;
  }
  .lpk_box2 .item .text .contont2 {
    font-size: 18px;
  }
  .lpk_box2 .item .text .contont3 span {
    width: 100%;
  }
  .cont_box1{
	  height: auto;
  }
  .huining .posi .content4 {
      font-size: 18px;
      line-height: 30px;
  }
  .huining .posi .content2 {
      font-size: 30px;
  }
  .huining .posi .content1 {
      font-size: 24px;
  }
  .huining .posi {
      padding: 0 12px;
  }
  .huining .posi .content3 {
      font-size: 24px;
  }
  .yydsimg {
      height: auto;
  }
  .dibuw {
      height: 130px;
      line-height: 130px;
  }
  .lpk_box3{
	  height: auto !important;
  }
}
