@charset "gb2312";

body,pre,ul,dl,li,dt,dd,p{
    margin: 0;
    padding: 0;
}
a img{
    border: none;
    display: inline-block;
}
*{
    color: #555;
}
body{
    font-size: 15px;
    font-family: Î¢ÈíÑÅºÚ, serif;
}
a{
    text-decoration: none;
}
a:hover{
    color: #888;
}
li{
    list-style: none;
}
.bg_styling{
    height: 100%;
    float: left;
}



#client{
    min-width: 1310px;
}

#header{
    background: url(imgyzbsjdhead_bg.jpg) no-repeat center top;
    height: 600px;
}
#header .text_box{
    width: 1310px;
    margin: auto;
    position: relative;
    height: 100%;
}
#header .text_box .text{
    position: absolute;
    line-height: 30px;
    left: 0;
    bottom: 60px;
    width: 736px;
    font-size: 16px;
}

#main{
    width: 1000px;
    margin: auto;
}
#main .r{
    overflow: hidden;
}
#main .content{
    width: 1050px;
}

#main .r1 .head_lab{
    margin-top: 26px;
    margin-bottom: 22px;
    font-size: 35px;
    line-height: 50px;
}
#main .r1 .head_lab span{
    display: inline-block;
}
#main .r1 .head_lab .text1{
    color: white;
    background-color: #DF031C;
    margin-left: 9px;
    padding: 0 21px;
}
#main .r1 .head_lab .text2{
    color: #B5000F;
    padding: 0 19px;
}

#main .r1 .content .slider{
    width: 587px;
    height: 386px;
    position: relative;
    overflow: hidden;
    float: left;
}
#main .r1 .content .slider .wrapper{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}
#main .r1 .content .slider .wrapper .item{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 15px;
    position: relative;
}
#main .r1 .content .slider .wrapper .item img{
    display: block;
    width: 100%;
    height: 100%;
}
#main .r1 .content .slider .wrapper .item .desc{
    width: 100%;
    position: absolute;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
}
#main .r1 .content .slider .wrapper .item .desc:before{
    content: "";
    display: inline-block;
    width: 10px;
}

#main .r1 .content .slider .pagins{
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
    height: 30px;
}
#main .r1 .content .slider .pagins .pagin{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#main .r1 .content .slider .pagins .pagin{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#main .r1 .content .slider .pagins .pagin.selected{
    opacity: 1;
    filter: alpha(opacity=100);
}

#main .r1 .content .list{
    width: 400px;
    float: left;
    margin-left: 13px;
}
#main .r1 .content .list .lab{
    line-height: 40px;
    height: 40px;
    background-color: #eee;
}
#main .r1 .content .list .lab .text{
    background-color: #DE061D;
    padding: 0 10px;
    float: left;
    font-size: 22px;
    color: white;
}
#main .r1 .content .list .lab .more{
    color: #777;
    float: right;
    margin-right: 7px;
}

#main .r1 .content .list dl dt{
    font-size: 19px;
    color: #222;
    margin-top: 10px;
    line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#main .r1 .content .list dl dd{
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
}
#main .r1 .content .list dl dd .text{
    color: #777;
}
#main .r1 .content .list dl dd a{
    color: #B4000C;
}

#main .r1 .content .list ul{
    padding-left: 20px;
    line-height: 38px;
    margin-top: 14px;
}
#main .r1 .content .list ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main .r2{
    margin-top: 27px;
    padding: 18px;
    position: relative;
    background-color: #eee;
}
#main .r2 .text{
    line-height: 67px;
    text-align: center;
    font-size: 28px;
    color: #B2000E;
    letter-spacing: 5px;
    font-family: ËÎÌå, serif;
    font-weight: bold;
}
#main .r2 a{
    position: absolute;
    font-size: 17px;
    color: #B1010E;
    right: 25px;
    bottom: 19px;
}

#main .r3{
    margin-top: 27px;
}
#main .r3 .list{
    float: left;
    width: 495px;
    margin-right: 10px;
    margin-bottom: 12px;
    position: relative;
    min-height: 100%;
}
#main .r3 .list .lab{
    background-color: #eee;
    line-height: 43px;
    height: 43px;
}
#main .r3 .list .lab .text{
    display: inline-block;
    padding: 0 18px;
    color: white;
    font-size: 25px;
    background-color: #DE061D;
    letter-spacing: 1px;
}
#main .r3 .list:first-child .lab .text{
    padding: 0 8px;
}

#main .r3 .list .desc{
    color: #777;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 10px;
}
#main .r3 .list ul{
    line-height: 35px;
    width: 100%;
}
#main .r3 .list ul li{
    padding-left: 25px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main .r3 .list .more{
    position: absolute;
    right: 5px;
    bottom: 10px;
    padding: 1px 4px;
    background-color: #DC071D;
    color: white;
    z-index: 1;
    border-radius: 4px;
    font-size: 14px;
}

#main .r4{
    margin-top: 27px;
}
#main .r4 .head_lab{
    line-height: 70px;
    height: 70px;
    font-size: 36px;
    background-color: #eee;
}
#main .r4 .head_lab .text{
    display: inline-block;
    background-color: #DE061D;
    float: left;
    width: 224px;
    text-align: center;
    color: white;
}
#main .r4 .content_text{
    margin-top: 25px;
    line-height: 30px;
    text-indent: 2em;
    padding: 0 16px;
    text-align: justify;
}

#main .r5{
    margin-top: 27px;
}
#main .r5 .head_lab{
    line-height: 70px;
    height: 70px;
    font-size: 36px;
    background-color: #eee;
}
#main .r5 .head_lab .text{
    display: inline-block;
    background-color: #DE061D;
    float: left;
    width: 224px;
    text-align: center;
    color: white;
}
#main .r5 .content{
    margin-top: 24px;
}
#main .r5 .content .item{
    width: 328px;
    margin-right: 8px;
    height: 250px;
    margin-bottom: 15px;
    float: left;
    position: relative;
}
#main .r5 .content .item img{
    width: 100%;
    height: 100%;
}
#main .r5 .content .item .desc{
    position: absolute;
	left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    height: 25px;
    line-height: 25px;
    color: white;
    width: 100%;
}
#main .r5 .content .item .desc:before{
    content: "";
    display: inline-block;
    width: 7px;
}

#main .r6 .item{
    float: left;
    width: 192px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border-radius: 11px;
    background-color:#eee;
}
#main .r6 .item .top{
    color: white;
    line-height: 58px;
    border-radius: 11px;
}
#main .r6 .item .text{
    line-height: 38px;
    padding: 19px 0;
}

#main .r7{
    margin-top: 20px;
}
#main .r7 .head_lab{
    line-height: 70px;
    height: 70px;
    font-size: 36px;
    background-color: #eee;
}
#main .r7 .head_lab .text{
    display: inline-block;
    background-color: #DE061D;
    float: left;
    width: 298px;
    text-align: center;
    color: white;
}
#main .r7 .content{
    margin-top: 25px;
    margin-left: -50px;

}
#main .r7 .content .block{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}
#main .r7 .content .block1{ height: 763px; width: 280px; }
#main .r7 .content .block2{ height: 414px; width: 350px; }
#main .r7 .content .block3{ height: 414px; width: 350px; }
#main .r7 .content .block4{ height: 339px; width: 350px; }
#main .r7 .content .block5{ height: 339px; width: 350px; }

#main .r7 .content .block .title{
    text-align: center;
    color: #DC071B;
    font-size: 23px;
    line-height: 49px;
    margin-top: 10px;
}
#main .r7 .content .block .text{
    text-align: justify;
    line-height: 30px;
    padding: 10px;
    padding-top: 0;
    font-size: 16px;
}

#main .r8{
    margin-top: 15px;
    text-align: center;
}
#main .r8 .block{
    width: 495px;
}
#main .r8 .block.left{
    float: left;
}
#main .r8 .block.right{
    float: right;
}
#main .r8 .block .title{
    font-size: 23px;
    line-height: 43px;
    color: white;
    background-color: #DE061D;
}
#main .r8 .block .capsule{
    background-color: #F29C9F;
    width: 286px;
    margin: 21px auto;
    border-radius: 14px;
    line-height: 38px;
    color: #890B0C;
}
#main .r8 .block .capsule:first-child{
    margin-top: 23px;
}

#footer{
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
    background-color: #710310;
}
#footer *{
    color: white;
}


