@charset "UTF-8";
/*****header*****/
#header {
  width: 100%;
  height: 120px;
}
#header .top .logo {
  width: 380px;
  height: 120px;
  background: url('../img/logo.jpg') no-repeat center center;
}
#header .top .right {
  width: 820px;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
}
#header .top .right .search {
  padding: 5px 10px;
}
#header .top .right .search input#keyword {
  width: 122px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #0188AA;
  outline: none;
  text-indent: 10px;
  font-size: 12px;
}
#header .top .right .search input[type="submit"] {
  width: 34px;
  height: 22px;
  border: none;
  background: #0188AA url('../img/search.png') no-repeat center center;
}
#header .top .right .lang {
  color: #999;
}
#header .top .right .lang > a {
  color: #999;
  font-size: 12px;
}
#header .top .right .lang > a.hover {
  color: #0188AA;
}
#header .top .topbar .li1 {
  position: relative;
  float: left;
}
#header .top .topbar .li1:nth-child(4) .hide {
  width: 150px;
  left: 50%;
  margin-left: -75px;
}
#header .top .topbar .li1 > a {
  display: block;
  padding: 20px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .top .topbar .li1 > a.hover {
  color: #0188AA;
}
#header .top .topbar .li1 > a:hover {
  color: #0188AA;
}
#header .top .topbar .li1 .hide {
  display: none;
  position: absolute;
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33000000', endColorstr='#33000000');
  background-color: rgba(0, 0, 0, 0.2);
  min-width: 106px;
  top: 70px;
  z-index: 999;
}
:root #header .top .topbar .li1 .hide {
  /*
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
        */
  filter: none;
}
#header .top .topbar .li1 .hide .li2 > a {
  top: 20px;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 2;
  color: white;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .top .topbar .li1 .hide .li2 > a:hover {
  color: #0188AA;
}
/*****footer1*****/
#footer1 {
  padding: 50px 0;
}
#footer1 .ul1 .li1 {
  float: left;
  margin-right: 80px;
  text-align: center;
}
#footer1 .ul1 .li1 > a {
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer1 .ul1 .li1 > a:hover {
  color: #0188AA;
}
#footer1 .ul1 .li1 > a.hover {
  color: #0188AA;
}
#footer1 .ul1 .li1 .ul2 {
  margin-top: 20px;
}
#footer1 .ul1 .li1 .ul2 .li2 {
  text-align: center;
}
#footer1 .ul1 .li1 .ul2 .li2 > a {
  font-size: 16px;
  color: #999;
  line-height: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer1 .ul1 .li1 .ul2 .li2 > a:hover {
  color: #0188AA;
}
#footer1 .ewm > p {
  text-align: center;
  font-size: 20px;
  color: #333;
  padding: 15px 0;
}
#footer2 {
  background: #666666;
}
#footer2 .copy {
  padding: 15px 0;
  text-align: center;
}
#footer2 .copy > span {
  color: #e1e1e1;
  font-size: 12px;
  margin-right: 20px;
}
#footer2 .copy > a {
  color: #e1e1e1;
  font-size: 12px;
  margin-right: 20px;
}
