@charset "gb2312";

body,dl,dt,dd,p,pre{
    margin: 0;
}
a img{
    border: none;
}

*{
    color: #333;
}
a{
    text-decoration: none;
}
a:hover{
    color:#666;
}
body{
    font-size: 15px;
}

#head{
    background: url(imgqcpjzlhhead_banner.jpg) no-repeat center top;
    height: 534px;
}

#main{
    width: 1000px;
    margin: auto;
}

#main .r1{
    background-color: #77C1E4;
    border-radius: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    line-height: 30px;
    color: white;
    color: rgba(255,255,255,0.85);
}

#main .r2{
    margin-top: 15px;
}
#main .r2 .left_block{
    float: left;
    width: 485px;
}
#main .r2 .left_block .head{
    border-bottom: 1px solid #2FA1D5;
    height: 37px;
    line-height: 37px;
    padding-left: 5px;
}
#main .r2 .left_block .head .text1{
    font-size: 25px;
    letter-spacing: 2px;
}
#main .r2 .left_block .head .text2{
    color: #169DD7;
    font-size: 17px;
    vertical-align: baseline;
}
#main .r2 .left_block .list{
    margin-top: 7px;
    overflow: hidden;
}
#main .r2 .left_block .list .item *{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .r2 .left_block .list .item{
    padding-left: 5px;
}
#main .r2 .left_block .list .item dt{
    margin-top: 18px;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}
#main .r2 .left_block .list .item dd{
    margin-top: 13px;
    line-height: 20px;
	color: #999;
}

#main .r2 .right_block{
    width: 501px;
    float: right;
    height: 375px;
    overflow: hidden;
}
#main .r2 .right_block .slider{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#main .r2 .right_block .slider .wrapper{
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
#main .r2 .right_block .slider .wrapper .item{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
#main .r2 .right_block .slider .wrapper .item img{
    width: 100%;
    height: 100%;
}
#main .r2 .right_block .slider .wrapper .item span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background-color: black;
    background-color: rgba(0,0,0, 0.5);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
#main .r2 .right_block .slider .wrapper .item span:before{
    content: "";
    display: inline-block;
    width: 10px;
}
#main .r2 .right_block .slider .pagins{
    position: absolute;
    height: 30px;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    z-index: 999;
}
#main .r2 .right_block .slider .pagins .pagin{
    margin-top: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
#main .r2 .right_block .slider .pagins .pagin.selected{
    opacity: 1;
    filter: alpha(opacity=100);
}
#main .r{
    overflow: hidden;
}
#main .r .head_lab{
    background: url(../img/qcpjzlh/lab_bg.png) no-repeat;
    width: 1000px;
    height: 52px;
    line-height: 52px;
    color: white;
    cursor: default;
    font-size: 23px;
    font-family: ºÚÌå, serif;
    letter-spacing: 5px;
    padding-left: 10px;
}

#main .r3{
    margin-top: 45px;
}
#main .r3 .content_box{
    width: 1050px;
    margin-top: 18px;
}
#main .r3 .content_box .item{
    width: 328px;
    height: 216px;
    margin-right: 8px;
    margin-bottom: 14px;
    float: left;
    position: relative;
}
#main .r3 .content_box .item img{
    width: 100%;
    height: 100%;
}
#main .r3 .content_box .item span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    background-color: black;
    background-color: rgba(0,0,0, 0.5);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
#main .r3 .content_box .item span:before{
    content: "";
    display: inline-block;
    width: 8px;
}

#main .r4{
    margin-top: 7px;
}
#main .r4 .board{
    margin: 20px auto 0 auto;
    width: 998px;
    height: 548px;
    position: relative;
}
#main .r4 .board .imgs{
    width: 100%;
    height: 100%;
    position: relative;
}
#main .r4 .board .imgs img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s ease;
    transition-property: visibility, opacity;
}
#main .r4 .board .imgs img.show{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#main .r4 .board .nav{
    width: 758px;
    height: 55px;
    position: absolute;
    bottom: 15px;
    right: 5px;
    z-index: 999;
}
#main .r4 .board .nav .bre{
    margin: auto;
    width: 702px;
    height: 55px;
    position: relative;
    overflow: hidden;
}
#main .r4 .board .nav .bre .wrapper{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
}
#main .r4 .board .nav .bre .wrapper img{
    width: 74px;
    height: 51px;
    border: 2px solid transparent;
    cursor: pointer;
}
#main .r4 .board .nav .bre .wrapper img.selected{
    border-color: white;
}
#main .r4 .board .nav .arrow{
    position: absolute;
    top: 12px;
    width: 19px;
    height: 29px;
    cursor: pointer;
}
#main .r4 .board .nav .arrow.a_left{
    left: 2px;
    background: url(imgqcpjzlha_left.png) no-repeat;
}
#main .r4 .board .nav .arrow.a_right{
    right: 2px;
    background: url(imgqcpjzlha_right.png) no-repeat;
}

#main .r4 .board .desc{
    z-index: 10;
    font-size: 20px;
    letter-spacing: 2px;
    height: 74px;
    line-height: 74px;
    padding-left: 18px;
    position: absolute;
    bottom: 0;
    color:white;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
    width: 980px;
}
#main .r4 .board .desc span{
    display: inline-block;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer{
    margin-top: 26px;
    height: 155px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #9CAAAB;
}
#footer *{
    color: white;
}