/*公共*/

.z{
  cursor:pointer;
}
/*导航栏*/
.navbar{
  height:100%;
}

.navbar-nav{
width:100%;
}



.header .nav-link{
  color:#333333!important;
  font-size:20px!important;
  font-weight: normal;
}

.header .nav-link:hover{
  color:#0044a0!important;
}

.header  .active .nav-link{
  color:#0044a0!important;
}



.bg-dark {
  background-color: #000000!important;
}

.navbar-nav .nav-link:hover{
  color:#0044a0!important;
}

.navbar-nav  .active .nav-link{
  color:#0044a0!important;
}
.navbar-dark li{
  margin:0px 10px!important;
}

.navbar-dark .nav-link{
  color:#fff!important;
  font-size:16px!important;
}

/*修改输入框颜色*/
input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #999999!important;   
}   
  
input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color:  #999999!important;   
}   
  
input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color:  #999999!important;   
}  

/*文本框*/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.3em + 0.75rem + 2px)!important;
}
input{
  border-width:0px;
}
input:focus{
  outline:none;
}

/*字号*/
.fs36{
  font-size:36px;
}

.fs28{
  font-size:28px;
}

.fs24{
  font-size:24px;
}

.fs20{
  font-size:20px;
}


.fs18{
  font-size:18px;
}

.fs16{
  font-size:16px;
}

.fs14{
  font-size:14px;
}

/*文字色*/
.white-text{
  color:#fff;
 }
.primay-text{
 color:#333;
}
.important-text{
  color:#0044a0;
}
.grey-text{
  color:#999999;
}
.tab-text{
  color:#666666;
}


/*定位*/
.relatvie{
  position:relative;
}
.absolute{
  position:absolute;
}
/*背景色*/
.important-bg{
  /*background:#0044a0;*/
  background:#2677e5;
  border:1px solid #2677e5;
}


.grey-bg{
  background:#f5f5f5;
}

a{
  color:#999;
  text-decoration: none!important;
}
a:hover{
  color:#0044a0!important;
}
.more{
  color: #333!important;
}
.more:hover{
  border:1px solid #0044a0!important;
  background:#0044a0!important;
  color:#fff!important;
  cursor:pointer;
}
.tab-item more{
  color:#fff!important;
}
.footer{
  overflow:hidden;
}
.footer .row{
 margin:0px;
  padding:50px 0px;
}
.footer .row>div{
 padding-top:10px;
}
.footer h3{
  font-size:15px;
}
.footer ul{
  list-style:none;
  padding:0px;
  margin:0px;
  text-align:center;
}
.footer ul li{
  margin:10px 0px;
  text-align:center;
}
.footer ul li a{
  color:#fff;
  font-size:13px;
}
.footer ul li a:hover{
  color:#0044a0;
  text-decrtion:none;
}
.footer h3{
  font-weight:bold;
}

.foot-nav li{
  float:left;
  padding-right:20px;
}

.foot-nav li a{
  padding-left:0px;
  font-size:16px!important;
}

.tab-item:hover{
  background-color:rgba(196,0,0,0.3)!important;
}


.tab-list img{
  height:260px;
}

/* .tab-list img:hover{
  cursor:pointer;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
} */
.top20{
  margin-top:20px;
}
/*服务案例选项卡*/
.list-item:hover{
  cursor:pointer!important;
  background:#0044a0!important;
}


.s-item{
  background: #fff;
  border-radius:15px;
  padding:30px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px；
}
.s-img{
  width:140px;
  height:150px;
}
.s-title{
 font-size:20px;
  color:#333;
}
.s-desc{
  margin-top:10px;
  font-size:14px;
  color:#666666;
}
  /*banner修改*/
@media (min-width: 300px) {
  .carousel-inner img{
    height: 230px!important;
  }
  .navbar-collapse form{
    padding:10px;
  }

  /*重写移动端菜单*/
  .navbar-collapse{
    width: 100%;
    z-index: 9999999!important;
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0px;
    border-top: 4px solid #0044a0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border:1px solid #ddd;
  }

  .header li{
    /* margin:0px 20px!important;*/
    width:100%!important;
  }


}

@media (min-width: 576px) {
  .carousel-inner img{
    height: 200px!important;
  }
  .navbar-collapse form{
    padding:10px;
  }

  .navbar-collapse{
    width: 100%;
    z-index: 9999999!important;
    border-bottom-right-radius: 15px;
    border:1px solid #ddd;
    position: fixed;
    top: 70px;
    left: 0px;
    border-top: 4px solid #0044a0;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .header li{
    /* margin:0px 20px!important;*/
    width:100%!important;
  }

}

@media (min-width: 768px) {
  .carousel-inner img{
    height: 400px!important;
  }
  
  .navbar-collapse{
    width: 100%;
    z-index: 9999999;
    position: absolute;
    top: 100px;
    left: 0px;
    border-top: 4px solid #0044a0;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (min-width: 992px) {
  .carousel-inner img{
    height: 400px !important;
  }

  .navbar-collapse{
    width: 100%;
    position:static;
    background:transparent;
    position:static;
    border-width:0px;
    border-radius:0px;
  }

  .header li{
    /* margin:0px 20px!important;*/
    width:20%;
    text-align: center;
  }

}

@media (min-width: 1200px) {
  .carousel-inner img{
    height: 400px !important;
  }
  .navbar-collapse{
    width: 100%;
    position:static;
    background:transparent;
    border-width:0px;
    border-radius:0px;
  }


  .header li{
    /* margin:0px 20px!important;*/
    width:20%;
    text-align: center;
  }



}


.service-description{
  background:#2677e5!important;
  color:#fff;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  text-align:left;
  line-height:32px;
}

/*服务案例选项卡*/
.tabs-item {
  border:1px solid #ddd;
  color:#777;
}
.tabs-item:hover{
  border:1px solid #2677e5!important;
  background: #2677e5;
  color:#fff;
  cursor: pointer;
}


/*间距*/
.mt10{
  margin-top:10px;
}


/*产品服务*/
.link-button{
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 31px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: rgba(255, 255, 255, 1);
  border:1px solid #ddd;
  border-radius:5px;
  color:#777;
  font-size:14px!important;
}

.link-button:hover{
  background:#0044a0;
  color:#fff!important;
}

.img-container{
  overflow:hidden;
}
.tab-item-active img{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.tab-item .title{
  display:inline-block;
  border-bottom:2px solid #f8f8f8;
}
.tab-item-active .title{
  color:#0044a0;
  border-bottom:2px solid #0044a0;
}
.tab-item{
  background:#f8f8f8!important;
  border-radius:10px!important;
  overflow: hidden;
}

.tab-item:hover{
  background:#f8f8f8!important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: scale(1.1);
  filter: transform;
  transition: all 0.8s ease 0s;
  -webkit-transform: all 0.8s ease 0s;
}

.writer{
  color:#fff;
  height:60px;
  line-height:60px;
  background:rgba(36,111,212,0.83);
  position: absolute;
  bottom: -20px!important;
  width: calc(100% - 30px);
  z-index: 9999999;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size:24px;
}

.writer-desc{
  background:rgba(89,146,317,0.85);
  font: normal normal 16px/32px '';
}

.writer-img{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/*悬浮菜单*/
#floatMenu{
  position: fixed;
  top:200px;
  right:50px;
  z-index: 9999999;
  display: none;
}
#floatMenu ul{
  background:#2677e5;
  list-style: none;
  padding:0px;
  border-radius:10px;
  margin:0px;
  text-align: center;
}
#floatMenu ul li{
  padding:10px 5px;
}
#floatMenu ul li img{
  width:20px;
}
#floatMenu ul li a{
  color:#fff!important;
  font-size:10px!important;
}
#floatMenu ul li:hover{
  background: #276cc9;
}

#menuSeat img{
  width:258px;
  height:258px;
}


@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px !important;
  }
}