.pd_content{
    /*width:1200px;*/
    width:720px;
    margin: 0 auto;
    padding:88px 0;
    /*font-family: "微软雅黑";*/
}
.pd_content>div{
    padding:0;
    color:#221e1f;
}
.pd_content>div:nth-child(2)>div{
    width:88%;
    float:right;
}
.pd_title{
    font-size: 16px;
    font-weight: bold;
}
.pd_desc{
    font-size: 14px;
    line-height: 25px;
    word-break:break-all;
    word-wrap:break-word;
}
.pd_booknow{
    width: 65%;
    height: auto;
    margin:0 auto;
    padding:10px 0;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    cursor:pointer;
    margin-top: 25px;
    background: #AD7633;
}
.pd_booknow a{
    width: 100%;
    height: 100%;
    display:block;
    color:#000;
}
.pd_booknow button{
    outline:none;
    background:transparent;
    border:none;
}
.discount,.timeout,.pd_share{
    font-size: 14px;
}
.timeout,.pd_share{
    font-weight: bold;
}
.discount,.pd_share{
    color:#d2ac67;
}
.pd_title{
    margin-bottom: 32px;
}
.dis{
    margin:34px 0 56px;
}
.dis span{
    display: inline-block;
    border-bottom:1px solid #d2ac67;
    margin-top:18px;
    padding:0 71px;
}
.dis span a{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}
.dis span a img{
    vertical-align: middle;
}
/*.dis span i,*/.pd_share span i{
    display: inline-block;
    width:22px;
    height:22px;
    background-image:url(../images/discout.png);
    background-repeat: no-repeat;
}
.dis_margin{
    margin-right:32px;
}
.dis span a:hover i.dis_margin,.dis span a:hover+a i.dis_margin{
    margin-right: 28px;
}
.pd_share{
    margin-top:26px;
}
.pd_share p{
    height:26px;
}
.pd_share p span:nth-child(1){
    margin-right: 20px;
    line-height: 26px;
}
.pd_share span a{
    display: inline-block;
}
.pd_share span i{
    background-image:url(../images/contact_icon.png);
    margin-bottom: 0;
    vertical-align: middle;
}
/*.pd_share span i.tw{
    background-position: -44px -22px;
}
.pd_share span i.tw:hover{
    background-position: -44px 0px;
}*/
.pd_share span i.fa{
    background-position: 0px -22px;
    margin:0 52px;
}
.pd_share span i.fa:hover{
    background-position: 0px 0px;
}
/*.pd_share span i.ins{
    background-position: -22px -22px;
}
.pd_share span i.ins:hover{
    background-position: -22px 0px;
}*/
.pd_share span i.em{
    background-position: -88px -22px;
    margin-left:30px;
}
.pd_share span i.em:hover{
    background-position: -88px 0px;
}
.terms{
    margin:18px 0 0px;
}
.terms>div{
    width:100%;
    height:auto;
    overflow:hidden;
    line-height: 26px;

    color:#fff;
    background: #221e1f;
    padding:5px 10px;

   /* margin:0 auto;*/
}
.d_click>div{
    display:inline-block;
    font-size:14px;
    letter-spacing: 1px;
}
.d_click div a{
    display: table-cell;
    vertical-align: middle;
    height:26px;
    line-height: 26px;
}
.pd_show{
    /*width:200px;*/
    border-bottom:1px solid #221e1f;
    padding-bottom: 5px;
   /* margin:7px 0 0;*/
    display: none;
}
.pd_show p{
    color:#221e1f;
    font-size: 16px;
    word-break:break-all;
    word-wrap:break-word;
    line-height:25px;
    padding:0 5px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.timeout{
    color:#d2ac67;
    margin:18px 0 20px;
}
@media screen and (max-width: 750px){
    .pd_content{
        width:auto;
        padding:35px 0;
    }
    .pd_content>div:nth-child(2)>div{
        width:88%;
        float:none;
        margin:20px auto 0;
    }
}

/*标题样式*/
.proTitle{
    margin-top:15px;
}
.proTitle h1{
    font-size:30px;
    font-weight: 700;
    color:#000;
}
.proTitle span{
    display:block;
    width:120px;
    height:1px;
    background:#000;
    margin:10px auto;
}
.title_color{
    color:#af772a;
    font-size:20px;
    margin-bottom:30px;
}
/*标题样式结束*/
/*修改图片大小开始===========================*/
.pd_content .img_change{
    width: 630px;
    height: 525px;
}

.terms{
    width:100%;
}

@media screen and (max-width: 750px){
    .pd_content>div:nth-child(1)>div{   
        width: 95%;
        margin: 0 auto;
    }
    .pd_content>div:nth-child(1)>div>img{
        width: 100%;
        height:100%;
    }
}

/*修改图片大小结束===========================*/
/*插入横线开始===============================*/

.underLine{
    width: 100%;
    height: 2px;
    background: #af772a;
    margin-top: 45px;
}
/*插入横线结束===============================*/

/*修改移动端的下部字体开始=======================*/
@media (max-width:768px){
    .main-box p{
        width: 100%;
    }
    html{
        font-size: 16px;
    }
      .proTitle span{
    display:block;
    width:200px;
    height:1px;
    background:#000;
    margin:10px auto 10px;
        }
    .timeout{
        font-size: 3rem;
        color:black;
        text-align: center;
    }
    .terms{
        width: 100%;
        margin: 0 auto;
    }

    .terms>div{
        width: 100%;
    }
    .pd_show{
        width: 100%;
    }
    .pd_share{
        height: 120px;
        position: relative;
    }
    .pd_share>p>span{
        display:block;
        width: 100%;
        font-size: 2.8rem;
        text-align: center;
    }
    .d_click .left{
        font-size: 2rem;
    }
     .pd_share>p>span:nth-child(2){
        position: absolute;
        left:-8%;
        top:30px;

            display:inline-block;
     }
      .pd_share>p>span:nth-child(3){
         position: absolute;
        right:-5%;
         top:30px;
    
       display:inline-block;
     }
     .pd_title {

    font-size: 25px;
    letter-spacing: .1em;
    }
    .pd_show{
        margin:0 auto;
    }
}
@media (max-width:480px){
 .pd_content{
        width:auto;
        padding:1px 0;
    }
}

@media (min-width:768px){
    .pd_content{
        width: 720px;
    }
    .pd_content .img_change{
    width: 420px;
    height: 350px;
    }
.main-box p{
    width: 100%;
}
.blackText{
    text-align: center;
}
}
@media (min-width:1200px){
    .pd_content{
        width: 1080px;
    }
    .main-box p{
    width: 65%;
}
.pd_show p{
    width: 100%;
}
     .pd_content .img_change{
    width: 630px;
    height: 525px;
    }
    .pd_content>div:nth-child(2)>div{
    width:95%;
    float:right;
    }
    .pd_title{
        font-size: 30px;
    }
    .pd_desc{
        font-size: 20px;
      margin-bottom: 30px;
      clear: both;
    }
    .timeout{
        font-size: 19px;
        margin:60px 0px  60px 0px ;
    }
    .terms{
    width:100%;
}
.terms>div{
    width: 100%;
}
.pd_show{
    width: 100%;
}
.pd_share p{
    position: relative;
    }
    .pd_share p span{
        position: absolute;
    }
    .pd_share p span:nth-child(1){
        top: 0;
        left:0%;
    }
     .pd_share p span:nth-child(2){
        top: 0;
        left:50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
       .pd_share p span:nth-child(3){
        top:0;
        right:0%;
       }

}
.pd_share p span:nth-child(1){
    color:#000;
}

/*修改移动端的下部字体结束=======================*/