*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);*/

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #6E6E6E !important;
  /*margin-top:80px;*/
}

input,
textarea,
input[type="submit"]:focus,
div {
  outline: none;
  font-family: 'PT Sans', sans-serif;
}

/*General*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}

ol,
ul {
  list-style: none;
}

a {
  color: #3d84e6;
}

a:link {
  font-size: 16px;
  /* color: #999; */
  text-decoration: none;
}

a:hover {
  /* font-size: 16px; */
  color: #999999 !important;
  text-decoration: none !important;
}

a:visited {
  font-size: 16px;
  text-decoration: none;
}

.imgZoom {
  width: 300px;
  cursor: pointer;
}

#accordion div>a:hover {
  color: #428bca !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -8px !important;
  left: 0 !important;
  width: 100% !important;
}

.swiper-pagination {
  position: relative !important;
  text-align: center !important;
  transition: .3s opacity !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 10 !important;
  top: -10px !important;
}

.magnify-modal {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
}

.magnify-header .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

.magnify-footer {
  bottom: 10px;
}

.magnify-footer .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
}

.magnify-loader {
  background-color: transparent;
}

.magnify-header,
.magnify-footer {
  pointer-events: none;
}

.magnify-button {
  pointer-events: auto;
}

.index_MOREthan .MOREning::after {
  content: ">>";
  position: absolute;
  /* left: 50px; */
  right: -15px;
  display: inline-block;
  transition: transform 0.5s;
}

.index_MOREthan:hover {
  background-color: #222460;
}

.index_MOREthan:hover .MOREning {
  color: wheat;
}

.index_MOREthan:hover .MOREning::after {
  color: wheat;
  transform: translate(-40px, 0);
}

#newinfo {
  width: 457px;
  height: 350px;
  overflow: hidden;
}

#newinfo img {
  width: 100% !important;
  height: 100% !important;
  transform: scale(1, 1);
  transition: all 0.6s;
}

#newinfo img:hover {
  cursor: pointer;
  transform: scale(1.1);
  overflow: hidden;
}

.swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  transform: scale(1, 1);
  transition: all 0.6s;
}

.swiper-slide img:hover {
  cursor: pointer;
  transform: scale(1.1);
  overflow: hidden;
}

.teamhtml img {
  cursor: pointer;
  /* transform: scale(1, 1); */
  transition: all 0.6s;
  overflow: hidden;
}

.teamhtml img:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.captionhtml img {
  width: 60%;
  transform: scale(1, 1);
  transition: all 0.6s;
  overflow: hidden;
}

.captionhtml img:hover {
  cursor: pointer;
  transform: scale(1.1);
  overflow: hidden;
}

.hahaspan {
  position: absolute;
  color: aqua;
  /* z-index: 99999; */
  top: 10%;
  left: 11%;
  /* animation: bounceInLeft 1s 0.5s linear forwards; */
  -webkit-animation: fadeInLeft 2s ease 0s 1 both;
  -moz-animation: fadeInLeft 2s ease 0s 1 both;
  -ms-animation: fadeInLeft 2s ease 0s 1 both;
  -o-animation: fadeInLeft 2s ease 0s 1 both;
  animation: fadeInLeft 2s ease 0s 1 both;
}

.hahaspans {
  position: absolute;
  color: aqua;
  top: 17%;
  left: 11%;
  animation: fadeInLeft 1.7s linear 0s 1 both;
}

.hahas {
  /* width: 25vw;
            height: 20vh !important; */
  position: absolute;
  top: 35%;
  right: 11%;
  animation: fadeInLeft 1.7s linear 0s 1 both;
}

.heihei {
  width: 100%;
  height: 100%;
  animation: fadeIntop 1.6s linear infinite;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeIntop {
  25% {
    -webkit-transform: translateY(-5px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
  }
}

.right-border {
  height: 80px;
  position: absolute;
  border: 1px solid rgb(175, 175, 175);
  top: 30px;
  left: -4px;
}

.rights-border {
  height: 80px;
  position: absolute;
  border: 1px solid rgb(175, 175, 175);
  top: 30px;
  right: 4px;
}


#olnum.carousel-indicators li {
  background: url(../images/mld_fouce.png) no-repeat left top;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0;
  margin: 0 5px;
}

#olnum.carousel-indicators li.active,
#olnum.carousel-indicators li.hover {
  background: url(../images/mld_fouce.png) no-repeat right top;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0;
  margin: 0 5px;
}

div.index_fwal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.index_geng {
  margin: 0;
}

.index_geng a {
  color: #666666;
}

.index_h3 {
  color: #555555;
  margin: 0;
}

.index_h4 {
  font-size: 20px;
  color: #222560;
  padding: 10px 0px 10px 0px;
}

.subtitle {
  color: #999999;
  font-size: 20px;
  font-family: Abel;
  font-style: Regular;
  padding-left: 15px;
}

/* 更多按钮样式 */
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 30px;
}

.button_su:hover .button_su_inner {
  color: white !important;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner {
  display: inline-block;
  background: #222460;
  color: white;
  font-size: 16px;
  font-weight: normal;
  width: 130px;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 12px;
  z-index: 100000;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.8s forwards;
}

.desplode-circle {
  animation: desplode 0.8s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(174, 0, 243, 0.8);
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #222460;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(174, 0, 243, 0.8);
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}

.set-bgcolor {
  background: #F8F8F8;
}


/* 公司简介 */
.company-container {
  height: 555px;
  margin-top: 35px;
  position: relative;
  box-sizing: border-box;
}

.company {
  width: 1170px;
  margin: 0 auto;
}

.company-title {
  width: 1170px;
  margin: 0 auto;
}

.company-profile {
  margin-top: 35px;
  background: white;
  font-size: 16px;
  width: 680px;
  height: 430px;
  border-radius: 50%;
}

.index_mld {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #666666;
  padding: 45px 0px 20px;
}

.index_jianjie {
  box-sizing: border-box;
  padding: 10px 50px;
  line-height: 30px;
}

.company-pic {
  position: absolute;
  z-index: -4;
  right: 0;
  top: 0;
}

.company-pic img {
  display: block;
  width: 100%;
}

/* 新闻 */
.news-container {
  display: flex;
}

.news-pic {
  width: 420px;
  height: 408px;
  overflow: hidden;
}

.news-list {
  position: relative;
  margin-left: 60px;
  flex: 1;
}

.accordion {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.news-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #999999;
}

.news-item a {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  color: #6E6E6E
}

.news-item a p:nth-of-type(1) {
  max-width: calc(100% - 120px);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item a p:nth-of-type(2) {
  width: 85px
}

.btn-center {
  text-align: center;
  padding: 10px 0;
}

.news-list .button_su,
.company .button_su {
  margin: 0;
}




/* 创新成果 */
.fruit {
  padding-bottom: 60px;
}

.index_cxcg {
  width: 100%;
  height: 100px;
  /* background: #222560CC; */
  position: relative;
  /* opacity: 0.9; */
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  line-height: 100px;
  font-size: 20px;
  color: white;
}

.index_zhsj {
  margin-left: 0px;
  font-size: 16px;
  text-align: center;
  color: black;
}

div.magnify-modal {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
}

div.magnify-header .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
}

div.magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
}

div.magnify-footer {
  bottom: 10px;
}

div.magnify-footer .magnify-toolbar {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
}

div.magnify-loader {
  background-color: transparent;
}

div.magnify-header,
div.magnify-footer {
  pointer-events: none;
}

div.magnify-button {
  pointer-events: auto;
}

.mobile-ia {
  display: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.mobile-ia-item {
  width: 45%;
  margin-bottom: 10px;
}

.mobile-ia-item img {
  display: block;
  width: 100%;
}



/* 产品展示 */

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 60px;
}

.products-item {
  width: 23%;
}

.products-item .imgstyle {
  display: block;
  width: 100%;
  /* height: 258px; */
}


/* 解决方案 */

.learnmore {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3d84e6;
  border-radius: 25px;
  margin: 0 auto;
  color: #3d84e6;
  cursor: pointer;
}

.learnmore:hover {
  border-color: grey;
}

.cases {
  padding-bottom: 60px;
}

.cases::after {
  content: '';
  display: block;
  clear: both;
}

.cases-pic {
  float: right;
  width: 50%;
  height: 333px;
}

.cases-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.cases-info {
  float: right;
  padding-right: 0;
  padding-left: 15px;
  padding-bottom: 60px;
  width: 50%;
  height: 333px;
  box-shadow: -6px 6px 11px rgba(0, 0, 0, 0.2);
  padding: 50px 80px;
}

.cases-info>p:nth-of-type(1) {
  font-size: 20px;
  color: #222460;
  font-weight: bold;
}

.cases-info>p:nth-of-type(2) {
  width: 100%;
  margin-top: 30px;
}

.cases-info .button_su {
  margin-top: 10px;
}

.service-row {
  text-align: center;
  padding-bottom: 60px;
}

.service {
  display: flex;
  justify-content: space-between;
  padding: 0px !important;
  flex-wrap: wrap;
}

/* footer */
.backpicolor {
  background-color: #121331;
}

.mld-contactus {
  padding: 20px 0;
}

.mld-contact-addr-first {
  padding-top: 36px;
}

.mld-service-position {
  margin: 0;
  text-align: center;
  padding-top: 45px;
}

.mld-service-position img {
  display: block;
  width: 155px;
  margin: 0 auto 15px;
}

.ercode {
  color: #fff;
  text-align: center;
}

/* 桌面端导航样式 */
.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aligncenter {
  text-align: right;
  color: #eee;
  font-size: 24px;
}

.allul {
  padding-left: 0px;
  font-size: 14px;
  text-align: right;
  color: #999999;
}

.allul li {
  padding-top: 15px;
}

.allul li a {
  color: #fff;
}


/* 移动端导航样式 */
.mobile-nav {
  display: none;
  /* 默认隐藏移动端导航 */
}

.mobile-allul {
  margin: 0;
  padding: 0 25px;
  background-color: rgba(255, 255, 255, 0.2);
}

.mobile-allul li {
  padding: 8px 0;
  margin: 5px 0;
}

.mobile-allul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.phone_num {
  margin-left: 16px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.footer_foo {
  display: flex;
  margin-top: 30px;
  line-height: 40px;
  float: right;
  /* margin-right:40px; */
}

footer {
  color: #fff;
  text-align: center;
  line-height: 34px;
}

/* Bootstrap面板自定义样式 */
div.mobile-nav div.panel {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  margin: 0px !important;
}

div.mobile-nav .panel-heading {
  background-color: transparent;
  padding: 15px;
  border-bottom: none;
}

div.mobile-nav .panel-title a {
  color: #eee;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

div.mobile-nav .panel-title a:hover {
  color: #fff;
}

div.mobile-nav .panel-body {
  background-color: rgba(107, 107, 107, 0.1);
  padding: 0 15px;
  color: #fff;
}

div.mobile-nav .caret {
  float: right;
  margin-top: 8px;
  color: #eee;
}

/* 确保响应式布局正确 */
.mld-contactus .row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:1200px) {

  .company-container {
    margin-top: 10px;
    height: max-content;
  }

  .company {
    width: 100%;
  }

  .company-title {
    width: 100%;
    margin: 0;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #ccc
  }

  .company-title h2 {
    line-height: 1;
    margin: 10px;
  }



  .company-pic {
    width: 100%;
  }

  .index_mld {
    padding: 10px 0 0;
  }

  .company-profile {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.75);
    height: auto;
    padding-bottom: 20px;
  }

  .company-pic,
  .company-pic img {
    height: 100%;
  }

  .news {
    padding-bottom: 10px;
  }

  .news-pic {
    display: none;
  }

  .news-list {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width:991px) {
  .cases {
    padding-bottom: 30px;
  }

  .cases-pic {
    clear: both;
    width: 100%;
    height: auto;
  }

  .cases-info {
    clear: both;
    width: 100%;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    padding: 35px 50px 0;
  }

  .service-row {
    padding-bottom: 30px;
  }

  .captionhtml {
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
  }

  .captionhtml .index_h4 {
    margin: 0;
  }

  .right-border,
  .rights-border {
    display: none;
  }

  /* 移动端导航样式 */
  .desktop-nav {
    display: none;
    /* 隐藏桌面端导航 */
  }

  .mobile-nav {
    display: block;
    /* 显示移动端导航 */
    width: 100%;
  }

  /* 调整联系方式和服务热线在移动端的显示 */
  .footer_foo {
    float: none;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0;
  }

  .phone_num {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 16px;
  }

  /* 调整二维码在移动端的位置 */
  .mld-service-position {
    padding-bottom: 20px;
  }

  /* 确保移动端内容居中显示 */
  .mld-contactus .container .row {
    justify-content: center;
  }
}

@media (max-width:767px) {
  .contact-info {
    margin: 8px auto !important;
  }

  div.index_fwal {
    padding: 15px;
  }

  .index_geng a {
    font-size: 1em;
  }

  .carousel-indicators {
    display: none !important;
  }

  .row h2,
  .company-title h2 {
    font-size: 1.5em;
  }

  .subtitle {
    font-size: 0.75em;
    padding-left: 5px;
  }

  .fruit {
    padding-bottom: 30px;
  }

  .mobile-ia {
    display: flex;
  }

  .image-set {
    display: none;
  }

  .products {
    padding-bottom: 30px;
  }

  .products-item {
    width: 46%;
    margin-bottom: 15px;
  }


}