/**
 * Created with JetBrains WebStorm.
 * User: qiuyun
 * Date: 13-12-13
 * Time: 下午3:44
 * To change this template use File | Settings | File Templates.
 */
body {
    background-color: #f1f1f1;
    font: 12px/1.5 arial, sans-serif;
}
.bg {
    min-width: 715px;
    background: url(../images/bg.jpg) no-repeat center top;
}
.container {
    width: 715px;
    margin: 0 auto;
    padding-bottom: 122px;
}
.logo{
    width: 175px;
    height: 117px;
    display: block;
}
.header{
    height: 374px;
}
.priceBtn{
    display: inline;
    width: 292px;
    height: 62px;
    margin: 163px 0 0 182px;
    background: url(../images/priceBtn.jpg) no-repeat;
    float: left;
}
.selectBox{
    float: left;
    width: 183px;
    height: 36px;
    margin: 190px 0 0 10px;
    display: inline;
}
.serviceSelect{
    width: 183px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #651200;
    background-color: #fff;

    position: relative;
}
.serviceSelect-icon,.serviceSelect-icon:hover{
    width: 30px;
    height: 30px;
    background:#651200 url(../images/serviceSelectIcon.jpg) no-repeat;
    position: absolute;
    right: -1px;
    top: 1px;
    border-color: #651200;
}
.main{
    width: 632px;
    padding: 0 25px 0 25px;
    margin: 0 auto;
}
.mod{
    width: 627px;
    margin-top: 16px;
}
.mod-tit{
    height: 33px;
    line-height: 33px;
    text-indent: 10px;
    color: #981300;
    font-size: 21px;
}
.mod-cont{
    width: 627px;
    padding-top: 15px;
    color: #000;
    font-size: 14px;
}
.bigEye{
    width: 627px;
    height: 326px;
    overflow: hidden;
    position: relative;
}
.bigEyeWrap{
    position: absolute;
    width: 9999px;
}
.bigEyeImg{
    float: left;
    width: 627px;
    height: 326px;
}
.dots{
    position: absolute;
    width: 132px;
    height: 14px;
    bottom: 10px;
    left: 50%;
    margin-left: 171px;
    z-index: 10;
}
.dot{
    float: left;
    width: 15px;
    height: 5px;
    margin-left: 10px;
    background-color: #fff;
    overflow: hidden;
}
.dot:hover,.dot_active{
    background-color: orange;
}
.reason{
    height: 56px;
    margin-top: 11px;
}
.reasonTit{
    float: left;
    width: 142px;
    height: 56px;
    line-height: 56px;
    text-indent: 20px;
    color: #dfb988;
    font-size: 20px;
}
.reasonCont{
    float: left;
    width: 484px;
    height: 56px;
    text-indent: 10px;
    color: #981300;
    font-size: 18px;
}
.reason1{
    margin-top: 28px;
}
.reason2{
    height: 63px;
}
.reason3{
    height: 81px;
}
.reason1 .reasonTit{
    height: 51px;
    padding-top: 5px;
    line-height: 22px;
}
.reason3 .reasonTit{
    height: 81px;
    line-height: 81px;
    text-indent: 10px;
}
.reason1 .reasonCont{
    height: 56px;
    line-height: 56px;
}
.reason2 .reasonCont,.reason3 .reasonCont{
    height: 46px;
    padding-top: 10px;
    line-height: 20px;
}
.useIntro{
    margin-top: 33px;
}
.useTime{
    margin-top: 15px;
}
.goodsIntros{
    margin-top: 41px;
}

.optionSelected{
    background-color: #764f2f;
}
.serviceOption{
    background-color: #764f2f;
}
.serviceOption:hover{
    background-color: #a66f41;
}
