@charset "utf-8";
/* CSS Document */

body{ background:url(img/bg.jpg) no-repeat top center; margin:0px; padding:0px; text-align:center;font-family:"微软雅黑";}
.fl{ float:left;}
.fr{ float:right;}
ul,h2,h3,h4,h5,p{ margin:0px; padding:0;}
ul li{ list-style:none;}
img{ border:0;}
.fl{ float:left;}
.fr{ float:right;}

.top{ width:1100px; margin:0px auto;}
.logo{ margin-top:30px;}
.img_center{ width:1000px;  margin:0px auto; text-align:center;}
.abbox{ width:1060px; margin:0px auto;}
.icon-box{ margin:0px auto; width:1107px; overflow:hidden;}
.icon-box ul{ width:1145px; margin:15px auto; overflow:hidden;}
.icon-box ul li{ float:left; margin-right:61px; margin-left:25px;	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out; cursor:pointer;
}
.icon-box ul li:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.img_center2{ width:1060PX; margin:0PX auto;}
.img3{ width:1001px; margin:20px auto; overflow:hidden;}
.a_box{  margin:20px auto; }
.a_box button {width:397px; height:93px;  position: relative; display: block; margin: 0px auto; text-decoration: none; text-align: center; /* text-shadow: 2px 2px 2px #3a7faa; */ box-shadow: 0px 5px 0px #e0d404, 0px 9px 25px rgba(0, 0, 0, 0); transition: all .1s ease; -webkit-transition: all .1s ease; color: white; background-color: #fff100; border-radius: 8px; border: none; outline: 0 none;    overflow: hidden; cursor: pointer; font: bold 28px/65px Arial; }
.a_box button img{ width:100%;}
.a_box button:active { box-shadow: 0px 3px 0px #b9ae19, 0px 3px 6px rgba(0, 0, 0, 0.3); top: 6px; }
.ft_tc{ text-align:center; font-size:16px; color:#fff; margin:30px auto; font-family:"微软雅黑";}
.ft_tc ul{ width:260px; margin:10px auto; overflow:hidden; padding-top:30px;}
.ft_tc ul li{ float:left; margin:0 20px; font-size:14px; text-align:center;}
.ft_tc ul li img{ height:90px;}
