.indexBanner {
  position: relative;
}
.indexBanner .swiper-slide img {
  width: 100%;
  object-fit: cover; 
}

.indexBanner .swiper-slide .imgphone {
  display: none;
}
.indexBanner .pagination {
  position: absolute;
  right: 9.375rem;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 10;
  display: flex;
  align-items: center;
}
.indexBanner .pagination ul li {
  margin: 7px 0;
  display: none;
}
.indexBanner .pagination ul li span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  vertical-align: top;
  transition: all 0.3s;
  position: relative;
  left: 30px;
  opacity: 0;
}
.indexBanner .pagination ul li p {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.indexBanner .pagination ul li p font {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin: 5px;
  margin-left: 5px;
}
.indexBanner .pagination ul .active span {
  left: 0px;
  opacity: 1;
}
.indexBanner .pagination ul .active p {
  border: 1px solid #fff;
}
.w_1400 {
  max-width: 1400px;
  width: 94%;
  margin: auto;
}
.indexHead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.indexHead .box {
  display: flex;
  justify-content: space-between;
}
.indexHead .box .logo a {
  display: block;
  line-height: 6.875rem;
}
.indexHead .box .logo a img {
  height: 3.125rem;
}
.indexHead .box .logo a .img2 {
  display: none;
}
.indexHead .box .nav {
  display: flex;
}
.indexHead .box .nav ul {
  display: flex;
}
.indexHead .box .nav ul li {
  line-height: 6.875rem;
  padding: 0 1.25rem;
  position: relative;
}
.indexHead .box .nav ul li:hover .select {
  display: block;
}
.indexHead .box .nav ul li:hover span {
  display: block;
}
.indexHead .box .nav ul li > a {
  font-size: 1rem;
  color: #fff;
}
.indexHead .box .nav ul li > a:hover {
  font-weight: bold;
}
.indexHead .box .nav ul li .select {
  display: none;
  position: absolute;
  top: 5.625rem;
  background: #f8f8f8;
  width: 100%;
  left: 0;
}
.indexHead .box .nav ul li .select a {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5625rem;
  padding: 0.5rem 0.3125rem;
  box-sizing: border-box;
}
.indexHead .box .nav ul li .select a:hover {
  color: #004ea8;
}
.indexHead .box .nav ul li .select1 {
  width: 26.5rem;
  left: -12.625rem;
}
.indexHead .box .nav ul li .select2 {
  width: 13.25rem;
  left: -6.3rem;
}
.indexHead .box .nav ul li span {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: 2.375rem;
  border: 15px solid transparent;
  border-bottom-color: #fff;
}
.indexHead .box .nav p {
  line-height: 6.875rem;
  margin-left: 3.125rem;
}
.indexHead .box .nav p a {
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 5px 6px;
}


.indexHead .box .nav .search{
	position: relative;
	margin-left: 3rem;
	line-height: 6.875rem;
}
.indexHead .box .nav .search img{
	width: 1.875rem;
	margin-top: -0.375rem;
}
.indexHead .box .nav .search form{
	position: absolute;
	top: 5rem;
	right: 0;
	display: none;
}
.indexHead .box .nav .search form input{
	display: inline-block;
}
.indexHead .box .nav .search form input[type='text']{
	height: 2.1875rem;
	font-size: 1rem;
	border: 0;
	outline: none;
	padding: 0 0.625rem;
}
.indexHead .box .nav .search form input[type='submit']{
	position: absolute;
	right: 0;
	top: 2.3125rem;
	height: 2.1875rem;
	font-size: 1rem;
	border: 0;
	outline: none;
	padding: 0 0.625rem;
}

.indexHead .box .nav .menu {
  display: none;
}
.indexHeadOn {
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
}
.indexHeadOn .box .logo a .img1 {
  display: none;
}
.indexHeadOn .box .logo a .img2 {
  display: inline-block;
}
.indexHeadOn .box .nav ul li > a {
  color: #333;
}
.indexHeadOn .box .nav p a {
  color: #333;
  border-color: #333;
}
.indexHeadOn .box .nav .menu img {
  filter: invert(100%);
  opacity: 0.5;
}
.indexTit .top1 {
  text-align: center;
}
.indexTit .top1 img {
  height: 5rem;
}
.indexTit .top2 {
  font-size: 1.9375rem;
  text-align: center;
  color: #333;
  margin-top: 1.25rem;
}
.indexTit .top3 {
  text-align: center;
}
.indexTit .top3 span {
  display: inline-block;
  width: 45px;
  height: 2px;
  background: #004ea8;
}
.indexProduct {
  background-color: #f8f8f8;
  padding-bottom: 3.125rem;
}
.indexProduct .box {
  margin-top: 2.1875rem;
}
.indexProduct .box .togg {
  text-align: center;
}
.indexProduct .box .togg p {
  font-size: 1.125rem;
  color: #999;
  width: 10.1875rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #999;
  cursor: default;
}
.indexProduct .box .togg .active {
  border-color: #004ea8;
  color: #004ea8;
}
.indexProduct .box .list {
  margin-top: 2.5rem;
}
.indexProduct .box .list .box0 {
  display: none;
}
.indexProduct .box .list .box0:first-child {
  display: block;
}
.indexProduct .box .list .box0 a {
  display: block;
  position: relative;
}
.indexProduct .box .list .box0 a > img {
  width: 100%;
  vertical-align: bottom;
   height: 25.625rem;
  object-fit: cover;
}
.indexProduct .box .list .box0 a .zindex {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.5rem 2.1875rem;
}
.indexProduct .box .list .box0 a .zindex .top1 {
  font-size: 1.125rem;
  color: #fff;
}
.indexProduct .box .list .box0 a .zindex .top2 {
  margin: 0.625rem 0;
}
.indexProduct .box .list .box0 a .zindex .top2 span {
  display: block;
  width: 3.125rem;
  height: 2px;
  background: #fff;
}
.indexProduct .box .list .box0 a .zindex .top3 {
  font-size: 0.875rem;
  color: #fff;
}
.indexProduct .box .list .box0 a .zindex1 {
  align-items: center;
  display: none;
}
.indexProduct .box .list .box0 a .zindex1 img {
  margin: auto;
  transition: all 0.3s;
}
.indexProduct .box .list .box0 a .zindex1 img:hover {
  transform: rotate(360deg);
}
.indexProduct .box .list .box0 a:hover .zindex0 {
  background: rgba(0, 78, 168, 0.5);
}
.indexProduct .box .list .box0 a:hover .zindex1 {
  display: flex;
}
.indexProduct .box .list .PN {
  text-align: center;
  margin-top: 3.125rem;
}
.indexProduct .box .list .PN p {
  display: inline-block;
  margin: 0 1.125rem;
  outline: none;
}
.indexProduct .box .list .PN p img {
  filter: grayscale(100%);
  opacity: 0.6;
  outline: none;
  width: 2.3125rem;
}
.indexProduct .box .list .PN p img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.indexProduct .box .list .PN .left img {
  transform: rotate(180deg);
}
.indexCase .box .title {
  margin-top: 5px;
  text-align: right;
}
.indexCase .box .title a {
  font-size: 0.875rem;
  color: #999;
}
.indexCase .box .title a:hover {
  color: #004ea8;
}
.indexCase .box .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.indexCase .box .list .item {
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 5.625rem;
}
.indexCase .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.indexCase .box .list .item a {
  display: block;
  position: relative;
}
.indexCase .box .list .item a img {
  width: 100%;
  height: 19.5rem;
  object-fit: cover;
}
.indexCase .box .list .item a .zindex {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -2.875rem;
  background: #fff;
  min-height: 1.875rem;
  box-shadow: 0px 5px 15px #ddd;
  box-sizing: border-box;
  padding: 1.25rem 2.1875rem 0.9375rem;
  transition: all 0.3s;
}
.indexCase .box .list .item a .zindex h5 {
  font-size: 1.3125rem;
  color: #333;
}
.indexCase .box .list .item a .zindex p {
  font-size: 0.9375rem;
  color: #999;
  margin-top: 0.625rem;
}
.indexCase .box .list .item:hover .zindex {
  bottom: 0;
}
.index8 {
  background: url(../image/aboutBg.png) no-repeat fixed;
  background-size: cover;
  padding: 1.6875rem 0;
  margin-top: 0.6875rem;
}
.index8 .main .item {
  float: left;
  width: calc(33.333% - 2px);
  padding: 4.375rem 0;
}
.index8 .main .item .top {
  text-align: center;
}
.index8 .main .item .top p {
  display: inline-block;
  position: relative;
}
.index8 .main .item .top p span {
  font-size: 6.25rem;
  color: #fff;
  line-height: 6.25rem;
  height: 6.25rem;
  display: inline-block;
}
.index8 .main .item .top p font {
  font-size: 2.1875rem;
  position: absolute;
  color: #fff;
  bottom: 0;
  right: -2.1875rem;
}
.index8 .main .item .bottom {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 1.5625rem;
}
.index8 .main .item:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index8 .main .item:nth-child(2) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index8 .main .item:nth-child(3) {
  border-bottom: 1px solid #fff;
}
.index8 .main .item:nth-child(4) {
  border-right: 1px solid #fff;
}
.index8 .main .item:nth-child(5) {
  border-right: 1px solid #fff;
}
.index_about {
  background: #f8f8f8;
  padding-bottom: 5.9375rem;
}
.index_about .box {
  margin-top: 2.5rem;
  min-height: 12.5rem;
  background: url(../image/img1.png) right center no-repeat;
  padding: 5.9375rem 0;
}
.index_about .box .item {
  width: 47%;
  background: #fff;
  box-shadow: 0px 0px 15px #ddd;
  min-height: 100px;
  box-sizing: border-box;
  padding: 5rem 3.75rem;
}
.index_about .box .item p {
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #333;
  text-align: justify;
}
.index_about .box .item div {
  margin-top: 1.875rem;
}
.index_about .box .item div a {
  font-size: 0.875rem;
  color: #004ea8;
  display: inline-block;
  border: 1px solid #004ea8;
  line-height: 2.8125rem;
  width: 7.6875rem;
  text-align: center;
}
.index_about .box .item div a:hover {
  background: #004ea8;
  color: #fff;
}
.indexNews {
  margin-bottom: 4.6875rem;
}
.indexNews .box {
  margin-top: 2.5rem;
}
.indexNews .box .togg {
  text-align: center;
}
.indexNews .box .togg p {
  font-size: 1.125rem;
  color: #999;
  width: 7.1875rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #999;
  cursor: default;
}
.indexNews .box .togg .active {
  border-color: #004ea8;
  color: #004ea8;
}
.indexNews .box .title {
  margin-top: 7px;
  text-align: right;
}
.indexNews .box .title a {
  font-size: 0.875rem;
  color: #999;
}
.indexNews .box .title a:hover {
  color: #004ea8;
}
.indexNews .box .box0 {
  display: none;
}
.indexNews .box .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}
.indexNews .box .list .item {
  width: 24%;
  margin-right: 1.333%;
}
.indexNews .box .list .item:last-child {
  margin-right: 0;
}
.indexNews .box .list .item a {
  display: block;
}
.indexNews .box .list .item a .top1 {
  height: 13.875rem;
  overflow: hidden;
}
.indexNews .box .list .item a .top1 img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.indexNews .box .list .item a .top2 {
  box-sizing: border-box;
  padding: 1.25rem 1.5625rem;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.indexNews .box .list .item a .top2 h5 {
  font-size: 1rem;
  color: #333;
}
.indexNews .box .list .item a .top2 > p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.375rem;
  margin-top: 1.25rem;
}
.indexNews .box .list .item a .top3 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  border: 1px solid #ddd;
}
.indexNews .box .list .item a .top3 p {
  font-size: 0.875rem;
  color: #999;
  line-height: 3.125rem;
}
.indexNews .box .list .item a:hover img {
  transform: scale(1.1);
}
.layui_layer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.layui_layer .main {
  width: 50rem;
  height: 31.25rem;
  margin-left: -25rem;
  margin-top: -15.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
}
.layui_layer .main p {
  position: absolute;
  right: -1.875rem;
  top: -1.875rem;
  font-size: 2.25rem;
  color: #fff;
}
.layui_layer .main p span {
  cursor: default;
}
.layui_layer .main video {
  width: 100%;
  height: 100%;
}
.indexFoot {
  background: #333;
}
.indexFoot .box {
  background: url(../image/map.png) no-repeat right 20%;
  min-height: 6.25rem;
  padding: 3.75rem 0 1.5625rem;
  display: flex;
  justify-content: flex-start;
}
.indexFoot .box .item1 img {
  margin-top: 3.125rem;
  height: 47px;
}
.indexFoot .box .item2 {
  display: flex;
  justify-content: space-between;
  margin: 0 2.5rem;
}
.indexFoot .box .item2 .ul {
  margin: 0 1.25rem;
}
.indexFoot .box .item2 .ul h5 {
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.indexFoot .box .item2 .ul p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5625rem;
}
.indexFoot .box .item2 .ul p a {
  color: #999;
  display: inline-block;
  max-width: 4.25rem;
}
.indexFoot .box .item3 h5 {
  font-size: 1.1875rem;
  color: #fff;
}
.indexFoot .box .item3 .ewm {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.indexFoot .box .item3 .ewm img {
  max-width: 6.25rem;
}
.indexFoot .box .item3 p {
  font-size: 12px;
  color: #999;
  line-height: 1.5625rem;
}
.indexFoot .box .item3 p a {
  font-size: 0.875rem;
  color: #fff;
}
.indexFoot .box0 {
  text-align: center;
  font-size: 0.875rem;
  color: #999;
  line-height: 3.75rem;
  border-top: 1px solid #666;
}
.indexFoot .box0 a {
  color: #999;
  display: inline-block;
}
.lpkbanner img {
  width: 100%;
  object-fit: cover;
}
.lpkAudio {
  margin-top: 4rem;
  margin-bottom: 4.6875rem;
}
.lpkAudio .box .boxLeft {
  min-height: 100px;
  background: #f8f8f8;
  width: 22.2%;
  padding-bottom: 2.5rem;
}
.lpkAudio .box .boxLeft ul {
  padding: 0 1.75rem;
}
.lpkAudio .box .boxLeft ul li {
  padding-top: 1.5625rem;
}
.lpkAudio .box .boxLeft ul li a {
  font-size: 1.25rem;
  display: block;
  line-height: 3.75rem;
  text-align: center;
  border: 1px solid #b7b7b7;
  border-radius: 0.5rem;
  position: relative;
}
.lpkAudio .box .boxLeft ul li a span {
  display: none;
  position: absolute;
  right: -1.3125rem;
  top: 50%;
  margin-top: -0.3125rem;
  border: 0.625rem solid transparent;
  border-left-color: #004ea8;
}
.lpkAudio .box .boxLeft ul li a:hover {
  background: #004ea8;
  color: #fff;
  border: 1px solid #004ea8;
}
.lpkAudio .box .boxLeft ul .active a {
  background: #004ea8;
  color: #fff;
  border: 1px solid #004ea8;
}
.lpkAudio .box .boxLeft ul .active a span {
  display: block;
}
.lpkAudio .box .boxRight {
  width: 75%;
}
.lpkAudio .box .boxRight .more{
		text-align: center;
    margin-top: 3.75rem;
}
.lpkAudio .box .boxRight .more a{
	font-size: 0.9375rem;
  display: inline-block;
  background: #F8F8F8;
  padding: 1.25rem 3.125rem;
}
.lpkAudio .box .boxRight .main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.lpkAudio .box .boxRight .main .item {
  width: 32.333%;
  margin-right: 1%;
  padding: 1.875rem;
  box-sizing: border-box;
  background: #f8f8f8;
  margin-bottom: 0.625rem;
  border: 1px solid #f7f7f7;
}
.lpkAudio .box .boxRight .main .item a {
  display: block;
  position: relative;
}
.lpkAudio .box .boxRight .main .item a h5 {
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.875rem;
  
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.lpkAudio .box .boxRight .main .item a .img {
  height: 21.875rem;
  display: flex;
  align-items: center;
}
.lpkAudio .box .boxRight .main .item a .img img {
  margin: auto;
  max-height: 94%;
  max-width: 94%;
}

.lpkAudio1 .box .boxRight{
 width: 100%;
}
.lpkAudio1 .box .boxRight .main .item{
 width: 24%;
 margin: 0 0.5% 0.625rem;
}
.lpkAudio .box .boxRight .main .item a .posi {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
}
.lpkAudio .box .boxRight .main .item a .posi span {
  display: block;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  margin: auto;
  width: 7.625rem;
  line-height: 2.5rem;
  text-align: center;
}
.lpkAudio .box .boxRight .main .item:hover {
  /*background: url(../img/50.png) no-repeat 50% 50%;
  background-size: 100% 100%;*/
 border: 1px solid #004ea8;
 
}
/*.lpkAudio .box .boxRight .main .item:hover h5 {
  color: #fff;
}
.lpkAudio .box .boxRight .main .item:hover .img {
  opacity: 0;
}
.lpkAudio .box .boxRight .main .item:hover .posi {
  opacity: 1;
}
.lpkAudio .box .boxRight .more {*/
  text-align: center;
  margin-top: 3.75rem;
}
.lpkAudio .box .boxRight .more a {
  font-size: 0.9375rem;
  display: inline-block;
  background: #F8F8F8;
  padding: 1.25rem 3.125rem;
}
.lpkAudio .box .boxRight .more a:hover {
  color: #004ea8;
}
.AudioInfo {
  background: #fff;
  margin-top: 4.375rem;
  padding: 0 5.625rem;
  box-sizing: border-box;
  padding-bottom: 3.125rem;
  margin-bottom: 4.6875rem;
}
.AudioInfo h5 {
  font-size: 1.5625rem;
  text-align: center;
  line-height: 2.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ddd;
}
.AudioInfo div {
  padding-top: 1.875rem;
  text-align: center;
}
.AudioInfo div table{
	display: inline-block;
}
.AudioInfo div table td{
	border: 1px solid #ddd;
	line-height: 30px;
}
.AudioInfo div h6 {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.AudioInfo div p {
  font-size: 1.0625rem;
  line-height: 2rem;
}
.AudioInfo div p img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.lpkCase {
  background: #F8F8F8;
  padding-bottom: 5rem;
}
.lpkCase .box {
  margin-top: 3.125rem;
}
.lpkCase .box .item {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px #ddd;
  margin-bottom: 1.875rem;
}
.lpkCase .box .item .left {
  width: 61%;
}
.lpkCase .box .item .left img {
  width: 100%;
}
.lpkCase .box .item .right {
  width: 39%;
  display: flex;
  align-items: center;
  padding: 0 5.625rem;
  box-sizing: border-box;
}
.lpkCase .box .item .right .main {
  margin: auto;
  width: 100%;
}
.lpkCase .box .item .right .main h5 {
  font-size: 1.6875rem;
  margin-bottom: 1.875rem;
}
.lpkCase .box .item .right .main p {
  font-size: 0.9375rem;
  color: #999;
  line-height: 1.4375rem;
}
.lpkCase .box .item .right .main div {
  margin-top: 3.125rem;
}
.lpkCase .box .item .right .main div A {
  font-size: 0.875rem;
  color: #999;
  display: inline-block;
  border: 1px solid #ddd;
  width: 6.25rem;
  line-height: 2.1875rem;
  text-align: center;
}
.lpkCase .box .item .right .main div A:hover {
  background: #004ea8;
  color: #fff;
}
.CaseInfo {
  background: #F8F8F8;
  padding: 4.0625rem 0;
}
.CaseInfo .box {
  background: #fff;
  padding: 1.875rem 5.625rem 3.125rem;
  box-sizing: border-box;
}
.CaseInfo .box h5 {
  font-size: 1.5625rem;
  text-align: center;
  margin: 0.75rem;
}
.CaseInfo .box h6 {
  font-size: 1rem;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.25rem;
}
.CaseInfo .box .main {
  margin-top: 1.5625rem;
}
.CaseInfo .box .main p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 2rem;
}
.CaseInfo .box .main p img {
  margin: 1.875rem auto;
  display: block;
  width: 100%;
}
.lpkShang {
  border-top: 1px solid #ddd;
  padding-top: 2.5rem;
}
.lpkShang p a {
  font-size: 1rem;
  color: #333;
  line-height: 2.1875rem;
  display: inline-block;
}
.lpkShang p a:hover {
  color: #004ea8;
}
.lpkNews {
  margin-bottom: 6.25rem;
}
.lpkNews .box {
  margin-top: 3.125rem;
  margin-bottom: 2.8125rem;
}
.lpkNews .box .item {
  border-bottom: 1px solid #ddd;
  padding: 2.1875rem 0;
}
.lpkNews .box .item:last-child {
  border: 0;
}
.lpkNews .box .item a {
  display: flex;
  justify-content: space-between;
}
.lpkNews .box .item a .left {
  width: 14%;
}
.lpkNews .box .item a .left img {
  width: 100%;
}
.lpkNews .box .item a .center {
  width: 74%;
  box-sizing: border-box;
  padding: 0 3%;
}
.lpkNews .box .item a .center h5 {
  font-size: 1.1875rem;
  color: #333;
  margin-top: 0.9375rem;
}
.lpkNews .box .item a .center p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5625rem;
  margin-top: 1.25rem;
}
.lpkNews .box .item a .right {
  width: 12%;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #ddd;
}
.lpkNews .box .item a .right div {
  font-size: 2.5rem;
  color: #333;
  margin-top: 0.9375rem;
}
.lpkNews .box .item a .right p {
  font-size: 1.0625rem;
  color: #999;
}
.lpkNews .box .item a:hover .center h5 {
  color: #004ea8;
}
.lpkPage {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.lpkPage .box0 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lpkPage .box0 .left a {
  display: inline-block;
  width: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #666;
  font-size: 1.0625rem;
}
.lpkPage .box0 .left a:hover {
  background: #004ea8;
  color: #fff;
}
.lpkPage .box0 .left .active {
  background: #004ea8;
  color: #fff;
}
.lpkPage .box0 .right a {
  display: inline-block;
  width: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #666;
  font-size: 1.0625rem;
  border: 1px solid #ddd;
}
.lpkPage .box0 .right a:hover {
  background: #004ea8;
  color: #fff;
}
.lpkNewsVideo {
  padding-bottom: 6.25rem;
  background: #F8F8F8;
}
.lpkNewsVideo .box {
  margin-top: 3.125rem;
  margin-bottom: 2.8125rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lpkNewsVideo .box .item {
  width: 24%;
  margin-right: 1%;
  background: #fff;
  margin-bottom: 1.25rem;
}
.lpkNewsVideo .box .item .img {
  width: 100%;
  height: 13.75rem;
  overflow: hidden;
  position: relative;
}
.lpkNewsVideo .box .item .img > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}
.lpkNewsVideo .box .item .img .posi {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
}
.lpkNewsVideo .box .item .img .posi span {
  display: block;
  margin: auto;
}
.lpkNewsVideo .box .item .p {
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #333;
  height: 4.3rem;
  box-sizing: border-box;
}
.lpkNewsVideo .box .item p {
  font-size: 0.9375rem;
  color: #999;
  padding: 0 1.25rem 0.9375rem;
}
.lpkNewsVideo .box .item:hover {
  box-shadow: 0px 0px 10px #ddd;
}
.lpkNewsVideo .box .item:hover .img > img {
  transform: scale(1.1);
}
.lpkNewsVideo .box .item:hover .posi {
  display: flex;
}
.lpkContact {
  background: #F8F8F8;
  padding-bottom: 100px;
}
.lpkContact .box {
  margin-top: 2.5rem;
}
.lpkContact .box .top {
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: 3.125rem 1.875rem;
  box-shadow: 0px 5px 10px #ddd;
  position: relative;
  z-index: 10;
}
.lpkContact .box .top .item {
  text-align: center;
  flex: 1;
}
.lpkContact .box .top .item .img {
  width: 7.1875rem;
  height: 7.1875rem;
  margin: auto;
}
.lpkContact .box .top .item .img img {
  width: 100%;
}
.lpkContact .box .top .item .h5 {
  font-size: 1.1875rem;
  color: #004ea8;
  margin-top: 0.625rem;
}
.lpkContact .box .top .item .h6 {
  font-size: 1rem;
  color: #666;
  margin-top: 0.625rem;
}
.lpkContact .box .bottom > div {
  width: 100%;
  height: 32.5rem;
  filter: grayscale(100%);
}
.lpkJoin .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
.lpkJoin .box .left {
  width: 48%;
  font-size: 1rem;
  color: #666;
  line-height: 1.5625rem;
  box-sizing: border-box;
  padding-right: 3%;
  text-align: justify;
  padding-top: 1.25rem;
}
.lpkJoin .box .right {
  width: 52%;
}
.lpkJoin .box .right img {
  width: 100%;
}
.lpkJoin1 {
  background: #F8F8F8;
  padding-bottom: 5.625rem;
}
.lpkJoin1 .togg {
  text-align: center;
  margin-top: 1.875rem;
}
.lpkJoin1 .togg p {
  font-size: 1.125rem;
  color: #999;
  width: 7.1875rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #999;
  cursor: default;
}
.lpkJoin1 .togg .active {
  border-color: #004ea8;
  color: #004ea8;
}
.lpkJoin1 .lpkbox {
  display: none;
}
.lpkJoin1 .box {
  margin-top: 2.8125rem;
  margin-bottom: 5rem;
}
.lpkJoin1 .box .main .item {
  background: #fff;
  padding: 0 2.1875rem;
  margin-bottom: 1.875rem;
}
.lpkJoin1 .box .main .item .top {
  padding: 1.875rem 0;
  position: relative;
}
.lpkJoin1 .box .main .item .top h5 {
  font-size: 1.625rem;
}
.lpkJoin1 .box .main .item .top p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.9375rem;
}
.lpkJoin1 .box .main .item .top span {
  font-size: 1.125rem;
  color: #999;
  position: absolute;
  right: 0;
  top: 3.4375rem;
  display: block;
  line-height: 1.25rem;
  cursor: default;
}
.lpkJoin1 .box .main .item .top .active {
  color: #004ea8;
}
.lpkJoin1 .box .main .item .bottom {
  border-top: 1px solid #ddd;
  padding: 2.5rem 0;
  display: none;
}
.lpkJoin1 .box .main .item .bottom h5 {
  font-size: 1.375rem;
  color: #333;
}
.lpkJoin1 .box .main .item .bottom div {
  margin-top: 0.9375rem;
}
.lpkJoin1 .box .main .item .bottom div p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
}
.lpkJoin1 .box .main .item .bottom div p span {
  color: #004ea8;
  display: inline-block;
  margin-top: 0.625rem;
}
.lpkAbout {
  background: #f2f3f5;
}
.lpkAbout .box {
  margin-top: 1.875rem;
  padding-bottom: 7.1875rem;
}
.lpkAbout .box .left {
  background: #fff;
  padding: 7.1875rem 4.375rem;
  width: 41%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.lpkAbout .box .left h5 {
  font-size: 1.5625rem;
}
.lpkAbout .box .left p {
  font-size: 1.0625rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  text-align: justify;
}
.lpkAbout .box .right {
  text-align: right;
  margin-top: 3.125rem;
  width: 59%;
}
.lpkAbout .box .right img {
  width: 124%;
  margin-left: -24%;
}
.lpkAbout1 {
  padding-bottom: 8.125rem;
  background: url(../image/86.png) no-repeat 50% 90%;
}
.lpkAbout1 .box {
  margin-top: 1.75rem;
  position: relative;
}
.lpkAbout1 .box .swiper-container {
  width: 90%;
  margin: auto;
}
.lpkAbout1 .box .item {
  text-align: center;
  width: 90%;
  margin: auto;
  cursor: default;
}
.lpkAbout1 .box .item h5 {
  font-size: 1.6875rem;
  font-weight: bold;
}
.lpkAbout1 .box .item .dian {
  margin: 1.125rem 0;
}
.lpkAbout1 .box .item .dian img {
  width: 1.5625rem;
  margin: auto;
}
.lpkAbout1 .box .item .dian .img2 {
  display: none;
}
.lpkAbout1 .box .item p {
  font-size: 1.0625rem;
  color: #999;
}
.lpkAbout1 .box .swiper-button-next,
.lpkAbout1 .box .swiper-button-prev {
  outline: none;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-size: 36px 36px;
  filter: grayscale(100%);
  opacity: 0.7;
  z-index: 10;
}
.lpkAbout1 .box .swiper-button-next:hover,
.lpkAbout1 .box .swiper-button-prev:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.lpkAbout1 .box .swiper-button-prev {
  left: 0;
  background-image: url(../image/right0.png);
  transform: rotate(180deg);
}
.lpkAbout1 .box .swiper-button-next {
  right: 0;
  background-image: url(../image/right0.png);
}
.lpkAbout1 .box .active h5 {
  color: #004ea8;
}
.lpkAbout1 .box .active .dian .img1 {
  display: none !important;
}
.lpkAbout1 .box .active .dian .img2 {
  display: block !important;
}
.lpkAbout1 .box .active p {
  color: #004ea8 !important;
}
.lpkAbout1 .box1 {
  margin-top: 3.125rem;
}
.lpkAbout1 .box1 .swiper-container {
  margin: auto;
  width: 70%;
}
.lpkAbout1 .box1 .main {
  background: #fff;
  box-shadow: 0px 0px 15px #ddd;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2.5rem;
  border: 1px solid #004EA8;
}
.lpkAbout1 .box1 .main .left {
  width: 39%;
}
.lpkAbout1 .box1 .main .left img {
  width: 100%;
}
.lpkAbout1 .box1 .main .right {
  width: 56%;
}
.lpkAbout1 .box1 .main .right div span {
  display: inline-block;
  height: 0.1875rem;
  width: 4.0625rem;
  background: #004ea8;
}
.lpkAbout1 .box1 .main .right p {
  font-size: 1.0625rem;
  color: #333;
  line-height: 30px;
  margin-top: 1.25rem;
}
.lpkAbout1 .box1 .main .right .div {
  text-align: right;
  font-size: 1.1875rem;
  color: #666;
  margin-top: 2.125rem;
}
.lpkAbout2 {
  position: relative;
}
.lpkAbout2 > img {
  width: 100%;
}
.lpkAbout2 .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.lpkAbout2 .box .main {
  margin: auto;
}
.lpkAbout2 .box .main h5 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.lpkAbout2 .box .main p {
  margin-top: 1.875rem;
  text-align: center;
}
.lpkAbout2 .box .main p img {
  width: 3.4375rem;
}
.lpkAbout3 {
  background: #F8F8F8;
  padding-bottom: 6.25rem;
}
.lpkAbout3 .box {
  position: relative;
  margin-top: 3.4375rem;
}
.lpkAbout3 .box .swiper-container {
  width: 88%;
  margin: auto;
  padding: 1.5625rem 0;
}
.lpkAbout3 .box .swiper-container .item {
  text-align: center;
  background: #fff;
  padding: 1.875rem;
  box-shadow: 0px 0px 10px #ddd;
}
.lpkAbout3 .box .swiper-container .item img {
  width: 100%;
}
.lpkAbout3 .box .swiper-button-prev,
.lpkAbout3 .box .swiper-button-next {
  outline: none;
}
.lpkService {
  background: #F8F8F8;
  padding-bottom: 6.25rem;
}
.lpkService .togg {
  text-align: center;
  margin-top: 1.875rem;
}
.lpkService .togg p {
  font-size: 1.125rem;
  color: #999;
  width: 7.1875rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #999;
  cursor: default;
}
.lpkService .togg .active {
  border-color: #004ea8;
  color: #004ea8;
}
.lpkService .togg .active a {
  color: #004ea8;
}
.lpkService .box {
  margin-top: 3.125rem;
  background: #fff;
}
.lpkService .box .main {
  display: none;
}
.lpkService .box .main:first-child {
  display: block;
}
.lpkService .box .main .box0 .item {
  padding: 2.0625rem 5.9375rem;
  border-bottom: 1px solid #ddd;
}
.lpkService .box .main .box0 .item .top {
  cursor: default;
}
.lpkService .box .main .box0 .item .top h6 {
  font-size: 1rem;
  color: #999;
}
.lpkService .box .main .box0 .item .top p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  margin-top: 0.9375rem;
  position: relative;
}
.lpkService .box .main .box0 .item .top p span {
  display: block;
  position: absolute;
  width: 1.375rem;
  height: 0.125rem;
  background: #333;
  transition: all 0.3s;
}
.lpkService .box .main .box0 .item .top p .span1 {
  left: 0;
  top: 50%;
  margin-top: -0.0625rem;
}
.lpkService .box .main .box0 .item .top p .span2 {
  left: 0;
  top: 50%;
  margin-top: -0.0625rem;
  transform: rotate(90deg);
}
.lpkService .box .main .box0 .item .active p {
  color: #004EA8;
}
.lpkService .box .main .box0 .item .active p span {
  background: #004EA8;
}
.lpkService .box .main .box0 .item .active p .span2 {
  transform: rotate(0deg);
}
.lpkService .box .main .box0 .item .bottom {
  cursor: default;
  display: none;
}
.lpkService .box .main .box0 .item .bottom ul li .T {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  margin-top: 1.5625rem;
}
.lpkService .box .main .box0 .item .bottom ul li .B {
  font-size: 1rem;
  color: #666;
  line-height: 1.5625rem;
  margin-top: 0.3125rem;
}
.lpkService .box .main .lpkPage {
  border: 0;
  padding: 3.75rem 5.9375rem;
}
.lpkServiceXz {
  background: #F8F8F8;
  padding-bottom: 6.25rem;
}
.lpkServiceXz .box {
  background: #fff;
  margin-top: 2.5rem;
  padding-top: 4.375rem;
}
.lpkServiceXz .box .top {
  padding: 0 3.75rem;
}
.lpkServiceXz .box .top div {
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
}
.lpkServiceXz .box .top div p {
  line-height: 3.4375rem;
  font-size: 1.125rem;
  width: 8rem;
  text-align: center;
}
.lpkServiceXz .box .bottom {
  margin-top: 2.1875rem;
}
.lpkServiceXz .box .bottom .item {
  display: flex;
  justify-content: space-between;
  padding: 2.125rem 3.75rem;
  border-bottom: 1px solid #ddd;
}
.lpkServiceXz .box .bottom .item .left {
  font-size: 1.375rem;
  line-height: 3rem;
}
.lpkServiceXz .box .bottom .item .left img {
  margin-right: 0.9375rem;
  width: 1.3125rem;
}
.lpkServiceXz .box .bottom .item .right a {
  display: block;
  line-height: 2.875rem;
  border: 1px solid #ddd;
  width: 7.75rem;
  text-align: center;
}
.lpkServiceXz .box .bottom .item .right a:hover {
  background: #004EA8;
  color: #fff;
}
.lpkServiceXz .box .lpkPage {
  border: 0;
  padding: 3.75rem 5.9375rem;
}
.lpkService_kh {
  background: #F8F8F8;
  padding-bottom: 5rem;
}
.lpkService_kh .box {
  margin-top: 4.0625rem;
}
.lpkService_kh .box ul {
  display: flex;
  justify-content: space-between;
}
.lpkService_kh .box ul li {
  cursor: default;
  width: 16%;
  display: flex;
  padding-bottom: 2.25rem;
  border-bottom: 0.3125rem solid #F8F8F8;
  justify-content: space-between;
  position: relative;
}
.lpkService_kh .box ul li:nth-child(3) .right{
	display: none;
}
.lpkService_kh .box ul li:nth-child(4){
	display: none;
}
.lpkService_kh .box ul li:nth-child(5){
	display: none;
}
.lpkService_kh .box ul li .left {
  font-size: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  opacity: 0.3;
  color: #999;
  font-weight: bold;
}
.lpkService_kh .box ul li .right {
  line-height: 3.1875rem;
}
.lpkService_kh .box ul li .right img {
  width: 2.5rem;
  filter: grayscale(100%);
  opacity: 0.4;
}
.lpkService_kh .box ul li p {
  position: absolute;
  line-height: 3.1875rem;
  top: 0;
  left: 1.25rem;
  font-size: 1.1875rem;
}
.lpkService_kh .box ul .active {
  display: flex;
  border-bottom: 0.3125rem solid #004ea8;
}
.lpkService_kh .box ul .active .left {
  color: #004EA8;
}
.lpkService_kh .box ul .active .right img {
  filter: grayscale(0%);
  opacity: 1;
}
.lpkService_kh .box .main {
  background-color: #fff;
  min-height: 6.25rem;
  padding: 3.75rem;
}
.lpkService_kh .box .main .item {
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.lpkService_kh .box .main .item:first-child {
  display: flex;
}
.lpkService_kh .box .main .item .left {
  width: 31%;
}
.lpkService_kh .box .main .item .left img {
  width: 100%;
}
.lpkService_kh .box .main .item .right {
  width: 64%;
}
.lpkService_kh .box .main .item .right h5 {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
}
.lpkService_kh .box .main .item .right p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.lpkService_kh0 {
  background: url(../image/93.png) no-repeat right 90%;
}
.lpkService_kh1 {
  background: url(../image/93.png) no-repeat left 10%;
  padding-bottom: 6.25rem;
}
.lpkService_kh1 .box {
  max-width: 55rem;
  margin: 2.5rem auto 0;
  min-height: 6.25rem;
  box-shadow: 0px 0px 15px #ddd;
  box-sizing: border-box;
  padding: 3.75rem 6.25rem;
}
.lpkService_kh1 .box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lpkService_kh1 .box .item input {
  display: block;
  width: 48%;
  height: 2.8125rem;
  font-size: 1rem;
  background: #edf1f4;
  border: 0;
  outline: none;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  padding: 0 2.1875rem;
  border-radius: 1.6875rem;
}
.lpkService_kh1 .box .item1 textarea {
  width: 100%;
  display: block;
  font-size: 1rem;
  background: #edf1f4;
  border: 0;
  outline: none;
  box-sizing: border-box;
  padding: 0.9375rem 2.1875rem;
  border-radius: 1.6875rem;
  height: 12.5rem;
  resize: none;
}
.lpkService_kh1 .box .item2 {
  margin-top: 3.125rem;
  text-align: center;
}
.lpkService_kh1 .box .item2 input {
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  background: #004ea8;
  width: 11.3125rem;
  height: 3.125rem;
  display: inline-block;
  border-radius: 3.125rem;
  border: 0;
  outline: none;
}
.phoneNav {
  position: fixed;
  top: 6.875rem;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: calc(100% - 110px);
  overflow: scroll;
  z-index: 100;
  display: none;
}
.phoneNav ul {
  padding: 1.875rem 0;
}
.phoneNav ul li {
  line-height: 4.5rem;
  padding: 0 1.25rem;
  text-align: center;
  border-bottom: 1px dashed #DDDDDD;
}
.phoneNav ul li:last-child {
  border: 0;
}
.phoneNav ul li > a {
  font-size: 1rem;
  color: #fff;
}
.phoneNav ul li > a:hover {
  font-weight: bold;
}
.phoneNav ul li .select {
  display: none;
  width: 100%;
}
.phoneNav ul li .select a {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5625rem;
  padding: 0.5rem 0.3125rem;
  box-sizing: border-box;
  color: #fff;
}
.phoneTwoNav {
  display: none;
  margin-top: 3.125rem;
}
.phoneTwoNav ul li {
  float: left;
  margin-bottom: 0.625rem;
  width: 50%;
}
.phoneTwoNav ul li a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2.5rem;
  width: 96%;
  box-sizing: border-box;
  padding: 0 0.9375rem;
  border: 1px dashed #ddd;
}
.phoneTwoNav ul .active a {
  background: #004ea8;
  color: #fff;
  border: 1px dashed #004ea8;
}
@media screen and (max-width: 768px) {
	.indexBanner .swiper-slide .imgpc {
	  display: none;
	}
	.indexBanner .swiper-slide .imgphone {
	  display: block;
	}
  .phoneTwoNav {
    display: block;
  }
  .indexHead .box .nav ul {
    display: none;
  }
  .indexHead .box .nav .menu {
    display: block;
    line-height: 6.875rem;
    margin-left: 3.125rem;
  }
  .indexHeadOn ul {
    background: #fff !important;
  }
  .indexBanner .pagination {
    display: none;
  }
  .indexCase .box .list {
    justify-content: space-between;
  }
  .indexCase .box .list .item {
    width: 48%;
    margin-right: 0%;
  }
  .index8 .main .item .top p span {
    font-size: 4.25rem;
    height: 4.25rem;
  }
  .index_about .box .item {
    width: 100%;
  }
  .index_about .box {
    padding: 0;
  }
  .indexNews .box .list {
    justify-content: space-between;
  }
  .indexNews .box .list .item {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 1.5625rem;
  }
  .indexFoot .box .item2 .ul p {
    display: none;
  }
  .indexFoot .box {
    flex-wrap: wrap;
    background: url(../image/map.png) no-repeat right 83%;
  }
  .indexFoot .box .item1 {
    display: none;
  }
  .indexFoot .box .item2 {
    width: 100%;
    margin: 0;
  }
  .indexFoot .box .item2 .ul {
    margin: 0;
  }
  .indexFoot .box .item3 {
    width: 100%;
    margin-top: 1.875rem;
  }
  .lpkAbout .box .left {
    padding: 5.1875rem 4.375rem;
    width: 100%;
  }
  .lpkAbout .box .right {
    margin-top: 0;
    width: 100%;
  }
  .lpkAbout .box .right img {
    width: 100%;
    margin-left: 0%;
  }
  .lpkAbout1 .box1 .main {
    flex-wrap: wrap;
  }
  .lpkAbout1 .box1 .main .left {
    width: 100%;
  }
  .lpkAbout1 .box1 .main .right {
    width: 100%;
    margin-top: 1.25rem;
  }
  .lpkAbout1 .box1 .swiper-container {
    width: 100%;
  }
  .lpkAbout2 > img {
    height: 13.75rem;
  }
  .lpkAudio .box .boxLeft {
    display: none;
  }
  .lpkAudio .box .boxRight {
    width: 100%;
  }
  .lpkAudio .box .boxRight .main .item a .img {
    height: 18.875rem;
  }
  .lpkAudio .box .boxRight .main .item {
    padding: 1.875rem 1.875rem 0;
    box-sizing: border-box;
    background: #f8f8f8;
    margin-bottom: 0.625rem;
  }
  .lpkAudio .box .boxRight .main .item a .posi {
    display: none;
  }
  .lpkAudio .box .boxRight .main .item:hover {
    background: #F8F8F8;
  }
  .lpkAudio .box .boxRight .main .item:hover .img {
    opacity: 1;
  }
  .lpkAudio .box .boxRight .main .item a h5 {
    color: #333 !important;
  }
  .AudioInfo {
    padding: 0 3.625rem;
  }
  .lpkCase .box .item {
    flex-wrap: wrap;
  }
  .lpkCase .box .item .left {
    width: 100%;
  }
  .lpkCase .box .item .right {
    width: 100%;
    padding: 3rem;
  }
  .CaseInfo .box {
    padding: 1.875rem 3.625rem 3.125rem;
  }
  .lpkContact .box .top .item {
    width: 25%;
  }
  .lpkContact .box .top .item .img {
    width: 6.1875rem;
    height: 6.1875rem;
    margin: auto;
  }
  .lpkContact .box .top .item .h6 {
    word-break: break-all;
  }
  .lpkContact .box .bottom > div {
    height: 22.5rem;
  }
  .lpkJoin .box {
    margin-top: 2.625rem;
    margin-bottom: 4.625rem;
  }
  .lpkJoin .box .left {
    width: 100%;
  }
  .lpkJoin .box .right {
    text-align: center;
    margin-top: 1.25rem;
    width: 100%;
  }
  .lpkJoin .box .right img {
    width: 80%;
  }
  .lpkNews .box .item a .right {
    display: none;
  }
  .lpkNews .box .item a .left {
    width: 35%;
  }
  .lpkNews .box .item a .center {
    width: 62%;
  }
  .lpkNews .box .item a .center h5 {
    margin-top: 0;
  }
  .lpkNews .box .item a .center {
    padding: 0;
  }
  .lpkNews .box .item a .right {
    width: 18%;
  }
  .lpkNewsVideo .box {
    justify-content: space-between;
  }
  .lpkNewsVideo .box .item {
    width: 49%;
    margin-right: 0%;
  }
  .lpkService_kh1 .box {
    box-shadow: none;
    padding: 1.75rem 2.25rem 0;
  }
  .lpkService_kh .box .main .item .left {
    width: 100%;
  }
  .lpkService_kh .box .main .item .right {
    width: 100%;
  }
  .lpkService_kh .box .ul {
    overflow-x: scroll;
  }
  .lpkService_kh .box .ul ul {
    width: 150%;
  }
  .layui_layer .main {
    width: 80%;
    margin-left: -40%;
    top: 50%;
  }
  .indexCase .box .list .item a img {
    height: 12.5rem;
	}
	.indexCase .box .list .item a .zindex h5{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.indexProduct .box .list .box0 a > img {
    height: 20rem;
}
}
@media screen and (max-width: 415px) {
  .phoneNav {
    height: calc(100% - 82px);
  }
  .lpkAudio .box .boxRight .main {
    justify-content: space-between;
  }
  .lpkAudio .box .boxRight .main .item {
    width: 48%;
    margin-right: 0;
  }
  .lpkAbout3 .box .swiper-button-prev,
  .lpkAbout3 .box .swiper-button-next {
    display: none;
  }
  .phoneNav {
    top: 4.375rem;
  }
  .indexHead .box .nav .search{
  	display: none;
  }
  
}
@media screen and (max-width: 380px) {
  .index_about .box .item p {
    line-height: 3rem;
  }
  .indexNews .box .togg p {
    width: 10.1875rem;
    line-height: 3.5rem;
  }
  .indexNews .box .list .item a .top3 p {
    line-height: 4.125rem;
  }
  .indexFoot .box {
    background: none;
    padding: 1.75rem 0 1.5625rem;
  }
  .indexFoot .box .item2 {
    display: none;
  }
  .indexFoot .box .item3 .ewm img {
    max-width: 10.25rem;
  }
  .indexFoot .box0 {
    line-height: 4.75rem;
  }
  .indexFoot .box .item3 h5 {
    text-align: center;
  }
  .indexFoot .box .item3 .ewm {
    margin-top: 1.9375rem;
    margin-bottom: 1.625rem;
    text-align: center;
  }
  .indexFoot .box .item3 p {
    font-size: 0.875rem;
  }
  .indexBanner .swiper-slide img {
    /* height: 19rem; */
    object-fit: cover;
  }
  .index8 .main .item .top p span {
    font-size: 2.25rem;
    height: 2.25rem;
  }
  .indexHead .box .logo a img {
    height: 2.7rem;
  }
  .indexHead .box .nav p {
    line-height: 5.875rem;
  }
  .indexHead .box .nav .menu {
    line-height: 5.875rem;
  }
  .indexHead .box .logo a {
    line-height: 5.875rem;
  }
  .phoneNav {
    height: calc(100% - 70px);
  }
  .lpkbanner img {
    height: 20rem;
    object-fit: cover;
  }
  .lpkService .box .main .box0 .item {
    padding: 2.0625rem 3.9375rem;
  }
  .lpkService .box .main .lpkPage {
    padding: 3.75rem 1rem;
  }
  .lpkContact .box .top {
    flex-wrap: wrap;
  }
  .lpkContact .box .top .item {
    flex: 50% 1;
    margin-bottom: 1.875rem;
  }
  .lpkJoin .box .left {
    line-height: 2rem;
  }
  .lpkJoin1 .box .main .item .top span {
    top: 2.4375rem;
  }
  .lpkService_kh .box .ul ul {
    width: 205%;
  }
  .lpkServiceXz .box .top {
    padding: 0 1.75rem;
  }
  .lpkServiceXz .box .bottom .item {
    padding: 1.125rem 1.75rem;
  }
  .lpkServiceXz .box .lpkPage {
    padding: 3.75rem 0.9375rem;
  }
  .layui_layer .main {
    height: 20rem;
    margin-top: -10rem;
  }
  .indexNews .box .list .item a .top1 {
    height: 9rem;
  }
  .indexFoot .box .item3 {
    margin-top: 0rem;
  }
  .lpkServiceXz .box .bottom .item .left {
    font-size: 1rem;
  }
  .lpkNewsVideo .box .item .img {
    height: 10rem;
  }
  .lpkJoin1 .box .main .item .top h5 {
    font-size: 1.2rem;
  }
}
