.select_ban {
    width: 100%;
    height: 266px;
    position: relative;
}

.select_ban img {
    width: 1920px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}

.title {
    padding: 60px 0px;
}

.h_title.buy {
    padding: 63px 0 82px 0;
}

.h_title .div1 {
    width: 250px;
}

.h_title.buy .div1 strong {
    font-size: 16px;
}

.h_title.buy .div1 span {
    top: 10px;
}

.h_title div .span1 {
    left: 0px;
}

.que_con {
    width: 1108px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 92px;
}

.que_con_left {
    float: left;
    width: 519px;
    height: 337px;
    border: 1px solid #dcdcdc;
    padding: 13px;
    overflow: hidden;
}

.que_con_left img {
    width: 100%;
}
.que_con_left:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.05);
    transition: 0.4s all linear;
}
.que_con_right {
    float: left;
    width: 495px;
    position: absolute;
    top: -28px;
    right: 0;
}

.que_con_right li {
    height: 25px;
    padding-top: 37px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
    padding-left: 32px;
}

.que_con_right li span {
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    background: #a1a1a1;
    position: absolute;
    top: 45px;
    left: 0px;
}

.que_con_right li a {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.que_con_right li:hover{
    border-bottom:1px dashed #df111c;
}
.que_con_right li:hover span {
    background: #df111c;
}

.que_con_right li:hover a {
    color: #df111c;
}

.h_title.que {
    padding: 51px 0 30px 0
}

.changjian {
    background: url("../img/queBigBg.jpg");
    padding-bottom: 100px;
    background-size: 100% 100%;
}

.changjian .box {
    max-width: 1215px;
    margin: 0 auto;
    position: relative;
    background: white;
    padding:33px;
}

.changjian .box .left {
    padding-top: 24px;
    margin-bottom: 25px;
    min-height: 160px;
}

.changjian .box .left span {
    width: 30px;
    font-size: 20px;
    color: #969696;
    position: absolute;
    top: 1px;
    *top: 2px;
    left: 10px;
}

.changjian .box .left a {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.changjian .box .left li {
    height:46px;
    line-height: 46px;
    position: relative;
    padding-left: 45px;

}

.changjian .box .left li:hover {
    background: #efeeee;
}

.changjian .box .left li:hover span {
    color: #c70203;
}

.changjian .box .left li:hover a {
    color: #c70203;
}

.changjian .box dt span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 49px;
    height: 49px;
    background: url("../img/queBanner.png");
}

.changjian .box dt span.ico1 {
    background-position: -1px -2px;
}

.changjian .box dt span.ico2 {
    background-position: -1px -53px;
}

.changjian .box dt span.ico3 {
    background-position: 0px -110px;
}

.changjian .box dt span.ico4 {
    background-position: -1px -171px;
}
.changjian .box dt span.ico5{
    background-position: -1px -228px;
}

.changjian .box dt dt {
    color: #d0cccc;
    font-size: 12px;
}

.changjian .box dt dd {
    font-size: 15px;
    color: #333;
}

.changjian .box dt.tit {
    position: relative;
    border-bottom: 2px solid #c3c3c3;
}

.changjian .box dt dl {
    position: absolute;
    top: 7px;
    left: 55px
}

.changjian .box dd.pos {
    position: relative;
}

.changjian .box .right {
    float: left;
    position: absolute;
    right: 100px;
    width: 388px;
}
.changjian .box .right:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.05);
    transition: 0.4s all linear;
}

.changjian .box .right img {
    width: 100%;
}
.changjian .box .right.r1{
    top:138px;
}
.changjian .box .right.r2{
    top:67px
}
.changjian .box .right.r3{
    top:32px
}
.changjian .box .right.r4{
    top:40px;
}
.changjian .box .right.r5{
    top:100px;
}
.que_bot {
    padding-top: 74px;
    padding-bottom: 89px;
}
.que_bot p{
    font-size: 29px;
    text-align: center;
    color:#545454 ;
    padding-bottom:40px;
}

.que_bot a{
    display: block;
    width: 166px;
    height:46px;
    line-height: 46px;
    background: url("../img/button.png");
    background-position: 0px -1052px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin:  0 auto;
    text-align: center;
}
.que_bot a:hover{
    background-position: 0px -1117px;
    color:#c70203;
}
@media screen and (min-width: 300px) and (max-width: 1200px){

    .changjian .box {
      width: 800px;
    }
    .changjian .box .right {
        right: 33px;

    }
}
