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


body{width:100%; min-width:1000px;}

header{width:100%;}
.head_nav{width: 451px; height: 101px; margin: 58px auto 46px auto; padding-left: 20px}

.head_nav li, .foot_nav ul li{float: left; height: 101px;}
.head_nav li a, .foot_nav ul li a{height: 101px; display:block; text-indent: -9999px;}

.nav01{width: 48px; margin-right: 22px;}
.nav01 a{width: 48px; background: url("../images/wildwallets/navi.gif") 0 0 no-repeat;}
.nav02{width: 60px; margin-right: 24px;}
.nav02 a{width: 60px; background: url(../images/wildwallets/navi.gif) -70px 0 no-repeat;}
.nav03{width: 102px;}
.nav03 a{width: 102px; background: url(../images/wildwallets/navi.gif) -154px 0 no-repeat;}
.nav04{width: 75px; margin-left: 24px;}
.nav04 a{width: 75px; background: url(../images/wildwallets/navi.gif) -280px 0 no-repeat;}
.nav05{width: 74px; margin-left: 22px;}
.nav05 a{width: 74px; background: url(../images/wildwallets/navi.gif) -377px 0 no-repeat;}


.main_img{width:565px; height:400px; overflow:hidden; background-color:#fff; margin: 0 auto;}
.main_img img{height:100%; display:block; -webkit-animation:inout 20s; -webkit-animation-iteration-count:1; -moz-animation:inout 20s; -moz-animation-iteration-count:1; animation:inout 20s; animation-iteration-count:1;}
@-webkit-keyframes inout {
  0%{-webkit-transform:scale(1.3);}
  100%{-webkit-transform:scale(1);}
}
@-moz-keyframes inout {
  0%{-moz-transform:scale(1.3);}
  100%{-moz-transform:scale(1);}
}
@keyframes inout {
  0%{transform:scale(1.3);}
  100%{transform:scale(1);}
}


.about{width: 900px; margin: 0 auto; padding: 50px 0;}
.about_l{float: left; width: 250px;}
.about_r{float: right; width: 650px;}
.about_r .p01{font-size: 15px; font-weight: bold; line-height: 140%; padding-bottom: 15px;}
.about_r .p02{font-size: 11.5px; line-height: 185%; color: #666;}



.news{width:100%; background-color:#eee;}
.news div{width:800px; margin:0 auto; padding:65px 0; text-align:center;}
.news a{color:#333;}

.news table{border-top:1px solid #000; border-bottom:1px solid #000; margin-top:40px;}
.news table tr td{text-align:left;}
.news_td{border-bottom:1px dotted #999;}
.news_td01{width:110px; padding-left:13px; font-weight:bold; font-size:14px;}
.news_td02{padding:30px 0 30px 3px; color:#666; border-bottom:1px solid #ccc;}
.news_td03{padding:30px 0 30px 3px; color:#666;}


.foot_nav{width:100%; border-top:1px solid #ccc;}
.foot_nav div{width:1000px; margin:0 auto;}
.foot_nav ul{width: 451px; height: 101px; margin: 20px 0 20px 274px; float: left;}
.scroll_top{float:right; margin-top:35px;}

footer{width:100%; height:380px; background-color:#ccc;}
.foot_logo{width:238px; height:66px; margin:0 auto; padding:50px 0 30px 0;}
.foot_zip{width:280px; height:100px; margin:0 auto;}
.foot_mail{width:239px; height:21px; margin:0 auto;}
.foot_mail a{display:block; width:239px; height:21px;}
.foot_mail a:hover{border-bottom:1px solid #000;}
.foot_superD{width: 135px; margin: 20px auto 0 auto;}



