html, body, .home{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
html, body{
  /* height: 100%; */
}
.home{
  /* overflow-y: auto; */
  overflow-x: hidden;
}

/*  */
.new-home-content{
  width: 100%;
  height: 395px;
  position: relative;
  background: url('../img/top_bg.jpg') no-repeat center -30px;
  background-size: 100% 425px;
}
.new-navigation-wrapper{
  height: 60px;
  margin-bottom: 1px;
}
#main-nav{
  border-bottom: 1px solid #ebebeb;
}
#main-nav.bg-hide{
  margin-bottom: 50px;
  color: #333333;
  animation: pre-bg-color 1s;
}
#main-nav.bg-show{
  color: #fff;
  background-color: rgba(0, 26, 52, .9);
  animation: bg-color 1s;
}
#main-nav.fixed-part{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 60px;
  top: 0;
}
@keyframes pre-bg-color{
  0% { background-color: rgba(0, 26, 52, .9);}
  100% { background-color: #fff;}
}
@keyframes bg-color{
  0% { background-color: #fff;}
  100% { background-color: rgba(0, 26, 52, .9);}
}
.main-body{
  width: 80%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
.main-body>li{
  float: left;
  width: 16%;
  height: 58px;
  line-height: 58px;
  margin: 0 2%;
  cursor: pointer;
  text-align: center;
}
.main-body>li.main-li{
  color: #00a6ee;
  border-bottom: 2px solid #00a6ee;
}
.main-body>li.product-li{
  margin-left: 0;
}
.main-body>li:hover{
  color: #00a6ee;
  border-bottom: 2px solid #00a6ee;
}
.main-body .product-menu-ul{
  z-index: 10000;
  display: none;
  position: absolute;
  top: 60px;
  padding: 0;
  width: 100%;
  list-style: none;
  color: #fff;
}
.main-body .product-menu-ul.show-product-menu-ul{
  display: block;
}
.main-body .product-menu-ul>li{
  cursor: default;
  float: left;
  width: 18%;
  margin-left: 2%;
  height: 300px;
  line-height: 300px;
  position: relative;
}
.main-body .product-menu-ul>li.first-li{
  margin-left: 0;
}
.main-body .product-menu-ul>li div{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 70%;
  border: 3px solid #d1d1d1;
  border-radius: 3px;
}
.main-body .product-menu-ul>li div img{
  height: 100%;
  width: 100%;
  background-color: rgba(0, 26, 52, .9);
}
.main-body .product-menu-ul>li div:hover{
  transform: scale(1.1);
  z-index: 100;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  border: 4px solid #eeeeee;
  border-radius: 3px;
}
.main-body .product-menu-ul>li div.selected-img{
  border: 4px solid #00a6ee;
}
.main-body .product-menu-ul>li div span{
  /* font-family: '宋体'; */
  position: absolute;
  left: 0;
  right: 0;
  color: #00a6ee;
  display: inline-block;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.main-body .product-menu-ul>li>a{
  display: inline-block;
  width: 100%;
  color: #fff;
}
.main-body .product-menu-ul>li>a:hover{
  color: #00a6ee;
  background-color: rgba(0, 26, 52, .7);
}


.home-content{
  height: 52rem;
  background-image: url('../img/background.jpg');
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home-product-content{
  margin-top: 300px;
  padding-top: 40px;
  background: #fbfbfb;
  position: relative;
}
.home-aboutus{
  height: 47rem;
  background: #fff;
  position: relative;
}
.home-professional{
  height: 56.7rem;
  background: #F4FAFE;
  position: relative;
}
.home-informsecurity{
  /* height: 52rem; */
  height: 72rem;
  background: #ECF4FB;
  position: relative;
}
.home-consultant{
  height: 99rem;
  background: #fff;
  position: relative;
}
.inform-map{
  height: 35rem;
  background-image: url('../img/map.png');
  background-size: 100% 102%;
  position: relative;
}
.company-address{
  height: 21.25rem;
  background: #181818;
  position: relative;
}

/* 不同分辨率公共样式 */
#menu-wrapper{
  display: block;
  position: fixed;
  width: 5rem;
  height: 1.5rem;
  right: 1rem;
  top: 2rem;
  cursor: pointer;
  z-index: 1000;
}
.logo-img{
  width: 4.2rem;
  height: 2.5rem;
  display: block;
  float: left;
}
.logo-title{
  float: left;
  display: block;
  margin: 0;
  margin-left: 0.62rem;
  line-height: 2.65rem;
  font-size: 1.5rem;
}
.back-top{
  background: rgba(214, 224, 232, .8);
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 2rem;
  height: 5rem;
  cursor: pointer;
  z-index: 1000;
  display: none;
  padding: 0.5rem;
}
.back-top img{
  width: 100%;
  height: 50%;
}
.map{
  height: 40%!important;
}
.back{
  border-top: 1px solid #399ED4;
  margin-top: 5px;
}
.menu{
  color: #10ADFF;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  right: 2rem;
}

.menu-main{
  background: rgba(4, 0, 12, .8);
  position: fixed;
  top: 0;
  right: -18rem;
  width: 18rem;
  height: 100%;
  transition: all 0.5s linear;
  z-index: 9999;
}
.menu-icon{
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  cursor: pointer;
}
.menu-title{
  position: absolute;
  top: 3.5rem;
  left: 2rem;
  color: #01FDFD;
  font-size: 1.3rem;
}
.menu-lists{
  width: 70%;
  position: absolute;
  top: 6rem;
  left: 15%;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
}
.up{
  display: none;
}
.menu-lists li{
  margin-top: 2rem;
  cursor: pointer;
  user-select: none;
}


ul.product-ul{
  display: none;
  background-color: rgba(4, 0, 12, .8);
  position: absolute;
  left: -2rem;
  list-style: none;
  padding: 0 20px;
  z-index: 100;
}
ul.product-ul li{
  width: 150px;
  color: #fff;
}
ul.product-ul li:hover{
  color: #007FE0;
}

.product ul{
  list-style: none;
  padding-left: 0;
}
.product span{
  float: left;
}
.product img{
  float: left;
  margin-top: 0.5rem;
  width: 0.8rem;
  height: 0.45rem;
  margin-left: 1.2rem;
}
.content-main-img img{
  width: 75%;
  margin: 0 auto;
}




	/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
  width: 5px;  
  height: 110px;  
  background-color: #F5F5F5;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
  border-radius: 10px;  
  background-color: #F5F5F5;  
}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
  border-radius: 10px;  
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
  background-color: #bdbdbd;  
}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.4);
}
/*IE滚动条颜色*/
html {
  scrollbar-face-color:#bfbfbf;/*滚动条颜色*/
  scrollbar-highlight-color:#000;
  scrollbar-3dlight-color:#000;
  scrollbar-darkshadow-color:#000;
  scrollbar-Shadow-color:#adadad;/*滑块边色*/
  scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/
  scrollbar-track-color:#eeeeee;/*背景颜色*/
}
.zoom{
  animation: zoom 300ms ease-in-out;
}
@keyframes zoom{
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

.animationBottom{
  animation: bounceBottom 2s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-iteration-count: 1;
}
.animationLeft{
  animation: bounceLeft 2s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-iteration-count: 1;
}
.animationRight{
  animation: bounceRight 2s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-iteration-count: 1;
}
@keyframes bounceRight {
  0% {
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transform: translate3d(20px, 0, 0);
  }
  75% {
    transform: translate3d(0px, 0, 0);
  }
  90% {
    transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceLeft {
  0% {
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transform: translate3d(-20px, 0, 0);
  }
  75% {
    transform: translate3d(0px, 0, 0);
  }
  90% {
    transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes bounceBottom {
  0% {
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, 0px, 0);
  }
  90% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes fadein {
  0% { opacity: 0; }
  25% { opacity: 0.25; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  25% { opacity: 0.75; }
  50% { opacity: 0.5; }
  75% { opacity: 0.25; }
  100% { opacity: 0; }
}
@keyframes productFadein {
  0% { opacity: 0; }
  20% { opacity: 0.2; }
  40% { opacity: 0.4; }
  60% { opacity: 0.6; }
  80% { opacity: 0.8; }
  100% { opacity: 1; }
}
.animation-fadein{
  animation: fadein 0.3s;
}
.animation-product-fadein{
  animation: productFadein 1s;
}
.animationFadeout{
  animation: fadeout 0.3s;
}

