body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
input:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: rgba(34, 44, 71, 0.4);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(34, 44, 71, 0.4);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(34, 44, 71, 0.4);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 44, 71, 0.4);
}

textarea::-webkit-input-placeholder {
  color: rgba(34, 44, 71, 0.4);
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(34, 44, 71, 0.4);
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(34, 44, 71, 0.4);
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 44, 71, 0.4);
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

td {
  margin: 0;
  padding: 0;
}

.mt0 .mt50 {
  margin-top: 0;
}

p,
span {
  text-align: justify;
}

/* @font-face {
    font-family: 'lanhai';
    src: url('/templets/lanhi/fonts/NotoSansHans-Bold.otf');
}

@font-face {
    font-family: 'lanhai';
    src: url('/templets/lanhi/fonts/NotoSansHans-Medium.otf');
}


@font-face {
    font-family: 'lanhai';
    src: url('/templets/lanhi/fonts/NotoSansHans-Regular.otf');
} */

@media (any-hover: hover) {
  .picBox img:hover {
    transform: scale(1.1);
  }

  .botton:hover {
    color: #004ea2;
    border-color: #004ea2;
  }

  .botton.blueBotton:hover {
    color: #fff;
    background-color: #004ea2;
  }

  .homebanner .swiper-button-next:hover {
    background: url("/templets/lanhi/newImages/right_s.png");
  }

  .homebanner .swiper-button-prev:hover {
    background: url("/templets/lanhi/newImages/left_s.png");
  }

  .cultureBox .picbox:hover .scleImg {
    transform: scale(1.1);
  }

  /* .newsList .newsItem:hover .imgbox img {
        transform: scale(1.1);
    } */
}

body {
  background: #fff;
  font-size: 12px;
  overflow-x: hidden;
  width: 100%;
  font-family: "lanhai";
  -webkit-overflow-scrolling: touch;
}

.bodyScllowNone {
  height: 100%;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

.swiper-slide img {
  max-width: 100%;
  display: inline-block;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in-out 0s;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ab {
  position: absolute;
}

.re {
  position: relative;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.oh {
  overflow: hidden;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dn {
  display: none;
}

.mr40 {
  margin-right: 0.4rem;
}

/* 顶部 */
.head_top {
  width: 100%;
  height: 0.5rem;
  background: url("/templets/lanhi/newImages/bg_daohang.png") no-repeat 100%;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.14rem;
}

.head_top .head_top_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.head_top .section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTel {
  color: #0652a3;
  font-size: 0.28rem;
}

/* dialog */
.searchDialog {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: url("/templets/lanhi/newImages/serachbg.png") no-repeat;
  background-size: cover;
}

.searchBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  position: relative;
}

.searchDialogBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.searchDialog .searchlogo {
  width: 40%;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchDialog .searchlogo img {
  width: 2.8rem;
}

.searchBox .serachInput {
  flex-grow: 1;
  -webkit-flex: 1;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  border-radius: 0.4rem 0 0 0.4rem;
  border: none;
  padding-left: 0.8rem;
  background-color: #fff;
  background-image: url("/templets/lanhi/newImages/searchbig.png");
  background-repeat: no-repeat;
  background-size: 0.33rem 0.33rem;
  background-position: 0.2rem center;
}

.searchBox .serachBtn {
  background-color: #004ea2;
  cursor: pointer;
  border-radius: 0 0.4rem 0.4rem 0;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  font-size: 0.28rem;
}

.searchBox .searchbig {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.17rem;
  width: 0.33rem;
  height: 0.33rem;
}

.searchDialog .closeDialog {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  margin-top: 0.6rem;
}

.searchDialog .closeDialog img {
  width: 100%;
}

/* botton */
.botton {
  /* width: 1.38rem; */
  height: 0.46rem;
  border: 0.02rem solid #222c47;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #222c47;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 0.23rem;
  margin: 0 auto;
  font-weight: 500;
  padding: 0.1rem 0.2rem;
}

.botton.blueBotton {
  border: 0.02rem solid #004ea2;
  color: #004ea2;
}

.btnSmall {
  height: 0.36rem;
  padding: 0.1rem 0.1rem;
}

/* nav */

#lanhainavBox #nav .navitem.active .link {
  color: #004ea2;
  background-color: #fff;
}

#lanhainavBox {
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
}

/* #lanhainavBox .navbar-header {

    padding-left: 0.15rem;
    padding-right: 0.15rem;
} */

#lanhainavBox .container {
  /* padding: 0; */
  transition: all 0.5s;
}

#lanhainavBox .navbar-toggle {
  margin-top: 0.15rem;
}

/* #lanhainavBox #nav .navitem.open{
    background-color: #fff;
} */
#lanhainavBox #nav .navitem .dropdown-menu {
  z-index: 9999;
  border: none;
  left: 50%;
  min-width: 1.2rem;
  width: 1.2rem;
  margin-left: -0.6rem;
  box-shadow: 0px 0.1rem 0.2rem rgb(0 0 0 / 10%);
  overflow: hidden;
}

#lanhainavBox .dropdown-menu > li > a {
  padding: 0.05rem 0;
}

#lanhainavBox #nav .navitem .dropdown-menu li {
  padding: 0.1rem 0;
  text-align: center;
}

#lanhainavBox #nav .navitem .dropdown-menu li:hover a {
  color: #004ea2;
  background-color: #fff;
}

#lanhainavBox #nav .navitem .dropdown-menu li a {
  display: inline-block;
  font-size: 0.16rem;
}

#lanhainavBox .in #nav .navitem .dropdown-menu {
  left: 0;
  margin-left: 0;
  box-shadow: none;
}

/* banner */
.banner {
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper img {
  width: 100%;
  height: auto;
}

.bannerPic img {
  width: 100%;
  height: auto;
}

#banner .container {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2000;
}

.homebanner .swiper-button-prev {
  width: 0.52rem;
  height: 0.52rem;
  background: url("/templets/lanhi/newImages/left.png");
  left: 1.2rem;
}

.homebanner .swiper-button-next {
  width: 0.52rem;
  height: 0.52rem;
  background: url("/templets/lanhi/newImages/right.png");
  right: 1.2rem;
}

#banner .swiper-pagination-bullet-active {
  background-color: #004ea2;
  width: 0.36rem;
  border-radius: 0.18rem;
}

#banner .tips {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0.3rem;
  bottom: 0.1rem;
  color: #ffffff;
}

#banner .tips h3 {
  font-size: 0.62rem;
  font-weight: bold;
}

#banner .tips .line {
  width: 1.2rem;
  height: 0.1rem;
  background: #ffffff;
  margin-top: 0.3rem;
}

#banner .tips .slogan {
  margin-top: 0.6rem;
  font-size: 0.32rem;
  margin-bottom: 1rem;
}

#banner .tips .poistionName {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}

#banner .tips .poistionName a {
  color: #fff;
}

#banner .black .tips {
  color: #222c47;
}

#banner .black .line {
  background: #222c47;
}

#banner .black .tips .poistionName a {
  color: #222c47;
}

/*  equipment*/
#equipment {
  width: 100%;
  height: auto;
  background: url("/templets/lanhi/newImages/tabbg.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.tabBox {
  width: 100%;
  height: 1rem;
  border-bottom: 2px solid rgba(38, 82, 124, 0.2);
  background: transparent;
  flex-shrink: 0;
}

.tabBox .container {
  height: 100%;
}

.tabBox .tab {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.2rem;
  color: #636877;
  position: relative;
}

.swiper-button-prev {
  width: 0.35rem;
  height: 0.5rem;
  background: url("/templets/lanhi/newImages/icon_left.png") no-repeat;
  background-size: 100%;
}

.swiper-button-next {
  width: 0.35rem;
  height: 0.5rem;
  background: url("/templets/lanhi/newImages/icon_right.png") no-repeat;
  background-size: 100%;
}

.tabBox .tab .tabItem {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.por {
  position: relative;
}

.tabBox .tab .line {
  width: 0.4rem;
  height: 0.03rem;
  background-color: #004ea2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
}

.tabBox .tab .tabItem:hover {
  color: #004ea2;
}

.tabBox .tab .tabItem a {
  color: #636877;
}

.tabBox .tab .tabItem:hover a {
  color: #004ea2;
}

.tabBox .tab .tabItem.active a {
  color: #004ea2;
}

.tabBox .tab .tabItem.active span {
  color: #004ea2;
}

#equipment .equipment_swiper .swiper-slide {
  background: transparent;
}

#equipment .container {
  position: relative;
}

#equipment .container .equipment_swiper {
  height: 100%;
  overflow: hidden;
}

#equipment .container .equipment_swiper .line {
  width: 1.2rem;
  height: 0.1rem;
  background: #004ea2;
  margin-bottom: 0.5rem;
}

#equipment .container .equipment_swiper .swiper-slide {
  display: none;
  align-items: center;
}

#equipment .container .equipment_swiper .swiper-slide:nth-child(1) {
  display: flex;
}

#equipment .container .equipment_swiper .swiper-slide .nameCode {
  font-size: 0.42rem;
  font-weight: bold;
  color: #222c47;
  margin-bottom: 0.2rem;
}

#equipment .container .equipment_swiper .swiper-slide .name {
  font-size: 0.32rem;
  font-weight: bold;
  color: #222c47;
  margin-bottom: 0.58rem;
}

#equipment .container .equipment_swiper .swiper-slide p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.36rem;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;
  margin-bottom: 0.5rem;
  text-align: left;
}

#equipment .container .equipment_swiper .swiper-slide {
  position: relative;
}

#equipment .container .equipment_swiper .swiper-slide .left {
  position: relative;
  margin-left: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.2rem;
}

#equipment .container .equipment_swiper .swiper-slide .right {
  position: relative;
  /* left: 30%;
    bottom: 0.8rem; */
}

#equipment .container .equipment_swiper .swiper-slide .left .bottonBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

#equipment .container .equipment_swiper .swiper-slide .left .bottonBox .botton {
  margin-bottom: 0.4rem;
  margin-left: 0;
  margin-right: 0.4rem;
}

#equipment .container .equipment_swiper .swiper-button-prev {
  width: 0.35rem;
  height: 0.5rem;
  /* left: -0.4rem; */
  background: url("/templets/lanhi/newImages/icon_left.png") no-repeat;
  background-size: 100%;
}

#equipment .container .equipment_swiper .swiper-button-next {
  width: 0.35rem;
  height: 0.5rem;
  /* right: -0.4rem; */
  background: url("/templets/lanhi/newImages/icon_right.png") no-repeat;
  background-size: 100%;
}

.swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background: #222c47;
  border-radius: 50%;
}

/* homeTitle */
.homeTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #004ea2;
}

.homeTitle h3 {
  font-size: 0.36rem;
  font-weight: bold;
}

.homeTitle span {
  font-size: 0.26rem;
  margin-top: 0.16rem;
}

.aboutPicTex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
  cursor: pointer;
}

.aboutPicTex:hover span {
  color: #004ea2;
}

.aboutPicTex span {
  font-size: 0.18rem;
  color: #222c47;
  font-weight: bold;
  margin-top: 0.15rem;
}

/* about */
.about {
  width: 100%;
  margin-top: 1.2rem;
}

.about .textBox {
  max-width: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.58rem;
}

.about .textBox h3 {
  font-size: 0.28rem;
  color: #222c47;
  margin-top: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.about .textBox p {
  font-size: 0.2rem;
  color: #636877;
  line-height: 0.4rem;
  text-align: left;
}

.about .textBox p.center {
  text-align: center;
  padding: 0 0.8rem;
}

.about .container .imgBox {
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.about .container .imgBox img {
  width: 100%;
}

.about .numGroup {
  margin-top: 0.6rem;
}

.about .numberBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about .numberBox.mr25 {
  margin-right: 2rem;
}

.about .numberBox .top {
  font-size: 0.66rem;
  font-weight: bold;
  color: #004ea2;
}

.about .numberBox .tips {
  font-size: 0.18rem;
  color: #636877;
}

.about .botton {
  margin-bottom: 1.2rem;
}

/* caseList */
.caseList {
  position: relative;
  /* background-image: url('/templets/lanhi/newImages/sbg1.png');
    background-repeat: no-repeat;
    background-position: 100% 100%; */
  margin-top: 0.8rem;
  background: url("/templets/lanhi/newImages/caseListContendbg.png") no-repeat;
  background-size: auto;
}

.caseList .caseListContend {
  margin-top: 0.6rem;
}

.caseList .caseListContend .imgBox {
  margin-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
}

.caseList .caseListContend .imgBox img {
  width: 100%;
}

.caseList .caseListContend .imgBox .title {
  position: absolute;
  bottom: -0.3rem;
  left: 0.3rem;
  font-size: 0.2rem;
  z-index: 9;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  width: calc(100% - 0.6rem);
}

.caseList .caseListContend .imgBox .title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caseList .caseListContend .imgBox .dialog {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 78, 162, 0.8);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.caseList .caseListContend {
  overflow: hidden;
  padding-bottom: 1rem;
}

.caseList .botton {
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  bottom: 0;
}

.caseListbgno .botton {
  bottom: 1.2rem;
}

.news .container {
  position: relative;
  padding-bottom: 1rem;
}

.news .botton {
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  bottom: 0;
}

.caseList .titlePic {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseList .caseList_swiper {
  margin-top: 0.4rem;
  padding-bottom: 2rem;
  position: relative;
}

.caseList .container .caseList_swiper .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  top: 5.5rem;
  background: url("/templets/lanhi/newImages/left.png") no-repeat;
  background-size: 100%;
}

.caseList .container .caseList_swiper .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  top: 5.5rem;
  background: url("/templets/lanhi/newImages/right.png") no-repeat;
  background-size: 100%;
}

.picBox .sanj {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  z-index: 9;
}

.btn_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn_box .botton {
  margin: 0;
  margin-bottom: 0.4rem;
}

.caseListItem {
  background: #ffffff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.03rem solid #004ea2;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.caseListItem .picBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 2.4rem;
}

.caseListItem .picBox .tips {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.15rem 0.26rem;
  background-color: #0254d4;
  position: absolute;
  left: 0;
  top: 0;
}

.caseListItem .picBox .sanj {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  z-index: 9;
}

.picBox {
  position: relative;
}

.picBox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.caseListItem .textBox {
  padding: 0.2rem;
  text-align: left;
  color: #222c47;
}

.caseListItem .textBox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}

.caseListItem .textBox .top img {
  margin-right: 0.1rem;
}

.caseListItem .textBox .top .flexc {
  display: flex;
  align-items: center;
}

.caseListItem .textBox .title {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  margin-top: 0.32rem;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caseListItem .textBox .tips {
  margin-top: 0.16rem;
  font-size: 0.16rem;

  line-height: 0.26rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caseListItem .textBox .lookmore {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  cursor: pointer;
}

.caseListItem .textBox .lookmore .jt {
  margin-left: 0.2rem;
}

.caseListItem:hover .textBox .lookmore .look {
  color: #004ea2;
}

.caseListItem:hover .title {
  color: #004ea2;
}

.caseListItem:hover .textBox {
  background-color: #f7f8fa;
}

.homefooter .footer {
  margin-top: 0;
}

.both {
  background: url("/templets/lanhi/newImages/homebg3.png") no-repeat;
  background-size: auto;
  background-position: bottom left;
}

/* partner */
.partner {
  position: relative;
  padding-bottom: 0.4rem;
}

.partner .contend {
  margin-top: 0.6rem;
}

.partnerItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.2rem;
}

.partnerItem img {
  width: 100%;
}

/* news */
.news .titlePic {
  margin-bottom: 0.4rem;
}

.news {
  padding-bottom: 1rem;
}

.news {
  margin-top: 1rem;
}

.news .leftBox {
  background: #ffffff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news .leftBox .picBox {
  /* height: 4.7rem; */
  overflow: hidden;
}

.news .leftBox .picBox img {
  height: auto;
}

.news .container {
  margin-top: 0.6rem;
}

.news .leftBox .newsbox {
  padding: 0.32rem 0.3rem;
  border-bottom: 0.02rem solid transparent;
}

.news .leftBox .newsbox h5 {
  font-size: 0.24rem;
  color: #222c47;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.news .leftBox .newsbox .tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}

.news .rightnewsbox {
  padding: 0.2rem 0.3rem;
  overflow: hidden;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
  border-bottom: 0.02rem solid transparent;
  position: relative;
  min-height: 1.9rem;
}

/* .news .rightnewsbox:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    border:2px solid transparent;
    width:0;
    height:0;
    box-sizing:border-box;
    transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
     
}
.news .rightnewsbox:after{
    content:"";
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:0;
    height:0;
    border:2px solid transparent;
    box-sizing:border-box;

    transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.2s,height 0.2s ease-out 0s;
}
.news .rightnewsbox:hover:after,.news .rightnewsbox:hover:before{
      
    width:100%;
    height:100%;
}
.news .rightnewsbox:hover:before{
    border-top-color:#004EA2;;
    border-right-color:#004EA2;;
    transition:border-color 0s ease-out 0s,width 0.2s ease-out 0s,height 0.2s ease-out 0.2s;
}
.news .rightnewsbox:hover:after{
    border-bottom-color:#004EA2;;
    border-left-color:#004EA2;;

    transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
} */
.news .rightnewsbox h5 {
  font-size: 0.24rem;
  color: #222c47;
  font-weight: bold;
}

.news .rightnewsbox p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.27rem;
  margin-top: 0.18rem;
}

.news .rightnewsbox .tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  margin-top: 0.26rem;
}

.news .rightnewsbox:hover .tips span {
  color: #004ea2;
}

.news .rightnewsbox:hover h5 {
  color: #004ea2;
}

.news .rightnewsbox:hover {
  background-color: #f7f8fa;
  border-bottom: 0.02rem solid #004ea2;
}

.news .leftBox .newsbox:hover {
  background-color: #f7f8fa;
  border-bottom: 0.02rem solid #004ea2;
}

.news .leftBox .newsbox:hover .tips .lookMore {
  color: #004ea2;
}

.news .leftBox .newsbox:hover h5 {
  color: #004ea2;
}

.news .botton {
  margin-top: 0.4rem;
}

/* footer */
.footer {
  background: url("/templets/lanhi/newImages/bg_yewei.png") no-repeat center;
  background-size: cover;
  padding-bottom: 0.15rem;
  padding-top: 0.5rem;
}

.footer .ft-navlist {
  margin-left: 0;
  float: left;
}

.ft-navlist dt a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
}

.ft-navlist dt span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
}

.ft-navlist dt {
  margin-bottom: 0.2rem;
}

.ft-navlist dd {
  margin-bottom: 0.1rem;
}

.ft-navlist dd a {
  font-size: 0.16rem;
  color: #cccccc;
}

.ft-navlist dd span {
  font-size: 0.16rem;
  color: #cccccc;
}

.footer .ft-navlist a:hover {
  color: #fff;
}

.footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.14rem;
  color: #cccccc;
  text-align: center;
}

.footer .copy a {
  font-size: 0.14rem;
  color: #cccccc;
}

.footer .textBox {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.footer .textBox p {
  color: #cccccc;
  line-height: 0.36rem;
  font-size: 0.16rem;
  padding: 0.1rem 0;
}

.footer .textBox p span {
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}

.footer .textBox h5 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}

.bigspan {
  font-size: 0.28rem;
}

/* page about*/
.lanhai h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222c47;
}

.lanhai .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.caseList .sectiontitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.caseList .sectiontitle h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222c47;
}

.caseList .line {
  width: 0.7rem;
  height: 0.04rem;
  background: #222c47;
  margin-top: 0.2rem;
}

.lanhai .line {
  width: 0.7rem;
  height: 0.04rem;
  background: #222c47;
  margin-top: 0.2rem;
}

.lanhai .picTextBox p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.36rem;
  text-indent: 2em;
}

.lanhai .picTextBox .picbox {
  float: right;
  width: 40%;
  padding: 0 0.2rem;
}

.lanhai .picTextBox .picbox img {
  width: 100%;
  height: auto;
}

.lanhai .numGroup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.lanhai .numberBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lanhai .numberBox.mr25 {
  margin-right: 0.8rem;
}

.lanhai .numberBox .top {
  font-size: 0.52rem;
  font-weight: bold;
  color: #004ea2;
}

.lanhai .numberBox .tips {
  font-size: 0.18rem;
  color: #636877;
}

.cultureBox .picbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.2rem;
}

.cultureBox .picbox .scleImg {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.cultureBox .picbox .tipsicon {
  width: 0.72rem;
  height: auto;
  margin-bottom: 0.2rem;
}

.cultureBox .picbox .tips {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: 9;
  color: #ffffff;
  font-size: 0.32rem;
  display: flex;
  flex-direction: column;
}

.cultureBox .picbox .dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 8;
}

.rc .cultureBox {
  justify-content: space-between;
}

.rc .cultureBox .picbox {
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
}

.rc .cultureBox h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.38rem;
}

.rc .cultureBox span {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 36px;
}

.rc .cultureBox .picbox .tips {
  left: 0;
  top: 50%;
  padding: 0 0.4rem;
}

.introduction {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduction .introductionItem {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 0.6rem;
}

.introduction .introductionItem .picBox {
  width: 6.2rem;
  height: 4.8rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
}

.introduction .introductionItem span {
  color: #222c47;
  font-size: 0.2rem;
}

.contend .btns {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.contend .btns .btn {
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  margin-right: 0.4rem;
  color: #636877;
  background-color: #f7f8fa;
}

.contend .btns .btn:hover {
  color: #004ea2;
}

.contend .btns .btn.active {
  color: #fff;
  background-color: #004ea2;
}

.contend .licenses {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
  /* justify-content: space-between; */
}

.contend .licenses .license {
  padding: 0.15rem;
  background-color: #f7f8fa;
  overflow: hidden;
  max-width: 2.48rem;
  flex-shrink: 0;
  margin-bottom: 0.6rem;
  margin-right: 0.2rem;
}

.contend .licenses .license img {
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.pagination .prev_page,
.next_page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0.5rem;
  background: #f7f8fa;
  font-size: 0.2rem;
  color: #636877;
  margin-right: 0.1rem;
}

.pagination #thisclass {
  background-color: #004ea2;
  color: #fff;
}

.pagination .pageinfo {
  font-size: 0.16rem;
}

.pagination .addclass:hover {
  color: #004ea2;
}

.pagination .addclass {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  background: #f7f8fa;
  color: #636877;
  font-size: 0.2rem;
}

.pagination .addclass.active {
  background-color: #004ea2;
  color: #fff;
}

.pagination #thisclass {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  background-color: #004ea2;
  color: #fff;
  font-size: 0.2rem;
}

.technology .contend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.technology .technologyItem {
  margin-bottom: 0.6rem;
}

.technology .imgbox {
  overflow: hidden;
}

.technology .imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.technology .rightText {
  padding-top: 0.4rem;
}

.technology .rightText h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 0.3rem;
}

.technology .rightText p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.36rem;
  text-align: justify;
}

.newsList .rightText h4 {
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 0.18rem;
}

.newsList .rightText .botton {
  margin: 0 auto;
}

.newsList .rightText p {
  text-indent: 0;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
  margin-bottom: 0.3rem;
}

.newsListUl {
  background-color: #fff;
  margin-top: 0.6rem;
}

.newsListUl li {
  font-size: 0.18rem;
  background-color: #f7f8fa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
}

.newsListUl li a {
  display: block;
  padding: 0.2rem 0.3rem;
}
.newsListUl li.addclass a {
  background-color: #004ea2;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  border: none;
}

.newsListUl li:last-child {
  border: none;
}

.newsListUl li:nth-child(1):hover {
  color: #fff;
}

.newsListUl li.active {
  color: #004ea2;
}

.newsListUl li:hover {
  color: #004ea2;
}

.newsList .panel-group .panel {
  border: none;
  border-radius: 0%;
  margin-top: 0;
  margin-bottom: 0.02rem;
}

.newsList .panel-heading {
  background-color: #222c47;
  color: #fff;
  border-radius: 0%;
  padding: 0;
}
.newsList .panel-heading .panel-title a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.2rem 0.3rem;
  font-size: 0.18rem !important;
}

.newsList .panel-body {
  border: none !important;
  padding: 0;
  background-color: #fff;
  font-size: 0.18rem;
}

.newsList .panel-body .leftCardListItem {
  padding: 0.2rem 0.3rem;
  background-color: #f7f8fa;
  display: flex;
  flex-direction: column;
  border-bottom: 0.02rem solid #fff;
}

.newsList .panel-body .leftCardListItem:last-child {
  border: none;
}

.newsList .panel-body .leftCardListItem span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .newsItem:first-child {
  margin-top: 0.6rem;
}

.newsList .newsItem {
  overflow: hidden;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #f7f8fa;
  transition: all 0.1s;
}

.newsList .newsItem .imgbox {
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
}

.newsList .newsItem:hover {
  box-shadow: 0 0 0.2rem 0 rgba(14, 5, 10, 0.1);
}

.newsList .newsItem:hover .rightText h4 {
  color: #004ea2;
}

.newsItem > .show1:first-child {
  display: block !important;
}

.newsItem > .show1:last-child {
  display: none !important;
}

.newsList .tips {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
}

.newsList .tips img {
  margin-right: 0.1rem;
}

.newsList .sectionBox .rightText {
  width: 100%;
  padding-top: 0.4rem;
}

.newsList .sectionBox .rightText .tips {
  color: #636877;
}

.newsList .sectionBox .rightText .tips .time {
  margin-left: 0.1rem;
}

.newsList .sectionBox .rightText .botton {
  margin: 0.4rem 0 0;
  max-width: 1.38rem;
}

.rz .contend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.qy_swiper {
  position: relative;
  overflow: hidden;
  padding: 0 0.4rem;
}

.zl_swiper {
  position: relative;
  overflow: hidden;
}

.zl_swiper {
  padding: 0 0.5rem;
}

.zlItem {
  border: 0.02rem solid #222c47;
  overflow: hidden;
}

.zl_swiper_phone {
  /* padding: 0 0.4rem; */
  overflow: hidden;
}

.zl {
  padding-bottom: 1rem;
  position: relative;
}

.zl .botton {
  margin-top: 0.5rem;
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  bottom: 0;
}

#accordion .panel-heading {
  border: none;
  background-color: #fff;
}

.backbg {
  background-color: rgba(247, 248, 250, 1);
  margin-top: 1rem;
  padding-bottom: 1rem;
}

#accordion .panel {
  border: none;
  border-bottom: 1px solid rgba(34, 44, 71, 0.2);
}

#accordion .panel-heading:hover a {
  color: #004ea2;
}

#accordion .panel-heading .panel-title a {
  display: flex;
  width: 100%;
  padding: 0.3rem 0.85rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  color: #636877;
}

#accordion .panel-heading .panel-title a span {
  flex-grow: 1;
  text-align: center;
}

#accordion .panel-heading .panel-title a span.left {
  text-align: left;
}

#accordion .panel-body {
  background-color: #f2f3f5;
  color: #636877;
  padding: 0.4rem 1rem;
}

#accordion .panel-body h5 {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

#accordion .panel-default {
  margin-top: 0;
}

#accordion .panel-body .botton {
  margin-top: 0.4rem;
}

#accordion .panel-body p {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.collapseBox .header {
  padding: 0.4rem 1rem;
  background-color: #004ea2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collapseBox .header span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}

.collapseBox .header span.left {
  text-align: left;
}

.cp .tabBox h5 {
  line-height: 0.9rem;
  font-size: 0.2rem;
  margin-right: 0.4rem;
  flex-grow: 1;
  padding-left: 0.15rem;
  color: #222c47;
}

.cp .tabBox .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp .tabBox .tab {
  flex-grow: 2;
}

.cp .listBox_pro {
  margin-top: 0.8rem;
}

.cp .listBox_title {
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
}

.cp .listBox_title span {
  font-size: 0.2rem;
  color: #222c47;
}

.cp .listBox_title .title {
  font-size: 0.3rem;
  font-weight: bold;
}

.cp .listBox_pro .listBox_pro_con {
  display: flex;
  padding-top: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cp .listBox_pro .listBox_pro_con .listItem {
  border: 2px solid rgba(34, 44, 71, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.2rem;
  height: 4.2rem;
  margin-bottom: 0.2rem;
}

.cp .listBox_pro .listBox_pro_con .listItem:hover {
  border: 2px solid rgba(38, 82, 124, 0.5);
}

.cp .listBox_pro_con .listItem .picBox {
  width: 100%;
  max-height: 3.5rem;
  overflow: hidden;
}

.cp .listBox_pro_con .listItem .bigpicBox {
  width: 100%;
  height: 4.06rem;
  max-height: 100%;
  overflow: hidden;
}

.cp .listBox_pro_con .listItem .bigpicBox img {
  width: 100%;
  height: 100%;
}

.cp .listBox_pro_con .listItem .name {
  color: #222c47;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.cp .listBox_pro_con .listItem .btns {
  padding: 0.3rem 0;
}

.listItem .btns .btnSmall {
  color: #222c47;
  font-size: 0.16rem;
  /* width: 1rem; */
  height: 0.36rem;
  border: 1px solid #222c47;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.36rem;
  background-color: #fff;
  min-width: 0.9rem;
}

.listItem .btns .btnSmall.addClolor {
  border-color: #004ea2;
  color: #004ea2;
}

.listItem .btns .btnSmall:hover {
  background: #004ea2;
  color: #fff;
  border-color: transparent;
}

.listItem .btns .btnSmall.mr {
  margin-right: 0.2rem;
}

.cp .listBox {
  padding-top: 1rem;
}

.cp .listBox .listItem {
  border: 2px solid rgba(34, 44, 71, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.6rem;
}

.cp .listBox .listItem:hover {
  border: 2px solid rgba(38, 82, 124, 0.5);
}

.cp .listBox .listItem .picBox {
  width: 100%;
  /* max-height: 3.5rem; */
  overflow: hidden;
}

.cp .listBox .listItem .name {
  color: #222c47;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.cp .listBox .listItem .btns {
  padding: 0.3rem 0;
}

.cp .listBox .caseListItem .title {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.flexc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article_case .mid {
  margin: 0 auto;
  font-size: 0.16rem;
  color: #222c47;
  padding: 1rem 0;
  position: relative;
}

.article_case .mid .title {
  color: #222c47;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
}

.article_case .mid .timetips {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid rgba(34, 44, 71, 0.2);
  color: #636877;
}

.article_case .mid .timetips .left img {
  margin-right: 0.1rem;
}

.article_case .mid .timetips .time {
  margin-left: 0.1rem;
}

.article_case .mid .contend {
  padding-top: 0.4rem;
  overflow: hidden;
  font-size: 0.18rem;
  color: #636877;
}

.article_case .mid .contend p {
  margin-bottom: 0.2rem;
  color: #636877;
  line-height: 170%;
}
.article_case .mid .contend strong {
  font-weight: 600;
}

.article_case .mid .contend img {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}

.article_case .mid .contend .nextPro {
  margin-top: 0.6rem;
  border-top: 0.01rem solid rgba(34, 44, 71, 0.2);
  padding-top: 0.4rem;
  cursor: pointer;
}

.article_case .shareBox {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article_case .shareBox .picbox {
  max-width: 0.5rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.article_case .shareBox .picbox .ac {
  display: none;
}

.article_case .rightShare {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
}

.article_case .rightShare .line {
  width: 0.04rem;
  height: 0.2rem;
  background-color: #004ea2;
  margin-right: 0.1rem;
}

.article_case .rightShare .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.article_case .rightShare .title h4 {
  font-weight: bold;
  color: #004ea2;
  font-size: 0.24rem;
}

.article_case .rightShare .list {
  display: flex;
  flex-direction: column;
}

.article_case .rightShare .listItem {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.article_case .rightShare .listItem .imgBox {
  width: 100%;
  height: 1.64rem;
  overflow: hidden;
  background-color: #f2f3f5;
  margin-bottom: 0.2rem;
}

.article_case .rightShare .listItem .imgBox img {
  width: 100%;
  height: 100%;
}

.article_case .rightShare .listItem h5 {
  color: #283251;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.article_case .rightShare .listItem:hover h5 {
  color: #004ea2;
}

.article_case .moreNews {
  margin-top: 0.4rem;
}

.article_case .moreNews .title {
  background-color: #f7f8fa;
  padding: 0.18rem 0.2rem;
}

.article_case .moreNews .line {
  width: 0.04rem;
  height: 0.2rem;
  background-color: #004ea2;
  margin-right: 0.1rem;
}

.article_case .moreNews .title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.article_case .moreNews .title h4 {
  font-weight: bold;
  color: #004ea2;
  font-size: 0.24rem;
}

.article_case .moreNews .newsItem {
  background-color: #fff;
}

.article_case .moreNews .newsItem {
  margin-top: 0.2rem;
}

.videoList {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.videoList .videoItem {
  width: 100%;
  border: none;
  background-color: #f7f8fa;

  position: relative;
  border-radius: 0.05rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.videoList .videoItem:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.videoList .videoItem:hover .title {
  color: #0254d4;
}

.videoList .videoItem .title {
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.32rem;
  font-size: 0.18rem;
  font-weight: bold;
}

.videoItem .textBox {
  padding: 0.2rem;
  text-align: left;
  color: #222c47;
  display: block;
}

.videoItem .textBox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}

.videoItem .textBox .top img {
  margin-right: 0.1rem;
}

.videoItem .textBox .top .flexc {
  display: flex;
  align-items: center;
}

.videoItem .picBox .tips {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.15rem 0.26rem;
  background-color: #0254d4;
  position: absolute;
  left: 0;
  top: 0;
}

.videoItem .picBox {
  max-height: 3.2rem;
  overflow: hidden;
}

.lanhai .mapleft {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lanhai .c_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  border-bottom: 1px solid #ebf0ef;
}

.lanhai .c_box img {
  width: 0.38rem;
  margin-right: 0.4rem;
}

.lanhai .c_box .fbold {
  color: #222c47;
  font-size: 0.2rem;
}

.lanhai .c_box .fbold.mt {
  margin-top: 0.2rem;
}

.lanhai .bdti {
  font-size: 0.32rem;
}

.formBox .formItem {
  margin-bottom: 0.6rem;
  overflow: hidden;
}

.formBox .formItem span {
  color: #db1b1b;
}

.formBox .formItem .lable {
  font-size: 0.18rem;
  color: #222c47;
}

.formBox .formItem .top {
  margin-bottom: 0.2rem;
}

.formBox {
  overflow: hidden;
}

.textInput {
  background-color: #f7f8fa;
  border: none;
  height: 0.6rem;
  min-width: 3.86rem;
  font-size: 0.2rem;
  padding: 0.2rem;
}

.textInput_area {
  background-color: #f7f8fa;
  border: none;
  min-height: 2.8rem;
  padding: 0.2rem;
  font-size: 0.2rem;
  width: 100%;
}

.article_pro_top {
  overflow: hidden;
}

.article_pro_top .left {
  overflow: hidden;
}

.article_pro_top .left .imgList {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
  padding: 0.2rem 0;
}

.article_pro_top .left .imgList .col-lg-3 {
  flex-shrink: 0;
}

.article_pro_top .left .imgList .imgitem {
  width: 100%;
  background-color: #f7f8fa;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
  max-width: 1.5rem;
}

.article_pro_top .left .imgList .imgitem:hover {
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
}

.article_pro_top .left .imgList .imgitem img {
  width: 100%;
  height: auto;
}

.article_pro_top .left .leftpicbox {
  max-width: 8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article_pro_top .left .leftpicbox img {
  width: 100%;
}

.article_pro_top .right {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.6rem;
  background: url("/templets/lanhi/newImages/rightwenli.png") no-repeat;
  background-size: cover;
  height: 7rem;
}

.article_pro_top .right .line {
  width: 1rem;
  height: 0.08rem;
  background: #222c47;
  margin-bottom: 0.6rem;
}

.article_pro_top .right h3 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #222c47;
  line-height: 0.5rem;
}

.article_pro_top .right .pBox {
  margin-top: 0.6rem;
}

.article_pro_top .right p {
  color: #636877;
  font-size: 0.18rem;
  text-indent: 2em;
  line-height: 0.36rem;
}

.article_pro_top .right .btnBox {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article_pro_top .right .btnBox .botton {
  margin: 0;
  margin-right: 0.6rem;
}

.article_pro_top .right .btnBox .telBox {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #004ea2;
  font-weight: bold;
}

.article_pro_top .right .btnBox .telBox img {
  width: 0.38rem;
  margin-right: 0.2rem;
}

.promidBg {
  min-height: 12.18rem;
  background: url("/templets/lanhi/newImages/probg3.png") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.promidBg .contend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.promidBg .contend .boxItem {
  display: flex;
  flex-direction: column;
  height: 4.6rem;
  border: 0.02rem solid #222c47;
  color: #222c47;
  padding: 0.2rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
}

.promidBg .contend .boxItem .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.promidBg .contend .boxItem h3 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.6rem;
  text-align: center;
}

.promidBg .contend .boxItem p {
  font-size: 0.18rem;
  margin-top: 0.28rem;
}

.tableBox .contend {
  display: flex;
  flex-direction: column;
}

.tableBox .contend .tableLine {
  display: flex;

  padding: 0.4rem 0.3rem;
}

.tableBox .contend .tableLine.addBgColor {
  background-color: #f7f8fa;
}

.tableBox .contend .tableLine span {
  line-height: 0.4rem;
}

.tableBox .contend .tableLine .flexc {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
}

.tableBox .contend .tableLine .tableLine_title {
  font-size: 0.24rem;
  min-width: 1.6rem;
  line-height: 0.4rem;
}

.tableBox .contend .tableLine .tableLine_title span {
  color: #222c47;
  font-size: 0.24rem;
}

.tableBox .contend .tableLine span {
  color: #636877;
  font-size: 0.18rem;
  line-height: 0.4rem;
}

.tableBox .contend .tableLine span.mb {
  margin-bottom: 0.4rem;
}

.fwzc .cultureBox .picbox .tips h4 {
  font-size: 0.24rem;
  text-align: left;
  margin-bottom: 0.2rem;
}

.fwzc .cultureBox .picbox .tips p {
  font-size: 0.16rem;
}

.lanhaifwzc .titleTips {
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.32rem;
  color: #636877;
  padding: 0 1rem;
  margin-bottom: 0.6rem;
}

.lanhaifwzc .rightText h4 {
  text-align: left;
  margin-bottom: 0.2rem;
  padding-top: 0.4rem;
}

.lanhaifwzc .rightText p {
  text-indent: 0;
}

.lanhaifwzc .rightText .spantips {
  display: inline-block;
  color: #636877;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
}

.lanhaifwzc .rightText p .addColor {
  color: #222c47;
}

.lanhaifwzcItem {
  margin-bottom: 0.6rem;
}

.fixedBg {
  background: url("/templets/lanhi/newImages/DSC03910.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 5.7rem;
  color: #fff;
}

.fixedBg p {
  color: #fff;
}

.fixedBg .title {
  padding-bottom: 0.3rem;
}

.fixedBg .title h3 {
  color: #fff;
}

.fixedBg .title .line {
  background: #fff;
}

.fixedBg .p1 {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.fixedBg .textBox {
  padding-left: 1rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0.6rem;
}

.mapbox {
  background: url("/templets/lanhi/newImages/mapbg.png") no-repeat;
  background-size: cover;
  min-height: 9.92rem;
  position: relative;
}

.mt0 .mt50 {
  margin-top: 0;
}

.mapbox {
  overflow: hidden;
}

.mapbox .rightTxt {
  color: #fff;
  margin-top: 3rem;
  margin-right: 0.4rem;
}

.mapbox .rightTxt h3 {
  font-size: 0.32rem;
}

.mapbox .rightTxt span {
  display: inline-block;
  color: #cccccc;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}

.mapbox .rightTxt p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #fff;
}

.mapbox #map {
  min-width: 10rem;
  height: 8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wecode img {
  max-width: 1.6rem;
}

.wecode p {
  margin-bottom: 0.2rem;
  text-align: left;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #cccccc;
}

.wecode .ft16 {
  font-size: 0.16rem;
}

.c_contend .mapleft {
  height: 4rem;
  background-color: #f7f8fa;
}

.aboutUsNav {
  font-size: 0.2rem;
  color: #222c47;
  border-bottom: 0.02rem solid rgba(38, 82, 124, 0.2);
}

.aboutUsNav_left {
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.aboutUsNav_left a {
  color: #222c47;
}

.aboutUsNav_right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
}

.aboutUsNav_right a {
  display: inline-block;
  position: relative;
  color: #636877;
}

.aboutUsNav_right a.ac {
  color: #004ea2;
}

.aboutUsNav_right a:hover {
  color: #004ea2;
}

.aboutUsNav_right a .line {
  width: 0.8rem;
  height: 0.04rem;
  background-color: #004ea2;
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  bottom: 0;
}

.about_contend {
  position: relative;
  padding: 0.2rem;
  padding-bottom: 1rem;
}

.about_contend .leftdou {
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.about_contend .rightdou {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_contend .text_title {
  color: #222c47;
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
  text-align: center;
  width: 40%;
}

.about_contend .text_title h5 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.about_contend .text_title span {
  font-size: 0.16rem;
}

.about_contend .company {
  float: right;
  margin-top: -1.12rem;
  margin-left: 0.4rem;
  max-width: 7rem;
}

.about_contend p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.32rem;
  text-indent: 2em;
}

.pictureBox {
  margin-top: 0.5rem;
}

.top_pic {
  position: relative;
  background: url("/templets/lanhi/newImages/_MG_2463.png") no-repeat;
  background-size: cover;
  min-height: 4.42rem;
}

.pictureBox .top_pic .title {
  padding-top: 0.8rem;
  color: #fff;
}

.pictureBox .top_pic .title h3 {
  color: #fff;
}

.pictureBox .top_pic .title .line {
  background-color: #fff;
}

.pictureBox .container {
  margin-top: -2.4rem;
}

.pictureBox .container .imgbox {
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.pictureBox .container .imgbox img {
  width: 100%;
  height: auto;
}

.pictureBox .container .text_box {
  width: 100%;
  height: 0.86rem;
  text-align: center;
  font-size: 0.24rem;
  color: #004ea2;
  line-height: 0.86rem;
  background-color: #f2f3f5;
}

#myModal .modal-dialog {
  margin-top: 2rem;
}

#myModal .modal-header {
  border: none;
  width: 50%;
  float: right;
  padding: 0.2rem 15px;
  margin-top: 0.1rem;
  position: relative;
  z-index: 999;
}

#myModal .modal-dialog .top {
  height: 4rem;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.15rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  margin-top: 0.1rem;
}

#myModal .modal-dialog .top img {
  width: 100%;
}

#myModal .modal-dialog .picbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  padding: 0.15rem;
  margin-right: 0.15rem;
}

#myModal .modal-dialog .picbox img {
  width: 100%;
}

#myModal .modal-dialog .picbox:last-child {
  margin-right: 0;
}

#myModal .modal-dialog .bot {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-y: scroll;
}

#myModal .modal-dialog .bot .col-lg-3 {
  flex-shrink: 0;
}

#myModal .modal-dialog h5 {
  font-size: 0.26rem;
  color: #222c47;
  font-weight: bold;
  margin: 0 0.15rem;
  margin-bottom: 0.2rem;
}

#myModal .modal-dialog h4 {
  color: #222c47;
  font-size: 0.32rem;
}

#myModal .modal-dialog .tips {
  color: #222c47;
  font-size: 0.18rem;
  margin-bottom: 0.42rem;
}

#myModal .modal-dialog .namebox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.2rem;
}

#myModal .modal-dialog .formGroup {
  flex-grow: 1;
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
}

#myModal .modal-dialog .formGroup:last-child {
  margin-right: 0;
}

#myModal .modal-dialog label {
  font-size: 0.2rem;
}

#myModal .modal-dialog .form-control {
  box-shadow: none;
  margin-top: 0.1rem;
  border: none;
  background-color: #f7f8fa;
  padding: 0.2rem;
}

#myModal .modal-dialog .input-group {
  width: 100%;
}

#myModal .areaGroup {
  display: flex;
  justify-content: space-between;
}

#myModal .sele-group {
  flex-grow: 1;
  margin-right: 0.15rem;
}

#myModal .modal-dialog .sele-group:last-child {
  margin-right: 0;
}

#myModal .modal-dialog .btn {
  width: 1.38rem;
  margin-top: 0.4rem;
  background-color: #004ea2;
  color: #ffffff;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0.3rem;
}

#myModal .modal-dialog .tel {
  color: #004ea2;
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: 0.3rem;
}

#myModal .modal-dialog .redspan {
  color: #db1b1b;
}

.contrast .topBtnsBox {
  display: flex;
  justify-content: space-between;
}

.contrast .topBtnsBox #contrastSelect {
  width: 3.6rem;
  height: 0.6rem;
  background-color: #f7f8fa;
  font-size: 0.22rem;
  border: 2px solid rgba(34, 44, 71, 0.2);
  padding: 0.1rem;
}

.contrast .topBtnsBox .hideBtn {
  width: 1.8rem;
  height: 0.6rem;
  font-size: 0.22rem;
  color: #666b7a;
  background-color: #f7f8fa;
  border: 2px solid rgba(34, 44, 71, 0.2);
}

.contrast .topBtnsBox .hideBtn:hover {
  background-color: #004ea2;
  color: #fff;
}

.contrastList {
  margin-top: 0.4rem;
}

.contrastTitle {
  display: flex;
  align-items: center;
  background: #222c47;
}

.contrastTitle .key {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  height: 1.2rem;
  width: 2.8rem;
  border-right: 0.01rem solid #fff;
  flex-shrink: 0;
}

.contrastTitle .value {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 1.2rem;
}

.contrastTitle .value .titleItem {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  border-right: 0.01rem solid #fff;
  position: relative;
  padding: 0.2rem 0.4rem;
}

.contrastTitle .value .titleItem .closeline {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
}

.contrastTitle .value .titleItem:last-child {
  border-right: none;
}

.columnLine {
  display: flex;
  align-items: center;
  border-right: 0.01rem solid rgba(34, 44, 71, 0.2);
  border-left: 0.01rem solid rgba(34, 44, 71, 0.2);
  border-bottom: 0.01rem solid rgba(34, 44, 71, 0.2);
}

.columnLine .key {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #222c47;
  width: 2.8rem;
  height: 100%;
  flex-shrink: 0;
}

.columnLine .value {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-left: 0.01rem solid rgba(34, 44, 71, 0.2);
}

.columnLine .value .conItem {
  flex-grow: 1;
  min-height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 0.01rem solid rgba(34, 44, 71, 0.2);
}

.columnLine .value .conItem:last-child {
  border-right: none;
}

.columnLine .value .conItem.imgBox {
  align-items: center;
  overflow: hidden;
}

.columnLine .value .conItem.imgBox img {
  width: 100%;
  height: auto;
}

.columnLine .value .conItem {
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.columnLine .value .conItem p {
  border-bottom: 0.01rem solid rgba(34, 44, 71, 0.2);
  padding: 0.1rem 0.2rem;
}

.columnLine .value .conItem p:last-child {
  border-bottom: none;
}

.columnLine.different {
  background: #f7f8fa;
}

.linbox {
  padding: 0 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  position: fixed;
  bottom: 1rem;
}

.linbox span {
  margin-bottom: 0.4rem;
  font-size: 0.2rem;
}

.linbox span.mr50 {
  margin-right: 0.3rem;
}

.caseListbgno {
  background: none;
}

dl dt {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background: #004ea2;
  padding: 0 4.5%;
}

dl dt span {
  display: inline-block;
  width: 25%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  float: left;
  font-size: 0.2rem;
}

dl dd .ddtt {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  background: #fff;
  padding: 0 4.5%;
  box-shadow: 0 2px 5px #ddd;
  -webkit-box-shadow: 0 2px 5px #ddd;
  border-bottom: 1px solid rgba(34, 44, 71, 0.2);
}

dl dd .ddtt span {
  display: inline-block;
  width: 25%;
  color: #666;
  text-align: center;
  float: left;
  font-size: 0.18rem;
}

.langPicBox {
  padding-top: 0.4rem;
}

.langPicBox img {
  width: 100%;
  height: auto;
}

.formBox .botton {
  max-width: 2.4rem;
}

.listItem .textBox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.searchForm {
  display: flex;
  align-items: center;
  width: 100%;
}

.linbox a {
  color: #fff;
}

.serachPage .container {
  padding: 0 1rem;
}

.serachPage .searchBox {
  width: 100%;
}

.serachPage .searchBox .serachInput {
  background-color: #f7f8fa;
}

.serachPage .searchBox .serachBtn {
  width: 2rem;
}

.serachPage .stips {
  font-size: 0.32rem;
  color: #222c47;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}

.serachPage .stips .key {
  color: #e64545;
  margin: 0 0.1rem;
}

.serachPage .langline {
  width: 100%;
  height: 0.02rem;
  background-color: rgba(34, 44, 71, 0.2);
  margin-bottom: 0.6rem;
}

.serachPage .sectionBox .rightText h3 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.serachPage .sectionBox .rightText .btns {
  display: flex;
  justify-content: flex-start;
}

.serachPage .sectionBox .rightText .btns .btnSmall {
  color: #222c47;
  font-size: 0.2rem;
  width: 1.6rem;
  height: 0.46rem;
  border: 1px solid #222c47;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.36rem;
  background-color: #fff;
  margin-right: 0.2rem;
}

.serachPage .sectionBox .rightText .btns .btnSmall.addClolor {
  border-color: #004ea2;
  color: #004ea2;
}

.serachPage .sectionBox .rightText .btns .btnSmall:hover {
  background: #004ea2;
  color: #fff;
  border-color: transparent;
}

.serachPage .container .newsItem {
  margin-top: 0;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

.pading0 {
  padding: 0 !important;
}

.pading0 .bigpicBox {
  height: 100% !important;
}

#lanhainavBox #nav .dropdown .link {
  color: #004ea2;
}

.zl_swiper .swiper-wrapper .swiper-slide .pic {
  border: 2px solid rgba(34, 44, 71, 1);
}

.news .leftBox .newsbox p {
  font-size: 0.18rem;
  color: #636877;
  line-height: 0.27rem;
  margin-top: 0.18rem;
}

.news .leftBox .newsbox .tips {
  margin-top: 0.44rem;
}

/* 404 */
.page-404 {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.page-404 .left img {
  width: 100%;
}

/* .page-404 .left{
    flex-shrink: 0;
    flex-grow: 1;
} */
.page-404 .right {
  margin-left: 0.98rem;
  flex-grow: 1;
  margin-right: 0.4rem;
  /* flex-shrink: 0; */
}

.page-404 .right h1 {
  font-weight: bold;
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
  color: #004ea2;
}

.page-404 .right h3 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  font-weight: bold;
}

.page-404 .right p {
  color: rgba(99, 104, 119, 1);
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.page-404 .right .bottonBox {
  display: flex;
  margin-top: 0.4rem;
}

.page-404 .right .bottonBox .botton {
  margin: 0;
}

.page-404 .right .bottonBox .botton.mr40 {
  margin-right: 0.4rem;
}

@media (min-width: 768px) {
  /* .footer .ft-navlist:nth-child(1) {
        padding-left: 0;
    } */

  #lanhainavBox #nav li:last-child .link {
    padding-right: 0;
  }

  .modal-dialog {
    width: 1400px;
  }

  #lanhainavBox #nav {
    float: left;
    margin: 0;
  }

  #lanhainavBox #nav li .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
    color: #222c47;
    font-size: 0.2rem;
  }

  #lanhainavBox .navitem .link {
    display: inline-block;
    text-align: center;
    width: 1.1rem;
  }

  #lanhainavBox .navitem .link:after {
    content: "";
    overflow: hidden;
    height: 0.02rem;
    background: #004ea2;
    position: absolute;
    bottom: 0.16rem;
    left: 50%;
    width: 0;
    transition: all 0.5s;
  }

  #lanhainavBox .navitem .link:hover:after {
    width: 1.1rem;
    left: 0%;
  }
}

@media (min-width: 992px) {
  #lanhainavBox #nav {
    float: right;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #lanhainavBox #nav {
    float: right;
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .about_contend .text_title {
    width: 100%;
    margin: 0;
    margin-top: 0.4rem;
  }

  .about_contend .text_title h5 {
    margin-bottom: 0.1rem;
  }

  .about_contend .text_title {
    margin-top: 0;
  }

  .about_contend .company {
    width: 100%;
    margin: 0.2rem 0;
    margin-left: 0.2rem;
  }

  .mapbox .rightTxt {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .mapbox .rightTxt p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .searchForm {
    width: auto;
  }

  .navbar-brand {
    padding: 0;
    margin-top: 0.15rem;
    margin-left: 0.3rem;
  }

  .navbar-brand .logo {
    height: 37px;
  }

  .ft-navlist {
    float: none;
    margin-left: 0;
    display: inline;
  }

  #lanhainavBox #nav .navitem .dropdown-menu {
    position: relative;
  }

  #lanhainavBox #nav {
    padding: 0 0.18rem;
  }

  #lanhainavBox #nav li a {
    color: #222c47;
  }

  #lanhainavBox #nav {
    float: left;
    margin: 0;
  }

  .tabBox .container {
    overflow-x: auto;
  }

  .tabBox .container::-webkit-scrollbar {
    display: none;
  }

  .tabBox .container .tab {
    min-width: 620px;
  }

  #equipment .container .equipment_swiper .swiper-slide .left {
    margin-left: 1rem;
  }

  .about_swiper_phone {
    overflow: hidden;
  }

  .zl_swiper_phone {
    overflow: hidden;
  }

  .rz_swiper_phone {
    overflow: hidden;
  }

  .about_swiper_phone .swiper-slide {
    width: 90%;
  }

  .zl_swiper_phone .swiper-slide {
    width: 35%;
  }

  .zl_swiper_phone .swiper-slide .pic {
    border: 0.02rem solid #222c47;
  }

  .rz_swiper_phone .swiper-slide {
    width: 80%;
  }

  .rz_swiper_phone .swiper-slide .pic img {
    width: 90%;
  }

  .caseList {
    background-size: 30%;
  }

  .caseList [class*="col-"] {
    padding: 5px;
  }

  #equipment {
    background-size: contain;
  }

  .partner [class*="col-"] {
    padding: 5px;
  }

  .partner .container {
    margin: 0 10px;
  }

  .caseListContend {
    margin: 0 15px;
  }

  .news .leftBox {
    margin-bottom: 0.2rem;
  }

  .both {
    background-size: contain;
    overflow-x: hidden;
  }

  .about_contend .company {
    width: 100%;
    margin: 0.2rem 0;
  }

  .about_contend .text_title {
    width: 100%;
    margin: 0;
    margin-top: 0.4rem;
  }

  .zl_swiper .swiper-wrapper .swiper-slide {
    padding: 0 0.2rem;
  }

  .qy_swiper .swiper-wrapper .swiper-slide {
    padding: 0 0.2rem;
  }

  .rz .contend .pic img {
    width: 90%;
  }

  .collapseBox .header {
    padding: 0.4rem;
  }

  #accordion .panel-heading .panel-title a {
    padding: 0.3rem 0;
  }

  #accordion .panel-heading .panel-title a span {
    padding: 0 0.3rem;
  }

  .cp .listBox_pro_con .listItem .picBox {
    height: auto;
    max-height: none;
  }

  .cp .listBox_pro .listBox_pro_con .listItem {
    margin-bottom: 0.2rem;
  }

  .cp .listBox_pro_con .listItem .btns .btnSmall {
    width: 2rem;
    height: 0.46rem;
  }

  .cp .listBox_pro_con .listItem .btns .btnSmall.mr {
    margin-right: 0.2rem;
  }

  .cp .listBox .listItem .btns {
    padding: 0.3rem 0.2rem;
  }

  .cp .listBox .listItem .btns .btnSmall.mr {
    margin-right: 0.2rem;
  }

  .contrastTitle .key {
    width: 1.8rem;
  }

  .columnLine .key {
    width: 1.8rem;
  }

  .contrast {
    padding-top: 0.6rem;
  }

  .videoList .videoItem .title {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .videoItem .textBox .top {
    font-size: 0.28rem;
  }

  .fixedBg {
    background-size: cover;
    min-height: 6rem;
  }

  .mapbox .rightTxt {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .promidBg {
    background-size: cover;
  }

  .mebilesearch {
    /* margin-left: 2.4rem; */
    margin-right: 0.4rem;
    transition: none;
  }

  .navbar-default .navbar-toggle {
    border: none;
  }

  .navbar-header {
    display: flex;
    align-items: center;
  }

  .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
  }

  .news .rightnewsbox p {
    line-height: 0.5rem;
    font-size: 0.32rem;
  }

  .news .leftBox .newsbox .tips {
    font-size: 0.28rem;
  }

  .news .rightnewsbox .tips {
    font-size: 0.28rem;
  }

  .news .rightnewsbox h5 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }

  .news .leftBox .newsbox h5 {
    font-size: 0.36rem;
    /* text-overflow: ellipsis;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 1; */
  }

  .about .container .imgBox img {
    width: 90%;
  }

  .about .numberBox {
    margin-bottom: 0.2rem;
  }

  .aboutUsNav_right .ac {
    font-weight: bold;
  }

  .lanhai .title {
    padding-bottom: 0.2rem;
  }

  .about_contend p {
    line-height: 0.5rem;
    font-size: 0.32rem;
  }

  .pictureBox [class*="col-"] {
    padding: 5px;
  }

  #myModal .modal-dialog h4 {
    font-weight: bold;
  }

  #myModal .modal-dialog .tips {
    line-height: 0.4rem;
    font-size: 0.28rem;
  }

  #myModal .modal-dialog .form-control {
    padding: 0.4rem 0.2rem;
  }

  #myModal .modal-dialog label {
    font-size: 0.28rem;
  }

  #myModal .modal-dialog .form-control {
    max-width: 4rem;
  }

  #myModal .modal-dialog .formGroup {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }

  #myModal .modal-dialog .formGroup label {
    min-width: 1.2rem;
  }

  .article_pro_top .right p {
    line-height: 0.5rem;
    font-size: 0.32rem;
  }

  .tableBox .contend .tableLine span {
    line-height: 0.5rem;
  }

  .caseListItem .picBox {
    height: auto;
  }

  .news .leftBox .picBox {
    height: auto;
  }

  .news .leftBox .picBox img {
    height: auto;
  }

  .caseListItem .textBox .top {
    font-size: 0.28rem;
  }

  .caseListItem .textBox .tips {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }

  .caseListItem .textBox .top .time {
    margin-left: 0.1rem;
  }

  .caseListItem .textBox .lookmore {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }

  .caseListItem {
    border-bottom: 0.06rem solid #004ea2;
  }

  .cp .listBox .caseListItem .title {
    font-size: 0.36rem;
    line-height: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article_pro {
    /* padding-top: 1.5rem; */
    overflow: hidden;
  }

  .article_pro_top .left [class*="col-"] {
    padding: 5px;
  }

  .article_pro_top .right .btnBox .telBox {
    font-weight: bold;
    font-size: 0.36rem;
  }

  .promidBg .contend .boxItem .imgBox img {
    width: 1rem;
  }

  .promidBg .contend .boxItem p {
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .promidBg .contend .boxItem h3 {
    margin-top: 0.3rem;
  }

  .promidBg .contend .boxItem {
    height: 5rem;
  }

  .newsList .newsItem {
    display: block;
    background-color: #fff;
    box-shadow: none;
  }

  .aboutUsNav_right {
    display: inline-block;
    margin: 0 auto;
  }

  .flexc_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .newsList .rightText h4 {
    font-size: 0.36rem;
    text-align: left;
    display: block;
    line-height: 0.5rem;
  }

  .newsList .tips {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
  }

  .newsList .rightText p {
    line-height: 0.4rem;
  }

  .technology .rightText p {
    line-height: 0.5rem;
    font-size: 0.32rem;
  }

  .videoList .title {
    font-size: 0.28rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .videoItem .textBox {
    padding: 0.3rem 0.2rem;
  }

  .lanhaifwzc .titleTips {
    padding: 0;
    line-height: 0.5rem;
    font-size: 0.32rem;
  }

  .lanhaifwzc .rightText p {
    line-height: 0.5rem;
  }

  .c_contend .mapleft {
    margin-bottom: 0.4rem;
  }

  .mapbox #map {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .tableBox .contend .tableLine span {
    line-height: 0.5rem;
    font-size: 0.3rem;
  }

  .wecode img {
    max-width: 2rem;
  }

  .bigspan {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff !important;
  }

  .wecodeFlex .mt70 {
    margin-top: 0.6rem;
  }

  .aboutPicTex img {
    width: 50%;
  }

  .fixedBg {
    min-height: 8rem;
    background: url("/templets/lanhi/newImages/bg_baoyangweihu.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .fixedBg .p1 {
    line-height: 0.5rem;
    font-size: 0.26rem;
    text-align: left;
  }

  .fixedBg .textBox {
    margin-top: 0.2rem;
    text-align: left;
    padding-left: 0;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .rc .cultureBox span {
    line-height: 0.38rem;
  }

  .rc .cultureBox .picbox .tips {
    top: 40%;
  }

  .rc .cultureBox .picbox .lasttips {
    left: 25%;
  }

  .fwzc .cultureBox .picbox .tips h4 {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.1rem;
  }

  .searchDialog .closeDialog {
    margin-top: 1rem;
  }

  .searchBox {
    display: -webkit-flex;
  }

  .searchBox .serachInput {
    -webkit-flex: 1;
    max-width: 5rem;
  }

  #my-navbar-toggle-show {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
    border: none;
  }

  .navitem a {
    font-size: 0.36rem;
  }

  #lanhainavBox #nav {
    width: 100%;
    padding: 0;
  }

  #lanhainavBox #nav .navitem {
    padding: 0.1rem 0.2rem;
    border-bottom: 0.01rem solid #e8e9ec;
  }

  #lanhainavBox #nav .navitem .dropdown-menu {
    float: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    left: 0;
  }

  #lanhainavBox #nav .navitem .dropdown-menu li {
    text-align: left;
  }

  #lanhainavBox #nav .navitem .dropdown-menu li a {
    color: #636877;
    font-size: 0.28rem;
  }

  #my-navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
  }

  #my-navbar-toggle:active {
    background: transparent;
  }

  #my-navbar-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #222c47;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
  }

  #my-navbar-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 2px;
    margin-left: -10px;
    background: #222c47;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
  }

  #my-navbar-toggle.open:after {
    margin-top: 2px !important;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s,
      transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }

  #my-navbar-toggle.open:before {
    opacity: 0;
    transition: 0.2s ease 0.1s;
  }

  .navbar-default .navbar-toggle .icon-bar {
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 2px;
    margin-left: -10px;
    background: #222c47;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-top: -4px;
  }

  .navbar-default .navbar-toggle.open .icon-bar {
    margin-top: 2px !important;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s,
      transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin: 0;
  }

  #lanhainavBox .navbar-header {
    padding: 0;
  }

  .navbar-brand .logo {
    height: 35px;
  }

  .navbar-brand {
    margin: 0;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
  }

  #lanhainavBox .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .caseList .caseListContend .imgBox {
    margin-bottom: 0.1rem;
  }

  .searchBox .searchbig {
    left: 0;
    margin-left: -0.6rem;
  }

  .article_case .mid .contend {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #636877;
  }

  .article_case .mid .contend img {
    width: 100% !important;
    height: auto !important;
  }

  dl dt {
    padding: 0;
  }

  dl dd .ddtt {
    padding: 0;
    overflow: hidden;
  }

  .article_case .mid .title {
    text-align: left;
    line-height: 0.5rem;
    font-size: 0.36rem;
  }

  .article_case .mid {
    overflow: hidden;
  }

  #my-navbar-toggle img {
    width: 0.48rem;
  }

  .newsList .sectionBox .rightText .botton {
    margin: 0.4rem auto;
    margin-bottom: 0;
    max-width: 2.4rem;
  }

  .article_pro_top .right {
    padding: 0.6rem;
  }

  .article_pro_top .right .line {
    margin-bottom: 0.4rem;
  }

  .article_pro_top .right .pBox {
    margin-top: 0.4rem;
  }

  .lanhai .title {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }

  .about_contend {
    /* padding-top: 0; */
    padding: 0;
  }

  .about_contend .text_title h5 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }

  .about_contend .text_title {
    margin-top: 0;
  }

  .about_contend .text_title span {
    font-size: 0.24rem;
  }

  .textInput {
    width: 100%;
    min-width: 0;
  }

  .about .textBox p.center {
    padding: 0;
    text-align: left;
  }

  .about .textBox p {
    text-indent: 2em;
    text-align: justify;
  }

  .about .textBox p.center {
    text-align: justify;
  }

  .tabItem {
    font-size: 0.28rem;
  }

  .tabBox {
    height: 1.2rem;
  }

  .tabBox .tab .tabItem:first-child {
    margin-right: 0.2rem;
  }

  .botton {
    font-size: 0.28rem;
    padding: 0.2rem 0.4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
    border-width: 0.03rem;
    font-weight: bold;
  }

  .botton.blueBotton {
    border-width: 0.03rem;
  }

  .about .textBox h3 {
    font-size: 0.36rem;
  }

  .about .textBox p {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .aboutPicTex span {
    font-size: 0.28rem;
  }

  .about .numberBox .tips {
    font-size: 0.28rem;
  }

  .wecode p {
    font-size: 0.26rem;
    color: #fff;
  }

  .wecode p .ft28 {
    font-size: 0.28rem;
  }

  .caseList .caseListContend .imgBox .title {
    font-size: 0.28rem;
    bottom: -0.4rem;
  }

  .aboutUsNav_right a {
    font-size: 0.32rem;
    height: 100%;
    line-height: 1.2rem;
  }

  .aboutUsNav_right {
    display: flex;
    height: 1.2rem;
    width: 100%;
  }

  .pictureBox .container .text_box {
    font-size: 0.32rem;
  }

  .linbox span {
    font-size: 0.26rem;
  }

  .linbox .linkLine {
    margin-bottom: 0.4rem;
  }

  .searchDialog {
    background: url("/templets/lanhi/newImages/serachbg_m.jpg") no-repeat;
    background-size: cover;
  }

  dl dt span {
    font-size: 0.28rem;
  }

  dl dd .ddtt span {
    font-size: 0.24rem;
  }

  .mapbox .rightTxt p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: center;
  }

  .mapbox .rightTxt span {
    margin-bottom: 0.2rem;
  }

  .lanhai .c_box .fbold {
    font-size: 0.32rem;
  }

  .formBox .formItem .lable {
    font-size: 0.32rem;
  }

  .formBox input {
    font-size: 0.28rem;
    border-radius: 0.1rem;
  }

  .formBox input:placeholder-shown {
    font-size: 0.28rem;
  }

  .formBox textarea:placeholder-shown {
    font-size: 0.28rem;
  }

  .bdmap {
    border-radius: 0.1rem;
  }

  .lanhai .c_box {
    border-bottom: 0.03rem solid #ebf0ef;
  }

  .lanhai .c_box.noborder {
    border: none;
  }

  .formBox .textInput {
    height: 0.8rem;
  }

  .c_contend .mapleft {
    height: auto;
    border-radius: 0.1rem;
  }

  .lanhai .c_box {
    padding: 0.4rem 0.4rem;
  }

  .textInput_area {
    font-size: 0.28rem;
    border-radius: 0.1rem;
  }

  .cp .listBox_title span {
    font-size: 0.32rem;
  }

  .cp .listBox_title .title {
    display: flex;
    align-items: center;
  }

  .cp .listBox_title .title .titleLine {
    display: inline-block;
    height: 60%;
    width: 0.08rem;
    background-color: #004ea2;
    margin-right: 0.2rem;
  }

  .cp .listBox_pro_con .listItem .name {
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    font-weight: bold;
  }

  .cp .listBox_pro_con .listItem .name.shorttitle {
    font-size: 0.36rem;
  }

  .cp .listBox_pro_con .listItem .btns .btnSmall {
    font-size: 0.26rem;
  }

  .cp .listBox_title .title {
    font-size: 0.36rem;
  }

  .cp .listBox .listItem .name {
    font-size: 0.32rem;
    font-weight: bold;
  }

  .cp .listBox .listItem .name.shorttitle {
    font-size: 0.36rem;
  }

  .pagination {
    font-size: 0.26rem;
  }

  .pagination .prev_page {
    font-size: 0.28rem;
  }

  .pagination .addclass {
    font-size: 0.28rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .pagination #thisclass {
    font-size: 0.28rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .pagination .prev_page,
  .next_page {
    width: 1.6rem;
    height: 0.7rem;
    font-size: 0.28rem;
  }

  .listBox_pro_con [class*="col-"] {
    padding: 5px;
  }

  .cp .listBox {
    padding-top: 0.6rem;
  }

  .mt50 {
    margin-top: 0.5rem;
  }

  .pagination .pageinfo {
    font-size: 0.26rem;
  }

  .article_pro_top .left .imgList .col-lg-3 {
    max-width: 25%;
  }

  .navbar-nav > li > a {
    display: inline-block;
  }

  #lanhainavBox .dropdown-menu > li > a {
    padding: 3px 20px;
  }

  .serachPage .sectionBox .rightText h3 {
    font-size: 0.32rem;
  }

  .article_case .mid .timetips .time {
    font-size: 0.28rem;
  }

  .serachPage .sectionBox .rightText .btns .btnSmall {
    height: 0.6rem;
    font-size: 0.26rem;
    width: 2rem;
  }

  .tableBox .contend .tableLine .tableLine_title span {
    font-size: 0.32rem;
  }

  .article_pro_top .right {
    height: auto;
  }

  .newsList .sectionBox .rightText .tips .time {
    font-size: 0.28rem;
  }

  .contend .btns {
    margin: 0.4rem 0;
    padding: 0;
  }

  .technology .sectionBox {
    max-width: 6.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lanhainavBox .navbar-toggle {
    margin-top: 0;
    padding: 0;
    margin-left: 0.4rem;
  }

  .mebilesearch {
    margin-top: 2px;
  }

  a:hover {
    color: #333;
    text-decoration: none;
    cursor: default;
  }

  .tabBox .tab .tabItem a {
    font-size: 0.32rem;
  }

  .tabBox .tab .tabItem span {
    font-size: 0.32rem;
  }

  .tabBox .tab .line {
    width: 0.6rem;
    height: 0.06rem;
    margin-left: -0.3rem;
  }

  .lanhai {
    overflow-x: hidden;
  }

  #myModal .modal-dialog .tel {
    font-size: 0.28rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #222c47;
    font-weight: normal;
  }

  #myModal .modal-dialog .tel span {
    color: #004ea2 !important;
    font-size: 0.32rem;
    font-weight: bold;
  }

  #myModal .modal-dialog .tel .ml {
    margin-left: 1.4rem;
  }

  #myModal .modal-header {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .news .leftBox .newsbox p {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .tabBox .tab .tabItem.active span {
    font-weight: bold;
  }

  #myModal .modal-dialog .namebox {
    margin-bottom: 0;
  }

  #myModal .modal-dialog .btn {
    position: relative;
    left: 50%;
    margin-left: -0.69rem;
    width: 2rem;
    font-size: 0.28rem;
    margin-left: -1rem;
  }

  #equipment .container .equipment_swiper .swiper-slide .nameCode {
    font-size: 0.52rem;
  }

  #equipment .container .equipment_swiper .swiper-slide .name {
    font-size: 0.42rem;
  }

  .homeTitle h3 {
    font-size: 0.42rem;
  }

  .homeTitle span {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }

  .lanhai h3 {
    font-size: 0.42rem;
  }

  .lanhai .line {
    height: 0.06rem;
  }

  .rc .cultureBox h4 {
    font-size: 0.36rem;
    margin-bottom: 0;
  }

  .rc .cultureBox span {
    font-size: 0.28rem;
  }

  .listItem .btns .btnSmall {
    width: auto;
    padding: 0.3rem 0.3rem;
    font-size: 0.28rem;
  }

  .technology .rightText h4 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }

  .lanhaifwzc .rightText .spantips {
    font-size: 0.28rem;
  }

  #myModal .modal-dialog .input-group {
    margin-left: 0.2rem;
  }

  .modal-content {
    box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
    border: none;
  }

  #equipment .container .equipment_swiper .swiper-slide {
    display: none;
  }

  #equipment .container .equipment_swiper .swiper-slide:nth-child(1) {
    display: block;
  }

  .mapbox #map {
    min-width: 8rem;
    height: 6rem;
  }

  .newsList .newsItem .imgbox {
    height: auto;
  }
  .page-404 .left {
    margin-bottom: 0.4rem;
  }
}
.textBox a {
  color: #ccc;
}
.width100 {
  width: 100%;
}
