@media (min-width: 1480px){
  .container {
      width: 1440px;
  }
}
a:hover, a:focus{
  text-decoration: none!important;
}
.page-header{
  font-size: 26px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  z-index: 3;
}
.page-header .s-sub-nav{
  /*width: 260px;*/
  height: 45px;
  line-height: 45px;
}
.page-header .s-sub-nav .sp{
  /* width: 100px; */
	width: 140px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  background: #ebebeb;
  display: table-cell;
}
.page-header .s-sub-nav .sp span{
  display: inline-block; 
  vertical-align: middle;
  line-height: 1.2;
}
.page-header .s-sub-nav .s-sub-navbox{
  position: relative;
}
.page-header .s-sub-nav .sp2{
  background: #36bef0;
  /*text-indent: 15px;*/
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding:0 30px 0 15px;
  /* width: 80px; */
	width: 115px;
  display: table-cell;
}
.page-header .s-sub-nav .sp2 span{
  display: inline-block; 
  vertical-align: middle;
  line-height: 1.2;
}
.page-header .s-sub-nav .s-sub-navlist{
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
  display: none;
}
.page-header .s-sub-nav a{
  font-size: 14px;
  height: 40px;
  color: #666;
  width: 100%;
  display: block;
  text-indent: 15px;
  border-bottom: 1px solid #f7f7f7;
  transition: all .5s;
}
.page-header .s-sub-nav a:hover{
  color: #36bef0;
}
.page-header .s-sub-nav .sp2:before{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
  background: url(../img/img7.png) no-repeat;
  width: 12px;
  height: 8px;
  transition: all .5s;
}
.page-header .s-sub-nav .sp2.active:before{
  transform:rotate(-180deg);
}
.page-header .s-sub-nav .s-sub-navbox{
  /*width: 160px;*/
  
}
.h-banner{
  position: relative;
  min-height: 220px;
  height: 350px;
  margin-bottom: 70px;
  background-position: center;
  background-size: cover;
}
.h-banner-img{
  width: 100%;
  display: none;
  opacity: 0;
}
.h-banner-content{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  height: 420px;
  overflow: hidden;
}
.h-banner-title{
    margin-top: 115px;
    margin-bottom: 10px;
  font-size: 32px;
  text-shadow:  0 0 18px rgba(0,0,0,.18);
}
.h-banner-txt{
  font-size: 16px;
  text-shadow:  0 0 18px rgba(0,0,0,.18);
}
.h-banner-txt2{
  text-shadow:  0 0 18px rgba(0,0,0,.18);
}

.h-banner-title.text-blue,.h-banner-txt.text-blue,.h-banner-txt2.text-blue{
  color: #0d6ead;
}
.h-nav{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  /*background-color: #fff;
  box-shadow: 1px 3px 10px rgba(0,0,0,.1);*/
}
.h-nav-a{
  display: block;
  color: #333;
  margin: 0 -15px;
  height: 70px;
  padding: 5px 0;
  background-color: #fff;
  font-size: 16px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  transition:color 0.6s;
  box-sizing:border-box;
}
.h-nav-a .ico{
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: 0 0;
  vertical-align: middle;
}


.h-banner .down-btn{
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -22.5px;
  border:2px solid #fff; 
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  cursor: pointer;
  animation: downbtn2 5s cubic-bezier(.455,.03,.515,.955) infinite;
}
.container-fluid{
  background: #fff;
}
.container-fluid .h-nav{
  text-align: center;
  overflow: hidden;
}
.container-fluid .wcol-xs{
  display: inline-block;
  width: 770px;
} 
.h-banner .down-btn img{
  display: inline-block;
  animation: downbtn 5s cubic-bezier(.455,.03,.515,.955) infinite;
}
#navlist{
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  /*position: absolute;*/
}
#navlist .owl-item .col-xs-m{
  width: 100%;
}

@media (max-width: 786px) {
  .h-banner-content-two .h-banner-title{
    margin-top: 80px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .page-header{
    font-size: 32px;
  }
  .h-banner{
    height: auto;
    margin-bottom: 0;
  }
  .h-banner-img{
    display: block;
    opacity: 0;
  }
  .h-banner-content{
    top: 50%;
    height: 320px;
    margin-top: -160px;
  }
  
  .h-banner-title{
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .h-banner-txt{
    font-size: 24px;
  }
  .h-nav{
    margin-top: 120px;
    position: relative;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .h-banner-content-two .h-nav{
    margin-top: 90px;
  }
  .h-nav-a{
    display: block;
    padding: 0;
    line-height: 70px;
    font-size: 20px;
    margin: 0;
    border-right: none;
  }
  .h-nav-a .ico{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }

  .banner-ccp-t .h-banner-title{
    margin-top: 45px;
  }
  .banner-ccp-t .h-nav{
    margin-top: 80px;
  }
}

@media (min-width: 1270px) {
  .h-banner-content-two{
    height: 340px;
    margin-top: -170px;
  }
  .h-banner-content-s{
    margin-top: -120px;
  }
}
