@charset "utf-8";
/* CSS Document */
*{
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";

}
a{
  text-decoration: none;
}
body{
  background: url(../images/bg.jpg) no-repeat center;
  background-color: #000000;
  height: 1080px;
}
span{
  color: #ffff00;
}

.center_container{
  width: 1200px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.top_container{
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #272c2f;
}
.logo{
  width: 213px;
  height: 70px;
  background:url(../images/logo.png) center;
  float: left;
  margin-top: 15px
}
.Himg{
  width: 237px;
  height: 68px;
  background:url(../images/domain.png);
  float: left;
  margin-left: 120px;
  margin-top: 16px;
}
.btn_kf{
  width: 329px;
  height: 71px;
  background: url(../images/kf.png);
  display: block;
  float: right;
  margin-top: 16px;
}
.btn_kf:hover{
  width: 329px;
  height: 71px;
  background: url(../images/kfh.png);
  display: block;
  float: right;
  margin-top: 16px;
}
.img-t{
  width: 868px;
  position: relative;
  margin: 28px auto 36px;
}
.link_container{
  width: 1200px;
  height: 380px;  
  position: relative;
  margin: 0 auto;
}
.btn_top{
  width: 320px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  text-align: center;  
  top:-450px;
}
.btn_center{
  width: 1198px;
  height: 300px;
  border:solid 1px #4b5259;
  border-radius: 20px;
  position:relative;
  margin: 00px auto;
  background-color: #272c2f;
  padding-top: 40px;
  text-align:center;
}
.link_int{
  width: 650px;
  height: 68px;
  line-height: 68px;
  background-image: url(../images/btn3.png);

  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
  margin-bottom:  20px;
  float: left;

}
.link_a{
  width: 200px;
  height:68px;
  line-height: 68px;
  color: #000;
  font-size: 26px;
  background-image: url(../images/btnl.png);
  display: block;
  text-align: center;
  margin-right: 20px;
  float: left;
}
.link_a:hover{
  background-image: url(../images/btnlh.png);
}

.link_btn{
  width: 200px;
  height: 68px;
  line-height: 68px;
  color: #fff;
  font-size: 26px;
  background-image: url(../images/btnr.png);
  display: block;
  text-align: center;
  float: left;
}
.link_btn:hover{

  background-image: url(../images/btnrh.png);
}

.appdown{width:750px; height:214px;  position: relative; margin: 0 auto 40px;  text-align: center;}
.erweima{width:180px; height:214px; margin-top:20px;  text-align:center;}
.and{ float:left;}
.ios{ float:right;}
.textd{ color: #fff; font-size: 28px; line-height: 46px; padding-top: 40px;}

.footer{ width: 100%; height: 60px; background-color: #1f2326;
text-align: center;line-height: 60px; color:#d9d9d9; font-size: 16px}