/*通用*/
@font-face {
  font-family: "myFont";
  src: url("../fonts/ARCAMAJORA2-HEAVY.TTF") format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id 4326567 */
  src: url('../fonts/iconfont.woff2?t=1700277742996') format('woff2'),
       url('../fonts/iconfont.woff?t=1700277742996') format('woff'),
       url('../fonts/iconfont.ttf?t=1700277742996') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shangjiantou:before {
  content: "\e63a";
}

.icon-tingzhenqi:before {
  content: "\e843";
}

.icon-zu:before {
  content: "\e615";
}

.icon-zhongyi:before {
  content: "\e83a";
}

.icon-chufadihedidian:before {
  content: "\e61f";
}

.icon-didian:before {
  content: "\e60f";
}

.icon-24gf-phone24h:before {
  content: "\e966";
}

.icon-24gf-telephone2:before {
  content: "\e96d";
}

*{margin:0; padding:0;}
*, ::after, ::before {-webkit-box-sizing:border-box;box-sizing:border-box;}
html{}
body{margin:0;color:#222; position: relative;font-family:Open Sans,PingFang SC,Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Arial,"sans-serif"; font-size: 12px;word-break: break-word;background-color: #fff}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none; font-weight: normal;line-height: 1.5}
a{text-decoration:none;text-shadow:none;font-weight:normal;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
ul{list-style:none;}
textarea,input,button,select{outline:none;-webkit-appearance:none; font-family:Arial, Helvetica, sans-serif;}
a{color:#2d2d2d;text-decoration:none;line-height: 1.5}
img{border:none; display: block;max-width: 100%;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}
i{font-style: normal;}
button{border:none;background-color: transparent;cursor: pointer;}
input{background-color: transparent;border:none;}
img.OF-cover {font-family: 'object-fit: cover';}
.flex{display:-webkit-box;display: -ms-flexbox;display:flex;flex-wrap:wrap;align-items:flex-start;}
.flexC{display:-webkit-box;display: -ms-flexbox;display:flex;align-items:center; flex-wrap:wrap;}
.fl-bet{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;}
.fl-cen{-webkit-box-pack: center;-ms-flex-pack: center;justify-content:center;}
.fl-end{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:flex-end;}
.flex-dir {flex-direction: row-reverse;}
.overF{overflow: hidden;}
.marL{margin-left: auto}
.text-center{text-align: center;}
.text-right{text-align: right;}
.br4{border-radius: 4px;}
.br6{border-radius: 6px;}
.br8{border-radius: 8px;}
.br10{border-radius: 10px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-70{margin-top: 70px;}
.mt-60{margin-top: 60px;}
.mt-90{margin-top: 90px;}
.pt-30{padding-top: 30px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pb-30{padding-bottom: 30px;}
.pb-80{padding-bottom: 80px;}
.div-space{padding:50px 0;}
.position-relative{position: relative;}
.ward{width: 1400px;margin:0 auto;}
.inner-ward{width:1340px; margin:0 auto}
.rotate90{transform: rotate(90deg);-webkit-transform: rotate(90deg);transition: all var(--transition)}
.triangle{width: 0;height: 0;border-top: 8px solid var(--whiteColor);border-right: 6px solid transparent;border-left: 6px solid transparent;transition: all var(--transition);}

/*修改input默认颜色文字*/
input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: #aaa;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    color: #aaa;  
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    color: #aaa;  
}

/*修改默认滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}

.targetA-s{position: absolute;width:100%;height: 80px;left: 0;top: -80px;z-index: -1}
.AboDev .targetA-s{top: -150px;}
.AboInn .targetA-s{top: -150px;}
.AboPro .targetA-s{top: -200px;}
.AboQua .targetA-s{top: -160px;}
.AboEnt .targetA-s{top: -160px;}
.wap_textBottom{
    display: none;
}
/*右侧客服*/
.fd-right{
    right: 0;
    position: fixed;
    z-index: 20;
    bottom: -100%;
    transition: all .5s;
    opacity: 0;
}
.fd-right-ewm{
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.fd-right-ewm img{
    width: 100%;
}
.fd-right::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 2.5s infinite;
    -moz-animation: shine 2.5s infinite;
    animation: shine 2.5s infinite;
}
@-webkit-keyframes shine{
  100% {left: 125%;}
}
@-moz-keyframes shine{
  100%{left: 125%;}
}
@keyframes shine{
  100%{left: 125%;}
}
.kfB{
    position: relative;
}
.kfTriangle{
    width: 0;
    height: 0;
}
.kfText{
    background-color: #156e81;
    color: #fff;
}
.kfTx{
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ec6b00;
    overflow: hidden;
    animation: changeBiger 2s infinite;
}
/*header*/
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 2023;
    transition: all .5s ease .2ms;
}
.header-change .header{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)
}
.header-shadow{
    
}
.headroom-up {
    
}
.hdK{
    margin: 0 auto;
}
.logo{

}
.logo a{
    display: block;
}
.logo a img{
    width: 100%
}
.hide{
    display: none;
}
.nav{
    position: relative;
    flex: 1;
    -webkit-flex:1;
    -ms-flex:1;
}
.nav ul li{
    position: relative;
}

.navA{
    display: block;
    color: #222;
    transition: all .3s;
    position: relative;
}
.navA:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom:-115%;
    margin: 0 auto;
    width: 0;
    background-color: #ec6b00;
    transition: all .3s;
}
.nav ul li.active a.navA:before,.nav ul li:hover a.navA:before{
    
}

/*wap-menu*/
.nav-button-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 3000;
    transition: all .3s ease 2ms;
}

.nav-button {
    position: relative;
    display: block;
    transition: all .7s cubic-bezier(.75,.1,.25,1);
}

.nav-button .menu-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translate(50%,-50%);
    pointer-events: none;
}

.nav-button .menu-btn span:before {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ec6b00;
    content: '';
    transition: transform .3s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn span, .nav-button .menu-btn:after, .nav-button .menu-btn:before {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ec6b00;
    transition: background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn span {
    top: 50%;
    background-color: #ec6b00;
    transition: transform .3s ease-out;
}
.nav-button .menu-btn:after, .nav-button .menu-btn:before {
    content: '';
    transition: .3s width .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn:before {
    right: 0;
    bottom: 0;
}
.nav-button .menu-btn:after {
    top: 0;
    left: 0;
}
.nav-button.active {
  background-color: transparent;
}
.nav-button.active {
    border-color: #ec6b00;
    color: #ec6b00;
}
.nav-button .menu-btn.open span {
    transition: .3s transform .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
    transform: rotate(45deg);
    width: 99.9%;
}

.nav-button .menu-btn.open:before {
    right: 0;
    width: 0;
    transition: all .2s ease;
}

.nav-button .menu-btn.open:after {
    left: 0;
    width: 0;
    transition: all .2s ease;
}
.nav-button .menu-btn.open span:before {
    background-color: #ec6b00;
    transition: .3s transform .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
    transform: rotate(-90deg);
}
.side-nav{
    border-top: none;
    transition: all .7s cubic-bezier(.88,-.26,.13,1.23);
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(34,34,34,.9);
    z-index: 2000;
    height: 100vh;
}
.side-nav .inner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translate(0,-50%);
    margin: 0 auto;
}
.side-nav ul {

}
.side-nav ul li {
    position: relative;
}
.side-menu{
    color: #fff;
    display: block;
    text-align: center;
}
.side-menu.on{
    color: #ec6b00;
}
.side-nav.active{
    right: 0;
}
.side-lang{
    
}
.side-lang-a{
    color: #fff;
}


/*go-top*/
.go-top {
    position: absolute;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: #fff;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #222;
}

.go-top:hover {

}

.hdTel{
    background-color: #ec6b00;
    color: #fff;
}
.hdTel i{

}
.hdTelR{

}
.hdTelR p{

}
.hdTelRA{
    display: block;
    line-height: 1;
    color: inherit;
}

/*footer*/
.footer{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    background-image: url(../images/ftMap.png);
    position: relative;
}
.ftL{
  
}
.ftLTit{

}
.ftLTit h3{
    font-weight: 600;
}
.ftLTit p{

}
.ftLContact{

}
.ftLContactItem{

}
.ftLContactItem i{

}
.ftLContactItem p{
    color: #575757;
    position: relative;
}
.ftLContactItem p:before{
    font-family: "iconfont" !important;
    color: #3c3c3c;
}
.ftAdress:before{
    content: "\e60f";
}
.ftTEL:before{
    content: "\e96d";
}
.ftLContactItem span{
    flex: 1;
    -webkit-flex:1;
    -ms-flex:1;
}
.ftR{
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
}
.ftR dl{
 
}
.ftR dl dt{
    border-bottom: 1px solid #dcdcdc;
}
.ftR dl dt a{
    font-weight: 600;
}
.ftR dl dd{

}
.ftR dl dd a:hover{

}
.ftR dl dt a:hover{

}

.ftLinks{
    width: 100%;
}
.ftLinks ul{
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
}
.ftLinks ul li{

}
.ftLinkA{
    transition: all .4s;
}
.ftLinkA:hover{

}
.ftCopy{
    border-top: 1px solid #e5e5e5;
}
.ftCopy p{

}
.ftCopy p a:hover{
    color: #156e81;
}

/******
首页
******/
/*go-a*/
.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.su_button_circle{
  background-color: red;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}
.go-a{
    display: inline-block;
    color: #fff;
    background-color: #156e81;
    transition: 400ms;
}
.button_text_container{
   position:relative;
   z-index: 10000;
   cursor: pointer;
}

.explode-circle {
   animation: explode 0.5s forwards;

}

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

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255,255,255,.5);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #ec6b00;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #ec6b00;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255,255,255,.5);
  }
}

/*banner*/
.IndBan{
   background-color: rgb(240, 245, 248);
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .IndPage{
  
}
.IndPage .swiper-pagination-bullet{
    background-color: transparent;
    opacity: 1;
}
.IndPage .swiper-pagination-bullet-active{
    background-color: #35629b;
}

.IndBan .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banCon{
    height: 100%;
}
.text_box{

}
.textTop{

}
.banT{
    font-weight: 600;
    line-height: 1.3;
}
.banTEN{
 
}
.textTop h3{
    display: inline-block;
    background-color: #156e81;
    color: #fff;
}
.textTop p{

}

.textCenter{

}
.textCenter p{
    position: relative;
    color: #666;
}
.textCenter p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/Home/ban-dh.png);
}
.textBottom{

}
.textBottomItem{
    text-align: center;
    overflow: hidden;

}
.textBottomItem img{
    margin: 0 auto;
}
.textBottomItem p{

}
.img_box{
    position: relative;
}
.circleDesc{
    position: absolute;
}
.circleDesc p{
    display: inline-block;
    background-color: #fff;
    animation:changeBiger 2s infinite;
    box-shadow: 0 0 15px 0 rgba(21,110,129,.15)
}
.circleDesc1{

}
.circleDesc2{

}
.circleDesc3{

}
.more-btn-circle {
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
.more-btn-circle:before, .more-btn-circle:after {
    z-index: 1;
    content: "";
    border-radius: 50%;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.more-btn-circle:before {
    animation-delay: 0.5s;
}
.more-btn-circle i {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    top: 50%;
    transform: translate(0,-50%);
}
.circleDesc1 .more-btn-circle{

}
.circleDesc2 .more-btn-circle{

}
.circleDesc3 .more-btn-circle{
 
}
.BigCircle01{
    border-radius: 50%;
    background-color: #cde1e5;
    position: absolute;
    top: -80px;
    left: -60px;
    z-index: -2;
}
.BigCircle02{
    width: 610px;
    height: 510px;
    border-radius: 50%;
    background-color: rgba(21,110,129,.05);
    position: absolute;
    z-index: -1;
}
@-webkit-keyframes changeBiger {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
        }
    100% {
        transform: scale(1);
    }
}
@keyframes changeBiger {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
        }
    100% {
        transform: scale(1);
    }
}
.banCon2{
 
}
.ban2IconList{
   
}
.ban2IconListItem{
    text-align: center;
}
.ban2IconListItem img{
    margin: 0 auto;
}
.ban2IconListItem p{

}
.ban2Pic{

}

.banCon3{
 
}
.banTSub{
    font-weight: 600;
    line-height: 1.3;
}
/*关于我们*/
.IndAboutB{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/Home/aboutBg.png);
}
.IndAboutW{
    position: relative;
}
.IndAboutText{

}
.IndAboutText h2{
    font-weight: 600;
}
.IndAboutText p{
    line-height: 1.75;
    text-align: justify;
}
.IndAboutText .button_su{

}
.IndAboutList{
    position: absolute;
}
.opacity-0{
    opacity: 0;
    visibility: hidden;
}
.IndAboutListItem{
    overflow: hidden;
    position: relative;
}
.IndAboutListItem .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndAboutListItem .icon{
    margin: 0 auto; 
}
.IndAboutListItemW{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.IndAboutListItemW h3{
    font-weight: 600;
}
.IndAboutListItemW h3 span{

}
.IndAboutListItemW p{

}
.IndAboutListItemBg1{
    background-color: #ffeddd;
}
.IndAboutListItemBg2{
    background-color: #eeeeee;
}
.IndAboutListItemBg3{
    background-color: #f1f6f7;
}

.IndAboutData{
   box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.IndAboutData .item{
    position: relative;
}
.IndAboutData .item:before{
    position: absolute;
    content: '';
}
.IndAboutData .item:last-child:before{
    display: none;
}
.IndAboutData .item .textCon{
    text-align: center;
}
.IndAboutData .item .textCon .textC_num{
    font-weight: 600;
}
.IndAboutData .item .textCon h3{

}

.ban4L{
    
}
.banCon4{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.ban4List{
   
}
.ban4ListItem{
    
}

.ban4ListItem h3{
    position: relative;
}
.ban4ListItem h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    overflow: hidden;
    background-image: url(../images/Home/ban-dh2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ban4ListItem p{
    color: #575757;
}
.ban4R{
 
}
.ban4R img{
    width: 100%;
}

/*TMI设备系统*/
.IndSystemB{
    position: relative;
}
.positionPic{
    position: absolute;
}
.sysBg1{

}
.sysBg2{

}
.IndTitLine {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    border-top: 1px dashed #222;
    border-bottom: 1px dashed #222;
}
.IndTitText {
    text-align: center;
}
.IndTitText p {

}
.IndTitText h2 {
    font-weight: 600;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.IndTitSub{
    text-align: center;
}

.IndSystemTips{

}
.IndSystemTips p{
    position: relative;
}
.IndSystemTips p:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #156e81;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/Home/duih.png);
}
.IndSystemList{

}
.IndSystemListItem{
    overflow: hidden;
    position: relative;
    transition: all .4s;
}
.IndSystemListItem:nth-child(3n){

}
.IndSystemListItem .picB{

}
.IndSystemListItem .picB img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndSystemListItem .textB{
    
}
.IndSystemListItem .textB h3{
    font-weight: 600;
}
.IndSystemListItem .textB p{
    line-height: 1.7;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.IndSystemListItem .go-wrap{

}
.IndSystemListItem .go-wrap a{
 
}
.IndSystemListItem:hover{
 
}

.IndSolution{
    background-image: url(../images/Home/IndSolutionBg.jpg);
    background-size: cover;
    background-color: #eff4f5;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.IndSolutionPic{
    position: relative;
    background-color: #fff;
}
.IndSolutionPic .pic1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndSolutionPic .pic2{
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.IndSolutionPic .pic3{
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.IndSolutionText{

}
.IndSolutionTextH2{
    font-weight: 600;
}
.IndSolutionTextP{

}
.IndSolutionTextP p{
    line-height: 1.7;
}
.IndSolutionTextIcon{

}
.IndSolutionTextIconItem{

}
.IndSolutionTextIconItem1{
   background-color: #ff7347;
}
.IndSolutionTextIconItem2{
   background-color: #156e81;
}
.IndSolutionTextIconItem3{
   background-color: #18bad8;
}
.IndSolutionTextIconItem4{
   background-color: #8894d1;
}
.IndSolutionTextIconItem span{
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.IndSolutionTextIconItem span img{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.IndSolutionTextIconItem p{
    color: #fff;
    text-align: center;
}
.more-a{
    display: inline-block;
    transition: all .4s;
}
.more-a:hover{

}
/*医用红外的经典应用*/
.IndApplicationsB{
   background-color: #f1f6f7;
}
.IndApplicationsCon{
    position: relative;
}
.IndApplicationsConL{
 
}
.IndApplicationsConLItem{

}
.IndApplicationsConLItem .iconB{
    position: relative;
}
.IndApplicationsConLItem:nth-child(2n+1) .iconB{
    background-color: #156e81;
}
.IndApplicationsConLItem:nth-child(2n) .iconB{
    background-color: #ff7347;
}
.IndApplicationsConLItem .iconB img{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.IndApplicationsConLItem .textB{
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
}
.IndApplicationsConLItem h3{
    font-weight: 600;
}
.IndApplicationsConLItem p{
 
}
.IndApplicationsConC{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.IndApplicationsConC:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    border-radius: 50%;
}
.IndApplicationsConC .picB{
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.IndApplicationsConC .picB img{
    
}
.IndApplicationsConC h3{
    position: relative;
    z-index: 2;
    background-color: #156e81;
    text-align: center;
    color: #fff;
}
.IndApplicationsConR{

}
.IndApplicationsConR .picB{
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}
.IndApplicationsConR .picB img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.IndCombineB{

}
.IndCombineTit{

}
.IndCombineTitH2{
    font-weight: 600;
}
.IndCombineTitP{

}
.IndCombineList{
    position: relative;
}
.IndCombineList .star01{
    position: absolute;
}
.IndCombineList .star02{
    position: absolute;
}
.IndCombineListItem{
    background-color: #f1f6f7;
    text-align: center;
    transition: background-color .4s;
}
.IndCombineIcon{
    color: #156e81;
}
.IndCombineIcon3{
    display: block;
}
.IndCombineName{
    font-weight: 600;
}
.IndCombineListItem:hover{

}
.IndCombineListItem:hover .IndCombineIcon,.IndCombineListItem:hover .IndCombineName{
  
}
.IndCombineListItemTips{
 
}
.IndCombineListItemTips span{
    background-color: #fff;
}
.IndCombineReport{
    background-color: #f1f6f7;
}
.IndCombineReportTit span{
    color: #156e81;
}
.IndCombineReportTit h2{

}
.IndCombineReportTit p{

}
.ReportPic{

}
.ReportPicW{
    overflow: hidden;
    border:1px solid #cacbcb;
    background-color: #fff;
    cursor: pointer;
}
.ReportPicW img{
    height: 100%;

}

/*我们深度合作客户*/
.IndCooperativeB{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/Home/IndCooperativeBottomBg.png);
}
.IndCooperativeCon{

}
.IndCooperativeTop{
    background-size: cover;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/Home/IndCooperativeBg.jpg);
    overflow: hidden;
}
.IndCooperativeTopTextB{

}
.IndCooperativeTopTextT{

}
.IndCooperativeTopTextT p{

}
.IndCooperativeTopTextT h3{
    font-weight: 600;
    line-height: 1.3;
}
.IndCooperativeTopTextD{

}
.IndCooperativeTopTextD p{
    line-height: 2;
    position: relative;
}
.IndCooperativeTopTextD p:before{
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #313131;
    text-align: center;
    color: #fff;
}
.IndCooperativeTopTextD p:nth-child(1):before{
    content: '01';
}
.IndCooperativeTopTextD p:nth-child(2):before{
    content: '02';
}
.IndCooperativeTopTextD p:nth-child(3):before{
    content: '03';
}
.IndCooperativePic{
 
}

.IndCooperativeBottom{
 
}
.IndCooperativePic2{
    overflow: hidden;
    position: relative;
    margin: 0;
}
.IndCooperativePic2W{
    width: 100%;
    height: 100%;
    display: block;
}
.IndCooperativePic2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndCooperativePic2 p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0,0,0,.5) , rgba(0,0,0,0));
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.IndCooperativeBottomTextB{

}
.IndCooperativeBottomTextB span{

}
.IndCooperativeBottomTextB h3{
    font-weight: 600;
    line-height: 1.3;
}
.IndCooperativeBottomTextB p{
    line-height: 1.7;
}

/*场所*/
.IndAdressB{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/Home/IndAderssBg.jpg);
    position: relative;
}
.IndAdressB .ward{
    position: relative;
    z-index: 2;
}

.IndAdressItem{
    background-color: #fff;
    overflow: hidden;
}
.IndAdressItem:nth-child(4) p,.IndAdressItem:nth-child(5) p{
   
}
.IndAdressItemTit{
    font-weight: 600;
}
.IndAdressItemTit img{
    overflow: hidden;
}
.IndAdressItemList{

}
.IndAdressItemList p{
    color: #2e2e2e;
}

/*联系我们*/
.IndContactB{
    background-color: #f3f3f3;
}
.IndContactL{
    text-align: center;
}
.IndContactTx{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.IndContactTx img{
    width: 100%;
}
.IndContactName{
 
}
.IndContactDuties{
 
}
.IndContactR{

}
.IndContactR h2{
 
}
.IndContactR p{

}
.IndContactR .button_su{
 
}
.IndContactR a{
 
}

/*ewm*/
.overly {
    z-index: 2025;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.TcB{
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2026;
}
.closed{
    width: 32px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ewmTc{
    width: 400px;
}

.ftImg{
    
}
.ftImgItem{
    
}
.ftImgItem img{
  
}
.ftImgItem p{
    text-align: center;
}
.footerImg{
    display: none;
}








@media  screen and ( min-width:1680px){

}
@media screen and (max-width:1679px ) and ( min-width:1440px){

}
@media screen and (max-width:1439px ) and ( min-width:1280px){

}
@media screen and (max-width:1279px ) and ( min-width:992px){

}
@media screen and (max-width:991px ) and ( min-width:768px){

}
@media only screen and (max-width:767px){

}



@keyframes toSmall {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes lang1{
    0% {
        background: url(../images/t10.png) no-repeat right 55px;
    }
    50% {
        background: url(../images/t10.png) no-repeat left 55px;
    }
    100% {
        background: url(../images/t10.png) no-repeat right 55px;
    }
}
@keyframes lang2{
    0% {
    background: url(../images/t12.png) no-repeat left 0;
    }
    50% {
        background: url(../images/t12.png) no-repeat right 0;
    }
    100% {
        background: url(../images/t12.png) no-repeat left 0;
    }
}
@keyframes lang3{
    0% {
    background: url(../images/t11.png) no-repeat right 0;
    }
    50% {
        background: url(../images/t11.png) no-repeat left 0;
    }
    100% {
        background: url(../images/t11.png) no-repeat right 0;
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(-16px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-16px);
    }
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

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

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes i1cw2 {
0% { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0); }
50% {-webkit-transform: translate3d(8px, -5px, -10px);transform: translate3d(8px, -5px, -10px); }
75% {-webkit-transform: translate3d(-2px, -10px, 0);transform: translate3d(-2px, -10px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@keyframes i1cw2 {
0% { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0); }
50% {-webkit-transform: translate3d(8px, -5px, -10px);transform: translate3d(8px, -5px, -10px); }
75% {-webkit-transform: translate3d(-2px, -10px, 0);transform: translate3d(-2px, -10px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes i1cw3 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0); }
50% {-webkit-transform: translate3d(-5px, 10px, 0);transform: translate3d(-5px, 10px, 0); }
75% {-webkit-transform: translate3d(8px, 5px, 0);transform: translate3d(8px, 5px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);} 
}
@keyframes i1cw3 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0); }
50% {-webkit-transform: translate3d(-5px, 10px, 0);transform: translate3d(-5px, 10px, 0); }
75% {-webkit-transform: translate3d(8px, 5px, 0);transform: translate3d(8px, 5px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes i1cw4 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(2px, 0, 0);transform: translate3d(2px, 0, 0); }
50% {-webkit-transform: translate3d(-15px, 5px, 0);transform: translate3d(-15px, 5px, 0); }
75% {-webkit-transform: translate3d(10px, 2px, 0);transform: translate3d(10px, 2px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@keyframes i1cw4 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(6px, 0, 0);transform: translate3d(6px, 0, 0); }
50% {-webkit-transform: translate3d(-15px, 5px, 0);transform: translate3d(-15px, 5px, 0); }
75% {-webkit-transform: translate3d(10px, 2px, 0);transform: translate3d(10px, 2px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}

.enlarge img{transition:all 0.3s;}
.enlarge:hover img{-ms-transform:scale(.95);-moz-transform:scale(.95);-webkit-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95);}
.enlarge1 img{transition:all 0.3s;}
.enlarge1:hover img{-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.Mover{transition:0.5s;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.Mover:hover{transition:0.5s;ransform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.IndChangeTabRight {-webkit-animation-name: changeTabRight__1s_Xw;animation-name: changeTabRight__1s_Xw;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;}

@-webkit-keyframes changeTabRight__1s_Xw
{
    0%{opacity:0;visibility: hidden;}
    to{opacity:1;visibility: visible;}
}
@keyframes changeTabRight__1s_Xw
{
    0%{opacity:0;visibility: hidden;}
    to{opacity:1;visibility: visible;}
}

/*出的各分辨率媒体查询换算：*/
html {font-size: 625%;}

@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/

