@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

img {
  border: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

html, body {
  font-family: "AlibabaRegular", "Microsoft YaHei", "微软雅黑", "Arial";
  color: #272727;
  font-size: 12px;
  background-color: #ffffff;
}

html {
  overflow-x: hidden;
  font-size: 625%;
}

/*10*/
body a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
/*
@font-face {
  font-family: "AlibabaRegular";
  src: url("../font/Alibaba-PuHuiTi-Regular.woff") format("woff"),
    url("../font/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
    url("../font/Alibaba-PuHuiTi-Regular.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaMedium";
  src: url("../font/Alibaba-PuHuiTi-Medium.woff") format("woff"),
    url("../font/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
    url("../font/Alibaba-PuHuiTi-Medium.otf") format("opentype");
}

*/

@font-face {
  font-family: "AlibabaRegular";
  src: url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Regular.woff") format("woff"),
    url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
    url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Regular.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaMedium";
  src: url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Medium.woff") format("woff"),
    url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
    url("https://alipuhuit.oss-cn-qingdao.aliyuncs.com/Alibaba-PuHuiTi-Medium.otf") format("opentype");
}

@media screen and (max-width:1550px) {
  html {
    font-size: 562.5%;
  }

  /*9*/
}

@media screen and (max-width:1250px) {
  html {
    font-size: 500%;
  }

  /*8*/
}

@media screen and (max-width:1024px) {
  html {
    font-size: 468.75%;
  }

  /*7.5*/
}

/*gundong*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0086d1;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #0086d1;
}

@keyframes animate {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.00);
  }
}

/* public */
.index_container {
  width: 94.79%;
  margin: 0 auto;
}

.top_mag_bottom {
  margin-top: 4.5%;
}

.top_mag_4{
  margin-top: 4%;
}
.top_mag, .top_mag_w {
  margin-top: 3%;
}

.top_mag_img{
  margin-top: 2%;
}
.top_mag_m {
  margin-top: 1.5%;
}
.top_mag_word{
  margin-top: 1%;
}

img.pc_img {
  display: block;
}

img.mobile_img {
  display: none;
}

/*.index_title_content {
  margin-bottom: 0.4rem;
}*/

.index_title_content h3 {
  font-size: 0.25rem;
  color: #056496;
  line-height: 1.15em;
  text-transform: capitalize;
  font-family: "AlibabaMedium";
  font-weight: normal;
}
.index_title_content h3 span{
  color: #000000;
}

.index_word p {
  font-size: 0.16rem;
  line-height: 2em;
  color: #030000;
}

.white_title h3 {
  color: #fff;
}

.center_title {
  text-align: center;
}

.about_title_content{ float: left;}

.industry_title h3 a{ color: #080403;}
.industry_title h3 a.cur,.industry_title h3 a:hover{ color: #056496;}
.industry_title h3 span{ margin-right: 0.9rem;}

@media screen and (max-width:1024px) {
  .top_mag_bottom {
    margin-top: 3.5%;
  }

  .top_mag, .top_mag_w {
    margin-top: 3.5%;
  }

  .top_mag_m {
    margin-top: 2%;
  }
  .top_mag_word{
    margin-top: 1.5%;
  }
  .top_mag_img{
    margin-top: 2%;
  }


}


@media screen and (max-width:760px) {

  img.pc_img {
    display: none;
  }

  img.mobile_img {
    display: block;
  }
/* 
  .index_title_content h3 {
    font-size: 6.3vw;
  } */

/*  .index_title_content {
    margin-bottom: 4vw;
  }*/

  .left_title {
    text-align: left;
  }
  .contact_title {
    padding: 0 2vw 2.5vw;
  }

  .index_word p {
    font-size: 3.5vw;
    line-height: 1.65em;
  }
  .index_word p br{display: none;}

  .top_mag_bottom {
    margin-top: 5vw;
  }
  .top_mag {
    margin-top: 0;
  }

  .top_mag_w {
    margin-top: 5vw;
  }
  .top_mag_4{
    margin-top: 5vw;
  }
  .top_mag_m {
    margin-top: 3.5vw;
  }
  .top_mag_word{
    margin-top: 2.5vw;
  }
  .top_mag_img{
    margin-top: 3.5vw;
  }
  .about_title_content {
    display: none;
  }
  .industry_title h3 span{ margin-right: 5vw;}

}

/*loadding*/
.loading_content {
  width: 100%;
  height: 100%;
  background: #0086d1;
  opacity: 1;
  position: fixed;
  background-image: linear-gradient(to bottom right,#0086d1, #0086d1);
}

.loading_center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: table;
  text-align: center;
  margin-left: -125px;
  margin-top: -98.5px;
}

.loading_center img {
  width: 250px;
  height: auto;
}

@media screen and (max-width:560px) {
  .loading_center img {
    width: 150px;
  }

  .loading_center {
    margin-left: -75px;
    margin-top: -80px;
  }
}

/* top */
.top_container {
  width: 100%;
  height: 1.3rem;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
}

/* nav */
.nav_container {
  margin: 0 auto;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  box-sizing: border-box;
  position: relative;
}

.nav_container img.logo {
  height: 0.47rem;
  float: left;
  margin-top: 0.34rem;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
}

.nav_container img.cailogo{ display: none;}

.nav {
  float: right;
  height: 0.42rem;
  line-height: 0.42rem;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 0.4rem;
  border-radius: 0.42rem;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.nav ul li {
  float: left;
  padding: 0 0.1rem;
  margin: 0 0.35rem;
  font-size: 0.17rem;
  line-height: 0.42rem;
  position: relative;
}

.nav ul li a {
  color: #191919;
  display: block;
  box-sizing: border-box;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  background: transparen;
  text-transform: uppercase;
  /*  padding-bottom: 0.1rem;*/
}

.nav ul li a:hover, .nav ul li a.cur {
  color: #056496;
}

.nav ul li dl {
  display: none;
  position: absolute;
  left: 50%;
  /* width: 1.6rem; */
  border-radius: 3px;
  background: rgba(242, 245, 250,0.95);
  box-sizing: border-box;
  padding: 0 0.2rem;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.nav ul li dl dd {
  width: 1.6rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.4em;
}

.nav ul li dl dd a {
  margin: 0;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
  padding: 0.1rem 0;
  box-sizing: border-box;
  color: #555;
  text-transform: none;
}

.nav ul li dl dd a:hover {
  color: #056496;
}

.nav ul li dl dd:first-child a {
  border-top: none;
}

.nav ul li dl .thr {
  display: flex;
  position: absolute;
  left: 50%;
  min-height: 3rem;
  border-radius: 3px;
  background: rgba(242, 245, 250,0.95);
  box-sizing: border-box;
  padding: 0 0.2rem;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.nav ul li dl .thr dd {
  width: 2.6rem;
  margin: 0 0.25rem;
  margin-top: 0.25rem;
}

.nav ul li dl .thr dd:last-child {
  width: 1.6rem;
}

.nav ul li dl .thr dd a {
  text-align: left;
  font-size: 0.18rem;
  font-weight: bolder;
  line-height: 0.4em;
  color: #191919;
  border-top: none;
  display: block;
  border-left: #FF0000 solid 4px;
  box-sizing: border-box;
  padding-left: 5px;
  margin: 0.1rem 0;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  text-transform: uppercase;
}

.nav ul li dl .thr dd a:hover {
  color: #056496;
}

.nav ul li dl .thr dd p a {
  font-size: 0.16rem;
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0.15rem 0;
  box-sizing: border-box;
  color: #555;
  text-transform: none;
}

.nav ul li dl .thr dd p a:hover {
  color: #056496;
}



.two_nav_container{ width: 100%;background: rgba(242, 245, 250,0.95); position:fixed; left: 0;display: none;}

.two_nav_content{   -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1;
    -moz-column-gap: 1;
    column-gap: 1;
    display: block;
width: 94.79%; margin: 0 auto;box-sizing: border-box; padding: 0.4rem 0.3rem 0.4rem;
  }

.two_nav{-webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      break-inside: avoid;
  position: relative;
  margin-bottom: 0.2rem;
}
.two_nav h3{font-family: "AlibabaMedium"; font-weight: normal;}
.two_nav h3 a{ font-size: 0.2rem; color: #333!important; line-height: 1.3em;}
.two_nav h6{ width: 0.5rem; height: 4px; background: #0086d1; border-radius: 0.1rem; margin: -0.06rem 0 0.05rem;}
.two_nav p a{ color: #555!important; font-size: 0.16rem; line-height: 1.5em; margin-top: 0.15rem;}
.two_nav p a:hover{ color: #0086d1!important;}

.two_nav_contentflex{display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;padding: 0.4rem 0.3rem 0.4rem; box-sizing:border-box;}
.two_nav_contentflex .two_nav{ width: 16%;}



@media screen and (max-width:1920px) {
  .nav ul li {
    padding: 0 0.5vw;
    margin: 0 2vw;
  }
}

/*@media screen and (max-width:1500px) {
  .nav ul li {
    margin: 0 1.5vw;
  }
}*/



@media screen and (max-width:1350px) {
  .nav ul li {
    margin: 0 1.5vw;
  }
}

@media screen and (max-width:1100px) {
  .nav ul li {
    margin: 0 1vw;
  }
}

.fix_nav_bg {
  height: 1rem;
  background: #f4f4f4;
}

.fix_nav_bg .nav_container img.logo {
  margin-top: 0.25rem;
}

.fix_nav_bg .nav {
  margin-top: 0.3rem;
}

.fix_nav_bg .nav_container img.whlogo{ display: none;}
.fix_nav_bg .nav_container img.cailogo{ display:block;}

/*mobile nav*/
.header2 {
  width: 100%;
  height: 7.5vh;
  top: 0;
  left: 0;
  background: #056496;
  color: #dcdcdc;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
  display: none;
  padding: 0 4vw;
  transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
}

.header2 img {
  display: block;
  margin: 0 auto;
}

.header2 .top_dh {
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%);
}

.header2 .top_dh img {
  width: 3vh;
  height: auto;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.top_dh img.nav_close {
  display: none;
}

.moguanbi img.nav_close {
  display: block;
}

.moguanbi img.nav_open {
  display: none;
}

.header2 .mobile_logo {
  display: block;
  float: left;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header2 .mobile_logo img {
  height: 3.3vh;
  width: auto;
}

.nav_bg_m {
  position: fixed;
  right: -100%;
  width: 100%;
  height: calc(100vh - 7.5vh);
  overflow-x: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background-size: cover;
  margin-top: 7.5vh;
  background: linear-gradient(to bottom right, #056496, #f88456);
}

.nav_bg_m2 {
  right: 0;
}

.nav_mobile {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.nav_mobile li {
  width: 90%;
  position: relative;
  font-size: 4vw;
  overflow: hidden;
  margin: 0.7vh auto;
  text-transform: uppercase;
}

.nav_mobile li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 0.7vh 0;
  cursor: pointer;
}

.nav_mobile h6 {
  font-size: 4vw;
  color: #fff;
  width: 30vw;
  height: 8vw;
  border-radius: 1vw;
  border: 2px solid #fff;
  text-align: center;
  line-height: 8vw;
  margin: 2vh auto 0;
  font-weight: normal;
}

.nav_mobile li dl {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 0 2vw;
  display: none;
  border-radius: 1vw;
}

.nav_mobile li dl dd {
  font-size: 3.8vw;
  margin: 0.7vh 0;
}

.nav_mobile li dl dd a {
  padding: 0.8vh 0;
}

@media screen and (max-width:1024px) {
  .top_container {
    display: none;
  }

  .header2 {
    display: block;
  }
}

@media screen and (max-width:760px) {
  .nav_mobile li {
    margin: 1.2vh auto;
  }

  .nav_mobile h6 {
    margin: 3vh auto 0;
  }

  .nav_mobile li {
    font-size: 4.6vw;
  }

  .nav_mobile li dl dd {
    font-size: 4.2vw;
  }

  .header2 {
    height: 13vw;
  }

  .header2 .top_dh img {
    width: 5.3vw;
  }

  .nav_bg_m {
    height: calc(100vh - 13vw);
    margin-top: 13vw;
  }

  .header2 .mobile_logo img {
    height: 5.8vw;
  }
}

/*banner*/
.banner_content {
  width: 100%;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.banner .swiper-slide-active img {
  -webkit-animation: animate 2s linear;
  -moz-animation: animate 2s linear;
  animation: animate 2s linear;
}

.bannerpage .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.05rem;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.04rem !important;
}

.bannerpage .swiper-pagination-bullet-active {
  background: #056496;
  opacity: 1;
}

.swiper-container-horizontal>.bannerpage {
  bottom: 0.34rem !important;
  left: 0 !important;
}

.banner-next, .banner-prev {
  width: 0.26rem;
  height: 0.48rem;
  position: absolute;
  top: 50%;
  margin-top: -0.24rem;
  z-index: 2;
}

.banner-next {
  background: url(../images/banner_right.png) no-repeat center center;
  background-size: 100%;
  right: 2.5%;
}

.banner-prev {
  background: url(../images/banner_left.png) no-repeat center center;
  background-size: 100%;
  left: 2.5%;
}

@media screen and (max-width:1920px) {
  .banner_button {
    bottom: 4vw;
  }
}

.mbanner {
  display: none;
}

.mbanner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.mbanner .swiper-slide {
  margin-top: 7.5vh;
}

.mbanner .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 1vw !important;
  background: #fff;
  opacity: 1;
}

.mbanner .swiper-pagination-bullet-active {
  background: #056496;
  opacity: 1;
}

.swiper-container-horizontal>.mbannerpage {
  bottom: 3.6vw !important;
}

.mbanner_word {
  text-align: center;
  width: 100%;
}

@media screen and (max-width:1024px) {
  .banner_content {
    display: none;
  }

  .mbanner {
    display: block;
  }
}

@media screen and (max-width:760px) {
  .mbanner .swiper-slide {
    margin-top: 13vw;
  }
}

/* Spectral Vision*/

.vision_img_content img{ max-width: 100%; height: auto; display:block; margin: 0 auto;}
.vision_video_content{text-align: center;}
.vision_video_content video{width:65%; height: 100%; margin: 0 auto;}

@media screen and (max-width:1450px) {
.vision_video_content video{ width: 80%;}
}
@media screen and (max-width:760px) {
.vision_video_content video{ width: 100%;}
}

/* index product */
/* nav */
.index_product_nav_content{ margin-top: 1%;}
.index_product_nav_content ul{display: table; margin: 0 auto;}
.index_product_nav_content ul li{ font-size: 0.24rem; color: #1b1b1b;  line-height: 1em; padding: 0 0.25rem; float: left; cursor:pointer; }
.index_product_nav_content ul li.cur{ color: #056496;}

.index_product_nav_content ul li:first-child{ border-right: 1px solid #e0dfdf;}

@media screen and (max-width:760px) {
.index_product_nav_content{ margin-top: 3vw;}
.index_product_nav_content ul li{ font-size: 4vw;}
}

/* word */
.index_product_list ul li{ width: 32%; float: left; margin: 0 2% 0 0; height: 0; padding-bottom: 28.2%; position: relative; background: #e6e6e6; border-radius: 0.15rem; text-align: center; overflow: hidden;}
.index_product_list ul li:nth-child(3n){ margin-right: 0;}
.index_product_list ul li:nth-child(n+4){ margin-top: 2%;}
.index_product_list ul li img.index_product_img{display: block; max-width: 100%; height: auto; position: absolute; bottom: 3%; left: 50%;
  transform: translateX(-50%) scale(1);
    -mo-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    transition: all 1.2s ease-out 0s;
    -webkit-transition: all 1.2s ease-out 0s;
    -moz-transition: all 1.2s ease-out 0s;
    -mo-transition: all 1.2s ease-out 0s;

}

.index_product_list ul li:hover img.index_product_img{
  transform: translateX(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -mo-transition: all 1s ease-out 0s;
}

.index_product_word{ width: 100%; height: 100%; position:absolute; left: 0; top:0; padding: 7% 9% 0;border-radius: 0.15rem; box-sizing: border-box;background: transparent;    transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;}
.index_product_word h3{ font-size: 0.32rem; line-height: 1.2em; color: #1b1b1b; font-weight: normal;transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;}
.index_product_word p{ font-size: 0.19rem; line-height: 1.3em; color: #434343;text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden; margin-top: 0.1rem;    transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;}
.index_product_word h5{ width: 0.55rem; height: 0.03rem; background: #fff; margin: 0.5rem auto 0; opacity: 0;   transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;}
.index_product_word h6{ width: 100%; position:absolute; bottom: -7%; opacity: 0;left: 0;    transition-duration: .8s;
  -ms-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;}
.index_product_word h6 img{ display: block; width: 0.71rem; height: auto; margin: 0 auto;}

.index_product_list ul li:hover .index_product_word{ background:rgba(9,9,9,0.3);}
.index_product_list ul li:hover h5{ margin-top: 0.3rem; opacity: 1;}
.index_product_list ul li:hover h3,.index_product_list ul li:hover p{ color: #fff;}
.index_product_list ul li:hover h6{ opacity: 1; bottom:10%;}

@media screen and (max-width:1550px) {
.index_product_list ul li img.index_product_img {bottom: 1%;}
}
@media screen and (max-width:1024px) {
.index_product_word p{display: none;}
}

@media screen and (max-width:760px) {
.index_product_word h3{ font-size: 4.2vw;}
.index_product_word{ padding: 4vw 1vw 0;}
.index_product_list ul li{ width: 49%; height: 38vw; padding-bottom: 0;}
.index_product_list ul li:nth-child(3n){ margin-right: 2%;}
.index_product_list ul li:nth-child(2n){ margin-right: 0;}
.index_product_list ul li:nth-child(n+3){ margin-top: 2%;}

.index_product_list ul li img.index_product_img{bottom: 0.5vw;}
.index_product_list ul li h6{bottom: 0;}
.index_product_list ul li:hover h6{ opacity: 1; bottom:4vw;}
.index_product_word h6 img{ width: 7vw;}
.index_product_list ul li:hover h5{ margin-top: 2vw;}
.index_product_word h5{ width: 8vw; height: 0.5vw; margin-top: 5vw;}

}

/* solution */
.solution_list_content ul li{ width: 32%; float: left; margin: 0 2% 0 0; position: relative; overflow:hidden;}
.solution_list_content ul li:nth-child(3n){ margin-right: 0;}
.solution_list_content ul li:nth-child(n+4){ margin-top: 2%;}
.solution_list_content ul li img{ display:block; width: 100%; height: auto;transform: scale(1);-mo-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: all 1.2s ease-out 0s;-webkit-transition: all 1.2s ease-out 0s; -moz-transition: all 1.2s ease-out 0s; -mo-transition: all 1.2s ease-out 0s;}
.solution_list_content ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transition: all 2s ease-out 0s; -webkit-transition: all 2s ease-out 0s;-moz-transition: all 2s
  ease-out 0s;-mo-transition: all 2s ease-out 0s;}
.solution_list_word{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; box-sizing: border-box; padding: 5% 10% 0;}
.solution_list_word h3{ color: #fff; font-size: 0.32rem; line-height: 1.2em; font-weight: normal; position: relative; z-index: 2;}
.solution_list_word p{ color: #fff; font-size: 0.19rem;line-height: 1.3em; margin-top: 0.15rem;text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;position: relative; z-index: 2;}


.solution_list_word:before{
  content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
   z-index: 0;
    left:0;
    top: 0;
    background: rgba(0,0,0,0.6); opacity: 0;
    transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s;
}
.solution_list_content ul li:hover .solution_list_word:before{ height: 100%;opacity: 1;}

@media screen and (max-width:1600px) {
.solution_list_word p{ margin-top: 0.1rem;}
}
@media screen and (max-width:1024px) {
.solution_list_word p{display: none;}
}
@media screen and (max-width:760px) {
.solution_list_word h3{ font-size: 4.2vw;}
.solution_list_word{padding: 4vw 1vw 0;}
.solution_list_content ul li{ width: 49%; }
.solution_list_content ul li:nth-child(3n){ margin-right: 2%;}
.solution_list_content ul li:nth-child(2n){ margin-right: 0;}
.solution_list_content ul li:nth-child(n+3){ margin-top: 2%;}
.solution_list_word:before{display: none;}
}


/*main*/
.main_container {
  width: calc(100%-80px);
  margin: 0 auto;
}
@media screen and (min-width:1300px) {
  .main_container {
    width: 1300px;
    margin: 0 auto;
  }
}

/* footer */

.footer_container {
  width: 100%;
  background: #ebebeb;
}


.footer_content {
  padding: 0.6rem 0;
  position: relative;
}

.footer_left_content {
  float: left;
  width: 38%;
}

.footer_left_content h2 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #030000;
  line-height: 1.3em;
  padding-bottom: 0.12rem;
  margin-bottom: 0.25rem;
  border-bottom: 2px solid #bab9b9;
}

.footer_left_content p {
  font-size: 0.14rem;
  line-height: 1.6em;
  box-sizing: border-box;
  padding-left: 0.3rem;
  margin-top: 0.1rem;
  color: #040000;
}
.footer_left_content p a{color: #040000;}

.footer_left_content p.footer_tel {
  background: url(../images/footer_icon1.png) no-repeat left center;
  background-size: 0.2rem;
}

.footer_left_content p.footer_ema {
  background: url(../images/footer_icon2.png) no-repeat left center;
  background-size: 0.2rem;
}

.footer_left_content p.footer_address {
  background: url(../images/footer_icon3.png) no-repeat left center;
  background-size: 0.19rem;
}

.footer_right_content {
  float: right;
  width: 41%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.footer_right_content dl{ width:25%; border-right: 2px solid #c4c4c4; text-align: center; padding-bottom: 0.1rem;}
.footer_right_content dl:first-child{ border-left: 2px solid #c4c4c4; }
.footer_right_content dl dd{ font-size: 0.16rem; line-height: 1.2em; margin-top: 0.08rem;}
.footer_right_content dl dt{font-size: 0.16rem; line-height: 1.2em; margin-bottom: 0.17rem;}
.footer_right_content dl dd a{ color: #707070;}
.footer_right_content dl dt a{ color: #040000;}
.footer_right_content dl a:hover{ color: #056496;}


.footer_right_content ul li {
  font-size: 0.26rem;
  line-height: 1.2em;
  margin-top: 0.37rem;
  text-transform: uppercase;
}

.footer_right_content ul li:first-child {
  margin-top: 0;
}



@keyframes img_keyif {
  0% {
    transform: scale(1);
    -mo-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }

  50% {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
  }

  100% {
    transform: scale(1);
    -mo-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}

@-webkit-keyframes "img_keyif" {
  0% {
    transform: scale(1);
    -mo-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }

  50% {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
  }

  100% {
    transform: scale(1);
    -mo-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}

.footer_erweima {
  width: 1.63rem;
  float: left;
  margin: 0.1rem 0 0 4%;
}

.footer_erweima img {
  display: block;
  width: 100%;
  height: auto;
}

.img_keyif {
  animation: img_keyif 2s linear infinite;
  -moz-animation: img_keyif 2s linear infinite;
  -webkit-animation: img_keyif 2s linear infinite;
  -o-animation: img_keyif 2s linear infinite;
}


.footer_bottom_content {
  width: 100%;
  background: #000000;
}

.footer_bottom {
  padding: 0.25rem 0;
}
.footer_bottom_left{ float: left;}

.footer_bottom_left p {
  font-size: 0.14rem;
  line-height: 1.2em;
  color: #fff;
}
.footer_bottom_left p a{ color: #fff;}

.footer_bottom_left p span {
  margin-left: 0.1rem;
}

.footer_bottom_left p span:first-child {
  margin-left: 0;
}

.footer_bottom_right{ float: right;}
.footer_bottom_right ul li{ color: #fff; font-size: 0.14rem; line-height: 1.1em; float: left; border-left: 1px solid #fff; box-sizing: border-box; padding: 0 0.12rem; cursor: pointer;}
.footer_bottom_right ul li:first-child{ border-left: none;}
.footer_bottom_right ul li:last-child{ padding-right: 0;}
.footer_bottom_right ul li a{ color: #fff;}

@media screen and (max-width:1400px) {
.footer_left_content{ width: 38%;}
.footer_erweima{ width: 1.4rem;}
}

@media screen and (max-width:1120px) {
.footer_left_content h2{ font-size: 0.32rem;}
}
@media screen and (max-width:1024px) {
.footer_erweima{display: none;}
.footer_left_content{ width: 48%;}
}



@media screen and (max-width:760px) {

  .footer_content {
    padding: 4vw 0;
  }

  .footer_left_content {
    width: 100%;
    float: none;
  }

  .footer_left_content h2 {
    font-size: 4.4vw;
    margin-bottom: 2.5vw;
    padding-bottom: 2vw;
    border-bottom: 0.2vw solid #bab9b9;
  }


  .footer_left_content p {
    font-size: 3.3vw;
    padding-left: 5vw;
    margin-top: 1vw;
  }

  .footer_left_content p.footer_tel, .footer_left_content p.footer_whatsapp, .footer_left_content p.footer_skype, .footer_left_content p.footer_address, .footer_left_content p.footer_ema {
    background-size: 3.8vw;
  }

  .footer_right_content {
    width: 100%;
    float: none;
    display: none;
    margin-top: 2vw;
  }
  .footer_right_content dl{ width: 100%; text-align: left; border: none;padding-bottom: 1vw;}
  .footer_right_content dl:first-child{border: none;}
  .footer_right_content dl dt{ font-size: 3.4vw; float: left; width: 20%; margin-bottom: 0;margin-top: 2.5vw;}
  .footer_right_content dl dd{ font-size: 3.4vw;width: 25%; display: inline-block;*display:inline;*zoom:1;vertical-align: top;margin-top: 2.5vw; }
  .footer_right_content dl div{ overflow: hidden; width: 80%;font-size:0;}

  .footer_right_content dl:after{
     content:".";
     display:block;
     height:0;
     clear:both;
     visibility:hidden;
}





  .footer_bottom {
    padding: 3vw 0;
  }
  .footer_bottom_left{ float: none;}
  .footer_bottom p {
    font-size: 3vw;
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  .footer_bottom p span:nth-child(n+2) {
    margin: 2vw auto 0;
    display:block;
  }

  .footer_bottom p span:first-child {
    display: block;
    text-align: center;
  }
.footer_bottom_right{ float: none;}
.footer_bottom_right ul{display: table; margin: 2vw auto 0;}
.footer_bottom_right ul li{ font-size: 3vw;}
}


/*floor*/
.floorcon {
  position: relative;
}

.floor {
  position: absolute;
  left: 0;
 top: -1.8rem;
}

@media screen and (max-width:760px) {
  .floor {
    top: -28vw;
  }
}

/* 404 */
.error_container {
  width: 100%;
  height: 100vh;
  background: #1b5633;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.error_container h3 {
  font-size: 1.2rem;
  line-height: 1.1em;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.error_container p {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.1rem;
}

.error_container ul {
  width: 6rem;
  margin: 0.4rem auto;
  font-size: 0;
  text-align: center;
}

.error_container ul li {
  font-size: 0.2rem;
  width: 1.4rem;
  margin: 0.05rem;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.error_container ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.1rem 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

@media screen and (max-width:800px) {
  .error_content {
    width: 92vw;
  }

  .error_container h3 {
    font-size: 14vw;
  }

  .error_container p {
    font-size: 3.4vw;
    margin-top: 2vw;
  }

  .error_container ul {
    width: 100%;
    margin-top: 4vw;
  }

  .error_container ul li {
    width: 49%;
    margin: 2% 2% 0 0;
    font-size: 4vw;
  }

  .error_container ul li:nth-child(2n) {
    margin-right: 0;
  }

  .error_container ul li a {
    padding: 2vw 0;
  }
}
