* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background: url(../img/bg.jpg) no-repeat center top;
}

img{
    border: 0px;
}

a {
    text-decoration: none;
}

.main {
    width: 1250px;
    height: 925px;
    margin: 0 auto;
}

.header {
    width: 760px;
    height: 180px;
    margin: 35px auto 0 auto;
}

.logo {
    width: 104px;
    height: 180px;
    float: left;
}

.title {
    width: 585px;
    height: 100px;
    float: right;
    margin-top: 35px;
}

.left {
    width: 62px;
    height: 394px;
    background: url(../img/left.png) no-repeat;
    margin-top: 140px;
    float: left;
}

.left_a {
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
}

.left_a a {
    display: block;
    width: 62px;
    height: 62px;
}

.left_fenxiang div{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-bottom: 9px;
}
.left_fenxiang_qq{
    background: url(../img/qq.png) no-repeat right;
}
.left_fenxiang_sina {
    background: url(../img/sina.png) no-repeat right;
}
.left_fenxiang_wx {
    background: url(../img/wx.png) no-repeat right;
}
.left_fenxiang_qq:hover{
    background: url(../img/qqC.png) no-repeat right;
}
.left_fenxiang_sina:hover {
    background: url(../img/sinaC.png) no-repeat right;
}
.left_fenxiang_wx:hover {
    background: url(../img/wxC.png) no-repeat right;
}

.left_fenxiang a {
    display: block;
    width: 40px;
    height: 40px;
}

#wx_ewm{
    width: 112px;
    height: 138px;
    position: relative;
    left: 68px;
    top: -100px;
    z-index: 3;
    background-image: url(../img/wxBg2.png);
    display: none;
}

.right {
    width: 1166px;
    height: 696px;
    float: right;
}

.right_chunwu {
    width: 565px;
    height: 696px;
    float: left;
    background: url(../img/img_left.png) no-repeat;
    position: relative;
}

.right_chunwuimg {
    position: absolute;
    left: 190px;
    top: 400px;
    width: 168px;
    height: 169px;
}

.right_jingdian {
    width: 601px;
    height: 696px;
    float: right;
    background: url(../img/img_right.png) no-repeat;
    position: relative;
}

.right_jingdianimg {
    position: absolute;
    left: 40px;
    top: 400px;
    width: 168px;
    height: 169px;
}