﻿@charset "utf-8";
/*常用类*/
.padding{
    padding:0.2rem 0.3rem;
}
.padding-tb{
    padding:0.2rem 0;
}
.padding-md-tb{
    padding:0.3rem 0;
}
.padding-lg-tb{
    padding:1.1rem 0;
}
.padding-lg-t{
    padding-top: 1.1rem;
}
.padding-md-tb{
    padding:0.5rem 0;
}
.padding-lg{
    padding:0.6rem 0.3rem;
}
.padding-lr{
    padding:0 0.3rem;
}
.gray-bg{
    background: #f3f3f3;
}
.white-bg{
    background: #fff;
}
.conner{
    border-radius: 0.1rem;
    -webkit-border-radius:0.1rem;
}
.conner-all{
    border-radius: 50%;
    -webkit-border-radius:50%;
}
.btn-orange{
    color: #fff;
    background-color: #ff6600;
}
.btn-blue{
    color: #fff;
    background-color: #0194d5;
}
.font-blue{
    color: #0194d5;
}
.font-blue2{
	color:#42bdf4 !important;

}
.font-organe{
color:#ff6600 !important;
}
.middle{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    /*垂直居中*/
    -webkit-box-align: center; 
    -moz-box-align: center;  
    -ms-flex-align: center; 
    -webkit-align-items: center; 
    align-items: center;
    /*水平居中*/
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center; 
    justify-content: center;
}
/*首页header*/
.head-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: solid 1px #f6f6f6;
}
.head{
    padding:0.2rem 0.3rem;
    position: relative;
    z-index: 200;
    background: #fff;
}
.menu-btn{
    position: absolute;
    right: 0.3rem;
    line-height: 0.6rem;
    min-width: 1.5rem;
    padding:0 0.15rem;
    top:0.25rem;
}
.menu-btn .icon{
    display: inline-block;
    transform:rotate(90deg) scale(1,1.3);
    -webkit-transform:rotate(90deg) scale(1,1.3);
    line-height: 0.46rem;
}
.logo{
    width: 2.1rem;
    height: 0.7rem;
}
.menu{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.1rem;
    position: relative;
}
.menu span{
    display: block;
    width: 0.5rem;
    height: 0.06rem;
    background: #42bdf4;
    margin:0.1rem auto;
    border-radius: 3px;
    -webkit-border-radius:3px;
}
.menu.hover span{
    position: absolute;
    top: 40%;
    left: 10%;
    margin:0;
}
.menu.hover span:nth-child(1){
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.menu.hover span:nth-child(2){
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
.menu.hover span:nth-child(3){
    display: none;
}
.menu-con,.sub-menu-con{
    position: absolute;
    top: 1.04rem;
    left:0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px #ccc;
    -webkit-box-shadow: 0 2px 10px #ccc;
    z-index: 110;
    display: none;
}
.menu-con li a,.sub-menu-con li a{
    line-height: 0.8rem;
    padding:0 0.5rem;
    display: block;
}
.menu-con li:hover,.sub-menu-con li:hover{
    background: #eee;
}
.search-link{
    display: block;
    background: #c3e0ed;
    line-height: 0.72rem;
    text-align: center;
}
.search-link span{
    background: url('../images/icon/hsearch_icon.png') no-repeat center;
    padding:0.15rem 0.36rem;
    background-size: 0.3rem;
}
.title{
    padding: 0.5rem 0.3rem;
}
.title h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 0.4rem;
}
.title span{
    display: block;
    text-align: center;
    color: #777;
    font-size:13px;
    line-height: 0.4rem; 
}
.hot-product li {
    width: 33.333%;
    float: left;
    overflow: hidden;
    height: 3rem;
}
.hot-product li img{
    width: 1.5rem;
    height: 1.5rem;
    margin:0 auto;
}
.hot-product li h3{
    font-weight: bold;
    font-size: 0.28rem;
    margin-top: 0.15rem;
    padding: 0 0.15rem;
}
.hot-product li h3,.hot-product li span{
    line-height: 0.4rem;
    text-align: center;
}
.hot-product li span{
    font-size: 0.24rem;
    display: block;
}
.section{
    margin-bottom: 0.2rem;
}
.application-banner{
 margin:0 0.3rem !important;
}
.application-banner .text{
    text-align: center;
    font-size: 13px;
    margin:0.2rem 0;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.application{
    padding-bottom: 0.5rem;
}
.footer{
    border-top:solid 1px #d2d2d2;
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
}
.footer ul li{
    display: block;
    float: left;
    width: 25%;
    line-height: 0.9rem;
}
.footer ul li a{
    display: block;
    text-align: center;
    font-weight: bold;
    border-right: solid 1px #d2d2d2;
}
.footer ul li:last-child a{
    border-right: none;
}
.tipMask{
  background-color:rgba(0,0,0,0.6) !important;
  } 
.tipMask .layui-m-layercont{
  color:#fff;
  font-size:0.32rem;
  padding:0.2rem;
  }
/*关于我们*/
.sub-banner,.sub-banner img{
    width: 100%;
    /*height: 2.6rem;*/
}
.tab{
    text-align: center;
}
.tab ul{
    display: inline-block;
    overflow:hidden;
    border: solid 1px #0194d5;
}
.tab li{
    display:block;
    float: left;
    color: #0194d5;
    line-height: 0.7rem;
    padding:0 0.2rem;
    border-right: solid 1px #0194d5;
}
.tab li a{
   color: #0194d5;
}
.tab li.hover a{
   color: #fff;
}
.tab li:last-child{
    border-right: none;
}
.tab li.hover{
    background: #0194d5;
    color: #fff;
}
.culture-list li{
    display: block;
    margin: 0 3% 0.3rem;
    width: 44%;
    float: left;
    height: 4.1rem;
    overflow:hidden;
}
.culture{
    border: solid 1px #cccccc;
    padding-top:0.5rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.culture img{
    height: 1rem;
    margin:0 auto;
}
.culture h3{
    color: #0194d5;
    font-weight: bold;
    text-align: center;
    margin:0.3rem 0;
}
.culture i{
    display: block;
    width: 1rem;
    height: 3px;
    background: #d6d6d6;
    margin:0 auto;
}
.characteristic{
    text-align: center;
    height: 1.5rem;
}
.characteristic p{
  font-size:0.26rem;
}
/*新闻*/
.news-con ul li{
    overflow:hidden;
    padding:0.3rem 0;
    border-bottom: solid 1px #ddd;
}
.news-title .sub-tab ul{
  text-align:center;
}
.news-details img{
  max-width:90%;
  display: inline-block;
  height: auto !important;
}
.news-left{
    width: 4.5rem;
    height: 1.4rem;
}
.news-left h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}
.news-left span{
    background: #eee;
    display: block;
    position: absolute;
    bottom:0;
    left: 0;
    padding:0.05rem 0.15rem;
    font-size: 0.24rem;
    color: #999;
}
.news-right img{
    width: 2.12rem;
    height: 1.4rem;
}
.null{
    padding:0.3rem;
    text-align: center;
    font-size: 0.28rem;
}
/*新闻详情*/
.news-title h2{
    color: #0194d5;
    line-height: 0.5rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}
.news-title p{
    color: #999;
    font-size: 0.26rem;
}
/*合作伙伴*/
.customer-list{
    padding-top:0.8rem;
}
.customer-list li{
    border: solid 1px #ececec;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 44%;
    margin:0 3% 0.3rem;
    height: 1.2rem;
    overflow:hidden;
}
.customer-list li img{
    width: 100%;
    height: 1.2rem;
}
/*招聘*/
.sub-tab{
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
}
.sub-tab ul li{
    display: inline-block;
    background: #f0f4f7;
    color: #0194d5;
    line-height: 0.6rem;
    padding:0 0.2rem;
    border-radius: 0.3rem;
    -webkit-border-radius:0.3rem;
    margin-right: 0.1rem;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}
.sub-tab ul li a{
  display: block;
  color: #0194d5;
  font-size: 0.29rem;
}
.sub-tab ul li.hover,.sub-tab ul li.hover a{
    color: #fff;
    background: #0194d5;
}
.back-btn{
    display: none;
    position: fixed;
    bottom: 1.7rem;
    right: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;
    background: #969696 url('../images/icon/harrow_top.png') no-repeat center;
    background-size:  0.9rem;
    z-index: 210;
}
.product-title{
    border-bottom: solid 0.2rem #f5f5f5;
}
.product-list li{
    padding:0.3rem 0.15rem;
    border-bottom: solid 1px #eee;
}
.product-list li h3{
    color: #333;
    padding-bottom: 0.15rem;
    font-size: 0.32rem;
}
.list dd{
    padding:0.1rem 0 0.1rem 0.45rem;
    background: url('../images/icon/hgou_icon.png') no-repeat left center;
    background-size: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.28rem;
}
/*产品详情*/
.examplt-btn{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0.8rem;
    width: 2rem;
    text-align: center;
    background: #0194d5;
}
.product-details-title h3{
    line-height: 0.8rem;
    color: #333;
    font-size: 0.32rem;
}
.product-details-list{
    margin-bottom: 0.2rem;
}
.product-details-list01 p{
    padding:0.05rem 0;
    line-height: 0.4rem;
}
.product-details-list01 p span{
    color: #333;
}
.p-title{
    line-height: 0.8rem;
    color: #333;
    font-size: 0.32rem;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 0.1rem;
}
/*应用行业*/
.p-points{
    padding:0.1rem 0;
}
.p-points b{
    display: inline-block;
    font-weight: normal;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 0.42rem;
    height: 0.42rem;
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
}
.p-points b.icon-blue{
    background: #34a9dd;
}
.p-points b.icon-orange{
    background: #ff8533;
}
.p-points span{
    color: #333;
    line-height: 0.5rem;
}
.p-grooms a{
  display: inline-block;
  color:#333;
}
.p-grooms span{
    margin-right: 0.3rem;
    white-space: nowrap;
    color: #000;
}
.example-title{
    text-align: center;
}
.example-list li{
    padding-bottom:0.1rem;
}
.example-list label{
    display: block;
    color: #878787;
    line-height: 0.8rem;
}
.example-list select.text{
    background: url('../images/icon/harrow_b.png') no-repeat right top;
    background-size: 0.6rem;
}
.example-list .text{
    height: 0.7rem;
    line-height: 0.7rem;
}
.example-list .text,.example-list .area{
    border: solid 1px #d2d2d2;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666;
}
.example-list .area{
    height: 2.5rem;
    line-height: 0.5rem;
}
.apply-btn{
    display: block;
    width: 2.5rem;
    line-height: 0.7rem;
    margin:0.6rem auto;
}
/*搜索*/
.search-text {
    display: block;
    width: 3.8rem;
    height: 0.70rem;
    line-height: 0.70rem;
    padding: 0 0.7rem;
    background: #c3e0ed url('../images/icon/hsearch_icon.png') no-repeat 0.2rem center;
    background-size: 0.3rem;  
    color: #333;  
}
.search{
    width: 6.3rem;
    margin-right: 0.3rem;
}
.back,.search-btn,.close-btn{
    display: block;
    height: 0.7rem;
    position: absolute;
}
.close-btn{
    width: 0.7rem;
    top: 0;
    right: 0;
    background: url('../images/icon/close_icon.png') no-repeat center;
    background-size: 0.3rem;
    display: none;
}
.search .close-btn{
    right: 1.1rem;
}
.back{
    top: 0.2rem;
    width: 0.9rem;
    left: 0;
    background: url('../images/icon/back_icon.png') no-repeat center;
    background-size: 0.4rem;
}
.search-btn{
    top: 0;
    width: 1.1rem;
    right: 0;
    background: #0194d5;
    color: #fff;
}