﻿#problem {
    width: 100%;
    height: 482px;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
}

.line-one {
    font-size: 34px;
    color: #000;
    text-align: center;
    padding-top: 60px;
}

.line-two {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 46px;
}

#problem .content {
    display: flex;
    flex-wrap: nowrap;
}

#problem .prob {
    width: 236px;
    height: 288px;
    border: 1px solid #e7e9ef;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#problem .prob>img {
    width: 80px;
    height: 80px;
    margin: 32px 0px 32px 0px;
}

#problem .prob:hover {
    box-shadow: 0px 8px 5px #ccc;
}

#problem .prob .tit1 {
font-size:18px; 
font-weight:bold
}
#problem .prob .tit2 {
font-size:14px;
padding:10px;
line-height:24px;
}


/* 酒店营销顾问 */

#hotel {
    width: 100%;
    height: 780px;
    background-color: #f2f3f7;
    position: relative;
}

#hotel .serve {
    width: 280px;
     height: auto;
    /* background-color: #fff; */
    position: relative;
    padding: 30px 20px 15px 45px;
    color: #666666;
    margin-bottom: 20px;
    /* display: inline-block; */
}

#hotel .serve .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: -moz-linear-gradient(right, #05a5ec, #0770f2);
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #05a5ec, #0770f2);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #05a5ec, #0770f2);
    background: linear-gradient(left, #05a5ec, #0770f2);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    left: 12px;
    top: 32px;
}


.hotel-img {
    vertical-align: top;
    padding-top: 40px;
    position: absolute;
}

.inline {
    display: inline-block;
}


#hotel .serve:hover {
    background-color: #fff;
    box-shadow: 0px 10px 10px #ccc;
}


#hote12 {
    width: 100%;
    height: 1000px;
    background-color: #f2f3f7;
    position: relative;
}

#hote12 .serve {
    width: 380px;
    height: auto;
    /* background-color: #fff; */
    position: relative;
    padding: 30px 20px 15px 45px;
    color: #666666;
    margin-bottom: 20px;
    /* display: inline-block; */
	z-index:999
}

#hote12 .serve .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: -moz-linear-gradient(right, #05a5ec, #0770f2);
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #05a5ec, #0770f2);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #05a5ec, #0770f2);
    background: linear-gradient(left, #05a5ec, #0770f2);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    left: 12px;
    top: 32px;
}


.hote12-img {
    vertical-align: top;
    padding-top: 100px;
    position: absolute;
	width:80px;
	
}

.hote13-img {
    vertical-align: top;
    padding-top: 100px;
	margin-left:-180px;
    position: absolute;
	
}

.inline {
    display: inline-block;
}


#hote12 .serve:hover {
    background-color: #fff;
    box-shadow: 0px 10px 10px #ccc;
}

.pcbaojia {text-decoration: none; width: 200px; height: 50px; font-size: 18px; color: white; text-align: center;line-height: 50px;background: #006EB4; margin: 47px auto;cursor: pointer; border-radius: 50px; display: block;border: none;bottom: 12px;left: 0;right: 0;position: relative;}


.pcbaojia:hover { background: #0770f2;  
		color:#FFFFFF}

/* 应用场景 */

#use {
    width: 100%;
    height: 610px;
    background: url(../images/use-02.jpg) center center no-repeat;
}

#use .use-content {
    display: flex;
    justify-content: space-between
}

#use .use-box {
    width: 365px;
    height: 316px;
    background: rgba(14, 21, 32, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-evenly; */
}


#use .use-box>p {
    color: #fff;
    font-size: 24px;
}

#use .use-box>span {
    font-size: 14px;
    color: #b8bbbf;
}

#use .use-box>.pink {
    width: 30px;
    height: 6px;
    background-color: #076bf2;
    margin-top: 16px;
}

#use .use-box .now {
    width: 188px;
    height: 46px;
    background-color: #ff9b0b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    margin-top: 28px;
    display: none;
}

.use-content .active,.use-content .use-box:hover {
    background-color: #0693ee !important;
}

.use-content .active>.pink {
    background-color: #fff !important;
}

.use-content .active>span {
    color: #9bcff9 !important;
}

.use-content .active>p:first-child {
    padding-top: 48px !important;
}

.use-content .active>.now {
    display: block !important;
}


/* 8大服务 */

#eight {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

#eight .product {
    width: 280px;
    height: 287px;
    border: 1px solid #d7d8d9;
    margin-bottom: 36px;
}

#eight .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#eight .product .top {
    width: 100%;
    height: 104px;
    background-color: #ebecec;
    color: #333333;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#eight .product>p {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    padding: 32px 16px 0 16px;
}

#eight .flex .active,#eight .flex .product:hover {
    border: 1px solid #008cfb;
    box-shadow: 0px 6px 18px #c9e7fe;
}

#eight .flex .active .top {
    background: -moz-linear-gradient(right, #05a7ec 60%, #0770f2);
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #05a5ec 60%, #0770f2);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #05a5ec 60%, #0770f2);
    background: linear-gradient(left, #05a5ec 60%, #0770f2);
    color: white;
}


/* 团队保障 */

#team {
    width: 100%;
    height: 554px;
    background: url(../images/team-02.jpg);
    color: #fff;

}

.team-box {
    position: relative;
    padding-left: 50px;
    width: 433px;
    height: 114px;
}

.team-box>i {
    color: #076bf2;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 6px;
}

.team-box>span {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.team-box>P {
    font-size: 14px;
    text-align: justify;
    padding-top: 4px;
}

.team-service .logo-btn{
    margin: 0;
    width: 148px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}


/* 客户成功 */

#success {
    width: 100%;
    height: 640px;
    background-color: #f2f3f7;
}

/* #success .swiper-container{
    width: 100%;
    height: 100%;
} */


#success .swiper-container {
    width: 100%;
    height: 440px;
}

#success .swiper-container .success-story {
    float: right;
    width: 480px;
    height: 323px;
    padding-right: 30px;
    padding-top: 10px;
}

#success .swiper-container .success-story>span {
    font-size: 14px;
    color: #666666;

}

#success .swiper-container .success-story .margin {
    margin: 0 16px 0 16px;
}


#success .swiper-container .success-story>i {
    display: block;
    color: #008cfb;
    padding-top: 8px;
    padding-bottom: 20px;

}

#success .swiper-container .success-story>p {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
}


/* 怎么办 */
#how {
    width: 100%;
    height: 880px;
    background-color: #fff;
    text-align: center;
}

#how .title-img {
    padding-top: 8px;
    vertical-align: middle;
}

#how .swiper-container {
    width: 100%;
    height: 650px;
}

#how .swiper-container img {
    width: 937px;
    height: 581px;
}

/* 累计 */
#total {
    width: 100%;
    height: 182px;
    background: url(../images/total-02.png) center center no-repeat;
}

#total  .container{
    display: flex;
    justify-content: center;
    align-items: center;
}


#total .data{
    height: 100%;
    width: 960px;
    color: #fff;
    padding-top: 35px;
    display:flex;
    justify-content: space-between;
    text-align: center;
}

#total .data .data-content>p{
    font-size: 18px;
}

#total .data .data-content>span{
    font-size: 42px;
}

.foot1 {
    color: #81b3e9;
    font-size: 14px;
    text-align: center;
    padding-top: 14px;
}


/* 合作伙伴 */

#friend{
    width: 100%;
    height: auto;
    background-color: #fff; 
}


#friend .brand{
    display: block; overflow: hidden; position: relative; padding-bottom: 30px;
 /*   justify-content: space-between;*/
}

#friend .brand-box{
    width: 252px;
    height: 96px; float: left;
    background-color: #fff;
    display: block; margin-right: 27px; margin-bottom: 27px;
 
}
#friend .brand-box img{max-width: 100%;}
#friend .brand-box:nth-child(4n){margin-right: 0;}
#friend .brand-box:hover{
    box-shadow: 0px 8px 6px #f2f2f2;
}

/* 合作方式 */
#style{
    width: 100%;
    height: 760px;
    background-color: #f2f3f7;
    text-align: center;
}

#style .container{
    display: flex;
    justify-content: space-between;
}

#style .style-box{
    width: 370px;
    height: 474px;
    border: 1px solid #d7d8d9;
}

#style .style-box .style-head{
    width: 100%;
    height: 86px;
    background-color: #ebecec;
    line-height: 86px;
    color: #000;
    font-size: 22px;
    font-family: 'bold';
}

#style .style-box .style-content{
    padding: 0 65px;
}

#style .style-box .style-content p{
    font-size: 20px;
    color: #008cfb;
    font-family: 'bold';
	line-height:30px;
}

#style .style-box .style-content span{
    font-size: 14px;
    color: #666666;
}

#style .style-box .style-content hr{
    display: block;
    background-color: #d7d8d9;
}

#style .style-box .style-content>span{
    display: block;
    margin-top: 14px;
}


#style .style-box .style-content>a{
    display: block;
    width: 176px;
    height: 38px;
    border: 1px solid #ff9b0b;
    color: #ff9b0b;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 40px;
}

#style .active{
    border: 1px solid #008cfb;
    box-shadow: 0px 4px 10px #b7d8f6;
}

#style .active .style-head{
    background: -moz-linear-gradient(right, #05a7ec 60%, #0770f2);
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #05a5ec 60%, #0770f2);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #05a5ec 60%, #0770f2);
    background: linear-gradient(left, #05a5ec 60%, #0770f2);
    color: #fff;
}

.test{
    width: 100%;
    display: flex;
    justify-content: space-between;
}