.index-header,.header {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: fixed;
  /* background-color: rgba(255, 255, 255, 0.4); */
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 10px 1px #eeeeee;
}
.header-box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
  /* padding: 0 50px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-box {
  width: 207px;
  height: 60px;
}
.icon-box img {
  width: 100%;
  height: 100%;
}
.navigation {
  width: 60%;
}
.navigation > ul {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 1px;
}
.navigation ul li {
  position: relative;
  z-index: 100;
}
.tab-active {
  color: #009ce7 !important;
}
.navigation ul li a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px 0;
}
.navigation .menu {
  color: #333333;
}
.navigation .menu a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px 0;
}
.navigation .menu a:hover {
  background: none;
  background-color:rgba(255, 255, 255, .9) ;
  color: #333;
}
.navigation ul li ul {
  padding-top: 20px;
  background-color:rgba(255, 255, 255, .8) ;
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: none;
  border-radius: 0 0 5px 5px;
}

.navigation ul li ul li {
  text-align: center;
  width: 100%;
}
/* footer 底部css */
.footer {
  width: 100%;
  height: 381px;
  background: url("../image/footer-bg.jpg") no-repeat center bottom;
}
.footer-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 70px 0;
  justify-content: space-between;
}
.footer-main .left-box {
  width: 24%; 
  text-align: justify;
  color: #eee;
  line-height: 22px;
}
.footer-main .left-box img {
  width: 201px;
  height: 61px;
  margin-bottom: 20px;
}
.footer-main .center-box {
  color: #f0f0f0;
}
.footer-main .center-box h1{
  font-size: 30px;
  border-left: 4px solid #fff;
  padding-left: 10px;
  color: #bfbfbf;
  margin-bottom: 20px;
}
.footer-main .center-box p{
  padding: 5px 0;

}
.footer-main h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-text {
  border-top: 1px solid #bfbfbf;
}
.footer-text p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #f0f0f0;

}
.w-1200 {
  width: 1200px;
  margin: 60px auto;
}
.title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.title .title-cn {
  font-size: 30px;
  color: #333333;
}

.title .title-en {
  font-size: 18px;
  color: #999999;
}

.title .title-line {
  margin-top: 15px;
  width: 30px;
  height: 5px;
  background-color: #009fe4;
}
@media screen and (max-width: 1500px) {
  .title {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .title .title-cn {
    font-size: 24px;
  }
  
  .title .title-en {
    font-size: 16px;
  }
  .title .title-line {
    margin-top: 10px;
  }
}
.whitebg{ background:none; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);   box-shadow: 0 0 0 rgba(0,0,0,0);}
.whitebg:hover{ background:#FFFFFF; -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);   box-shadow: 0 0 22px rgba(0,0,0,.15); }
.whitebg li>a{ color: #FFFFFF; text-shadow: 0 4px 8px rgba(0,0,0,.4); -webkit-text-shadow: 0 4px 8px rgba(0,0,0,.4);}
.whitebg:hover li>a{ color: #222222;}
.whitebg:hover li>a{ text-shadow: 0 0 0 rgba(0,0,0,0); -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);}
