@charset "gb2312";

body,p,pre,ul,li{
    margin: 0;
    padding: 0;
}
#client{
    position: relative;
    font-size: 14px;
    min-width: 1000px;
    font-family: Î¢ÈíÑÅºÚ, serif;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
*{
    color: #6a6a6a
}


#header{
    height: 487px;
    background: #2C94BB url(imghgxdtitle.jpg) no-repeat center 100px;
    overflow: hidden;
}
#main .r{
    overflow: hidden;
}
#main .r1{
    text-align: center;
    background-color: #eee;
    padding: 22px 0;
}
#main .r1 span{
    display: inline-block;
    vertical-align: top;
}
#main .r1 .left{
    width: 120px;
    height: 185px;
    background-color: #C9C9C9;
    font-size: 63px;
    font-weight: bold;
    color: #A85C5C;
    font-family: ËÎÌå, serif;
    line-height: 90px;
}
#main .r1 .right{
    color: #a85b5b;
    font-size: 16px;
    width: 832px;
    margin-right: 30px;
    text-align: left;
    line-height: 29px;
}
#main .r2{
    margin-top: 15px;
}
#main .r2 .panel{
    width: 1000px;
    margin: auto;
}
#main .r2 .slider{
    width: 590px;
    height: 327px;
    overflow: hidden;
    float: left;
    position: relative;
	cursor: pointer;
}
#main .r2 .slider .container{
    height: 100%;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
}
#main .r2 .slider .container .item{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
#main .r2 .slider .container .item img{
    width: 100%;
    height: 100%;
}
#main .r2 .slider .container .item .desc{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: black;
    background-color: rgba(0,0,0, 0.4);
    z-index: 1;
    font-size: 17px;
    color: white;
}
#main .r2 .slider .container .item .desc:before{
    content: "";
    display: inline-block;
    width: 15px;
}
#main .r2 .slider .pagins{
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    text-align: right;
    font-size: 0;
}
#main .r2 .slider .pagins .pagin{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 10px;
    vertical-align: middle;
}
#main .r2 .slider .pagins .pagin.selected{
    background-color: #ddd;
}

#main .r2 .list{
    float: right;
    width: 380px;
    line-height: 29px;
}
#main .r2 .list li{
    list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main .r3 .title{
    text-align: center;
    font-size: 35px;
    font-family: ËÎÌå, serif;
    font-weight: bold;
    line-height: 95px;
    color: #2591B7;
}
#main .r3 .panel{
    width: 1000px;
    margin: auto;
}
#main .r3 .content{
    overflow: hidden;
    width: 1050px;
}
#main .r3 .content .block{
    float: left;
    width: 248px;
    margin-right: 2px;
}
#main .r3 .content .block .head{
    height: 83px;
    background-color: #DD9E37;
    font-weight: bold;
    font-family: ËÎÌå, serif;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
#main .r3 .content .block .head p{
    color: white;
}
#main .r3 .content .block .head .p1{
    font-size: 29px;
    margin-top: 11px;
}
#main .r3 .content .block .head .p2{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 6px;
}
#main .r3 .content .block.block2 .head .p2{
    font-size: 18px;
}
#main .r3 .content .block .body{
    line-height: 25px;
    padding: 25px 15px 20px 15px;
    text-align: center;
    font-size: 15px;
    background-color: #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#main .r3 .content .block .cut{
    display: block;
    height: 25px;
}
#main .r3 .content .block.block2 .cut{
    height: 15px;
}

#main .r4 .title{
    text-align: center;
    font-size: 35px;
    font-family: ËÎÌå, serif;
    font-weight: bold;
    line-height: 110px;
    color: #2591B7;
}
#main .r4 .block{
    width: 924px;
    margin: 0 auto 18px auto;
    font-size: 18px;
    border-radius:  20px;
    background-color: #e4e4e4;
    padding: 18px;
    letter-spacing: 2px;
    line-height: 29px;
}
#main .r4 .block.blue{
    color: #2D80B4;
}
#main .r4 .block.brown{
    color: #B18D2D;
}

#footer{
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    background-color: #2591B7;
    margin-top: 20px;
}
#footer *{
    color: white;
}

