@import url("../css/bootstrap.css");
@import url("../libs/pagination/pagination.css");
@import url("../css/frontend/iconfont.css");
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  color: #48494A;
  line-height: 26px;
  min-width: 1440px;
}

ul, ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}

.clearfix:before, .clearfix:after { content: ''; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.ctn{
  width: 1440px;
  margin: 0 auto;
  /*background: red;*/
}

.cnt{
  padding: 0 150px;
  width: 1440px;
  margin: 0 auto;
}

a,a:hover{
  text-decoration: none;
}

.ctn{
  width: 100%;
}
.wrap{
  width: 100%;
}

.wp{
  width: 1440px;
  margin: 0 auto;
}

.grep{
  background: #F4F6F9;
}
.which-op{
  background: #fdfdfd;
}
.inner-blank{
  height: 50px;
  width: 100%;
}

.page-box{
  display: flex;
  justify-content: center;
  height: 100px;
}

.null-pro{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  padding-top: 100px;
}

.scale-up {
  -webkit-transform: scaleX(1);
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all .3s ease-out 0s;
}

li:hover .scale-up-box .scale-up,.scale-up-box:hover .scale-up {
  -webkit-transform: scale3d(1.1,1.1,1);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all .3s ease-out 0s;
  z-index: 999;
}

.reset-img{
  display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */ 
  color: #82868a; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color: #82868a; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color: #82868a; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color: #82868a; 
}

/*=======头部=========*/
.header-box{
  padding: 21px 51px;
  display: flex;
  position: relative;
}
.logo{
  width: 148px;
  height: 57px;
}
.header-nav { 
  position: absolute; 
  top: 22px; 
  left: 340px;
  height: 57px;
  text-align: center; 
  opacity: 1; 
  transition: all 0.5s; 
  font-size: 16px;
  font-color: #333;
}

.header-nav li { 
  display: inline-block; 
  padding: 0; 
}

.header-nav li a { 
  display: block; 
  position: relative; 
  font-size: 14px; 
  color: #333333; 
  height: 57px;
  line-height: 57px; 
  overflow: hidden; 
  padding: 0 0; 
  margin: 0 20px;
  transition: all 0.3s ease 0s; 
}

.header-nav li a:hover { 
  color: #4A86E2; 
}

.header-nav > li > a:before{
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: #4A86E2;
  content: "";
  transform: scale3d(0, 1, 1);
  transform-origin: center;
  transition: all 0.5s;
}
.header-nav > li:hover > a:before{
  transform: scale3d(1, 1, 1);
  color: #4A86E2;
}

.header-search-wrap{
  display: none;
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  
  justify-content: center;
}
.header-icon-box{
  position: absolute; 
  top: 36px;
  right: 51px;
}
.header-icon-box li { 
  display: inline-block; 
  padding: 0; 
  margin-left: 12px;
}

.header-search-box{
  
}
.header-search-ctn{
  width: 800px;
  position: relative;
}
.header-search-box input{
  width: 680px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  text-indent: 28px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: #48494a;
}
.header-search-box a{
  width: 120px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  background: #4A86E2;
  color: #fff;
  position: absolute;
  top: 0;
  left: 680px;
}
.close-btn{
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 51px;
  color: #82868A;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
}
.close-btn:hover{
  color: #64676A;
}
.close-btn i{
  font-size: 24px;
}

/*===============搜索===================*/
.search-box{
  display: flex;
  justify-content: center;
}
.search-ctn{
  position: relative;
  height: 80px;
  width: 554px;
  text-align: center;
}
.search-ctn input{
  width: 434px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  text-indent: 28px;
  background: #fff;
  border: 1px solid #fff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  color: #48494a;
}
.search-ctn a{
  width: 120px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  background: #4A86E2;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 434px;
}
.search-text{
  font-size: 16px;
  margin: 20px 0 0;
}
.search-line{
  width: 100%;
  height: 1px;
  background: #CDD1D5;
}

/*============footer-box============*/
.footer-box{
  width: 100%;
  background: #48494A;
  height: 370px;
  overflow: hidden;
}
.footer-box a{
  color: #CDD1D5;
}
.footer-top{
  width: 100%;
  height: 320px;
}
.footer-top a{
  color: #CDD1D5;
  text-decoration: none;
}
.footer-left{
  padding: 0 102px;
}
.footer-left .footer-left-box:not(:first-child){
  margin-left: 60px;
}
.footer-left-box{
  text-align: center;
  width: 100px;
  display: inline-block;
  margin-top: 50px;
  vertical-align: top;
}
.footer-title{
  font-size: 18px;
  color: #fff;
  width: 100%;
}
.footer-ul{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.footer-right{
  margin: 50px 102px 0 0;
  background: #fff;
  color: #64676A;
}
.footer-right img{
  width: 160px;
  height: 160px;
}
.footer-qr-title{
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}
.footer-line{
  width: 100%;
  height: 1px;
  border-top: 1px solid #595C5F;
}
.footer-bottom{
  /*width: 100%;*/
  height: 49px;
  line-height: 49px;
  color: #A9ADB0;
  padding: 0 102px;
}
.footer-bt-ul li{
  line-height: 14px;
  display: inline-block;
}
.footer-bt-ul li a{
  color: #A9ADB0;
  text-decoration: none;
}
.footer-bt-ul li:not(:first-child){
  border-left: 1px solid #A9ADB0;
  padding-left: 20px;
  margin-left: 20px;
}


/*===========首页================*/
.idx-banner{
  width: 100%;
}
.idx-banner img{
  width: 100%;
}
.idx-bg{
  width: 100%;
  height: 600px;
  /*padding: 0 150px;*/
  /*background-image: url(../img/banner.jpg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.idx-bg .idx-title{
  padding-top: 186px;
}
.idx-title{
  color: #48494A;
  font-size: 36px;
  padding: 56px 0 28px 0;
}
.idx-title span{
  font-size: 20px;
}
.idx-text{
  color: #64676A;
}
.idx-pro{
  
}
.idx-pro{

}
.idx-nav-box{
  position: relative;
  border-bottom: 1px solid #CDD1D5;
  width: 100%;
  height: 37px;
}
.idx-nav-ul{
  font-size: 20px;
  margin-top: 15px;
  line-height: 36px;
  height: 36px;
}
.idx-nav-ul li{
  border-bottom: 1px solid #CDD1D5;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.idx-nav-ul li.on,.idx-nav-ul li:hover{
  color: #4A86E2;
  border-bottom: 1px solid #4A86E2;
}
a.idx-nav-more{
  position: absolute;
  top: 0;  
  right: 0;
  font-size: 16px;
  color: #82868A;
}
a.idx-nav-more:hover{
  color: #64676A;
}
.idx-type{
  padding: 15px 0;
}
.idx-type li{
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
  margin-right: 45px;
}
.idx-type li.pro-blank-type{
  width: 100%;
  text-align: center;
}
.idx-type li:not(:first-child){
  
}
.idx-type li.on,.idx-type li:hover{
  color: #4A86E2;
}

.idx-pro-ctn{
  padding-bottom: 50px;
  position: relative;
}
.idx-pro-box{
  height: 404px;
  overflow: hidden;
  position: relative;
  padding: 10px 24px;
  margin-left: -12px;
}
.idx-pro-ul{
  position: absolute;
  left: 0;
  /*top: 10px;*/
}
.idx-pro-ul li{
  text-align: center;
  background: #EEF0F3;
  width: 266px;
  display: inline-block;
  margin: 10px 12px 0;
}
.idx-pro-ul li:not(:first-child){
  /*margin-left: 21px;*/
}
.idx-pro-ul li .pro-img-ctn{
  width: 266px;
  height: 266px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx-pro-ul li:hover{
  /*box-shadow: 0px 0px 10px #888;*/
  /*position: absolute;*/
  /*top: -10px;*/
  /*margin-top: 0;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all .3s ease-out 0s;*/

  transform: scale(1.01,1.01); 
  -moz-transform: scale(1.01,1.01); 
  -webkit-transform: scale(1.01,1.01); 
  -o-transform: scale(1.01,1.01); 
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.idx-pro-ul li img{
  width: 100%;
  height: 100%;
}

.ind-pro-img{
  width: 266px;
  height: 266px;
}
.ind-cases-img{
  width: 266px;
  height: 210px;
}
.ind-pro-title{
  color: #48494A;
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  margin-top: 0px;
  border-top: 1px solid #f4f6f9;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind-pro-sub{
  color: #82868A;
  font-size: 16px;
  line-height: 22px;
  height: 54px;
  padding: 0 25px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.idx-pro-pre{
  position: absolute;
  left: -64px;
  top: 140px;
  cursor: pointer;
  display: none;
}
.idx-pro-next{
  position: absolute;
  right: -64px;
  top: 140px;
  cursor: pointer;
  display: none;
}

.idx-advantage{
  vertical-align: top;
  padding: 50px 0;
  position: relative;
  height: 600px;
  margin-top: 18px;
}
.idx-advantage span{
  overflow: hidden;
  position: absolute;
  display: inline-block;
}
.idx-advantage span:nth-of-type(1){
  width: 266px;
  height: 550px;
  top: 0;
  left: 0;
}
.idx-advantage span:nth-of-type(2){
  width: 560px;
  height: 266px;
  top: 0;
  left: 284px;
}
.idx-advantage span:nth-of-type(3){
  width: 266px;
  height: 266px;
  top: 0;
  left: 862px;
}
.idx-advantage span:nth-of-type(4){
  width: 266px;
  height: 266px;
  top: 284px;
  left: 284px;
}
.idx-advantage span:nth-of-type(5){
  width: 560px;
  height: 266px;
  top: 284px;
  left: 568px;
}
.idx-advantage img{
  margin: 0;
  padding: 0;
}
.idx-img-bg{
  display: inline-block;
}
.idx-img-box{
  display: inline-block;
  width: 874px;
  vertical-align: top;
}
.idx-img-box img:nth-of-type(n+3){
  margin-top: 18px;
}
.idx-img-box img:nth-of-type(n+1){
  margin-left: 18px;
}

.idx-tech{
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  /*padding: 0 150px;*/
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-attachment: fixed;
  background-image: url(../img/idx_bg.jpg);
  background-size: 100% auto;
}
.idx-tech .idx-title{
  color: #fff;
}
.idx-tech .idx-text{
  color: #fff;
}
.idx-tech-ul{
  color: #fff;
  text-align: center;
  display: flex;
  margin-top: 250px
}
.idx-tech-ul li{
  flex: 1;
}
.idx-tech-num{
  font-size: 48px;
  font-weight: bold;
}
.idx-tech-word{
  margin-top: 48px;
}

.idx-case-nav{
  display: none;
  margin-top: -8px;
}
.idx-case-nav a{
  border: 1px solid #CDD1D5;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
}
.idx-case-nav a i{
  color: #8E949D;
}
.idx-case-nav:hover a i{
  color: #82868A;
}
.idx-case-nav a.idx-case-pre{
  transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -moz-transform:rotate(90deg); 
  -webkit-transform:rotate(90deg); 
  -o-transform:rotate(90deg);
}
.idx-case-nav a.idx-case-next{
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg); 
  -webkit-transform:rotate(-90deg); 
  -o-transform:rotate(-90deg);
}
.idx-case-ctn{
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.idx-case-box{
  width: 1140px;
  height: 690px;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.idx-case-ul{
  width: 1140px;
  height: 690px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.idx-case-ul li{
  width: 266px;
  height: 210px;
  display: inline-block;
  background: #F4F6F9;
}
.idx-case-ul li a{
  /*margin-left: 30px;*/
}
.idx-case-ul .idx-news-title{
  opacity: 0;
}
.idx-case-ul li:hover .idx-news-title{
  /*box-shadow: 0px 0px 10px #888;*/
  opacity: 1;
  transform: scale(1.01,1.01); 
  -moz-transform: scale(1.01,1.01); 
  -webkit-transform: scale(1.01,1.01); 
  -o-transform: scale(1.01,1.01); 
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.idx-case-ul li a span{
  width: 266px;
  height: 210px;
  overflow: hidden;
  /*display: inline-block;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx-case-ul li a img{
  width: 100%;
  height: 100%;
}
.idx-case-box li:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
}
.idx-case-box li:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 296px;
}
.idx-case-box li:nth-of-type(3){
  position: absolute;
  top: 0;
  left: 592px;
}
.idx-case-box li:nth-of-type(4){
  position: absolute;
  top: 0;
  left: 888px;
}
.idx-case-box li:nth-of-type(5){
  position: absolute;
  top: 240px;
  left: 0px;
}
.idx-case-box li:nth-of-type(5),.idx-case-box li:nth-of-type(5) span{
  width: 562px;
  height: 450px;
}
.idx-case-box li:nth-of-type(6){
  position: absolute;
  top: 240px;
  left: 592px;
}
.idx-case-box li:nth-of-type(7){
  position: absolute;
  top: 240px;
  left: 888px;
}
.idx-case-box li:nth-of-type(8){
  position: absolute;
  top: 480px;
  left: 592px;
}
.idx-case-box li:nth-of-type(9){
  position: absolute;
  top: 480px;
  left: 888px;
}
.idx-case-pg{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}
.idx-case-pg li{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx-case-pg li div{
  width: 30px;
  height: 2px;
  background: rgba(0,0,0,0.20);
  margin: 0 10px;
  cursor: pointer;
}
.idx-case-pg li.on div{
  background: #333333;
}

.idx-news{
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.idx-news-item{
  width: 560px;
  vertical-align: top;
}
.idx-news .idx-news-item:nth-of-type(2){
  margin-left: 110px;
}
.idx-news-box{
  width: 560px;
  padding-bottom: 100px;
}
.idx-news-box li{
  position: relative;
  width: 266px;
  height: 266px;
  display: inline-block;
}
.idx-news-box li:nth-of-type(even){
  margin-left: 28px;
}
.idx-news-box li:nth-of-type(n+3){
  margin-top: 28px;
}
.idx-news-box li:hover{
  /*box-shadow: 0px 0px 10px #888;*/
  transform: scale(1.01,1.01); 
  -moz-transform: scale(1.01,1.01); 
  -webkit-transform: scale(1.01,1.01); 
  -o-transform: scale(1.01,1.01); 
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.idx-news-box li span{
  width: 266px;
  height: 266px;
  overflow: hidden;
  /*display: inline-block;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx-news-box img{
  width: 100%;
  height: 100%;
}
.idx-news-title{
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 25px;
  height: 94px;
  background: #000;
  width: 100%;
  /*opacity: 0;*/
  display: flex;
  align-items: flex-end;
  z-index: 999;

  background: #000;
  background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); 
  background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
}
.idx-news-title div{
  overflow:hidden; 
  text-overflow:ellipsis;
  display: -webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 2;
}
li a:hover .idx-news-title{
  /*opacity: .5;*/
  /*transition: all 1.5s;*/

  /*background: #000;*/
  /*background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));*/
  /*background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);;*/
  /*background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); */
  /*background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)); */
  /*transition: all 0.5s;*/
}
.idx-contact{
  color: #48494A;
  font-size: 16px;
  margin-top: 100px;
}
.idx-want{
  font-size: 20px;
  color: #64676A;
  margin-top: 100px;
}
.idx-search{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: -10px;
  margin-bottom: 160px;
  position: relative;
}
.idx-search input{
  width: 290px;
  height: 58px;
  border: 1px solid #CDD1D5;
  border-radius: 5px 0 0 5px;
  text-indent: 10px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  color: #48494a;
}
.idx-search a{
  display: inline-block;
  width: 164px;
  height: 58px;
  line-height: 58px;
  background: #64676A;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: 290px;
  top: 0;
}
.idx-search:hover a{
  background: #4A86E2;
  text-decoration: none;
}

/*==========关于我们============*/
.inner-title{
  color: #64676A;
  padding: 30px 0 0 0;
}
.ab-gb{
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../img/ab_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.ab-ul{
  color: #64676A;
  text-align: left;
  display: flex;
}
.ab-ul li{
  width: 48%;
  margin-top: 20px;
}
.ab-ul li:nth-of-type(2){
  margin-left: 4%;
}
.ab-ul li p{
  margin-bottom: 50px;
}
.ab-lc{
  position: relative;
  /*width: 1440px;*/
  height: 800px;
  /*padding: 0 150px;*/
  background-image: url(../img/ab_lc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ab-lc2{
  position: relative;
  width: 1180px;
  height: 345px;
  padding: 0 130px;
  margin-top: 120px;
  background-image: url(../img/ab_lc2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ad-lc-word{
  width: 179px;
  height: 94px;
  line-height: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.ab-lc-word1{
  top: 8px;
  left: 8px;
}
.ab-lc-word2{
  width: 189px;
  height: 106px;
  top: 232px;
  left: 173px;
}
.ab-lc-word3{
  top: 8px;
  left: 347px;
}
.ab-lc-word4{
  width: 189px;
  height: 106px;
  top: 232px;
  left: 503px;
}
.ab-lc-word5{
  top: 8px;
  left: 664px;
}
.ab-lc-word6{
  width: 169px;
  height: 104px;
  top: 232px;
  left: 836px;
}
.ab-lc-word7{
  top: 8px;
  left: 994px;
}

.ab-lc-circle{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: absolute;
  top: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.ab-lc-circle1{
  left: 66px;
}
.ab-lc-circle2{
  left: 230px;
}
.ab-lc-circle3{
  left: 394px;
}
.ab-lc-circle4{
  left: 558px;
}
.ab-lc-circle5{
  left: 722px;
}
.ab-lc-circle6{
  left: 886px;
}
.ab-lc-circle7{
  left: 1050px;
}

.ab-ln-ul-box{
  height: 419px;
  overflow: inherit;
}
.ab-ln-ul{
  vertical-align: top;
  height: 419px;
  display: flex;
  margin-left: 6px;
}
.ab-ln-ul li{
  background: #fff;
  width: 266px;
  height: 379px;
  /*box-shadow: 0px 0px 6px #888;*/
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
}
.ab-ln-ul li:hover img.ab-icon{
  /*margin-top: 65px;*/
}
img.ab-icon{
  margin-top: 55px;
  width: 96px !important;
  height: 96px !important;
}
.ab-title{
  font-size: 20px;
  color: #48494A;
  margin-top: 18px;
}
.ab-sub{
  color: #64676A;
}
.ab-ct{
  padding: 0 24px;
  text-align: left;
  margin-top: 40px;
}
.ab-ct2{
  padding: 0 24px;
  text-align: center;
  margin-top: 40px;
}
.ab-gy{
  width: 100%;
  height: 800px;
  /*padding: 0 150px;*/
  background-image: url(../img/ab_gy.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ab-gy-box{
  position: relative;
  margin-top: 50px;
}
.ab-gy-box span{
  width: 266px;
  height: 210px;
  overflow: hidden;
}
.ab-gy-box img{
  width: 100%;
  height: 100%;
}
.ab-gy-box span:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
}
.ab-gy-box span:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 296px;
}
.ab-gy-box span:nth-of-type(3){
  position: absolute;
  top: 0;
  left: 592px;
}
.ab-gy-box span:nth-of-type(4){
  position: absolute;
  top: 240px;
  left: 0;
  width: 562px;
}
.ab-gy-box span:nth-of-type(5){
  position: absolute;
  top: 240px;
  left: 592px;
}
.ab-gy-box span:nth-of-type(6){
  position: absolute;
  top: 0;
  left: 888px;
  height: 450px;
}

.ab-zz-box{
  height: 379px
}
.ab-zz{
  display: flex;
  vertical-align: top;
}
.ab-zz li{
  width: 267px;
  height: 359px;
  background-image: url(../img/ab_zz_bg.jpg);
  background-repeat: no-repeat;
}
.ab-zz li span{
  margin: 20px 0 0 25px;
  width: 216px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-zz-img{
  width: 216px !important;
  height: 300px !important;
  margin-top: 29px;
}
.ab-zz li.remind{
  line-height: 359px;
}

/*=======产品中心==========*/
.inner-gb{
  position: relative;
  background: url(../img/ab_bg.jpg) #F4F6F9 no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.pro-nav-box{
  display: flex;
  justify-content: top;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #CDD1D5;
  padding-bottom: 20px;
}
.pro-nav-ul{
  
}
.pro-nav-ul li{
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.pro-nav-ul li.on,.pro-nav-ul li.on:hover{
  background: #4a86e2;
  color: #fff;
}
.pro-nav-ul li:hover{
  color: #4a86e2;
}

.pro-ul{
  padding: 20px 0 50px 0;
  min-height: 400px;
}
.pro-ul li{
  text-align: center;
  background: #fff;
  width: 266px;
  display: inline-block;
}
li.pro-blank-li{
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color:rgba(0,0,0,0);
}
.app-ul li{
  background: #fff;
  vertical-align: top;
}
.cases-ul li{
  background: #fff;
}
.cases-ul li span{
  height: 210px !important;
}
.pro-ul li:not(:nth-of-type(4n+1)){
  margin-left: 21px;
}
.pro-ul li:nth-of-type(n+5){
  margin-top: 30px;
}
.pro-ul li:hover{
  /*box-shadow: 0px 0px 10px #888;*/
  transform: scale(1.01,1.01); 
  -moz-transform: scale(1.01,1.01); 
  -webkit-transform: scale(1.01,1.01); 
  -o-transform: scale(1.01,1.01); 
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.pro-ul li a{
  text-decoration: none;
}
.pro-ul li span{
  width: 266px;
  height: 266px;
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-img{
  width: 100%;
  height: 100%;
}
.pro-title{
  color: #48494A;
  font-size: 18px;
  line-height: 36px;
}
.pro-sub{
  color: #82868A;
  font-size: 16px;
  line-height: 32px;
}

.pro-dt-box{
  width: 100%;
  height: 400px;
  background: #fff;
  display: flex;
}
.pro-dtb-img{
  width: 402px;
  height: 402px;
  overflow: hidden;
  border-right: 2px solid #f4f6f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-dtb-img img{
  width: 400px;
  height: 400px;
}
.pro-dtb-box{
  position: relative;
  width: 102px;
  margin-left: 2px;
  text-align: center;
}
.pro-dtb-pre{
  top: 0;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg); 
  -webkit-transform:rotate(180deg); 
  -o-transform:rotate(180deg);
  /*transform:rotate(90deg);
  -ms-transform:rotate(90deg); 
  -moz-transform:rotate(90deg); 
  -webkit-transform:rotate(90deg); 
  -o-transform:rotate(90deg); */
}
.pro-dtb-next{
  position: absolute;
  bottom: 0;
}
.pro-dtb-btn{
  display: inline-block;
  /*border-radius: 5px;*/
  /*text-decoration: none;*/
  font-size: 16px;
  z-index: 2;
  width: 100%;
  height: 36px;
  position: absolute;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F6F9;
  color: #A9ADB0;
  cursor: pointer;
}
.pro-dtb-wrap{
  width: 106px;
  height: 326px;
  overflow: hidden;
  position: absolute;
  top: 37px;
}
.pro-dtb-ctn{
  position: relative;
}
.pro-dtb-box ul{
  position: absolute;
  top: 0;
}
.pro-dtb-box ul li{
  border: 2px solid #F4F6F9;
  width: 106px;
  height: 106px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-dtb-box ul img{
  width: 100px;
  height: 100px;
}
.pro-dtb-box ul li:nth-of-type(n+1){
  margin-top: 2px;
}
.pro-dtb-box ul li:hover,.pro-dtb-box ul li.on{
  border: 2px solid #BAD1F4;
}
.pro-dtb-info{
  color: #1E1F00;
  margin: 30px 0 0 120px;
}
.pro-dtb-info li{
  margin: 10px 0;
}
.pro-dtb-info span{
  color: #82868A;
}
.pro-dtb-info a{
  border: 1px solid #CDD1D5;
  border-radius: 3px;
  padding: 6px 15px;

}
.inner-box{
  margin-bottom: 100px;
}
.inner-pro-title{
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #48494A;
  padding: 56px 0 28px 0;
  vertical-align: center;
}
.inner-pro-title span{
  /*border-left: 2px solid #64676A;*/
  width: 2px;
  height: 20px;
  line-height: 20px;
  background: #64676A;
  display: inline-block;
  margin-right: 15px;
}
.inner-pro-cont{

}
.inner-pro-cont h3{
  font-size: 20px;
  margin-top: 30px;
}
.inner-pro-cont p{
  
}


.inner-app-box{
  display: flex;
}
.inner-app-cont{
  width: 670px;
  padding-bottom: 100px;
}
.inner-app-img{
  margin-left: 70px;
  padding-bottom: 100px;
}
.inner-app-img img{
  width: 400px;
}


/*===========新闻中心================*/
.news-ul{
  padding-bottom: 100px;
  min-height: 400px;
}
.news-ul li{
  width: 557px;
  height: 210px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.news-ul li:nth-of-type(even){
  margin-left: 22px;
}
.news-ul li:nth-of-type(n+3){
  margin-top: 30px;
}
.news-ul li:hover{
  /*box-shadow: 0px 0px 10px #888;*/
  transform: scale(1.01,1.01); 
  -moz-transform: scale(1.01,1.01); 
  -webkit-transform: scale(1.01,1.01); 
  -o-transform: scale(1.01,1.01); 
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.news-img-box{
  width: 266px;
  height: 210px;
  display: inline-block;
  vertical-align: top;
}
.news-ul li span{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-ul .news-img{
  width: 100%;
  height: 100%;
}
.news-title-box{
  padding: 20px 25px;
  width: 287px;
  display: inline-block;
}
.news-title{
  font-size: 18px;
  color: #48494A;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.news-text{
  margin-top: 10px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.news-time{
  margin-top: 10px;
}
.news-dt-title{
  font-size: 28px;
  text-align: center;
  padding: 50px 0;
}
.news-dt-sub{
  color: #82868A;
  text-align: center;
}
.news-dt-sub span{
  margin-left: 30px;
}
.news-dt-cont{
  padding: 50px 0;
}

/*===========技术服务===============*/
.service-ul{
  padding: 50px 0;
  min-height: 400px;
}
.service-ul li:not(:first-child){
  margin-top: 50px;
}
.service-title{
  font-size: 20px;
  color: #48494A;
  background: #FAFCFE;
  height: 66px;
  line-height: 66px;
  text-indent: 25px;
  position: relative;
}
.service-title b{
  font-family: "Arial";
  font-size: 22px;
}
.service-title span{
  position: absolute;
  left: 44px;
}
.service-icon{
    margin-right: 25px;
    cursor: pointer;
}
.service-title a{
  font-size: 18px;
  color: #64676A;
  margin-right: 44px;
  text-decoration: none;
}
.service-ctn{
  padding: 30px 66px 0 40px;
  background: #fff;
  color: #64676A;
}
.service-cont{
  height: 50px;
  overflow: hidden;
}
.service-ul li{
  padding-bottom: 50px;
  background: #fff;
}
.service-ul li.on .service-cont{
  height: auto;
}
.join-cont{
  height: 60px !important;
}
.service-ul li.on .join-cont{
  height: auto !important;
}
.inner-ctn{
  min-height: 400px;
}
.inner-ctn .inner-cont{
  display: none;
}
.inner-ctn .inner-cont:nth-of-type(1){
  display: block;
}

.service-item-ul{
  padding: 30px 0;
}
.service-item-ul li{
  width: 362px;
  height: 180px;
  padding: 10px 20px;
  background: #fff;
  display: inline-block;
  margin-left: 23px;
}
.service-item-ul li:nth-of-type(3n+1){
  margin-left: 0;
}
.service-item-ul li:nth-of-type(n+3){
  margin-top: 23px;
}
.se-item-title{
  font-size: 20px;
  margin-top: 10px;
}
.se-item-title img{
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.service-title label{
  
}
.service-title label b{
  margin-right: 25px;
  font-weight: normal;
  font-size: 14px;
}
.se-item{
  margin-top: 10px;
}
.se-item-text{
  
}
.se-ctn{
  background: #fff;
  padding: 10px 20px;
}
.se-map{
  text-align: center;
  padding: 50px 0;
}

/*=========招聘===========*/
.join-gb{
  position: relative;
  width: 100%;
  height: 720px;
  /*padding: 0 150px;*/
  background-image: url(../img/join-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.join-text{
  width: 400px;
  /*padding: 100px 332px;*/
  margin-top: 100px;
  /*margin-left: 282px;*/
  /*text-align: center;*/
}
.join-cont-gb{
  position: relative;
  width: 1440px;
  padding: 0 150px;
}
li.on .join-btn-box{
  margin-top: 0;
}
.join-btn-box{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.join-btn-box a{
  border: 1px solid #EBEEF2;
  border-radius: 3px;
  padding: 6px 50px;
  text-decoration: none;
}
.join-btn-box a span{
  margin-left: 2px;
  display: inline-block;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* Internet Explorer */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
  -o-transform:rotate(90deg); /* Opera */
}
.service-ul li.on .join-btn-box a span{
  display: inline-block;
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg); /* Internet Explorer */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
  -o-transform:rotate(-90deg); /* Opera */
}



/*=========联系===========*/
.contact-gb{
  position: relative;
  width: 100%;
  height: 830px;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}


.search-empty{
  width: 100%;
  height: 400px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-align: center;
  color: #48494A;
  font-size: 16px;
}
.search-remind{
  width: 100%;
}
.search-icon{
  width: 100%;
}
.search-icon i{
  color: #82868A;
  font-size: 50px;
}
.search-remind p{
  margin-top: 34px;
}
.search-blank{
  width: 100%;
  height: 100px;
}


.app-pro-box{
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
}
.app-pro-title{
  font-size: 20px;
  font-weight: bold;
  padding: 36px 0;
}
.app-pro-ul{
  line-height: 24px;
}
.app-pro-ul li{
  display: inline-block;
  width: 24%;
  overflow: hidden;
}
