@charset "utf-8";
.clr:before, .clr:after {
    content: "\0020";
    height: 0px;
    display: block;
    visibility: hidden;
}
.clr:after { clear: both; }
.clr { *zoom: 1; }

.ca-qs-all{
    width: 100%;
    font-family: 'Microsoft YaHei';
    background: #ffffff;
}
.ca-qs-content{
    position: relative;
    overflow: hidden;
    padding-bottom: 48px;
}
.ca-qs-main{
    width: 737px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/*交互1 begin*/
.ca-qs-qh{
    width: 737px;
    height: 234px;
    margin:10px auto;
    background: url(../images/qhbg.jpg) center top no-repeat;
    position: relative;
    overflow: hidden;
}
.ca-qs-qh ul{
    width: 254px;
    padding:5px 0 0 448px;
}
.ca-qs-qh ul li{
    float: left;
    width: 220px;
    border: #f1c375 2px solid;
    border-radius: 5px;
    margin-top: 5px;
    padding: 12px 12px;
}
.ca-qs-qh ul li:hover{
    background: #f1c375;
}
.ca-qs-qh ul li span{
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
}
.ca-qs-qh ul li p{
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
/*交互1 end*/

/*交互2 begin*/
.ca-qs-qh2{
    width: 737px;
    height: 234px;
    margin: 10px auto;
    background: url(../images/qhbg.jpg) center top no-repeat;
    position: relative;
    overflow: hidden;
}
.ca-qs-qh2 ul{
    width: 254px;
    padding:5px 0 0 448px;
}
.ca-qs-qh2 ul li{
    float: left;
    width: 224px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 14px 12px;
    border:none;
    background:rgba(255, 255, 255, 0.6)!important;
    filter:Alpha(opacity=60); 
    background:#fff;
    
}
.ca-qs-qh2 ul li:hover{
    width: 220px;
    padding: 12px 12px;
    border: #f1c375 2px solid;
    background: none!important;
    
}
.ca-qs-qh2 ul li span{
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
    position:relative;
}
.ca-qs-qh2 ul li p{
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    position:relative;
}
/*交互2 end*/
@media screen and (max-width: 800px) {
    
  
}
@media screen and (max-width: 750px) {
    /*交互1 begin*/
    .ca-qs-qh{
        width: 100%;
        height: auto;
        background: none;
    }
    .ca-qs-qh ul{
        margin: 0 auto;
        padding-left: 0;
    }
    /*交互1 end*/
    /*交互2 begin*/
    .ca-qs-qh2{
        width: 100%;
        height: auto;
        background: none;
    }
    .ca-qs-qh2 ul{
        margin: 0 auto;
        padding-left: 0;
    }
    /*交互2 end*/
}
@media screen and (max-width: 375px) {
   
}

@media screen and (max-width: 360px) {
   
}

@media screen and (max-width: 320px) {

}