@charset "UTF-8";
/* 对整个项目初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  overflow-x:hidden;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}

ul,li{
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

.clearfix:after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.w {
    width: 12.00rem;
    margin: 0 auto;
    height: 100%;
    /* border: 1px solid #ccc; */
    position: relative;
  }
  .footer{
    /* height: 0.6rem; */
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
    border-radius: 5px;
    text-align: center;
  }
  .footer-w{
    height: 0.3rem;
    margin: 0 auto;
    width: 1300px;
	box-shadow:black 0px 0px 2px;
	background:url(../image/bg.png);
    /* background: #ccc; */
  }
  .footer a{
    font-size: 0.12rem;
    height: 100%;
    line-height: 0.3rem;
    font-weight: 600;
		color:#fff;

  }
  .copy{
    font-size: 0.12rem;
    width: 1300px;
    margin: 0 auto;
    text-align: right;
    color: #000;
  }
  .footer a:hover{
    color: #0094ff;
  }
  .footer li{
    float: left;
    width: 8%;
    /* margin: 0 20px; */
  }
  .footer ul{
    height: 100%;
    /* width: 12rem; */
  }
  .footer bb{
    width: 1.5rem;
  }
  .language a{
    float: left;
  }
  .logo{
    width: 3rem;
  }
  .header{
    height: 2rem;
    display: flex;
  }
  .header-title{
    font-size: 0.3rem;
    line-height: 2rem;
    font-weight: 600;
    text-decoration: underline;
  }