@charset "utf-8";
body{
  position: relative;
  height: 100%;
}
.yheaderbox {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.ylogoImg {
  height: 40px;
  margin-top: 10px;
}

.ynavbox {
  width: 1300px;
  display: inline-block;
}

.ynavList {
  height: 60px;
  text-align: right;
}

.ynavList li.ylogo {
  float: left;
  padding-left: 0;
}

.ynavList li {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
}

.ynavList>li {
  display: inline-block;
  position: relative;
}

.ynavList>li>ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
  background: #fff;
}

.ynavList>li>ul>li {
  height: 40px;
  line-height: 40px;
  text-align: left;
}

.ynavList>li:hover {
  background-image: -webkit-linear-gradient(to bottom, #29a7e114, #fff);
  background-image: linear-gradient(to bottom, #29a7e114, #fff);
}

.ynavList>li>ul a {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

.ynavList>li>a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  height: 57px;
}

.ynavList>li>ul a:hover {
  color: #29A7E1;
  cursor: pointer;
}

.ynavList>li>a:hover {
  border-bottom: 3px solid #29A7E1;
  color: #29A7E1;
  cursor: pointer;
}

.footer {
  position: relative;
  background-color: #15262F;
}

.footer a {
  color: #999;
  padding-left: 2px;
}

.ltab {
  /* display: table; */
  width: 100%;
  text-align: center;
  
}

.footer .lbot {
  /* display: table-row; */
  overflow: hidden;
  width:1300px;
  margin:0 auto;
  padding:20px 0;
}

.lbot div {
  /* display: table-cell; */
  color: #fff;
  
  vertical-align: top;
  
}
.lfirs{
  text-align: left;
  width:1100px;
}
.lsec{
  width:200px;
  text-align: left;

}

.footer .lbot p {
  margin: 0 auto;
  color: #999999;
}

.pad20 {
  padding-left: 40px;
  font-size: 14px;
}
p a {
  color:#999;
  padding-left:10px;
}

.lfir {
  padding-bottom: 10px;
}

.footer p img {
  vertical-align: middle;
}

.lintroduce {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color:#12222A;
}
.lintroduce div {
  color: #999999;
  height:60px;
  line-height: 60px;
  text-align: center;
}
.inline{
  display: inline-block;
}

.hide {
  display: none;
}
.footer .footerCodeimg{
  width:100px;
  height:100px;
}
.linkA{
  display:inline-block;
}