body {
    background: #fff;
}
.home_section {
    padding-left: 100px;
    box-sizing: border-box;
    color: #333333;
}
.home_section > h3 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 40px 0 20px 0;
}
.home_section > h3 > span {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
}

.home_section1 > .content {
    display: flex;
    justify-content: space-between;
}

.home_section1 > .content > .item {
    width: 360px;
    height: 410px;
    position: relative;
    background: yellowgreen;
    overflow: hidden;
}

.home_section1 > .content > .item h3 {
    position: absolute;
    line-height: 1;
}

.home_section1 > .content > .item > h3.titl {
    top: 30px;
    font-size: 20px;
    font-weight: normal;
    left: 50%;
    transform: translateX(-50%);
}

.home_section1 > .content > .item > h3.subtitl {
    color: #DCDEDC;
    top: 70px;
    font-size: 16px;
    font-weight: normal;
    left: 50%;
    transform: translateX(-50%);
}

.home_section1 > .content > .item .subitem {
    height: 200px;
    background: grey;
    position: relative;
}

.home_section1 > .content > .item .subitem:nth-child(1) {
    margin-bottom: 10px;
}

.home_section1 .subitem > h3.titl {
    top: 30px;
    font-size: 20px;
    font-weight: normal;
    left: 20px;
}

.home_section1 .subitem > h3.subtitl {
    color: #DCDEDC;
    top: 60px;
    font-size: 16px;
    font-weight: normal;
    left: 20px;
}

.home_section2 > .content > .fl {
    width: 300px;
    height: 410px;
    background: yellowgreen;
    position: relative;
    overflow: hidden;
}

.home_section2 > .content > .fl p {
    position: absolute;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.home_section2 > .content > .fl p.titl {
    top: 215px;
    font-size: 20px;
}

.home_section2 > .content > .fl p.subtitl {
    top: 245px;
    color: #DCDEDC;
    font-size: 16px;
}

.home_section2 > .content > .fl p.price {
    top: 295px;
    color: #FF4D00;
    font-size: 16px;
}

.home_section2 > .content > .fl p.officeprice {
    top: 325px;
    color: #DCDEDC;
    font-size: 12px;
    text-decoration: line-through;
}

.home_section2 > .content > .fl p.button {
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #FF4D00;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.home_section2 > .content > .fl p.price span {
    font-size: 18px;
}

.home_section2 > .content > .fr {
    width: 800px;
    height: 410px;
    text-align: right;
}

.home_section2 > .content > .fr .item {
    width: 390px;
    height: 200px;
    background: yellowgreen;
    display: inline-block;
    overflow: hidden;
    margin-left: 6px;
    margin-bottom: 6px;
    position: relative;
}

.home_section2 > .content > .fr .item p {
    position: absolute;
    line-height: 1;
    text-align: left;
}

.home_section2 > .content > .fr .item p.titl {
    top: 18px;
    left: 215px;
    font-size: 20px;
}

.home_section2 > .content > .fr .item p.subtitl {
    top: 55px;
    left: 215px;
    color: #DCDEDC;
    font-size: 16px;
}

.home_section2 > .content > .fr .item p.price {
    top: 100px;
    left: 215px;
    color: #FF4D00;
    font-size: 16px;
}

.home_section2 > .content > .fr .item p.officeprice {
    top: 128px;
    left: 215px;
    color: #DCDEDC;
    font-size: 12px;
    text-decoration: line-through;
}

.home_section2 > .content > .fr .item p.button {
    left: 215px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #FF4D00;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    bottom: 20px;
    text-align: center;
}

.home_section2 > .content {
    overflow: hidden;
}

/*第三块*/
.home_section3 {
    background: #F0F6F6;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 60px;
}

.home_section3 > .w_1200 {
    padding-left: 100px;
    box-sizing: border-box;
}

.home_section3 > .w_1200 > h3 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 40px 0 20px 0;
}

.home_section3 > .w_1200 > h3 > span {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
}

.home_section3 .content {
    display: flex;
    justify-content: space-between;
}

.home_section3 .content > .item {
    width: 267px;
    height: 390px;
    text-align: center;
}

.home_section3 .content > .item > p {
    line-height: 1;
}

.home_section3 .content > .item > p.img {
    width: 267px;
    height: 267px;
    overflow: hidden;
    background: yellowgreen;
}

.home_section3 .content > .item > p.title {
    font-size: 18px;
    margin-top: 18px;
}

.home_section3 .content > .item > p.price {
    font-size: 16px;
    margin-top: 16px;
    color: #FF4D00;
}

/*第四块*/
.home_section4 > .content {
    display: flex;
    justify-content: space-between;
}

.home_section4 > .content .item {
    width: 360px;
    height: 200px;
    background: yellowgreen;
    overflow: hidden;
    position: relative;
}

.home_section4 > .content .item p {
    line-height: 1;
    position: absolute;
    left: 25px;
}

.home_section4 > .content .item p.title {
    top: 35px;
    font-size: 20px;
}

.home_section4 > .content .item p.subtitle {
    top: 75px;
    font-size: 12px;
}

.home_section4 > .content .item p.button {
    bottom: 35px;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.home_section4 > .content .item:nth-child(1) {
    color: #80C3BC;
}

.home_section4 > .content .item:nth-child(2) {
    color: #E39648;
}

.home_section4 > .content .item:nth-child(3) {
    color: #5FB6CA;
}

.home_section4 > .content .item:nth-child(1) p.button {
    background: #80C3BC;
}

.home_section4 > .content .item:nth-child(2) p.button {
    background: #E39648;
}

.home_section4 > .content .item:nth-child(3) p.button {
    background: #5FB6CA;
}

/*不同商品*/
.home_module {
    margin-top: 60px;
    padding-left: 100px;
    box-sizing: border-box;
}

.home_module > .title {
    overflow: hidden;
}

.home_module > .title > .fl {
    width: 265px;
    height: 260px;
    overflow: hidden;
    position: relative;
    background: yellowgreen;
}

.home_module > .title > .fl h3 {
    position: absolute;
    font-size: 26px;
    text-align: center;
    top: 85px;
    line-height: 1;
    width: 100%;
}

.home_module > .title > .fl p {
    position: absolute;
    font-size: 16px;
    text-align: center;
    bottom: 60px;
    line-height: 1;
    width: 100%;
    cursor: pointer;
}

.home_module > .title > .fr {
    width: 825px;
    height: 260px;
    overflow: hidden;
    background: yellowgreen;
    position: relative;
    color: #fff;
    text-align: left;
}

.home_module > .title > .fr h3 {
    position: absolute;
    left: 100px;
    top: 60px;
    font-size: 26px;
}

.home_module > .title > .fr p.sutitle {
    position: absolute;
    font-size: 16px;
    top: 100px;
    left: 100px;
}

.home_module > .title > .fr p.sutitle span {
    font-size: 18px;
    padding: 2px 5px;
}

.home_module > .title > .fr p.price {
    font-size: 16px;
    left: 100px;
    bottom: 55px;
    position: absolute;
}

.home_module > .title > .fr p.price span {
    font-size: 24px;
}

.home_module > .content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.home_module > .content > .item {
    width: 267px;
    height: 370px;
    text-align: center;
    background: #F9F9F9;
    line-height: 1;
}

.home_module > .content > .item > .img {
    width: 267px;
    height: 270px;
    background: yellowgreen;
    overflow: hidden;
}

.home_module > .content > .item > p.title {
    font-size: 16px;
    padding-top: 15px;
}

.home_module > .content > .item > p.subtitle {
    font-size: 14px;
    color: #999999;
    padding-top: 7px;
}

.home_module > .content > .item > p.price {
    font-size: 14px;
    color: #FF4F00;
    padding-top: 15px;
}

.home_module1 {
    color: #CEA064;
}

.home_module1 > .title > .fr p.sutitle span {
    background: #CEA064;
}

.home_module2 {
    color: #6DA7D5;
}

.home_module2 > .title > .fr p.sutitle span {
    background: #6DA7D5;
}

.home_module3 {
    color: #DC7D6B;
}

.home_module3 > .title > .fr p.sutitle span {
    background: #DC7D6B;
}

.home_module4 {
    color: #6586C9;
}

.home_module4 > .title > .fr p.sutitle span {
    background: #6586C9;
}

.home_module5 {
    color: #64C9C5;
}

.home_module5 > .title > .fr p.sutitle span {
    background: #64C9C5;
}

p.hotprice {
    color: #FF4E00 !important;
}

/*楼梯导航*/
.homeboxfl {
    /*z-index: 999;*/
    width: 80px;
    margin-left: -600px;
}

/*.homeboxfl > a.active {*/
/*background: #7FC3BB;*/
/*}*/

/*.homeboxfl > a.active:hover {*/
/*background: #7FC3BB;*/
/*}*/

.homeboxfl > a {
    color: #BBBBBB;
    border: none;
    width: 80px;
    height: 35px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}

.homeboxfl > a > i {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #7fc3bc;
    border-radius: 50%;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.homeboxfl > a.active {
    color: #fff;
    background: #7fc3bc;
    font-size: 16px;
}

.homeboxfl > a:hover {
    background: #7fc3bc;
    font-size: 16px;
}
.customa_list:hover img.customa_shop {
    opacity: 1;
}


#page{
    margin-left:10px;
    display: flex;
    justify-content: center;
}
#page:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
#page:before {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
#page li {
  /*  background-color: #bbbbbb;*/
    color: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 5px;
    float: left;
    border: 1px solid #000;
    list-style-type: none;
}
#page li a {
   /* color: #000;*/
    text-align: center;
    margin:0!important;
    display: block;
    width: 100%;
    height:100%;
}
#page .active {
    background-color:#e71f1a;
}
#page li:hover,#page .thisclass {
    background-color: #e71f1a;
    border:1px solid #e71f1a;
}
#page li a:hover ,#page .thisclass a  {
  color:#fff;
}

.product-info .zhutu {
    width: 733px;
    height: 487px;
    overflow: hidden;
}
.fl {
    float: left;
}
.product-info .info-text {
    width: 447px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 487px;
}
.product-info h2 {
    font-size: 25px;
}
.product-info h3 {
    background: #e60012;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 4px;
    margin: 10px 0 20px;
}
.product-info p {
    font-size: 14px;
    font-family: "SimHei";
    line-height: 1.667;
}

.line-xu {
    border-bottom: 2px dashed #aaa;
    margin: 10px 0 20px;
}
.clearflx:before {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.clearflx:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.product-info .amount-room-form {
    width: 100%!important;
    margin-top: 0;
}
.product-info h2 {
    font-size: 25px;
}

.amount-room-form h2 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
}
.amount-room-form form {
    padding: 20px;
}

.product-info .amount-room-form input {
    width: calc(100% - 15px);
}

.amount-room-form button {
    width: calc(100%);
    margin-top: 10px;
    height: 30px;
    border: none;
    background: #333;
    color: #e60012;
    border-radius: 15px;
}
.amount-room-form input {
    width: calc(100% - 15px);
    height: 30px;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 15px;
}

.amount-room-form {
    background: #e60012;
    /* height: 217px; */
    /*width: 247px;*/
    /*margin-top: 30.5px;*/
}

.con {
    width:1200px;
    margin:0 auto;
}
.product-info {
    padding:50px 0;
    background: #716360;
    color: #fff;
}

.xiaozhan i {
    width: 8px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: #C34D32;
    float: left;
    margin-right: 15px;
}

