@charset "UTF-8";
* { padding: 0;  margin: 0}
ul,li { list-style: none}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
img {border: none}
input, textarea {
    font-family: "微软雅黑", Arial;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    background: 0 0
}
.fl {float: left}
.fr {float: right}
.ellipsis {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block}
.fw {margin: 0 auto; width: 1300px}
.hide {display: none}
.show {display: block}
body, html {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1em;
    color: #000;
    font-family: Microsoft Yahei,Arial,Hiragino Sans GB,'微软雅黑',STHeiti,'华文细黑',sans-serif;
    background: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    line-height: 1em;
    max-height: 99999999px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body { overflow-x: hidden}
.container {
    width: 1440px;
    margin: 0 auto;
}
.container-inner {
    width: 1200px;
    margin: 0 auto;
}
.clear {
    zoom: 1;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.imgbox img {
    display: block;
    max-width: 100%;
    height: auto;
}
.imgbigout {
    display: block;
    overflow: hidden;
}
.imgbigout img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.imgbigout .imgbig {
    display: block;
    max-width: 100%;
    transition: all 1s ease;
}
.imgbigout:hover .imgbig {
    transform: scale(1.1);
}
.icon {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.more {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 32px;
    box-sizing: border-box;
}
.font18 p {
    line-height: 1.8em;
    color: #7f7f7f;
}
.font18-2 p {
    line-height: 1.78em;
    color: #7f7f7f;
}
.font32-line {
    position: relative;
    margin-bottom: 1.75em;
    font-size: 30px;
    font-weight: bold;
}
.font32-line::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #038acf;
}
.com-tit {
    margin-bottom: 60px;
    text-align: center;
}
.com-tit .tit {
    position: relative;
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: bold;
}
.com-tit .tit::after {
    position: absolute;
    bottom: -0.53em;
    left: 50%;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #038acf;
}
.com-tit .subtit {
    font-size: 16px;
    color: #666;
}
.left-com-tit {
    text-align: left;
}
.left-com-tit .tit::after {
    left: 0;
    margin-left: 0;
}
.right-com-tit {
    text-align: right;
}
.right-com-tit .tit::after {
    right: 0; left: auto;
    margin-left: 0;
}
/*::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track-piece {*/
/*    width: 5px*/
/*}*/
/*::-webkit-scrollbar-track-piece {*/
/*    background-color: #101012; }*/

/*::-webkit-scrollbar {*/
/*    background-color: #233876; }*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #333; }*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #233876; }*/
.headerBox {height: 65px;}
.head { width: 100%; background: #fff; position: fixed; z-index: 22;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head .head-inner {
    height: 78px;
    padding-top: 12px;
    text-align: center;
    box-sizing: border-box;
}
.head .head-logo {
    float: left;
    display: block;
    width: 108px;
    margin-top: 0;
}
.head .head-lang {
    position: relative;
    float: right;
    display: block !important;
}
.head-lang .head-lang-on {
    position: relative;
    padding-left: 30px;
    line-height: 58px;
    background: url(../img/form-tel.png) no-repeat left center;
}
.head .head-nav {
    display: inline-block; /*float: right;*/
}
.head-nav-ul .item {
    float: left;
    margin: 0 22px;
}
.head-nav-ul .item .item-link {
    position: relative;
    display: block;
    line-height: 78px;
}
.head-nav-ul .item .item-link::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    transform: translateX(-50%);
    background-color: transparent;
    transition: all .5s;
}
.head-nav-ul .on .item-link::after, .head-nav-ul .item:hover .item-link::after {
    width: 133%;
    height: 3px;
    background-color: #038acf;
}
.pc-head-nav .item-subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 120px;
    padding: 32px 0;
    background: #fff;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.pc-head-nav .item-subnav-text {
    float: left;
    margin-left: 26%;
    text-align: left;
}
.pc-head-nav .item-subnav-text .item-subnav-tit {
    float: left;
    width: 174px;
    font-size: 20px;
}
.pc-head-nav .item-subnav-text .item-subnav-ul {
    float: left;
    padding-left: 44px;
    border-left: 1px solid #ebebeb;
}
.pc-head-nav .item-subnav-text .item-subnav-ul2 {
    padding-left: 60px;
    border-left: 0;
}
.pc-head-nav .item-subnav-ul .li + .li {
    margin-top: 24px;
}
.head-nav .item-subnav-ul a {
    display: block;
    color: #7f7f7f;
}
.pc-head-nav .item-subnav-img {
    float: right;
    width: 25%;
    margin-right: 2%;
}















.imgMask,.imgMask2,.imgMask3{
    overflow: hidden;
    position: relative;
}
.imgMask::before,
.imgMask::after,
.imgMask2::before,
.imgMask2::after,
.imgMask3::before,
.imgMask3::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.imgMask::before{
    background-color: #444444;
}
.imgMask::after{
    background-color: #333333;
}
.imgMask2::before{
    background-color: #333333;
}
.imgMask2::after{
    background-color: #f2f2f2;
}
.imgMask3::before{
    background-color: #333333;
}
.imgMask3::after{
    background-color: #f2f2f2;
}


.imgMask.on::before,
.imgMask.on::after,
.imgMask2.on::before,
.imgMask2.on::after,
.imgMask3.on::before,
.imgMask3.on::after
{
    -webkit-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
}
.imgMask.on::before,
.imgMask2.on::before,
.imgMask3.on::before
{
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -moz-transition: all 0.6s ease-in-out 0.4s;
    -ms-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
}
.imgMask.on::after,
.imgMask2.on::after,
.imgMask3.on::after
{
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}





.fenye{text-align: center;padding-top: 5.5rem;}

.fenye span{display: inline-block;}

.fenye span a{display: block;border: 1px solid #808080;width: 2.3rem;height: 2.3rem;line-height: 2.3rem;color: #808080;font-size: 1.2rem;margin: 0 0.2rem;transition: all .5s ease;}

.fenye span.now a{background-color: #333;color: #fff;}

.fenye span a:hover{background-color: #333;color: #fff;}



/***banner***/

/*.index_banner{width: 100%;height: 100vh;overflow: hidden;}

.index_banner .banner_bg{width: 100%;height: 100vh;position: relative;overflow: hidden;}

.banner_info{left: 0; right: 0; margin: 0 auto;height: 100%;padding: 0 1.5%;}

.banner_text{position: absolute;height: 100%;z-index: 11;}

.banner_text_wrap{position: absolute;top: 21%;width: 70%;height: 100%;}

*/

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.site-wrapper{
        position: relative;
    width: 100%;
}

.site-wrapper .content {
    position: relative;
    display: flex;
        justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
}

.slide-wrapper {
    display: none;
}

.slide-item{
    width: 100%;
    position: relative;
}

.banner_texts{
    position: absolute;
    z-index: 999;
}


.slide-wrapper {
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #cccccc;
}
.banner:hover .scene-nav {
  opacity: 1;
}
.banner:hover .scene-nav.scene-nav--prev {
  left: 30px;
}
.banner:hover .scene-nav.scene-nav--next {
  right: 30px;
}
.banner canvas {
  display: block;
  position: absolute;
}

.banner .content{
    width: 100%;
    height: 100%;
}

.scene-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: 0.45s;
}
.scene-nav.scene-nav--prev {
  left: -30px;
}
.scene-nav.scene-nav--next {
  right: -30px;
}
.slide-dit {
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 12;
  overflow: hidden;
}
.slide-dit span {
  display: block;
  float: left;
  margin-right: 35px;
  width: 12px;
  height: 16px;
  cursor: pointer;
  background: url(../images/water.png) center no-repeat;
  transition: 0.44s;
}
.slide-dit span:last-child {
  margin-right: 0;
}
.slide-dit span.active {
  animation: shake 1s forwards;
  background: url(../images/water1.png) center no-repeat;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.banner__text {
 position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  /*bottom: 140px;*/
  top: 30%;
}
.banner__text__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: 1.5s;
  transform: scale(0.8);
}
.banner__text__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 1.5s 1s;
}


.banner__text__item h4 {
display: block;
     text-align: center; 
    line-height: 1.2;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    font-weight: inherit;
    margin-bottom: 0.6rem !important;
    text-shadow: 2px 2px 3px #333;
}

.banner__text__item p{
    color: #fff;
    font-size: 2rem;
    
    line-height: 4rem;
    text-align: center;
/*    text-shadow: 1px 1px 2px #333;*/

}

.banner__text__item:nth-child(1){

}





/*.banner__text__item a{
    display: block;
    position: absolute;

    top: 30%;
    right: 10%;
}
*/

/*.banner__text__item:nth-child(3) a h4{
    text-align: center;
}

.banner__text__item:nth-child(3) a p{
    text-align: center;
}


.banner__text__item:nth-child(2) a{
    top: 30%;
    left: 15%;
}

.banner__text__item:nth-child(3) a{
    top: 20%;
    left: 9%;
}
*/


.banner__li {
  margin-top: 54px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.banner__li li {
  text-align: center;
  margin-right: 56px;
}
.banner__li li:last-child {
  margin-right: 0;
}
.banner__li li b {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
}
.banner__li li p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.scroll-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  z-index: 15;
  text-align: center;
}
.scroll-more i {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
}
.scroll-more i:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 2px;
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  transform-origin: center top;
  animation: move2 2s infinite;
}
.scroll-more span {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@keyframes move2 {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
    opacity: 0.2;
  }
}
.consulting {
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 12;
}
.consulting a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 27px;
  background: #000000;
}
.consulting a i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: -18px;
  width: 68px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  color: #333333;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background-color: #fff;
}
.consulting a i:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -8px;
  content: "";
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
}
.concerning {
  position: relative;
}
.concerning-swiper {
  position: relative;
  height: 100vh;
}
.no-height {
  height: 0 !important;
  overflow: hidden;
}
.concerning-zindex {
  z-index: 10;
  visibility: visible !important;
}
.concerning-slide.swiper-slide-prev {
  pointer-events: visible;
}
.concerning-slide.swiper-slide-prev .introhide {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.concerning-slide.swiper-slide-prev .introduct-imgs img {
  transform: scale(4.5);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s 0s cubic-bezier(0.755, 0.05, 0.855, 0.06), all 1s 0s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.concerning-slide.swiper-slide-prev .water1 {
  opacity: 1;
}
.concerning-slide.swiper-slide-prev .introsvg {
  transform: scale(4.5);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s 0s cubic-bezier(0.755, 0.05, 0.855, 0.06), all 1s 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.concerning-slide.swiper-slide-prev .introductinner-bg {
  transform: scale(1.4);
  transition: 1.8s 0.1s;
}
.concerning-slide.swiper-slide-prev .commons-text {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 1.2s;
}
.introhide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.8s 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.introducte {
  position: relative;
  z-index: 3;
  height: 100vh;
}
.introsvg {
  transition: 1s 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.introducte-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.introducte-bg svg {
  width: 100%;
  height: 100%;
}
.introducte-bg svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
.introducte-bg svg rect {
  fill: white;
}
.introductinner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transform: scale(1);
  transition: 1.8s 0s;
}
.commons-text {
  position: absolute;
  left: 0;
  bottom: 16.666%;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: 1s;
}
.commons-text p {
  margin-bottom: 37px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.commons-text strong {
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: 1.4;
}
.commons-text span {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 33px;
}
.commons-text span:hover i {
  background: #fff;
  text-indent: 3px;
}
.commons-text span i {
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #2c3441;
  font-size: 16px;
  background: #6cccdc;
  border-radius: 50%;
  transition: 0.36s;
}
.water1 {
  opacity: 0;
  transition: transform 1s 0s cubic-bezier(0.755, 0.05, 0.855, 0.06), all 1s 0s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.introduct-imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 24%;
  height: auto;
}
.introduct-imgs img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 1s 0.1s, all 1s 0.2s;
}
.introducte__text {
  position: absolute;
  left: 4.687%;
  top: 18.3333%;
  width: 810px;
  z-index: 10;
}
.introducte__text h6 {
  display: block;
  margin-bottom: 38px;
  line-height: 1;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: normal;
}
.introducte__text strong {
  display: block;
  color: #2c3441;
  font-size: 44px;
  line-height: 1.4;
}
.introducte__text strong.hide {
  display: none;
}
.introducte__text span {
  display: inline-block;
  margin-top: 35px;
  color: #2c3441;
  font-size: 15px;
  line-height: 32px;
  transition: 0.68s;
}
.introducte__text span:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.introducte__text span:hover i {
  text-indent: 4px;
}
.introducte__text span i {
  display: inline-block;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6cccdc;
  color: #2c3441;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  transition: 0.35s;
}
.introducte-data {
  position: absolute;
  left: 4.687%;
  bottom: 90px;
  display: flex;
  display: -webkit-flex;
  z-index: 10;
}
.introduct-item {
  margin-right: 57px;
}
.introduct-item span {
  margin-bottom: 6px;
  display: flex;
  display: -webkit-flex;
  color: #6cccdc;
  font-size: 44px;
  line-height: 1;
}
.introduct-item span b {
  display: inline-block;
  font-weight: normal;
}
.introduct-item span i {
  font-style: normal;
}
.introduct-item p {
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.scroll-more1 i {
  border-color: #999999;
}
.scroll-more1 i:before {
  background: #999;
}
.scroll-more1 span {
  color: #999;
}
.supplier {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.supplier .commons-text {
  display: none;
}












canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%) scale(1.05,1.05) !important;
}

.scene-nav {
    font-size: 1.15em;
/*    position: fixed;
    top: 50%;*/
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: 0;
    right: 0;
    padding: 1.5em;
    color: var(--color-nav);
}

.scene-nav:focus {
    outline: none;
}

.scene-nav--prev {
    left: 0;
}

.slide-wrapper {
    display: none;
}

.scene-nav--prev i{
    transform: rotate(-180deg);
}

.scene-nav i{
    display: block;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

/***banner***/


















.i-nums {
    margin-bottom: 90px;
    padding: 90px 0 0;
}
.i-nums .i-nums-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}
.i-nums .nums-item {
    text-align: center;
}
.i-nums .nums-item .num {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: bold;
    line-height: .8em;
}
.i-nums .nums-item .text {
    font-size: 18px;
}
.i-nums .nums-item .icon {
    width: 63px;
    height: 56px;
    margin: 0 auto 22px;
}
.i-nums .nums-item1 .icon {
    background-image: url("../img/nums-icon1.png");
}
.i-nums .nums-item2 .icon {
    background-image: url("../img/nums-icon2.png");
}
.i-nums .nums-item3 .icon {
    background-image: url("../img/nums-icon3.png");
}
.i-nums .nums-item4 .icon {
    background-image: url("../img/nums-icon4.png");
}
/**/
.i-product {
   padding-top:5rem ;
       padding-bottom: 5rem;
}
.i-product-main {position: relative;padding: 0 30px;}
.i-product-main .product-item {width: 100%;}

.i-product-ul {
    display: flex;
    justify-content: space-between;
}
.i-product-ul .product-item {
    width: 23.75%;
}
.product-item .shadow {
    opacity: 1;
}
.product-item .imgtext {
    bottom: -34px;
}
.product-item .imgbox {
    position: relative;
    display: block;
    overflow: hidden; background: #f5f5f5;
/*    padding: 0 0 75px;*/
}
.product-item .imgbox img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s;
}
.product-item .imgbox::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background: #038acf;
    opacity: 0;
    z-index: 9;
    transition: all .6s;
}
.product-item .imgtext {
    position: absolute;
    left: 0;
    width: 100%;
        padding: 15px 25px;
    box-sizing: border-box;
    transition: all .6s;
    background: rgba(255,255,255,.8);
}
.product-item .imgtext .imgtext-tit {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.product-item .imgtext .imgtext-more {
    opacity: 0;
    transition: all .9s;
}
.product-item .imgbox:hover img {
    transform: scale(1.1);
}
.product-item .imgbox:hover .imgtext {
    bottom: 0;
}
.product-item .imgbox:hover .imgtext-more {
    opacity: 1;
}
.product-item .imgbox:hover::after {
    width: 100%;
    opacity: 1;
}
.iproBox {}
.iproBox .left {
    width: 258px;
    background-image: url('../img/index_41.png');
    background-repeat: no-repeat; float: left;
}
.leftNav {background-image: url('../img/index_41.png');
    background-repeat: no-repeat;}
.index-por-title {
    width: 244px;
    text-align: center;
    font-size: 20px;
    background: #018bd3;
    padding: 20px 0;
    line-height: 30px;
    color: #fff;
}
.index_product-menu {
    width: 244px;
}
.index_pro-xl {
    width: 244px;
    background-color: #fff;
    overflow: hidden;
}
.index_pro-xl li {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #e5e5e5 solid;
}
.index_pro-xl li a {
    padding-left: 40px;
}
.index_pro-xl li a:hover {
    background: url(../img/index_42.jpg) no-repeat left;
    display: block;
    color: #fff;
}

.index_pro-xl li.on a{
    background: url(../img/index_42.jpg) no-repeat left;
    display: block;
    color: #fff;
}



.index_pro-xl dl {
    width: 244px;
    border-top: none;
    background: #ebebeb;
    /*border-bottom: 1px solid #ccc;*/
    height: auto;
    position: relative;
    /*margin: 2px 0 1px 0;*/
}
.index_pro-xl dl dt{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding-left: 28px;
    border-bottom: 1px solid #fff;
    background: url(../img/cp_c.png) no-repeat 16px 16px;
    cursor: pointer;
}
.index_pro-xl dl.cur dt {
    background: url(../img/cp_b.png) no-repeat 16px 16px;
}
.index_pro-xl dl dd{
    background: #f7f7f7;
    padding: 3px 0 3px 24px;
    display: none;
}
.index_pro-xl dl dd a{
    display: block;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    padding-left: 16px;
    background: url(../img/cp_dot.gif) no-repeat 0 12px;
}
.index_pro-xl dl dd.dd1{ padding-top: 10px;}
.index_pro-xl dl dd:last-child{padding-bottom: 10px;}

.ny-lxwm {
    margin-top: 15px;
}
.ny-lxwm-title {
    width: 244px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #038acf;
    font-weight: bold;
}
.ny-lxwm-nr {
    width: 212px;
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.ny-lxwm-nr p { margin-top: 10px; line-height: 20px;}

.iproBox .right { float: right; width: calc( 100% - 280px );} /*920px*/
.index_pro-bottom li {
    width: calc( 33.33% - 20px ); /*293px*/
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 40px;
}
.index_pro-bottom li .img {
    border: 1px solid #bfbfbf;
    padding: 4px;
    width: 100%; box-sizing: border-box;
    height: auto; overflow: hidden;
}
.index_pro-bottom li img {
    width: 100%;transition: all .6s; display: block;
}
.index_pro-bottom li:nth-child(3n) {
    margin-right: 0px;
}
.index_pro-bottom li p { padding-top: 15px}
.index_pro-bottom li:hover img {transform: scale(1.1)}
/**/






#c_static_001-1680742822887 {
    min-height: 300px;
    display-radio: 1;
   padding: 5rem 0;
        background: #fff;
}

#c_static_001-1680742822887 .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 96%;
    display-radio: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#c_static_001-1680742822887 .e_container-3 .p_item {
    display-radio: 1;
}
#c_static_001-1680742822887 .e_container-3 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.s_link {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    line-height: 1.1;
    text-align: center;
        position: relative;
/*    font-family: Microsoft YaHei;*/
}



.s_link::after {
    position: absolute;
    bottom: -0.53em;
    left: 50%;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #038acf;
}




#c_static_001-1680742822887 .e_image-2 {
    overflow: hidden;
    display-radio: 1;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: none;

}
#c_static_001-1680742822887 .e_image-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#c_static_001-1680742822887 .e_richText-4 {
    font_radio: 2;
    display-radio: 1;
    min-height: 0px;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    font-family: Microsoft YaHei;
    color: rgba(136,136,136,1);
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 45px;
}

#c_static_001-1680742822887 .e_richText-4 p{
    font-size: 16px;
    line-height: 32px;
}

.reset_style, a, body, p {
    word-break: break-word;
    font-family: Microsoft YaHei;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
#c_static_001-1680742822887 .e_loop-5 {
    display-radio: 1;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}
#c_static_001-1680742822887 .e_loop-5 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%/* 解决无缝滚动在循环体多列展示问题 */;
}
@media screen and (min-width: 769px){
#c_static_001-1680742822887 .e_loop-5 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
}

}


#c_static_001-1680742822887 .e_loop-5 .p_loopitem {
/*    flex: 0 0 33.3%;*/
    position: relative;
}

#c_static_001-1680742822887 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}
#c_static_001-1680742822887 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001-1680742822887 .e_container-3 .p_item {
    display-radio: 1;
}
#c_static_001-1680742822887 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-fill-value: background-image;
    background-image: url(../img/b1.png);
    padding-top: 110px;
    padding-bottom: 113px;
    background-repeat: no-repeat;
}
#c_static_001-1680742822887 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001-1680742822887 .e_scrollNumber-8 {
    height: 60px;
    line-height: 60px;
    font-size: 66px;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    font-family: Impact;
    color: rgba(52,52,52,1);
}
#c_static_001-1680742822887 .e_scrollNumber-8 .p_plus {
    display-radio: 1;
    font-size: 34px;
}
#c_static_001-1680742822887 .e_text-9 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    font-size: 15px;
    color: rgba(135,135,135,1);
    margin-top: 20px;
}
#c_static_001-1680742822887 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001-1680742822887 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-fill-value: background-image;
    background-image: url(../img/b2.png);
    padding-top: 110px;
    padding-bottom: 113px;
    background-repeat: no-repeat;
}
#c_static_001-1680742822887 .e_container-10 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001-1680742822887 .e_scrollNumber-11 {
    height: 60px;
    line-height: 60px;
    font-size: 66px;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    font-family: Impact;
    color: rgba(255,255,255,1);
}
#c_static_001-1680742822887 .e_scrollNumber-11 .p_plus {
    display-radio: 1;
    font-size: 34px;
}
#c_static_001-1680742822887 .e_text-12 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    font-size: 15px;
    color: rgba(255,255,255,1);
    margin-top: 20px;
}























.i-youshi{width: 100%; background: #f0f0f0; padding: 90px 0;}
.a-wrap4 .a-wrap4-con{/*padding: 50px 15px;*/}
.a-wrap4 .a-wrap4-con ul{display: flex;}
.a-wrap4 .a-wrap4-con li{position: relative;margin-right: 15px; overflow: hidden}
.a-wrap4 .a-wrap4-con li:last-child{margin-right: 0;}
.a-wrap4 li img{display: block;max-width: 100%;height: auto;}
.a-wrap4 li img.bgPic {transition: all .6s;}
.a-wrap4 li .ali-bg-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 14px;box-sizing: border-box;}
.a-wrap4 li .ali-bg-box .ali-bg{position: relative;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.a-wrap4 .ali-text{position: absolute;top: 52%;left: 50%;transform: translate(-50%,-50%);width: 80%;text-align: center;opacity: 0;transition: all .7s;}
.a-wrap4 .ali-text .ali-t{margin-bottom: 28px;}
.a-wrap4 .ali-b p{line-height: 30px;color: #fff;}
.a-wrap4 .ali-t i{display: block;margin:0 auto 10px;width: 55px;height: 55px;background-image: url(img/icons.png);background-repeat: no-repeat;}
.a-wrap4 .ali-t p{font-size: 18px;line-height: 1em;color: #fff;}
.a-wrap4 .li1 i{background-position: 0 -294px;}
.a-wrap4 .li2 i{background-position: -63px -294px;}
.a-wrap4 .li3 i{background-position: -137px -294px;}
.a-wrap4 .li4 i{background-position: -207px -294px;}
.a-wrap4 .li5 i{background-position: -276px -294px;}
.a-wrap4 .ali-tt{position: absolute;left: 22px;bottom: 22px;opacity: 1;transition: all .1s;}
.a-wrap4 li:hover .ali-bg-box .ali-bg{background: rgba(69,138,208,.6);}
.a-wrap4 li:hover .ali-text{opacity: 1;top: 50%;}
.a-wrap4 li:hover .ali-tt{opacity: 0;}
.a-wrap4 li:hover img.bgPic {transform: scale(1.1)}

.a-wrap4 .read_more a{width: 317px !important;}
/**/
.iAbout { width: 100%; background: #f0f0f0; padding: 90px 0;}
.iAbout .aboutL {
    float: left;
    width: 32%;
    padding-top: 12px;
}
.iAbout .aboutL span {
    font-size: 38px;
    color: #292828;
    border-left: 5px solid #0068b6;
    padding-left: 10px;
    display: block;
    line-height: 1em;
}
.iAbout .aboutL p {
    color: #666666;
    margin: 35px 0px 25px;
    font-size: 16px; line-height: 2em;
}
.iAbout .aboutL .more {
    transition: all 0.6s;
    display: block;
    width: 137px;
    height: 43px;
    background-color: #038acf;
    color: #fff;
    text-align: center; border-radius: 8px;
    line-height: 43px; border: none;
}
.iAbout  .aboutR {
    float: right;
    width: 60.16%;
}
.iAbout .aboutR li {
    margin-left: 3.8378%;
    margin-bottom: 30px;
    padding: 15px 3.4% 0px;
    float: left;
    width: 46.16%;
    height: 110px;
    border: 1px solid #d5dee5; background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.2);
    transition: all 0.6s;
}
.iAbout .aboutR li i {
    display: block;
    float: left;
    width: 70px;
    height: 113px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
}
.iAbout .aboutR li b {
    font-size: 26px;
    display: block;
    line-height: 67px;
    margin-bottom: 10px;
}
.iAbout .aboutR li:first-child i {
    background-image: url('../img/i_w_icon1.png');
}
.iAbout .aboutR li:nth-child(2) i {
    background-image: url('../img/i_w_icon3.png');
}
.iAbout .aboutR li:nth-child(3) i {
    background-image: url('../img/i_w_icon2.png');
}
.iAbout .aboutR li:last-child i {
    background-image: url('../img/i_w_icon4.png');
}
.iAbout .aboutR li:hover {
    transform: translateY(-10px);
    background-image: -moz-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
    background-image: -ms-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);
}
.iAbout .aboutR li:first-child:hover i {
    background-image: url('../img/i_w_icon1_h.png');
}
.iAbout .aboutR li:nth-child(2):hover i {
    background-image: url('../img/i_w_icon3_h.png');
}
.iAbout .aboutR li:nth-child(3):hover i {
    background-image: url('../img/i_w_icon2_h.png');
}
.iAbout .aboutR li:last-child:hover i {
    background-image: url('../img/i_w_icon4_h.png');
}
.iAbout .aboutR li:hover b {
    color: #fff;
}
.i-about {
    display: flex;
    justify-content: space-between;
}
.i-about>div {
    width: 50%;
    overflow: hidden;
}
.i-about .i-about-text {
    position: relative;
    height: 800px;
    color: #fff;
    background: rgba(20,83,174,.9);
}
.i-about .i-about-text-inner {
    position: relative;
    width: 680px;
    margin-left: 40px;
    padding: 70px 0 120px;
}
.i-about .i-about-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 94px;
}
.i-about .i-about-top h6 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
}
.i-about .i-about-top h6::after {
    position: absolute;
    bottom: -0.53em;
    left: 0;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #fff;
}
.i-about .i-about-sum p {
    margin-bottom: 1.56em;
    color: #fff;
}
/**/
.i-map{ padding: 70px 0;}
.i-map .mapL{width: 655px;
    height: 540px;
    position: relative; overflow: hidden;
    background-size: 100% 100%; float: left}
.i-map .mapL .zhiyin {
    position: absolute;
    width: 100%; height: 100%;
}
.i-map .mapR { width: 640px; float: right;padding-top: 60px; height: 470px; position: relative; text-align: right}
.i-map .mapR .lx { display: inline-block;
    width: 137px;
    height: 43px;
    background-color: #038acf;
    color: #fff;
    text-align: center; border-radius: 8px;
    line-height: 43px; border: none; margin-top:30px;}

.i-map .mapR .itemBox {
    /*position: absolute; right: 0; top: 130px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    box-sizing: border-box;
}
.mapR .itemBox .nums-item {
    text-align: center; padding: 30px 0; /*width: 170px;*/
}
.mapR .itemBox .nums-item .num {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: bold;
    line-height: .8em;
}
.mapR .itemBox .nums-item .num span { font-size: 50px}
.mapR .itemBox .nums-item .text {
    font-size: 18px;
}
.mapR .itemBox .nums-item .icon {
    width: 63px;
    height: 56px;
    margin: 0 auto 22px;
}
.mapR .itemBox .nums-item1 .icon {
    background-image: url("../img/nums-icon1.png");
}
.mapR .itemBox .nums-item2 .icon {
    background-image: url("../img/nums-icon2.png");
}
.mapR .itemBox .nums-item3 .icon {
    background-image: url("../img/nums-icon3.png");
}
.mapR .itemBox .nums-item4 .icon {
    background-image: url("../img/nums-icon4.png");
}

.i-map .mapR ul { margin-top: 50px;}
.i-map .mapR ul li { display:block}
.i-map .mapR ul li p { float: right}
.i-map .mapR ul li .num{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: .8em;
}
.i-map .mapR ul li .num span {font-size: 50px;}
.i-map .mapR ul li .text{ font-size: 18px; padding-top: 20px; padding-left: 15px;}

/**/
.i-appli {
    position: relative; margin-bottom: 80px;
    padding-bottom: 70px;
    padding-top: 90px;
    overflow: hidden; background: #f0f0f0;
}
.i-appli .i-appli-inner {
    width: 1464px;
}
.appli-list {
    display: flex;
    margin-bottom: 26px;
}
.appli-list>li {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    transition: .65s;
    box-sizing: border-box;
}
.appli-list .appli-card {
    display: block;
    position: relative;
    height: 424px;
    padding: 25px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box;
}
.card-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
    -webkit-transition: .65s;
    transition: .65s;
}
.appli-card-text {
    position: absolute;
    top: 0;
    right: 25px;
    left: 25px;
    height: 164px;
    margin-top: 320px;
    -webkit-transition: .65s;
    transition: .65s;
}
.appli-card-text .appli-card-tit {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
}
.appli-card-text div.p {
    width: 488px;
    height: 3.12em;
    line-height: 1.56em;
    opacity: 0;
}
.appli-card-text div.p p{line-height: 1.56em;}
.appli-card-text .icon {
    width: 80px;
    height: 42px;
    margin-bottom: 16px;
    background-position: left 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.appli-list li:hover .appli-card-text {
    margin-top: 236px;
}
.appli-list li:hover div.p {
    opacity: 1;
    -webkit-transition: .65s .1s;
    transition: .65s .1s;
}
/**/
.i-news {
    /* margin-bottom: 90px; */
    background: #f2f2f2;
    padding: 5rem 0;
}
.i-news .com-tit {
    margin-bottom: 80px;
}
.i-news .i-news-main {
    display: flex;
    justify-content: space-between;
    color: #7f7f7f;
}
.i-news .i-news-hot {
    width: 49%;
    background: #f5f5f5;
}
.i-news .i-news-hot a {
    display: block;
    height: 100%;
    padding: 30px 32px 0;
    box-sizing: border-box;
}
.i-news .i-news-hot .imgbigout {
    margin-bottom: 24px; max-height: 280px;
}
.i-news .date {
    float: left;
    width: 80px;
    margin-top: 2px;
    text-align: right;
}
.i-news .date p {
    line-height: .8em;
}
.i-news .date .date-p1 {
    margin-bottom: 6px;
}
.i-news .date .date-p2 {
    font-size: 28px;
}
.i-news .i-news-hot .text {
    padding-left: 110px;
    padding-right: 26px;
    -webkit-transition: .65s;
    transition: .65s;
}
.i-news .text .p1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1em;
    margin-bottom: 13px;
    font-size: 24px;
    color: #000;
}
.i-news .text .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.68em;
    font-size: 16px;
    line-height: 1.56em;
}
.i-news .i-news-list {
    width: 49%;
}
.i-news .i-news-list a {
    display: block;
    padding: 22px 0;
    border-top: 1px solid #ebebeb;
}
.i-news .i-news-list .text {
    padding-left: 112px;
    padding-right: 18px;
    -webkit-transition: .65s;
    transition: .65s;
}
.i-news .i-news-list li:last-child a {
    border-bottom: 1px solid #ebebeb;
}
.i-news .i-news-main a:hover .p1 {
    color: #038acf;
}
/**/
.contact-market {
    padding: 80px 0;
    background: #f5f5f5;
}
.contact-map {
    position: relative;
}
.contact-map .map-bg {
    position: relative;
}
.contact-map .map-bg img {
    display: block;
    width: 100%;
    height: auto;
}
.contact-map .map-line {
    position: absolute;
    top: 8.47%;
    left: 0;
}
.contact-map-point>div {
    position: absolute;
}
.contact-map-point .point-tit {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contact-map-point .point-tit i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: #1453ae;
    border-radius: 50%;
    box-sizing: border-box;
}
.contact-map-point .point-tit i::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1453ae;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.contact-map-point .point-tit i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.contact-map-point .point-tit span {
    display: inline-block;
    padding: 0 8px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: #1453ae;
}
.contact-map-point .point-hide {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    padding-top: 10px;
    padding-left: 24px;
    z-index: 9;
}
.contact-map-point .point-hide dl {
    min-width: 286px;
    padding: 17px 26px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.contact-map-point .point-hide dt {
    position: relative;
    margin-bottom: .5em;
    font-size: 20px;
}
.contact-map-point .point-hide dt::before {
    position: absolute;
    top: 3px;
    left: -10px;
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    background: #038acf;
}
.contact-map-point .point-hide dd {
    color: #7f7f7f;
    line-height: 26px;
}
.contact-map-point>div:hover .point-hide {
    display: block;
}
.contact-map-point .point-1 {
    top: 25.6%;
    left: 11.33%;
}
.contact-map-point .point-2 {
    top: 22.37%;
    left: 41.17%;
}
.contact-map-point .point-3 {
    top: 19.66%;
    left: 47.67%;
}
.contact-map-point .point-4 {
    top: 13.56%;
    left: 64.08%;
}
.contact-map-point .point-5 {
    top: 40.84%;
    left: 69.17%;
}
.contact-map-point .point-6 {
    top: 45.42%;
    left: 81.5%;
}
.contact-map-point .point-7 {
    top: 29.32%;
    left: 83.5%;
}
.contact-map-point .point-8 {
    top: 25.25%;
    left: 87.33%;
}
/***/
.ban {
    width: 100%;
    height: 440px;
background-position: top;
    background-repeat: no-repeat;
/*background-size: cover;*/
    position: relative; color: #fff;
        background-attachment: fixed;
}
.ban .com-banner-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width: 90%;*/
    /*text-align: center;*/
}
.com-banner-text .tit {
    margin-bottom: 20px;
    font-size: 46px;
}
.com-banner-text .subtit {
    font-size: 18px;
}
.position { background: #fff;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;color: #444}
.position .container a { color: #444; line-height: 40px; margin: 0 5px;}
.intro-wrap1 {
    padding: 70px 0 20px;
}
.intro-wrap1-title {
    float: left;
    margin-top: 5px;
}
.intro-wrap1-main {
    float: right;
    width: 80.6%;
}
.intro-wrap1-main .editor-content {
    margin-bottom: 48px;
}
.editor-content p {
    margin-bottom: 1.56em;
}
.intro-wrap3 {
    padding: 92px 0 48px;
}
.intro-wrap3-title {
    float: left;
    max-width: 36%;
}
.intro-wrap3-main {
    float: right;
    width: 60.6%;
}
.intro-wrap3-main dl {
    margin-bottom: 22px;
}
.intro-wrap3-main dt {
    margin-bottom: .5em;
    font-size: 26px;
    font-weight: bold;
}
.intro-wrap3-main dd {
    font-size: 16px;
    line-height: 1.56em;
    color: #7f7f7f;
}
.intro-wrap4 { margin-bottom: 0;}
.intro-wrap4-list {
    display: flex;
    justify-content: space-between;
}
.intro-wrap4-list>div {
    width: 50%;
    background: #f5f5f5;
}
.intro-wrap4-list .imgtext {
    display: flex;
    align-items: center;
    padding: 5% 6.5% 5% 6%;
    box-sizing: border-box;
}
.intro-wrap4-list .com-tit {
    display: inline-block;
    margin-bottom: 0;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext {
    flex-direction: row-reverse;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit {
    text-align: right;
}
.intro-wrap4-list:nth-child(2n+1) .imgtext .com-tit .tit::after {
    left: auto;
    right: 0;
}
.intro-wrap4-list:nth-child(2n) {
    flex-direction: row-reverse;
}
.intro-wrap2 {
    padding: 90px 0;
    background: #f5f5f5;
}
.intro-wrap2 .intro-wrap2-inner {
    position: relative;
}
.slide-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
}
.slide-btn>a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url("../img/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #828282;
    border-radius: 40px;
    box-sizing: border-box;
}
.slide-btn .prev {
    left: -66px;
}
.slide-btn .next {
    right: -66px;
    transform: rotate(180deg);
}
.slide-btn>a:hover {
    background-image: url("../img/arrow-hover.png");
    border-color: #038acf;
}
.about-honor {
    padding-top: 90px; padding-bottom: 90px;
}
.about-honor-title {
    margin-bottom: 76px;
}
.about-honor-main {
    position: relative;
}
.about-honor-main .imgtext {
    padding: 18px 15px;
    background: #f5f5f5;
}
.about-honor-main .imgtext p {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.6em;
}
.about-honor-main .imgtext p::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #038acf;
}
.about-partner { padding-bottom: 50px;}
.about-partner ul {}
.about-partner ul li { float: left; display: inline-block; width: 25%;}
.about-partner ul li div{
    display: block;
    padding: 20px 0;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    margin: 10px;
}
/**/
.application {padding-top: 60px; padding-bottom: 60px;}
.process_top {
    position: relative;
    margin: 30px 0;
}
.process_top:after, .process_top:before {
    position: absolute;
    left: 0;
    height: 30px;
    background: #ffffff;
    width: 55%;
    content: '';
}
.process_top:before {
    top: 0;
}
.process_top:after {
    bottom: 0;
}
.process_top_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(1, 137, 202, 0.9);
}
.process_top_text {
    position: absolute;
    left: 50%;
    width: 35%;
    padding: 20px 5%;
    padding-left: 7%;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}
.process_top_text .tit {
    font-size: 28px;
    margin-bottom: 10px;
}
.process_top_text .text {
    line-height: 24px;
}
.process_con {
    position: relative;
    transition: 0.3s linear;
    width: 49%;
}
.process_con.f1{float: left}
.process_con.f2{float: right}
.process_i {
    overflow: hidden; height: 285px;
}
.process_con img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s linear;
}
.process_con:hover img {
    transform: scale(1.1);
}
.process_bg {
    transition: 0.3s linear;
}
.process_con .text {
    line-height: 24px;
    padding: 15px;
    background: #f8f8f8;
}
.process_con .tit {
    font-size: 26px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.process_con .text .tx {
    height: 96px;
    overflow: hidden;
}
.goudu_bg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    position: relative;
}
.qualityMag { padding: 60px 0}
.qualityMag .desc {
    text-align: center;
    padding-bottom: 40px;
}
.qualityMag .itemA {display: flex; justify-content: space-between;}
.qualityMag .itemA .item {
    width: 33.33%;
    box-sizing: border-box; padding: 0 10px;
}
.soho_img {
    position: relative;
    overflow: hidden;
}
.soho_img img { width: 100%; display: block}
.soho_img_bg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.soho_img_txt {
    position: absolute;
    color: #ffffff;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 10;
}
.soho_img_txt p {
    margin-bottom: 0px;
    font-size: 18px; line-height: 32px;
    letter-spacing: 2px;
}
.soho_img_bg1 {
    position: absolute;
    width: 100%;
    left: 90%;
    background-color: #0189ca;
    height: 72px;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.soho_img:hover .soho_img_bg {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.soho_img:hover .soho_img_bg1 {
    left: 0px;
}
.sliderContainer { padding: 80px 0}
.slider-left {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding-top: 42px;
    padding-bottom: 42px;
}
.slider-left .circle {
    position: absolute;
    transform: rotate(29deg);
    transform-origin: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: none;
    stroke: #cbe7f6;
    stroke-width: 2px;
    stroke-dasharray: 80px 114px;
    stroke-dashoffset: 0;
}
.slider-left .block {
    position: relative;
    /* float: right; */
    /* margin-right: -275px; */
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 550px;
    z-index: 9999;
    display: inline-block;
    height: 550px;
}
.slider-left .block-min {
    width: 83px;
    height: 83px;
    cursor: pointer;
}
.block-min svg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slider-left .circle-first-block {
    fill: none;
    stroke: #c9e7e1;
    stroke-width: 1px;
}
.slider-left .circle-progress-block {
    fill: none;
    stroke: #149373;
    stroke-width: 1px;
    stroke-dasharray: 261px;
    stroke-dashoffset: 261px;
}
.slider-left .circle-second-block {
    fill: none;
    stroke: #c9e7e1;
    stroke-width: 1px;
    transition: all .7s ease 0s;
}
.slider-left .block-min .st0 {
    fill: #149373;
    transition: all .7s ease 0s;
}
.slider-left .block-min.block-min-1 {
    position: absolute;
    top: 0%;
    left: -7%;
    bottom: 0;
    margin: auto 0;
}
.slider-left .block-min.block-min-2 {
    position: absolute;
    bottom: 0;
    top: 60%;
    left: 4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-3 {
    position: absolute;
    bottom: -4.5%;
    right: 15%;
    left: 0%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-4 {
    position: absolute;
    bottom: 1.5%;
    right: 0%;
    left: 54%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-5 {
    position: absolute;
    top: 34%;
    bottom: 0%;
    right: -4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-6 {
    position: absolute;
    bottom: 34%;
    top: 0%;
    right: -4.5%;
    margin: auto 0;
}
.slider-left .block-min.block-min-7 {
    position: absolute;
    top: 1.5%;
    right: 0%;
    left: 54%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-8 {
    position: absolute;
    top: -4.5%;
    right: 15%;
    left: 0%;
    margin: 0 auto;
}
.slider-left .block-min.block-min-9 {
    position: absolute;
    top: 0;
    bottom: 60%;
    left: 4.5%;
    margin: auto 0;
}
.yuanliao {
    position: absolute;
    width: 300px;
    right: -0px;
    display: none;
}
.yuanliao p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.yuanliao2{
    width: 400px;
    right: 10%;
}
.yuanliao3{ width: 310px; right: -145%;}
.yuanliao4{ right: 0;	width: 350px;
    left: 5px;
    top: 35px;}
.yuanliao5{
    width: 350px;
    right: 0%;
    left:5px;
    top: 35px;
}
.yuanliao6{
    right: 0%;
    left:5px;
    top: 35px;
}
.yuanliao7 {
    width: 400px;
    left: 110%;
    top: -70%;
}
.yuanliao8{width: 350px;
    right: 108%;
    top: 0%;}
.yuanliao9 {
    right: 4px;
}

.yifan {
    position: absolute;
    width: 80px;
    font-size: 18px;
}



.yl_tt1 {
    top: 25px;
    left: -85px;
}
.yl_tt2 {
    top: 79%;
    right: 60px;
}
.yl_tt3 {
    bottom: -35px;
    left: 0;
}
.yl_tt4 {
    left: 85px;
    bottom: 0px;
}
.yl_tt5 {
    left: 85px;
    bottom: 33%;
}
.yl_tt6 {
    top: 20px;
    left: 85px;
}
.yl_tt7 {
    top: 20px;
    left: 85px;
}
.yl_tt8 {
    top: -35px;
    left: 0;
}
.yl_tt9 {
    top: 21%;
    left: -85px;
}

.all_more {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
}
.nucleus {
    position: absolute;
    margin-left: -75px;
    margin-top: -46px;
    width: 150px;
    top: 50%;
    left: 50%;
    z-index: 55;
}
.block_bg {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: -1;
    background: url(../images/hb1.png) center no-repeat;
    background-size: 100% 100%;
}
.block_dian {
    width: 78%;
    height: 78%;
    position: absolute;
    top: 11%;
    left: 11%;
    z-index: -1;
    background: url(../images/dian1.png) center no-repeat;
    background-size: 100% 100%;
    animation: zhuan 10s linear infinite;
    -webkit-animation: zhuan 10s linear infinite;
}
@-webkit-keyframes zhuan {
    0% { -webkit-transform: rotate(0deg); }

    50% { -webkit-transform: rotate(180deg); }
    100% { -webkit-transform: rotate(360deg); }

}
.safety {
    padding: 60px 0;
    background: #f8f8f8;
}
.safety_img {
    float: left;
    width: 40%;
    position: relative;
    top: 0;
    height: 551px;
}
.safety_text {
    float: left;
    width: 60%;
    padding-left: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.safety_con {
    width: 50%; float: left;
    text-align: center; padding: 0 15px;
    margin-bottom: 30px; box-sizing: border-box;
}
.safety_con .tit {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 800;
}
.safety_con .text {
    line-height: 25px;
    padding: 0px 4px; margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    font-size: 14px;
    text-align: left; min-height: 126px;
}
/**产品**/
.product-list-wrap {
    padding-top: 90px;
    padding-bottom: 78px;
}
.product-list-title {
    margin-bottom: 70px;
}
.product-list-top {
    margin-bottom: 40px;
    padding-bottom: 50px;
    background: #f5f5f5; position: relative;
}
.product-list-nav {
    background: #fbfbfb;
}
.product-list-nav li {
    /*float: left;*/
    /*width: 25%;*/
}
.product-list-nav a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 2.67em;
    color: #7f7f7f;
    text-align: center;
    border-right: 1px solid #ebebeb;
}
.product-list-nav .on {
    color: #000;
}
.product-list-nav a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #038acf;
    -webkit-transition: .65s;
    transition: .65s;
}
.product-list-nav .on::after, .product-list-nav a:hover::after {
    width: 100%;
}
.product-list-con {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 80px auto 0;
}
.product-list-con .con-text {
    position: relative;
    width: 45%;
    padding-bottom: 30px;
}
.product-list-con .con-text .text-tit {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: bold;
}
.product-list-con .con-img {
    width: 48%;
}
.product-item .imgbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-item .imgbox span{display: block;width: 100%;height: 100%;overflow: hidden;}

.product-item .imgbox span img{width: 100%;height: 100%;display: block;}

.product-list-main .product-item {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.product-list-main .product-item:nth-child(3n) {
    margin-right: 0;
}
.product-list-main .product-item .imgbox {
    background: #f5f5f5;
}
.product-item .imgbox img {
    display: block;
    width: 100%;
/*    height: 274px;*/
    transition: all .6s;
}
.product-item .imgbox img.pro {

height: 274px;

}



.product-list-main .product-item .shadow {
    opacity: .2;
}
.product-list-main .product-item .imgtext {
    bottom: -2px;
}
.product-list-main .product-item .imgtext-tit {
    margin-bottom: 4px;
}
/*产品详情*/
.product-read-wrap {
    padding-top: 58px;
    padding-bottom: 100px;
}
.product-read1 {
    margin-bottom: 58px;
}
.product-read1 .product-read1-img {
    float: left;
    width: 42.6%;
}
.product-read1 .product-read1-img img {
    display: block;
    width: 100%;
    height: auto;
}
.product-read1-container {position: relative}
.pro-pagination {
    position: absolute;
    text-align: center;
    z-index: 9;
    left: 0;
    display: block;
    bottom: 16px;
}
.product-read1 .product-read1-text {
    float: right;
    width: 50%;
}
.product-read3 {
    margin-bottom: 80px;
}
.product-section {
    padding-top: 36px;
    border-top: 1px solid #ebebeb;
}
.table table{
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
.table td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.table .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}
.table .ue-table-interlace-color-double {
    background-color: #f7faff;
}
/**/
.appli-list-wrap {
    padding: 80px 0 76px;
}
.article-list-wrap {
    padding: 64px 0 80px;
}
.article-list-ul .item {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
}
.article-list-ul .item:nth-child(4n) {
    margin-right: 0;
}
.article-list-ul .item a {
    display: block;
    background: #f5f5f5;
}
.article-list-ul .item-img {
    overflow: hidden;
}
.article-list-ul .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .65s;
    transition: .65s;
}
.article-list-ul .item-text {
    padding: 20px 20px 24px;
}
.article-list-ul .text-tit {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1em;
    margin-bottom: 14px;
    padding-left: 10px;
    font-size: 18px;
    -webkit-transition: .65s;
    transition: .65s;
}
.article-list-ul .text-tit::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #038acf;
}
.article-list-ul .text-date {
    color: #7f7f7f;
}
.article-list-ul a:hover .item-img img {
    transform: scale(1.05);
}
.article-list-ul a:hover .text-tit{
    color: #038acf;
}
.article-read {
    padding-top: 60px;
}
.article-read-inner {
    width: 80%;
    margin: 0 auto; padding-bottom: 100px;
}
.article-read .article-read-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.article-read-title {
    width: 100%;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
}
.article-read-date {
    font-size: 18px;
    color: #7f7f7f;
}
.article-read-main {
    padding-top: 56px;
    padding-bottom: 80px;
}
/**/
.contact-info {
    padding: 65px 0 90px;
}
.contact-info-address {
    margin-bottom: 50px;
}
.contact-info-address .p1 {
    margin-bottom: .8em;
    font-size: 24px;
    font-weight: bold;
}
.contact-info-address .p2 {
    font-size: 20px;
    color: #7f7f7f;
}
.contact-info-ul {
    display: flex;
    justify-content: space-between;
/*    width: 90%;
    margin: 30px auto;*/
}
.contact-info-ul .item .p1 {
    font-size: 20px;
}
.contact-info-ul .item .p2 {
    margin: 16px 0 22px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
}
.contact-market {
    padding: 62px 0 52px;
    background: #f5f5f5;
}
.contact-form {
    padding-top: 82px;
    padding-bottom: 90px;
}
.contact-form .input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.contact-form .input-row .input-col {
    width: 48%;
}
.contact-form .input-tit {
    margin-bottom: 14px;
    font-size: 18px;
    color: #7f7f7f;
}
.contact-form .input-tit span {
    margin-left: 6px;
    font-size: 16px;
    color: red;
}
.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 38px;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}
.contact-form input {
    height: 50px;
}
.contact-form .textarea-row textarea {
    min-height: 180px;
    margin-bottom: 24px;
}
.contact-form .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contact-form .check-box {position: relative; overflow: hidden}
.contact-form .check-box .codeimg {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}
.contact-form .submit-box {
    width: 17%;
}
.contact-form .submit-box .submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: #038acf;
    color: #fff;
    border-radius: 8px; font-size: 20px;
    width: 100%;
    height: 50px;
    border: none;
}
.scope_f {display: flex; justify-content: space-between;}
.scope_f_con { width: 33.33%; box-sizing: border-box; padding: 0 10px;}
.scope_f_img { width: 100%; overflow: hidden}
.scope_f_con img {
    width: 100%; display: block;
    transform: scale(1);
    transition: 0.3s linear;
}
.scope_f_con:hover img {
    transform: scale(1.1);
}
.scope_f_text {}
.scope_f_text .tit {
    margin-top: 15px;
    color: #ffffff;
    background: #0189ca;
    padding: 5px 10px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
}
/*page*/
.pager-box {
    margin-top: 70px;
    text-align: center;
}
.pager-box .page-item {
    padding: 4px 9px;
}
.pager-box .page-num {
    padding: 4px 9px;
    border: 1px solid #038acf;
    border-radius: 5px; margin: 0 5px;
}
.pager-box .page-num-current{ background: #038acf; color: #fff;}
.article-page {text-align: center}
.article-page a {
    color: #7f7f7f;  line-height: 34px;
}
.article-page .page-prev {
    float: left;
}
.article-page .page-next {
    float: right;
}
.goBackList { display: inline-block}
.goBackList a { display: block;
    background: #038acf;
    color: #fff;
    padding: 10px; line-height: normal;
    border-radius: 5px;}
/**/
.footer {
    width: 100%;
/*    background-color: #038acf;*/
    
    background: url(../img/c10.gif) no-repeat;
    background-size: 100% 100%;
    
    box-sizing: border-box;
    position: relative;

}

.footer .container {
   padding: 70px 0 10px; position: relative;z-index: 2;box-sizing: border-box;
}

.footer .zezhao {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}


.footer .navigation {
    height: 20px;
    margin-bottom: 20px;
}

.footer .navigation li {
    border-right: 1px #b5d0f9 solid;
    height: 16px; line-height: 16px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    float: left;
}

.footer .navigation li a {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: block;
    padding: 0px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
}

.footer .fotContact {
    padding-left: 20px;
}

.footer .fotContact p {
    color: #f2f2f2;
    line-height: 36px;
    font-size: 15px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: normal;
    text-align: left;
}

.footR {
    position: absolute;
    text-align: right; top: 70px; right: 0;
}

.footR img {
    width: 120px;
}
.footR p{ text-align: center; color: #b5d0f9; font-size: 14px; padding-top: 10px;}
.media-icons {
    display: flex;
    justify-content: space-between;
    width: 50px;
}
.media-icons a {
    position: relative;
    display: block;
    width: 32px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url("../img/media-icons.png");
}
.media-icons .wechat {
    background-position: -52px center;
}
.foot-bottom-right .code-hide {
    display: none;
    position: absolute;
    top: 50%;
    left: -140px;
    width: 120px;
    height: 120px;
    padding: 4px;
    margin-top: -65px;
    background: #fff;
    box-sizing: border-box;
}
.foot-bottom-right .code-hide img {
    display: block;
    width: 100%;
    height: auto;
}
.foot-bottom-right .code-hide::after {
    position: absolute;
    left: 125px;
    bottom: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: -10px;
    margin-bottom: -8px;
    border-width: 10px;
    border-style: solid;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent;
    transform: rotate(-90deg);
}
.foot-bottom-right .wechat:hover .code-hide {
    display: block;
}
.siteCopyright {
/*    background-color: #038acf; padding-bottom: 40px;*/
margin-top: 30px;
}
.siteCopyright .container {
    border-top: 1px solid #b1b1b1;
    font-size: 14px;
    color: #f1f1f1;
    text-align: center;
    padding: 30px 0;
}

@media screen and (max-width: 1660px){
    .container {
/*        width: 1300px;*/
width: 90%;
    }
    .i-about .i-about-text-inner {
        width: 610px;
    }
    .i-appli .i-appli-inner {
        width: 1312px;
    }
    .appli-list {
        margin-bottom: 12px;
    }
    .appli-list>li {
        padding: 0 6px;
    }
    .appli-list .appli-card {
        height: 380px;
    }
    .appli-card-text {
        margin-top: 276px;
    }
    .appli-card-text div.p {
        width: 455px;
    }
    .appli-list li:hover .appli-card-text {
        margin-top: 192px;
    }
    .i-news .text .p1 {
        font-size: 20px;
    }
    .contact-map-point .point-hide dl {
        min-width: 240px;
    }
    .contact-map-point .point-hide dt {
        font-size: 18px;
    }
    .contact-map-point .point-hide dd {
        font-size: 14px;
    }
    .slide-btn .prev {
        left: -60px;
    }
    .slide-btn .next {
        right: -60px;
    }
}
@media screen and (min-width: 1151px){
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #038acf;
    }
    ::-webkit-scrollbar-track {
        border-radius: 0;
        background: rgba(255,255,255,0);
    }
    .appli-list>li:hover {
        width: 40% !important;
    }
    .i-news .i-news-hot a:hover .text {
        padding-left: 120px;
        padding-right: 16px;
    }
    .i-news .i-news-list a:hover .text {
        padding-left: 122px;
        padding-right: 8px;
    }
}

@keyframes warn {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }

    25% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.35);
        -webkit-transform: scale(1.35);
        opacity: 0.4;
    }

    75% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0.0;
    }
}

/***右侧悬浮组件****/

.fixed-tool {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}
.fixed-tool .fixed-tool-ul>li {
    position: relative;
    margin-bottom: 5px;
}
.fixed-tool li>a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #038acf;
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.fixed-tool .icon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-position: center;
    background-repeat: no-repeat;
}
.fixed-tool .fixed-tool-ul>li {
    position: relative;
    margin-bottom: 5px;
}
.fixed-tool .tel .icon {
    background-image: url(../img/tool-icon1.png);
}

.fixed-tool .tool-hide a {
    display: block;
    font-size: 14px;
    color: #038acf;
    line-height: 60px;
    text-align: center;
}
.fixed-tool .weixin:hover .icon {
    background-image: url(../img/tool-icon22.png);
}
.fixed-tool li:hover>a {
    background: #fff;
    color: #038acf;
}

.fixed-tool .fixed-gotop:hover .icon {
    background-image: url(../img/tool-icon44.png);
}
.fixed-tool .tel:hover .icon {
    background-image: url(../img/tool-icon11.png);
}


.fixed-tool .weixin:hover .tool-hide {
    left: -130px;
}
.fixed-tool li:hover .tool-hide {
    left: -180px;
    opacity: 1;
}
.fixed-tool .weixin .tool-hide {
    top: 50%;
    width: auto;
    height: auto;
    padding: 10px;
    transform: translateY(-50%);
}
.fixed-tool .tool-hide {
    position: absolute;
    left: 50px;
    top: 0;
    width: 180px;
    height: 60px;
    background: #fff;
    opacity: 0;
    transition: all .7s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.fixed-tool .tel .icon {
    background-image: url(../img/tool-icon1.png);
}

.fixed-tool .fixed-gotop .icon {
    background-image: url(../img/tool-icon4.png);
}
.fixed-tool .weixin .icon {
    background-image: url(../img/tool-icon2.png);
}
.fixed-tool .weixin .tool-hide:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #fff;
}

@media screen and (max-width:1024px){

    .fixed-tool{display: none;}

}



/***首页新闻**/

.mc_a1s1_list{box-sizing: border-box;}

.mc_a1_bd {
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}
.mc_a1s1_li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.mc_a1s1_li {
    float: left;
    width: 32.5%;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}
.mc_a1s1_a {
    display: block;
    padding: 55px 40px 65px;
    transition: all .5s ease;
}
.mc_a1s1_date {
    font-size: 16px;
    color: #038acf;
    line-height: 20px;
    margin-bottom: 25px;
}
.mc_a1s1_date i, .mc_a1s1_date em {
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 1680px){
.mc_a1s1_txt {
    font-size: 22px;
}
}

.mc_a1s1_txt {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 60px;
}

.mc_a1s1_morebtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    line-height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0px 40px;
}
.mc_a1s1_morebtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #038acf;
    transition: all .36s;
    transform: scale(1) !important;
}
.mc_a1s1_morebtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #038acf;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}
.mc_list_imgbox {
    position: relative;
}
.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}
.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.mc_list_imgbox img {
    z-index: initial;
}
.mc_list_imgbox img {
    object-fit: cover;
}
.mc_list_png {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
.mc_list_imgbox img {
    z-index: initial;
}
.mc_list_imgbox img {
    object-fit: cover;
}
.mc_list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #038acf;
    transition: all .5s;
}
@media screen and (min-width: 1200px){
.mc_a1s1_a:hover {
    box-shadow: 15px 9px 14px 2px rgb(110 117 129 / 18%);
}

}

@media screen and (min-width: 1200px){
.mc_a1s1_a:hover .mc_a1s1_morebtn::before {
    transform: scale(.5);
    opacity: 0;
}

}

@media screen and (min-width: 1200px){
.mc_a1s1_a:hover .mc_a1s1_morebtn::after {
    transform: scale(1);
    opacity: 1;
}
}
@media screen and (min-width: 1200px){
.mc_a1s1_a:hover .mc_a1s1_imgbox::after {
    width: 100%;
}
}
@media screen and (min-width: 1200px){
.mc_a1s1_a:hover .mc_a1s1_morebtn {
    color: #038acf;
}
}



/******首页产品*****/
.i-product{background: #f2f2f2;}

.pro-catalogs{
    width: 100%;
    
    margin-top: 3rem;
}

.pro-catalogs ul{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
        align-items: center;
    justify-content: space-between;
}
.pro-catalogs ul li{
 
    width: 24%;
    height: 100%;
    box-sizing: border-box;
    transition: all .5s ease-out;
    margin-top: 1rem;
    min-height: 19.5rem;
    background: #fff;

}

.pro-catalogs ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.pro-catalogs ul li a dl dt{overflow: hidden;height:15rem;}

.pro-catalogs ul li a dl dt img{display: block;max-width: 100%;height:100%;}



.pro-catalogs ul li.active a h5{
    display: none;
}


.pro-catalogs ul li:last-child{
    border-right: none;
}

.pro-catalogs ul li.active{
    width: 40%;
}

.pro-catalogs ul li.active a dd{
    display: block;
}


.pro-catalogs ul li a dd{
    padding: 1rem;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ccc;

}
.pro-catalogs ul li a h5{
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 0.5rem;
}

.pro-catalogs ul li:hover{box-shadow: 0 0 10px #ccc;transform: translateY(-3px);}





.pro-cimgs{
    margin-top: 4.6rem;
}

.pro-catalogs ul li a dd h4{
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}
.pro-catalogs ul li a dd .pro-name span{
    font-size: 1.125rem;
    color: #fff;
    display: block;
}
.pro-catalogs ul li a dd .pro-name img{
    display: block;
    margin-top: 1rem;
}
.pro-catalogs ul li a dd b{
    display: block;
}

.pro-catalogs ul li a dd b img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    /*width: 75%;*/
    transition: all .5s ease-out;
    opacity: 0;
    transition-delay: 0.5s;
}

.pro-catalogs ul li.active a dd b img{
    opacity: 1;
}



.pro-catalogs ul li a:hover dd b img{
    transform: translateX(3px);
}




.pro-catalogs ul li a dd .l-seeMore{
position: absolute;
    bottom: 2.5rem;
    justify-content: center;
    /* width: 100%; */
    left: 0;
    right: 0;
        padding-left: 2.5rem;

}

.pro-catalogs ul li a dd .l-seeMore em{
    border-color: #fff;
}

.pro-catalogs ul li a dd .l-seeMore:hover em{
    transform: translateX(3px);
    border-color: #0440c4;
}
.pro-catalogs ul li a dd .l-seeMore:hover{
    color: #0440c4;
}


.i-solution{background: #fff;padding-top: 5rem;}



.l-seeMore span {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0px 50px;
    border:1px solid #038acf;
    border-radius: 30px;
    color: #038acf;
    transition: all .5s ease;
}

.l-seeMore span:hover{
    color: #fff;
    background: #038acf;
}


/*.l-seeMore span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #038acf;
    transition: all .36s;
    transform: scale(1) !important;
}
.l-seeMore span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #038acf;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}*/


/**首页解决方案**/

.i-solution{padding-bottom: 5rem;}

.i-solution-main{width: 90%;margin: 0 auto;position: relative;}

.i-solution-main .swiper-slide a{
    display: block;
    transition: all .36s ease;
}
.i-solution-main .swiper-slide a dl{position: relative;}
.i-solution-main .swiper-slide a dl dt{position: relative;width: 100%;height: 28rem;transition: all .36s ease;overflow: hidden;}
.i-solution-main .swiper-slide a dl dt div{width: 100%;height: 100%;background-position: center center !important;transition: all .9s ease;}
.i-solution-main .swiper-slide a dl dt h5{position: absolute;width: 100%;z-index: 1;bottom: 0;background: rgba(0, 0, 0, 0.5);line-height: 3rem;text-align: center;color: #fff;font-size: 16px;opacity:1;transition: all .36s ease;}



.i-solution-main .swiper-slide a:hover dl dt div{transform: scale(1.04,1.04);}


.i-solution-main .swiper-slide a dl dd{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 8.5rem 1.6rem;
    opacity: 0;
    transition: all .36s ease;
}
.i-solution-main .swiper-slide a dl dd h6{font-size: 16px;color: #fff;text-align: center;line-height: 3rem;}

.i-solution-main .swiper-slide a dl dd span{font-size: 13px;line-height: 24px;color: #e3e3e3;}

.i-solution-main .swiper-slide a:hover dl dt h5{opacity: 0;}

.i-solution-main .swiper-slide a:hover dl dd{opacity: 1;}


/**首页案例**/

.i-case{background: #f2f2f2;padding:5rem 0;}

.i-case .case-list{display: flex;flex-wrap: wrap;justify-content: space-between;}

.i-case .case-list li{width: 24%;background: #fff;margin-top: 1rem;transition: all .6s ease;}

.i-case .case-list li a{display: block;box-sizing: border-box;overflow: hidden;padding: 1rem;transition: all .36s ease;}

.i-case .case-list li a dt{padding: 0.5rem 0;}

.i-case .case-list li a dt img{display: block;max-width: 100%;transition: all .36s ease;}

.i-case .case-list li a dd{padding: 0 2rem; box-sizing: border-box;}

.i-case .case-list li a dd h4{line-height: 3.6rem; border-top: 1px solid #ccc;text-align: center;}

.i-case .case-list li:hover{box-shadow: 0 0 10px #ccc;transform: translateY(-3px);}





.reset_style, a, body, p {
    word-break: break-word;
    font-family: Microsoft YaHei;
}
.reset_style {
    line-height: normal;
    word-wrap: break-word;
    font-size: 14px;
}
.e_richText-20 p {
    font-size: 15px;
    line-height: 28px;
    color: #636363;
    padding-bottom: 12px;
}
.fw_head {
    font-size: 18px !important;
    color: #038acf !important;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.reset_style p {
    margin: 0;
    font-size: 14px;
}
.fw_head {
    font-size: 18px !important;
    color: #038acf !important;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.e_richText-20 p {
    font-size: 15px;
    line-height: 28px;
    color: #636363;
    padding-bottom: 12px;
}
.fw_head:after {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    width: 3px;
    height: 15px;
    background: #038acf;
}
.fw_jj_li {
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    padding-left: 12px !important;
    line-height: 2;
    color: #636363;
}
.fw_jj_li:after {
    position: absolute;
    top: 10px;
    left: 0px;
    content: '';
    width: 5px;
    height: 5px;
    background: #038acf;
    border-radius: 50%;
}
table {
    border-collapse: collapse;
}







.mc_ft1 {
    border-top: 1px solid #e5e5e5;
    padding: 70px 0 110px;
}

.mc_ft1_logo a {
    width: 172px;
}
.mc_ft1_logo a img {
    width:100%;
}

.mc_ft1_logo {
    margin-bottom: 95px;
}

.mc_cont1520 {
    width: 1520px;
    margin: 0 auto;
}

.mc_ft1_qrbox {
    position: relative;
    float: left;
    margin-left: 30px;
}

.mc_ft1_qrbox i,
.mc_ft1_qrbox em {
    font-size: 30px;
    color: rgba(0, 0, 0, .29);
    cursor: pointer;
}

.mc_ft1_qrxl {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    width: 80px;
}

.mc_ft1_qrwb a {
    display: block;
}

.mc_ft1_nav p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    padding: 5px 22px;
}

.mc_ft1_nav p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}



.mc_ft1_li {
    float: left;
    width: 16.666666%;
    padding-right: 20px;
}

.mc_ft1_a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "寰蒋闆呴粦", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #333;
    margin-bottom: 15px;
}

.mc_ft1_suba {
    /* width: 100%; */
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    padding: 10px 0;
    padding-right: 15px;
}

.mc_ft1_subnav {
    font-size: 0;
}

.mc_ft1_nav {
    margin: 0 -20px;
}

.mc_ft1_li {
    padding: 0 20px;
}

.mc_ft1_li1 {
    width: 33.333333%;
}

/* .mc_ft1_li1 .mc_ft1_subnav {
    column-count: 2;
} */

.mc_ft1_li1 .mc_ft1_subli {
    float: left;
    width: 50%;
}


.mc_ft1_logo .st0 {
    fill: #0028AA;
}

.mc_ft1_l {
    width: 200px;
}

.mc_sharebox {
    width: 30px;
    margin: 0 20px;
}

.mc_ft2_nav p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px;
    color: #fff;
}

.mc_ft2_nav p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}


.mc_ft_copyright {
    width: calc(100% - 290px);
}


.mc_ft2 {
    padding: 28px 0;
    background: #038acf;
}

.mc_ft_copyright p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
@media screen and (max-width: 1680px){
.mc_ft1 .mc_cont1520 {
    width: 85.652%;
    max-width: 1360px;
}
}
.mc_ft1 .mc_cont1520 {
    width: 1360px;
}
@media screen and (max-width: 1680px){
.mc_cont1520 {
    width: 93.705%;
    margin: 0 auto;
    padding: 0 20px;
}
}
.mc_cont1520 {
    width: 1520px;
    margin: 0 auto;
}


@media screen and (max-width: 1680px){
.mc_ft1_navbox {
    padding-left: 18%;
}
}
.mc_ft1_navbox {
width: calc(100% - 200px);
    padding-left: 240px;
    box-sizing: border-box;
}


@media screen and (min-width: 1200px){
.mc_ft1_nav a:hover {
    color: #038acf;
}

}

.mc_ft1_qrxl {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    width: 80px;
}
.mc_ft1_qrxl img{width: 100%;}







































































