@charset "utf-8";
/* CSS Document */

* {
        padding: 0;
        margin: 0;
}
ul li {
        list-style: none;
}
a {
        text-decoration: none;
}
img {
        border: none;
        float: left;
}
.clear {
        clear: both;
}
html, body {
        color: #737373;
        background:#ffffff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute
}
#container {
        width: 100%;
        position: absolute;
		left:50%;
		margin-left:-200px;
}
#indexgs {
        width: 1128px;
        height: 488px;
        position: relative;
}
#indexgs img {
        position: absolute;
}
#indexg2 {
        left: 1000px;
        top: 1000px;
}
#indexg1 {
        left: -1000px;
        top: 1000px;
        position: absolute
}
#indexg1 a {
        width: 244px;
        height: 51px;
        display: block;
        position: relative;
        top: 107px;
        left: 109px;
}
#indexg1 a:hover {
        width: 244px;
        height: 51px;
        display: block;
}
#indexg0 {
        left: 0;
        top: 1000px;
        position: absolute;
}
#indexg3 a {
       /* display: block;
        position: relative;
        top: 20px;
        left: -40px;*/
		color:#565656;
		 font-family:"微软雅黑";
		 text-align:center;
		 line-height:30px;
		 display:inline-block;
}
#indexg3 a .big_f{
	font-size:18px;
	font-weight:bold;
}
#indexg3 a .small_f{
	font-size:14px;
}
.button{
	margin-top:20px;
	margin-left:10px;
	display:inline-block;
}
.button a{
	width:104px;
	height:42px;
	line-height:42px;
 	background:#ff6e57;	
	color:#fff;
	text-align:center;
	float:left;
	margin-left:20px;
	font-size:12px;
	
	-webkit-transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
-o-transition:all ease 0.5s;
transition:all ease 0.5s;
	
}
.button a:hover{
	background:#ff5338;
		-webkit-transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
-o-transition:all ease 0.5s;
transition:all ease 0.5s;
}