/* header */

.h2-header {

  position: relative;

  width: 100%;

  height: 100px;
  background: #45b2f5;

  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

  z-index: 99;

}
.h2-header .header-nav{
  background-color: #45b2f5!important;
}

.logo{

  display: inline-block;

  height: 100px;

  line-height: 100px;

}

.logo img{

  display: inline-block;

 /* height: 100%;*/

  width: 100%;

  object-fit: contain;

}

.nav-box{

  position: absolute;

  top:0;

  right:0;

  display: inline-block;

  text-align: right;

}

.email-box{

  color:rgba(255,255,255,.7);

  padding-top: 20px;

  padding-right: 20px;

  line-height: 20px;

}

.email-item{

  padding: 0 20px;

  cursor: pointer;

}

/* 移动端 */

.xs-more-box{

  position: absolute;

  top: 0;

  right: 15px;

  padding: 20px;

  background-color: #45b2f5;

  color: #fff;

  margin-top: 12px;

}

.xs-btn-more{

  display: inline-block;

	width: 36px;

  height: 4px;

  padding: 10px 0;

  border-top: 4px solid;

  border-bottom: 4px solid;

  background-color: currentColor;

  background-clip: content-box;

}

.xs-nav-box{

  display: none;

  left: none;

  right: 0;

}

.layer-box{

  display: none;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 99;

}


/* 中等屏幕-平板md */
@media screen and (max-width: 992px){
  .h2-header .header-nav{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    z-index: 999;
  }
}

/* 超小屏幕-手机xs */

@media screen and (max-width: 768px){

  .logo{

    width: 70%;

    height: auto;

  }


}


/* footer */

.footer{

  background-color: #45b2f5;

  color: #fff;

  border-top: 1px solid #6cc2f5;

  text-align: center;



  line-height: 22px;

  padding: 26px 0;

}

.footer a{

  color: #fff;

}



/* 轮播图 */

.layui-carousel{

  background: none;

}

.carousel-img img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}



/* 其他 */

.pdt-50{

  padding-top: 50px;

}

.clear{

  clear: both;

}