@charset "utf-8";
/* CSS Document */

/* 清除内外边距 和 c3 盒子模型 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: FZLTXHK--GBK1-0;
}
body {
  font: 16px/1.5 sans-serif;
  color: #333;
  background-color: #fff;
}
/* 取消li 的小点 */
li {
  list-style: none;
}
/* 不倾斜 */
em,
i {
  font-style: normal;
}
/* 取消下划线， 设置默认颜色 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #5eb69c;
}
/* 去掉图片底部缝隙 */
img {
  vertical-align: middle;
}

/* 鼠标变为小手 */
button {
  cursor: pointer;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
/* 照顾ie6 */
.clearfix {
  *zoom: 1;
}



#content{
    width: 100%;
}
.biaoti{
    margin: 0 auto;
    height: 129px;
}
.biaoti h3{
    width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 37px;
    height: 129px;
    line-height: 129px;
    font-family: FZLTXHK--GBK1-0;
}
.header{
    width: 950px;
    height: 481px;
    background:url("../image/header.png") no-repeat center;
    margin: 0 auto;
}
.gundong{
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    width: 912px;
    padding-left: 55px;
    border-radius: 20px;
    background: url("../image/laba.png") #f4ebeb no-repeat left; 
}
.dami{
    width: 880px;
    height: 544px;
    margin: 0 auto;
    background:url("../image/dami.png") no-repeat center;
}
.exchange_dami{
    width: 880px;
    height: 544px;
    margin: 0 auto;
    background:url("../image/dami.png") no-repeat center;
}
.exchange_niurou{
    width: 880px;
    height: 544px;
    margin: 0 auto;
    background:url("../image/niurou.png") no-repeat center;
}

#btn.clicked {
    background-image:url("../image/dami_hover.png");
    cursor: pointer;
}

.niurou{
    width: 880px;
    height: 544px;
    margin: 0 auto;
    background:url("../image/niurou.png") no-repeat center;
}
#btn1.clicked {
    background-image:url("../image/niurou_hover.png");
    cursor: pointer;
}
.bottom80{
    margin-bottom: 80px;
}
.bottom140{
    margin-bottom: 140px;
}
.bottom40{
    margin-bottom: 40px;
}
.top40{
    margin-top: 40px;
}
.button{
    width: 715px;
    height: 85px;
    line-height: 85px;    
    background: #126086;
    border-radius:10px;
    margin: 0 auto;
    color: aliceblue;
    font-size: 36px;
    text-align: center;
    font-family: FZLTXHK--GBK1-0;
}
.button a{
    color: aliceblue;
}
.footer{
    width: 950px;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 30px;
    margin-bottom: 60px;
}
.footer span{
    font-weight: 700;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    font-family: FZLTXHK--GBK1-0;
}
.footer p{
    font-size: 22px;
    line-height: 34px;
    font-family: FZLTXHK--GBK1-0;
}

/* 卡密 */
.dami_lihe{
    height: 210px;
    margin: 0 auto;
    background: url("../image/dami_lihe.png") no-repeat center;
}
.dami_kami{
    width: 950px;
    height: 420px;
    margin: 0 auto;
    padding-left: 30px;
}
.niurou_lihe{
    height: 210px;
    margin: 0 auto;
    background: url("../image/niurou_lihe.png") no-repeat center;
}
.niurou_kami{
    width: 950px;
    height: 420px;
    margin: 0 auto;
    padding-left: 30px;
}
.wenben{
    width: 880px;
    height: 78px;
    margin-top: 31px;
    border: 1px solid #6D6D6D;
    font-size: 24px;
    padding-left: 5px;
   
}
.exchange_footer{
    width: 925px;
    height: 476px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 50px;
    background: url("../image/exchange_footer.png") no-repeat center;
}
.exchange_footer .ding{
    height: 46px;
    width: 30px;
    background: url( "../image/ding.png")no-repeat left;
}
.exchange_footer span{
    font-weight: 700;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    font-family: FZLTXHK--GBK1-0;
}
.exchange_footer p{
    font-size: 22px;
    line-height: 34px;
    font-family: FZLTXHK--GBK1-0;
}
/* 填写地址 */
.dami_add{
    width: 950px;
    height: 530px;
    margin: 0 auto;
    padding-left: 30px;
}
.niurou_add{
    width: 950px;
    height: 530px;
    margin: 0 auto;
    padding-left: 30px;
}
.wenben_add{
    width: 410px;
    height: 78px;
    margin-top: 31px;
    border: none;
    border-bottom: 2px solid #6D6D6D;
    font-size: 24px;
    padding-left: 5px;
    outline:none;
}
.shengfen_tishi{
    height: 60px;
    line-height: 60px;
    color: red;
    font-size: 22px;
}

.left20{
    margin-left: 50px;
}












