@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
    border:0;
    font-family:"微软雅黑";
    list-style:none;
    text-decoration:none;
}
/*header部分开始*/
#header{
    width:100%;
    height:60px;
    position:relative;
}
#header img{
    position:absolute;
    top:12px;
    left:200px;
}

/*内容区域*/
#center{
    width:100%;
    background:#f7f2ec;
}
#center_1{
    width:1200px;
    height:650px;
    margin:0 auto;
    position:relative;
}
#center img{
    position:absolute;
    top:70px;
    left:0px;
}#box{
    width:420px;
    height:540px;
    background:white;
    position:absolute;
    top:50px;
    right:0px;
    box-shadow:0 0 20px #c8c8c8;;
 }
#box h5{
    font-size:16px;
    background:#eee;
    padding:8px 0px 8px 30px;
    color:#666;
    border-bottom:2px solid #d8d8d8;
}
#box #input1{
    display:block;
    border:1px solid #d8d8d8;
    width:280px;
    height:36px;
    margin:0 auto;
    margin-top:30px;
    padding-left:10px;
}
#box #input2{
    border:1px solid #d8d8d8;
    width:160px;
    height:36px;
    margin-top:30px;
    margin-left:64px;
    padding-left:10px;
}
#box #input3{
    border:1px solid #d8d8d8;
    width:100px;
    height:36px;
    margin-top:30px;
    outline:none;
    margin-left:16px;
    background:#f7f7f9;
    cursor:pointer;
}
#box .span1{
    display:block;
    position:absolute;
    top:110px;
    left:66px;
    font-size:12px;

}
#box .span2{
    display:block;
    position:absolute;
    top:180px;
    left:66px;
    font-size:12px;
}
#box a{
    display:block;
    width:300px;
    height:36px;
    background:#d2041f;
    margin: 0 auto;
    margin-top:60px;
    color:white;
    line-height: 36px;
    text-align: center;
    font-size:18px;
    border-radius:20px;
}
#box .div1{
    width:90px;
    height:2px;
    background:#e7e7e7;
    position:absolute;
    left:70px;
    bottom:200px;
}
#box .div2{
    width:90px;
    height:2px;
    background:#e7e7e7;
    position:absolute;
    right:70px;
    bottom:200px;
}
#box p{
    font-size:14px;
    position:absolute;
    right:167px;
    bottom:193px;
}
#box .ul{
    width:300px;
    height:36px;
    position:absolute;
    right:53px;
    bottom:100px;
}
#box .ul li{
    float:left;
    width:36px;
    height:36px;
    background:green;
    margin-right: 24px;
    cursor:pointer;
}
#box .ul .ul_1{
    background:url(../images/xuebi.gif)no-repeat -5px -69px;
}
#box .ul .ul_2{
    background:url(../images/xuebi.gif)no-repeat -67px -69px;
}
#box .ul .ul_3{
    background:url(../images/xuebi.gif)no-repeat -125px -69px;
}
#box .ul .ul_4{
    background:url(../images/xuebi.gif)no-repeat -187px -69px;
}
#box .ul .ul_5{
    background:url(../images/xuebi.gif)no-repeat -247px -69px;
}
/*footer开始*/
#footer{
    width:100%;
    height:80px;
    text-align: center;
    overflow:hidden;
}
#footer h6{
    color:#333;
    margin-top:20px;
}
#footer h6 a{
    padding:0px 6px;
    color:#333;
}
#footer h6 a:hover{
    text-decoration:underline;
}
#footer p{
    color:#ccc;
    font-size:12px;
    margin-top:10px;
}