.function {
    width: 100%;
    height: 100%;
    background: #fffaf9;
    padding-top: 70px;
    padding-bottom: 60px;
}

.bigTitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.fuTitle {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom:40px;
}

.function ul.clearfix {
    margin-top: 40px;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/*.function ul.clearfix li {
    width: 594px;
    height: 325px;
    margin-right: 12px;
    margin-bottom: 20px;
    background: #fff;
    padding: 40px 15px 30px 160px;
    position: relative;
}*/

.lf {
    float: left;
}

.function ul.clearfix li img {
   /* position: absolute;
    top: 50px;
    left: 20px;*/
}

.dang-text h2 {
    font-size: 18px;
    margin-bottom: 18px;
}
.dang-img{
    float: left;
    width: 20%;
}

.dang-text{
    float: left;
    width: 80%;
}
.dang-text .text {
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.function ul.clearfix li div {
    margin-top: 20px;
}

.character p {
    float:left;
    width: calc(25% - 11px);
    line-height: 28px;
    text-align: center;
    border: 1px solid #fe0000;
    background: #ffdbdb;
    font-size: 12px;
    color: #e51717;
    margin-bottom: 5px;
    margin-right: 11px;
    border-radius: 4px;
}

.function .Dang-all {
    background: #fff;
    padding: 50px 25px;
}
.character{
    margin-top:25px;
}
.Dang-all:hover {
    box-shadow: 0 0 10px #ffe6e6;
}

/* 酒店产品专题页 */

.hotel-classify {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.hotel-classify .types_box {
    margin-top: 40px;
}

.hotel-classify .types_box .type {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    overflow:hidden;
}

.hotel-classify .types_box .type p {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

.hotel-classify .types_box .type img {
    width: 100%;
    height: 100%;
}
.hotel-classify .types_box .type img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.Program {
    background-color: #f8f5fa;
    padding-top: 60px;
    max-width:1920px;
    margin: 0 auto;
}

.row .col-lg-3 {
    font-size: 16px;
    color: #333;
}

.row .col-lg-3 i {
    background-image: url(../image/hotel-p.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: -3px;
}

.program-roll {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.clear {
    clear: both;
}

/* 客房预约部分 */

.reservation {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.reservation .container .reservation-part {
    float: right;
    width: calc(50% - 10px);
    margin-left: 10px;
}

.reservation .container .description {
    float: left;
    width: 40%;
    margin-top: 40px;
}

.reservation .container .description h5 {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
}

.reservation .container .description p {
    font-size: 18px;
    color: #333;
    padding-bottom: 40px;
}

.reservation .container .reservation-part img {
    width: 100%;
    height: 100%;
}

.reservation .container .description .res_but .button_2 {
    background-color: #641f9c;
    border-radius: 4px;
    margin: 0 auto;
    padding: 10px 40px;
    border: #641f9c 1px solid;
    color: #fff;
    font-size: 16px;
}

.reservation .container .description .res_but .button_3 {
    border-radius: 4px;
    border: #641f9c 1px solid;
    margin: 0 auto;
    padding: 10px 40px;
    color: #641f9c;
    font-size: 16px;
}

.reservation .container .description .res_but a:hover {
    background-color: #641f9c;
    color: #fff;
}

/* 后台管理部分 */

.Backstage {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f5fa;
}

.Backstage .container .Backstage-part {
    float: left;
    width: 50%;
}

.Backstage .container .Backstage-part img {
    width: 100%;
    height: 100%;
}

.Backstage .container .description {
    float: right;
    width: calc(50% - 40px);
    padding-left: 40px;
}

.Backstage .container .description h5 {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
}

.Backstage .container .description p {
    font-size: 18px;
    color: #333;
    padding-bottom: 40px;
}

.Backstage .container .description .stage_but .button_2 {
    background-color: #641f9c;
    border-radius: 4px;
    margin: 0 auto;
    padding: 10px 40px;
    border: #641f9c 1px solid;
    color: #fff;
    font-size: 16px;
}

.Backstage .container .description .stage_but .button_3 {
    border-radius: 4px;
    border: #641f9c 1px solid;
    margin: 0 auto;
    padding: 10px 40px;
    color: #641f9c;
    font-size: 16px;
}

.Backstage .container .description .res_but a:hover {
    background-color: #641f9c;
    color: #fff;
}

/* 后台客房管理部分 */

.Room {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.Room .container .Room-part {
    float: right;
    width: calc(50% - 10px);
    margin-left: 10px;
}

.Room .container .description {
    float: left;
    width: 40%;
    margin-top: 40px;
}

.Room .container .description h5 {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
}

.Room .container .description p {
    font-size: 18px;
    color: #333;
    padding-bottom: 40px;
}

.Room .container .Room-part img {
    width: 100%;
    height: 100%;
}

.Room .container .description .Room_but .button_2 {
    background-color: #641f9c;
    border-radius: 4px;
    margin: 0 auto;
    border: #641f9c 1px solid;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
}

.Room .container .description .Room_but .button_3 {
    border-radius: 4px;
    border: #641f9c 1px solid;
    margin: 0 auto;
    padding: 10px 40px;
    color: #641f9c;
    font-size: 16px;
}

.Room .container .description .Room_but a:hover {
    background-color: #641f9c;
    color: #fff;
}

/* 营销部分 */

.Marketing {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    background-color: #f8f5fa;
}

.Marketing .container .Marketing-part {
    float: left;
    width: 50%;
}

.Marketing .container .Marketing-part img {
    width: 100%;
    height: 100%;
}

.Marketing .container .description {
    float: right;
    width: calc(50% - 40px);
    padding-left: 40px;
    padding-top: 60px;
}

.Marketing .container .description h5 {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
}

.Marketing .container .description p {
    font-size: 18px;
    color: #333;
    padding-bottom: 40px;
}

.Marketing .container .description .Marketing_but .button_2 {
    background-color: #641f9c;
    border-radius: 4px;
    margin: 0 auto;
    border: #641f9c 1px solid;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
}

.Marketing .container .description .Marketing_but .button_3 {
    border-radius: 4px;
    border: #641f9c 1px solid;
    margin: 0 auto;
    padding: 10px 40px;
    color: #641f9c;
    font-size: 16px;
}

.Marketing .container .description .Marketing_but a:hover {
    background-color: #641f9c;
    color: #fff;
}
/*教育产品*/
.education{
    padding-bottom:59px;
}
.news-title{
    text-align: center;
    padding-bottom: 40px;
}
.news-title h3{
    font-size: 30px;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 20px;
}

.news-title p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    width: 900px;
    margin: 0 auto;
}
.title-bar1{
    background:url(../image/jy-1.jpg) no-repeat center;
}
.title-bar2{
    background:url(../image/jy-2.jpg) no-repeat center;
}
.title-bar3{
    background:url(../image/jy-3.jpg) no-repeat center;
}
.we-education{
    border: solid 1px #ebedf0;
}
.we-education h3 {
    font-size: 18px;
    color: #ffffff;
    padding:27px 0 26px 20px;

}
.we-education h5{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.we-education p{
    font-size: 12px;
    color: #999999;

}
.education .xcxkf1 li{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 12px 15px 10px 50px;
    margin-left:19px;

}
.education .xcxkf1 li:first-child{
    background:url(../image/sys-1.jpg) no-repeat left 20px;
}
.education .xcxkf1 li:nth-child(2){
    background:url(../image/sys-2.jpg) no-repeat left 20px;
}
.education .xcxkf1 li:nth-child(3){
    background:url(../image/sys-3.jpg) no-repeat left 20px;
}
.education .xcxkf1 li:nth-child(4){
    background:url(../image/sys-4.jpg) no-repeat left 20px;
}

.education .xcxkf2 li{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 12px 15px 10px 50px;
    margin-left:19px;
}
.education .xcxkf2 li:first-child{
    background:url(../image/course-1.jpg) no-repeat left 20px;
}
.education .xcxkf2 li:nth-child(2){
    background:url(../image/course-2.jpg) no-repeat left 20px;
}
.education .xcxkf2 li:nth-child(3){
    background:url(../image/course-3.jpg) no-repeat left 20px;
}
.education .xcxkf2 li:nth-child(4){
    background:url(../image/course-4.jpg) no-repeat left 20px;
}


.education .xcxkf3 li{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 12px 15px 10px 50px;
    margin-left:19px;
}
.education .xcxkf3 li:first-child{
    background:url(../image/market-1.jpg) no-repeat left 20px;
}
.education .xcxkf3 li:nth-child(2){
    background:url(../image/market-2.jpg) no-repeat left 20px;
}
.education .xcxkf3 li:nth-child(3){
    background:url(../image/market-3.jpg) no-repeat left 20px;
}
.education .xcxkf3 li:nth-child(4){
    background:url(../image/market-4.jpg) no-repeat left 20px;
}
.course-start{
    background-color: #f3f8ff;
    max-width:1920px;
    margin:0 auto;
}
.edu-tabs {
    width: 100%;
    margin: 0 auto;
}
.edu-bar {
    width: calc( 20% - 42px );
    text-align: center;
    padding: 13px 13px;
    background-color: #ffffff;
    box-shadow: 0px 4px 23px 1px rgba(115, 162, 255, 0.23);
    border-radius: 10px;
    margin-right: 42px;
}
.edu-bar:last-child{
    margin-right: 0;
    float:right;
}
.edu-bar > .active {
    color: #58b0ff;
}
.edu-bar a{
    font-size: 18px;
    color: #333333;
}
.yuyue-content img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    width: 100%;
}
.live{
    max-width: 1920px;
    margin: 0 auto;
}
.live-content{
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 18px;
    float: left;
    margin-bottom: 20px;
}
.live-img{
    width: 20%;
    float: left;
}
.live-text {
    float: left;
    width: 80%;
    padding-left: 20px;
}
.live-text h3{
    font-size: 16px;
    color: #333333;
}
.live-text p{
    margin-top:10px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.more-all{
    margin-top: 20px;
    text-align: center;
    height: 50px;
}
.livesee a{
    background-color: #2099ff;
    border-radius: 4px;
    color: #ffffff;
    padding:12px 39px;
    z-index:88888;
}
.ImgStyle{
    display:none;
}
.ImgStyle img{
    position: relative;
    top:-220px;
}
.more-all:hover .ImgStyle{
      display:block ;
}
.record{
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f3f8ff;
}

.record-content {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 18px;
    float: left;
    margin-bottom: 20px;
}
.addMarket{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding-bottom:59px;
}
.addm-left{
    width: 40%;
    float:left;
}
.addm-right{
    width: 60%;
    float:left;
}

.market-text:first-child{
    background:url(../image/m-icon1.png)no-repeat left 12px;
}
.market-text:nth-child(2){
    background:url(../image/m-icon2.png)no-repeat left 12px;
}
.market-text:nth-child(3){
    background:url(../image/m-icon3.png)no-repeat left 12px;
}
.market-text:nth-child(4){
    background:url(../image/m-icon4.png)no-repeat left 12px;
}
.market-text{
    padding: 12px 15px 20px 50px;
    margin-left: 19px;
}
.market-text h3{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.market-text p{
    font-size: 14px;
    color: #999999;
    margin-top:11px;
}
/*生态合作*/
.cooperation{
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom:60px;
}
.coper-single{
    padding:20px;
}
/*.coper-content{
    background-color: #333333;
}*/
.coper-content li:hover{
    background-color: #ffffff;
    box-shadow: 7px 7px 15px 1px
    rgba(14, 104, 166, 0.11);
    border-radius: 4px;
}
.cooper-left{
    width:40%;
    float:left
}
.cooper-right{
    width:60%;
    float:left
}
.cooper-right h3{
    font-size: 24px;
    color: #333333;
    margin-bottom:19px;
}
.cooper-right h3:hover{
    color: #6899d4;
}
.cooper-right span{
    width: 52px;
    height: 6px;
    background-color: #6899d4;
    float: left;
}
.cooper-intro{
    padding-top:31px;
}
.cooper-intro p{
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}
/* 超小设备（手机，小于 768px） */
@media screen and (max-width:767px) {
    /*酒店产品*/
    .Marketing {
        padding-bottom: 30px;
    }
    .Program img{
       width: 100%;
    }
    .types_box .hotel-type{
        margin-bottom:10px;
    }
    .Program {
        background-color: #f8f5fa;
        padding-top: 20px;
    }
    .reservation .container .reservation-part {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 34px;

    }
    .reservation .container .description h5 {
        padding-bottom: 20px;
    }
    .reservation .container .description {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .res_but{
        text-align: center;
    }
    .reservation .container .description .res_but .button_2 {
        padding: 10px 35px;
    }
    .reservation .container .description .res_but .button_3 {
        padding: 10px 35px;
    }
    .Backstage .container .Backstage-part {
        float: left;
        width: 100%;
    }
    .Backstage .container .description {
        float: right;
        width: 100%;
        padding-left: 0;
        margin-top:20px;
    }
    .Backstage .container .description h5 {
        padding-bottom: 20px;
    }
    .stage_but{
        text-align: center;
    }
    .Backstage .container .description .stage_but .button_2 {
        padding: 10px 35px;
    }
    .Backstage .container .description .stage_but .button_3 {
        padding: 10px 35px;
    }
    .Room {
        max-width: 1920px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .Room .container .Room-part {
        float: right;
        width: 100%;
        margin-left: 0;
        margin-top:30px;
    }
    .Room .container .description h5 {
        padding-bottom: 20px;
    }
    .Room .container .description {
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    .Room_but{
        text-align: center;
    }
    .Room .container .description .Room_but .button_2 {
        padding: 10px 35px;
    }
    .Room .container .description .Room_but .button_3 {
        padding: 10px 35px;
    }
    .Marketing .container .Marketing-part {
        float: left;
        width: 100%;
    }
    .Marketing .container .description {
        float: right;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .Marketing .container .description h5 {
        padding-bottom: 20px;
    }
    .Marketing_but{
        text-align: center;
    }
    .Marketing .container .description .Marketing_but .button_2 {
        padding: 10px 35px;
    }
    .Marketing .container .description .Marketing_but .button_3 {
        padding: 10px 35px;
    }
    /*智慧党建*/
    .fuTitle {
        margin-bottom: 20px;
    }
    .function .Dang-all {
        background: #fff;
        padding: 25px 12px;
    }
    .dang-img img{
        width: 100%;
        height:100%;
    }
    .character p {
        float: left;
        width: calc(50% - 11px);
    }
    /*教育产品*/
    .edu-bar {
        width: calc( 50% - 12px );
        text-align: center;
        padding: 8px 8px;
        background-color: #ffffff;
        box-shadow: 0px 4px 23px 1px rgba(115, 162, 255, 0.23);
        border-radius: 10px;
        margin-right: 12px;
        margin-bottom:12px;
    }
    .edu-bar a {
         font-size: 16px;
         color: #333333;
     }
    .success-case {
        margin-top: 20px;
    }
    .addm-right img{
        width:100%
    }
    .addm-left {
        width: 100%;
        float: left;
    }
    .addm-right {
        width: 100%;
        float: left;
    }
    /*生态合作*/
    .cooper-left {
        width: 100%;
        float: left;
    }
    .cooper-right {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .cooper-left img{
        width: 100%;
    }
}
/* 判断ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .Marketing {
        padding-bottom: 55px;
    }
    .Program img {
        width: 100%;
    }
    .types_box .hotel-type{
        margin-bottom:15px;
    }
    .reservation .container .description .res_but .button_2 {
        padding: 10px 25px;
    }
    .reservation .container .description .res_but .button_3 {
        padding: 10px 25px;
    }
    .Backstage .container .description .stage_but .button_2 {
        padding: 10px 25px;
    }
    .Backstage .container .description .stage_but .button_3 {
        padding: 10px 25px;
    }
    .Room .container .description .Room_but .button_2 {
        padding: 10px 25px;
    }
    .Room .container .description .Room_but .button_3 {
        padding: 10px 25px;
    }
    .Marketing .container .description .Marketing_but .button_2 {
        padding: 10px 25px;
    }
    .Marketing .container .description .Marketing_but .button_3 {
        padding: 10px 25px;
    }
    /*智慧党建*/
    .fuTitle {
        margin-bottom: 20px;
    }
    .function .Dang-all {
        background: #fff;
        padding: 25px 12px;
    }
    .dang-img img{
        width: 100%;
        height:100%;
    }
    .character p {
        float: left;
        width: calc(50% - 11px);
    }
    /*教育产品*/

    .addm-right img{
        width: 100%;
        height: 100%;
    }
    .market-text {
        float:left;
    }
    .addm-left {
        width: 100%;
        float: left;
    }
    .addm-right {
        width: 100%;
        float: left;
    }
    .edu-bar {
        width: calc( 20% - 4px );
        margin-right: 4px;
    }
    /*生态合作*/
    .cooper-left {
        width: 100%;
        float: left;
    }
    .cooper-left img{
        width: 100%;
    }
    .cooper-right {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
}
/* 判断ipad pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .Program img {
        width: 100%;
    }
    .types_box .hotel-type{
        margin-bottom:15px;
    }
    /*智慧党建*/
    .fuTitle {
        margin-bottom: 20px;
    }
    .function .Dang-all {
        background: #fff;
        padding: 25px 12px;
    }
    .dang-img img{
        width: 100%;
        height:100%;
    }
    .character p {
        float: left;
        width: calc(33.3% - 11px);
    }
    /*教育产品*/
    .live-content {
        height: 115px;
    }
    .market-text {
        padding: 12px 15px 8px 50px;
    }
    .addm-right img{
        width: 100%;
        height: 100%;
    }
    /*生态合作*/
    .cooper-right {
        width: calc( 60% - 20px);
        float: left;
        margin-left:20px;
    }
    .cooper-intro {
        padding-top: 25px;
    }
    .cooper-intro p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }
}