@charset "UTF-8";
/*公共头部导航*/
 .index_bar ul{
  width:500px;
  height: 100%;
  margin: 0 auto;
 }
 .index_bar ul li{
    float: left;
  }
 .index_bar ul li a{
  position: relative;
  display: block;
  width: 100px;
  color:white;
  font-size:14px;
  text-align: center;
 }
  a i.line{
  position: absolute;
  display: block;
  left:50%;
  top:50%;
  margin-top:15px;
  margin-left: -14px;
  height: 2px;
  width: 0px;
  background: #007fda;
 }
/*search*/
#shop{
  position: absolute;
  width: 280px;
  height: 35px;
  top:40px;
  right:0;
}
#shop .lang {
  position: absolute;
  top:7px;
  left:0;
  color:white;
}
#shop .lang a{
  color:white;
}
#shop .search {
  position: absolute;
  top:0;
  right:0;
  margin-top: 5px;
}
#shop .search .key{
  border:none;
  outline: none;
  width: 200px;
  height: 25px;
  border-radius:20px;
  border:1px solid white;
  background: #5ea1d0;
  text-indent: 20px;
}
/*解决谷歌默认选中黄色背景*/
#shop .search .key:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #5ea1d0 inset;}
#shop .search .submit{
  position: absolute;
  top:4px;
  right:15px;
  border:none;
  width: 19px;
  height: 20px;
  cursor: pointer;
  background: url('../img/search.png') no-repeat center center;
}
 /*header_bar2*/
  #header_bar2{
    position: fixed;
    top:0;
    z-index: 998;
    width: 100%;
    height: 110px;
    background: #5ea1d0;
    box-shadow: 0 0 15px 2px #fff;
  }
  #header_bar2 .logo{
    margin-top: 20px;
  }
  #header_bar2 .index_bar{
    margin-left: 150px;
    height: 110px;
  }
  #header_bar2 .index_bar ul li a{
    height: 100%;
    line-height: 110px;
   }
   #header_bar2 .index_bar ul li a i.hover{
    width: 28px !important;
   }
/*footer*/
#footer1{
  width: 100%;
  height: 150px;
  background: #5da0cf;
  color:#ddd;
  font-size: 14px;
  padding-top: 50px;
}
#footer1 .logo{
  display: block;
  width: 320px;
  height: 110px;
  margin-right: 160px;
}
#footer1 .contact{
  width: 600px;
}
#footer1 .contact p span{
  margin-right: 65px;
}
#footer1 .contact p .ddd1{
    margin-left: 73px;
}
#footer1 .contact p .ddd2{
    margin-left: 38px;
}
#footer1 .contact p .ddd3{
    margin-left: 46px;
}
#footer1 .contact p .sss1{
    margin-left: -33px;
}
#footer1 .contact p .sss2{
    margin-left: 99px;
}
#footer1 .contact p .sss3{
    margin-left: 108px;
}
#footer1 .contact p{
  margin:10px 0;
}
#footer1  .ewm{
  position: absolute;
  top:0;
  right:0;
  text-align: center;
  color:#ddd;
  font-size:18px;
}
#footer2{
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #ddd;
  background: #5da0cf;
  color:#ddd;
  font-size:12px;
}
#footer2 a{
  color:#ddd;
  font-size:12px;
}
