/* =====================内页样式======================== */

.inner-main-container {background: #fff;}
.fullwindow-banner {height: 100vh;}
.fullwindow-banner img {width: 100%;height: 100%;}

/* 共用样式 */
.min-height-85 {min-height: 85px;}
.min-height-135 {min-height: 135px;}

/* 联系我们 */
.contactBox {padding: 60px 0;overflow: hidden;}
.contactBox .info {
    padding: 30px 60px 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.contactBox .info::before {
    position: absolute;
    left: -5px;
    content: "";
    width: 2px;
    border-radius: 2px;
    height: 50px;
    background: #0066cc;
}
.contactBox .info p {
    padding: 5px 0;
}
.contactBox .info i {
    font-size: 24px;
    padding-right: 8px;
}
.contactBox .info .name {
    font-size: 18px;
    font-weight: bold;
}
.contactBox .info .job {
    font-size: 14px;
}
.contactBox .info .call {
    display: flex;
    align-items: center;
}
.contactinfo {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactinfo i {
    padding-right: 10px;
    font-size: 24px;
}
.data-map {width: 100%;padding: 20px 0 60px;  }
.mapbg {position: relative;background: url(../images/mapcn.png) no-repeat center;background-position-x: -5px;width: 840px;height: 690px;margin: 0 auto;}
.coordinate {position: absolute;top: 0;left: 0;width: 10px;height: 10px;background: rgba(0, 122, 230, 0.8);border-radius: 50%;}
.coordinate:before,
.coordinate i:before,
.coordinate i:after {position: absolute;top: -37px;left: -37px;width: 80px;height: 80px;display: block;content: '';border: 2px solid #007ae6;border-radius: 50%;transform: scale(0);-webkit-animation: coordinates 4.8s linear 0s infinite;animation: coordinates 4.8s linear 0s infinite;}
.coordinate i:before {animation-delay: 0.8s;}
.coordinate i:after {animation-delay: 1.7s;}
.coordinate span {position: absolute;left: 20px;top: -3px;white-space: nowrap;font-size: 14px;}
@-webkit-keyframes coordinates {
    form {
      -webkit-transform: scale(0.1);
    }
    to {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes coordinates {
    form {
      transform: scale(0.1);
    }
    to {
      transform: scale(1);
      opacity: 0;
    }
  }


/* 产品 */
.productBox {padding-bottom: 62px;background: #F5F5F5;}
.productBox  .img {padding-top: 40px;position: relative;
    margin: 0 auto;text-align: center;
}
.productBox  .img .imgtitle{position: absolute;bottom:00px;left: 50%;transform: translate(-50%);font-size:45px;font-family: Heavy;;padding:10px 0;letter-spacing: 6px;
  background: linear-gradient(to top, #66b8ff30 0, #0000004d 100%); text-shadow:3px 3px 0px #007eff, -2px -2px 2px #c6d7ff;width: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent; /* 使文字颜色透明以展示背景图片 */
  display: inline; /* 或者 block/inline-block，根据需求 */
}
.productBox .listinfo{background: #fff;}
.productBox .listinfo li{margin: 0;padding: 0;position: relative;}
.productBox .listinfo .iconfont{position: absolute;top:10px;right:30px;opacity: 0.5;font-size:60px;
    background: linear-gradient(to top, #ffffff30 0, #0000004d 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.productBox .listinfo .imgbox{text-align: center;}
.productBox .listinfo .imgbox .imgw100{width:80%;}
.productBox .titlie{font-size: 24px;height: 75px;line-height: 1.8em;letter-spacing: 2px;}
.productBox li:nth-child(1) .li-div,.productBox li:nth-child(4) .li-div,.productBox li:nth-child(5) .li-div,.productBox li:nth-child(8) .li-div,.productBox li:nth-child(9) .li-div,.productBox li:nth-child(12) .li-div,.productBox li:nth-child(13) .li-div{
    background: rgba(185, 185, 185, 0.2);
}
.productBox .li-div{padding: 20px;display: block;}
.productBox li:hover .titlie{text-align: center;font-size: 32px;}
.productBox li:hover .li-div{ background:linear-gradient(to top, #2f44d0 0, #007eff 100%);}
.productBox li:hover .li-div p{color: #fff;}
.productBox .listinfo .txt{text-indent: 2em;min-height: 70px;}
.productBox li:hover .imgbox img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);;}
.productBox li:hover .iconfont{opacity:1;font-size:90px;background: linear-gradient(to top, #ffffff 0, #0080ff00 100%);-webkit-background-clip: text;
    -moz-background-clip: text;background-clip: text;color: transparent;}
.productBox li:hover .iconfont:before{content:"\e79c"}

/* 公司简介-New*/


/* 关于我们 */
.fullwindow-banner-inner-wrap {position:absolute;left;
    top:0;
    width:100%;
    height:100%;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background:-webkit-linear-gradient(left,rgba(30,95,116,.6),rgba(23,9,49,.6));

    background:-moz-linear-gradient(left, rgba(30,95,116,.6) 0%, rgba(23,9,49,.6) 100%);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6))));
    background:-webkit-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background:-o-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background:-ms-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background:linear-gradient(to right, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.6)', endColorstr='rgba(23,9,49,.6)',GradientType=1 );
}
.fullwindow-banner-inner {
    position:absolute;
    top:50%;
    left:50%;
    width:60.5%;
    margin-left:-30%;
    transform:translateY(-50%);
}
.fullwindow-banner-inner li {
    position:relative;
    float:left;
    width:34.33%;
    height:25vh;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.15);
    border-left:1px solid rgba(255,255,255,.15);
}
.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(5) {width:31.33%;}
.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(3) {border-top:0;}
.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(3n+1) {border-left:0;}
.fullwindow-banner-inner .each-item img {width:auto;max-width:100%;margin:0 auto;}
.fullwindow-banner-inner .item-inner {
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%);
}
.fullwindow-banner-inner .item-inner .iconfont {
    display:block;font-size:60px;color: #fff;
    height:70px;
}
.fullwindow-banner-inner .item-inner .text-inner {
    letter-spacing: 2px;
    padding-top:15px;
    font-weight:normal;
    font-size:16px;
    color:#fff;display:block;
}
.inner-title {
    font-weight:bold;
    font-size:42px;
    color:#333;
}
.inner-line {
    display:inline-block;
    width:55px;
    height:4px;
    margin:15px 0 30px;
    background:#333;
}
.inner-descrition {
    font-size:16px;
    color:#333;
    line-height:1.75;
}
.about-page .each-item .image-wrap img {width:100%;}
.about-wrap-first {
    z-index:1;
    position:relative;
    text-align:center;
    background:rgb(237, 241, 249);
}
.about-wrap-first .inner-descrition {
    width:100%;padding-bottom: 30px;text-align: left;
    margin:0 auto;
}
.about-wrap-first .inner-descrition p{text-indent: 2em;margin-bottom: 10px;}
.about-wrap-first .inner-text-wrap {
    margin: auto;padding-top: 20px;
    width:80%;
}
.about-wrap-second .item-list {
    margin-left:-1%;
}
.about-wrap-second .each-item {
    float:left;
    width:49%;
    margin:0 0 1% 1%;
}
.about-page .image-wrap {position:relative;overflow:hidden;}
.about-page .image-wrap:after,
.join-list .each-item .image-wrap:after,
.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    transition:all .6s ease-in-out;
}
.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after {background:rgba(0,0,0,0);}
.about-wrap-second .each-item:hover .image-wrap:after ,
.about-wrap-four .each-item:hover .image-wrap:after ,
.about-page .each-item .image-wrap:hover:after,
.join-list .each-item:hover .image-wrap:after,
.ourwork-list .each-item:hover .image-wrap:after,
.solution-list .each-item:hover .image-wrap:after{opacity:1;}
.about-page .each-item img,
.join-list .each-item .image-wrap img{transition:all .4s ease-in-out;}
.about-wrap-second .each-item:hover .image-wrap img,
.about-page .each-item .image-wrap:hover img,
.join-list .each-item:hover .image-wrap img{
    transform:scale(1.05);
}
.about-wrap-second .item-inner {
    position:relative;
}
.about-wrap-second .item-inner .text-wrap {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}
.about-wrap-second .item-inner .text-inner {
    padding:5%;
    color:#fff;
}
.about-wrap-second .item-inner .title {
    font-weight:bold;
    font-size:20px;
    color:#fff;
}
.about-wrap-second .item-inner .line {
    display:inline-block;
    width:55px;
    height:2px;
    margin:10px 0 5px;
    background:#fff;
}
.about-wrap-second .item-inner .descrition {
    width:66%;
    font-size:12px;
    color:#fff;
    line-height:2;
}

.about-wrap-three .each-item .item-inner > div,
.about-wrap-five .each-item .item-inner a > div{  float:left;  }
.about-wrap-three .each-item .item-inner > div.image-wrap, .about-wrap-five .each-item .item-inner a > div.image-wrap {float:right;}
.about-wrap-three .each-item .item-inner > div {width:50%;}
.about-wrap-three .each-item,.about-wrap-five .each-item{  position:relative;background:#fff;margin-bottom:1%;overflow:hidden;background: #83c6e9;  }
.about-wrap-three .each-item .text-inner {  padding:9.25%;  }
.about-wrap-three .each-item .inner-title {  font-size:36px;  }
.about-wrap-three .each-item .inner-line {width:40px;margin:20px 0;}
.about-wrap-three .each-item .inner-descrition {  width:80%;  }
.about-wrap-four .each-item { position:relative;  }
.about-wrap-four .each-item .text-wrap {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
.about-wrap-four .each-item .text-inner {
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%);
}
.about-wrap-four .each-item .text-inner .title {
    margin-bottom:50px;
    font-size:36px;
    font-weight:bold;
    color:#fff;
    transform:translateY(20px);
    opacity:0;
    transition:all .6s ease-in-out;
}
.about-wrap-four .each-item .normal-more-wrap2 {
    transform:translateY(-20px);
    opacity:0;
    transition:all .6s ease-in-out;
}
.about-wrap-four .each-item .normal-more-wrap2:before {border-color:#fff;}
.about-wrap-four .each-item .normal-more-wrap2:after {background:#fff;}
.about-wrap-four .each-item:hover .text-inner .title,
.about-wrap-four .each-item:hover .normal-more-wrap2{
    opacity:1;
    transform:none;
}
.about-wrap-five .each-item .text-wrap {width:42.5%;}
.about-wrap-five .each-item .text-inner {padding:11.5%;}
.about-wrap-five .each-item .inner-title {margin-bottom:23px;font-size:36px;text-transform: uppercase;}
.about-wrap-five .each-item .image-wrap {width:57.5%;}
.about-wrap-five .each-item .inner-descrition {width:77.5%;font-size:18px;}
.about-wrap-five .normal-more-wrap2 {position:absolute;bottom:10%;border-color:#333;transition:all .4s;}
.about-wrap-five .normal-more-wrap2:hover {border-color:#fff;}
.about-wrap-five .normal-more-wrap2:before {background:url(../images/more-icon.png) no-repeat center center;}
.about-wrap-five .normal-more-wrap2:hover:before {background:url(../images/more-icon1.png) no-repeat center center;}

/*about*/
.fullwindow-banner-inner li .iconfont,
.fullwindow-banner-inner li .text,
.about-wrap-second .item-inner .title,
.about-wrap-second .item-inner .line,
.about-wrap-second .item-inner .descrition {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);}
.fullwindow-banner-inner.active li .iconfont,
.fullwindow-banner-inner.active li .text,
.about-wrap-second .each-item:hover .item-inner .title,
.about-wrap-second .each-item:hover .item-inner .line,
.about-wrap-second .each-item:hover .item-inner .descrition {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);}
.fullwindow-banner-inner li:nth-of-type(1) .iconfont,
.about-wrap-second .item-inner .title,
.about-wrap-second .item-inner .line,
.about-wrap-second .item-inner .descrition{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;}
.fullwindow-banner-inner li:nth-of-type(1) .text{
    transition: all 0.5s ease-out .1s;
    -webkit-transition: all 0.5s ease-out .1s;
    -moz-transition: all 0.5s ease-out .1s;}
.fullwindow-banner-inner li:nth-of-type(2) .iconfont{
    transition: all 0.5s ease-out .2s;
    -webkit-transition: all 0.5s ease-out .2s;
    -moz-transition: all 0.5s ease-out .2s;}
.fullwindow-banner-inner li:nth-of-type(2) .text{
    transition: all 0.5s ease-out .3s;
    -webkit-transition: all 0.5s ease-out .3s;
    -moz-transition: all 0.5s ease-out .3s;}
.fullwindow-banner-inner li:nth-of-type(3) .iconfont{
    transition: all 0.5s ease-out .4s;
    -webkit-transition: all 0.5s ease-out .4s;
    -moz-transition: all 0.5s ease-out .4s;}
.fullwindow-banner-inner li:nth-of-type(3) .text{
    transition: all 0.5s ease-out .5s;
    -webkit-transition: all 0.5s ease-out .5s;
    -moz-transition: all 0.5s ease-out .5s;}
.fullwindow-banner-inner li:nth-of-type(4) .iconfont{
    transition: all 0.5s ease-out .6s;
    -webkit-transition: all 0.5s ease-out .6s;
    -moz-transition: all 0.5s ease-out .6s;}
.fullwindow-banner-inner li:nth-of-type(4) .text{
    transition: all 0.5s ease-out .7s;
    -webkit-transition: all 0.5s ease-out .7s;
    -moz-transition: all 0.5s ease-out .7s;}
.fullwindow-banner-inner li:nth-of-type(5) .iconfont{
    transition: all 0.5s ease-out .8s;
    -webkit-transition: all 0.5s ease-out .8s;
    -moz-transition: all 0.5s ease-out .8s;}
.fullwindow-banner-inner li:nth-of-type(5) .text{
    transition: all 0.5s ease-out .9s;
    -webkit-transition: all 0.5s ease-out .9s;
    -moz-transition: all 0.5s ease-out .9s;}
.fullwindow-banner-inner li:nth-of-type(6) .iconfont{
    transition: all 0.5s ease-out 1s;
    -webkit-transition: all 0.5s ease-out 1s;
    -moz-transition: all 0.5s ease-out 1s;}
.fullwindow-banner-inner li:nth-of-type(6) .text{
    transition: all 0.5s ease-out 1.1s;
    -webkit-transition: all 0.5s ease-out 1.1s;
    -moz-transition: all 0.5s ease-out 1.1s;}
.about-wrap-first {
    transition:all .6s ease-in-out;
}
.about-wrap-second .each-item,
.about-wrap-three,
.about-wrap-four,
.about-wrap-five .each-item{
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition:all .6s ease-in-out;
}
.about-wrap-first.active {  margin-top:-120px;}
.about-wrap-second.active .each-item,
.about-wrap-three.active,
.about-wrap-four.active,
.about-wrap-five .each-item.active{
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* 关于我们视频播放 */
.fullwindow-banner-inner .about-video{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border: 0;width:40%;height:25vh;overflow: hidden;cursor: pointer;}
.fullwindow-banner-inner .about-video img{width: 100%;height: 100%;object-fit: cover;}
.fullwindow-banner-inner .about-video::before{content: '';position: absolute;width: 74px;height: 74px;background: url('../images/public/about-ico1.png') center center no-repeat;top: 50%;left: 50%;margin-left: -37px;margin-top: -37px;transition: all .4s ease;border-radius: 50%;}
.fullwindow-banner-inner .about-video:hover::before{animation: btn-pudding 1s ease both;background: #2f44d0 url('../images/public/about-ico1.png') center center no-repeat;}

/* 企业荣誉 */
.cultureBox{padding: 60px 0;}
.culture-li{width:300px;margin: auto;text-align: center;position: relative;}
.culture-li::before, .culture-li::after {content: "";position: absolute;width: 38px;height: 100%;top: 0;background: url(../images/about/Abojj6.png) no-repeat center / 100% auto;}
.culture-li::before {left: 0;}
.culture-li::after {right: 0;transform: rotateY(180deg);}
.culture-li .year {position: relative;z-index: 2;}
.culture-li .name {position: relative;z-index: 2;margin-top: 8px;font-size: 18px;}
.culture-li .text {position: relative;z-index: 2;margin-top: 12px;}
/* 表格 */
.tableBox {padding-bottom: 58px;}
.tableBox .mclinkpro_th td {background: #999;line-height: 24px;padding: 7px 12px;text-align: center;color: #fff;font-weight: bold;font-size: 14px;}
.tableBox td {text-align: left;line-height: 24px;padding: 6px 12px;border: 1px solid #F1F1F1;font-size: 14px;}
.tableBox td span {line-height: 32px;}
.tableBox-title {
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  background: #f4f4f4;
  padding: 7px 0px;
  text-align: center;
}
/* 产品优势特点 */
/*service block2*/
.service-block2 .freebtn {font-size: 16px;margin: 20px 0;display: block;width: 160px;height: 48px;line-height: 48px;text-align: center;color: #fff;background: #1890FF;border-radius: 6px;}
 .service-block2 .freebtn:hover {opacity: 0.8;filter: alpha(opacity=80);}
 .service-block2 .flexdiv {display: flex;align-items: center;}
 .service-block2 .flexdiv:hover .aboutbox .infotitle{color: #0066cc;}
 .service-block2 .flexdiv:hover .aboutbox .infotitle:after{transform: scale(1.5);}
 .service-block2 .infoimg img {width: 100%;}
 .service-block2 .aboutbox {margin-top: 10%;margin-right: 10%;}
 .service-block2 .aboutbox .toptxt {color: #1890ff;}
 .service-block2 .aboutbox .toptxt span {background: #1890ff;color: #fff;}
 .service-block2 .aboutbox .infotitle {font-size: 26px;color: #222;padding: 20px 0;font-weight: bold;position: relative;}
 .service-block2 .aboutbox .infotitle:after {
    content: '';width: 12px;height: 12px;border-radius: 50%;border: 3px solid #096fc8;
    position: absolute;left: -20px;top:33px;transform: scale(1);transition: all .4s ease;
}
 .service-block2 .aboutbox .info {color: #444;font-size: 14px;line-height: 1.8em;text-indent: 2em;padding:10px 0 5px;}
 .service-block2 .aboutbox .info.fonsize {font-size: 16px;}
 .service-block2 .aboutbox .drop:before {content: "";border-radius: 50%;background-color: #28282c;position: absolute;width: 6px;height: 6px;margin-top:9px;margin-left: -20px;}
/*service block3*/
.service-block3 {text-align: center;padding: 20px;}
.service-block3 p {margin-bottom: 0;}
.service-block3 .iconfont{color: #fff;font-size: 36px;}
.service-block3 .icon-box4 {height: 60px;width: 60px;font-size: 26px;
  box-shadow: 0 14px 26px -12px rgba(103, 58, 183, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(103, 58, 183, 0.2) !important;
  border-radius: 4px;position: relative;text-align: center;display: inline-block;line-height: 63px;}
.service-block3 .icon-box4:after {width: 76px;height: 76px;content: "";position: absolute;top: -8px;left: -8px;opacity: 0.8;border-radius: 5px;-webkit-transform: scale(0.8);transform: scale(0.8);transition: all 0.3s;border: 2px solid transparent;}
.service-block3:hover .icon-box4:after {-webkit-transform: scale(1);transform: scale(1);border: 2px solid;}
.service-block3 p {line-height: 30px;margin: 0 auto;font-size: 14px;color: #666;}
.service-block3 h5 {font-size: 18px;font-weight: bold;line-height: 22px;margin: 15px 0;}
.service-block3 .bg1 {background: #00deff;}
.service-block3 .bg2 {background: #ff643e;}
.service-block3 .bg3 {background: #8882f7;}
.service-block3 .bg4 {background: #01b3d0;}
.service-block3 .bg5 {background: #ff9724;}
.service-block3 .bg6 {background: #168efe;}
.service-block3 .bg7 {background: #00c279;}
.service-block3 .bg8 {background: #ffce2a;}
.service-block3 .bg9 {background: #ff88a7;}
.service-block3 .bg10 {background: #37abb3;}
.service-block3 .bg11 {background: #2d6ada;}
.service-block3 .bg12 {background: #9365ee;}
.service-block3:hover .icon-box4.bg1:after {border-color: #00deff;}
.service-block3:hover .icon-box4.bg2:after {border-color: #ff643e;}
.service-block3:hover .icon-box4.bg3:after {border-color: #8882f7;}
.service-block3:hover .icon-box4.bg4:after {border-color: #01b3d0;}
.service-block3:hover .icon-box4.bg5:after {border-color: #ff9724;}
.service-block3:hover .icon-box4.bg6:after {border-color: #168efe;}
.service-block3 .icon-box4.bg7:after {border-color: #00c279;}
.service-block3 .icon-box4.bg8:after {border-color: #ffce2a;}
.service-block3 .icon-box4.bg9:after {border-color: #ff88a7;}
.service-block3 .icon-box4.bg10:after {border-color: #37abb3;}
.service-block3 .icon-box4.bg11:after {border-color: #2d6ada;}
.service-block3 .icon-box4.bg12:after {border-color: #9365ee;}
/* -------------------------PC端--------------------------- */

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .mapbg {
        transform: scale(0.8);
        margin-left: -60px;
      }
      .coordinate span {
        font-size: 18px;
      }
      .contactBox .info {
        padding: 10px 20px;
      }
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .mapbg {
        transform: scale(0.9);
        margin-left: 0;
      }
      .coordinate span {
        font-size: 18px;
      }

}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .mapbg {
        transform: scale(0.8);
        margin-left: -125px;
      }
      .coordinate span {
        font-size: 18px;
      }
      .contactBox .info {
        padding: 10px 20px;
      }
      .contactBox .info  .right{padding-left: 20px;}
    
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .fullwindow-banner-inner {width:91%;margin-top:0;margin-left:-45.5%;}
    .fullwindow-banner-inner li,
    .fullwindow-banner-inner li:nth-child(2), .fullwindow-banner-inner li:nth-child(5){width:50%;}
    .fullwindow-banner-inner li:first-child, .fullwindow-banner-inner li:nth-child(2n+1) {border-left:0;}
    .fullwindow-banner-inner li:nth-child(3) {border-top:1px solid rgba(255,255,255,.15);}
    .fullwindow-banner-inner li:nth-child(4) {border-left:1px solid rgba(255,255,255,.15);}
    .inner-main-container .fullwindow-banner .each-item img {width:auto;height:53px;}
    .about-wrap-three .each-item .item-inner > div, .about-wrap-five .each-item .image-wrap, .about-wrap-five .each-item .text-wrap {
        width: 100%;
    }
    .contactBox .info {
        padding: 10px;
    }
    .data-map {
        padding-bottom: 0;
    }
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .culture-li{width: 90%;}
    .contactBox .info{flex-direction: column;align-items: flex-start;}
    .contactBox .info p{padding: 0;}
    .data-map {
        height: 500px;
      }
      .mapbg {
        transform: scale(0.6);
        margin-left: -160px;
        margin-top: -100px;
      }
      .coordinate span {
        font-size: 20px;
      }
}
@media all and (max-width:480px) {
    .data-map {
        height: 340px;
    }
    .mapbg {
        transform: scale(0.4);
        margin-left: -270px;
        margin-top: -200px;
    }
    .coordinate span {
        font-size: 28px;
    }
}
