/*字体颜色*/
.color-red {
    color: #f16b68;
}
.color-blue {
    color: #50c1c7;
}
.color-yellow {
    color: #ff913c;
}

/*三角形颜色*/
.triangle-lvxingshe {
    border-top: 54px solid #ff913c;
}
.triangle-daoyou {
    border-top: 54px solid #f16b68;
}
.triangle-jiudian {
    border-top: 54px solid #50c1c7;
}
.triangle-xiangdao {
    border-top: 54px solid #ffc132;
}
.triangle-jingqu {
    border-top: 54px solid #f16898;
}
.triangle-more {
    border-top: 54px solid #50c7ba;
}

/*banner*/
.banner {
    background: url(../image/product/chanpin_banner.png) no-repeat center;
}

/*内容*/
.main {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
/*内容上*/
.main-top {
    width: 1200px;
    height: 2500px;
    margin: 0 auto;
}
.main-cont-top {
    position: relative;
    width: 100%;
    height: 600px;
}
.prev,
.next {
    position: absolute;
    width: 64px;
    height: 112px;
    overflow: hidden;
    cursor: pointer;
}
.prev {
    top: 170px;
    left: 0;
}
.next {
    top: 170px;
    right: 0;
}
.top-title {
    text-align: center;
    margin: 50px 0 60px;
    font-size: 36px;
}
.type {
    width: 1050px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
}
.type-list {
    width: 3500px;
    height: 600px;
    margin-left: 0;
}
.type dl {
    position: relative;
    width: 244px;
    height: 350px;
    float: left;
    text-align: center;
    margin-right: 80px;
    cursor: pointer;
}
.type dl:first-child {
    margin-left: 80px;
}
.type dl dt {
    width: 244px;
    height: 280px;
    margin-bottom: 40px;
}
.type dl dd {
    font-size: 30px;
}
/*三角形*/
.triangle {
    position: absolute;
    top: 400px;
    left: 80px;
    width: 0;
    height: 0;
    border-left: 41px solid transparent;
    border-right: 41px solid transparent;
}

/*内容下*/
.main-cont-bot {
    width: 100%;
    height: 1800px;
    overflow: hidden;
}
.cont-bot {
    width: 100%;
    height: 1800px;
}
.intro-cont {
    width: 100%;
    height: 600px;
}
.intro-cont-left {
    width: 650px;
    height: 100%;
    float: left;
}
.intro-cont-left dl {
    width: 150px;
    height: 190px;
    float: left;
    margin-right: 90px;
    margin-top: 70px;
    text-align: center;
}
.intro-cont-left dl:nth-child(3n) {
    margin-right: 0;
}
.intro-cont-left dl dt {
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.intro-cont-right {
    width: 550px;
    height: 100%;
    float: right;
    text-align: right;
}
.intro-title {
    font-size: 36px;
    margin-top: 150px;
}
.intro-title1 {
    font-size: 30px;
    margin: 40px 0 66px;
}
.intro-cont-right p {
    line-height: 40px;
}
/*导游*/
.intro-cont-right2 {
    float: left;
    text-align: left;
}
.intro-cont-left2 {
    float: right;
    width: 600px;
}
.intro-cont-left2 dl {
    float: right;
    margin-left: 90px;
    margin-right: 0!important;
}
/*酒店*/
.intro-cont-left3 {
    width: 600px;
}
.intro-cont-left3 dl {
    margin-right: 90px!important;
}

/*内容底*/
.main-bot {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url(../image/product/more.png) no-repeat center;
}
