@charset "utf-8";
/********************************** 公用部分 start **********************************/

/*banner开始*/
.main-banner {
    height: 313px;
    position: relative;
    background: url(../images/huitui/huitui_banner1.png) center no-repeat;
}
.main-banner-cont {
    padding: 60px 0 0;
    color: #fff;
}
.main-banner-title {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}
.main-banner-title-txt {
    font-size: 22px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
}
.main-banner-descrip {
    font-size: 18px;
    line-height: 52px;
}
.main-banner-btns {
    padding: 20px 0 0;
}
.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}
.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}
/*banner结束*/

.one_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 60px;
}
.one_text {
    color: #666;
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
}
.main-common{
    width: 1200px;
    margin: auto;
}
/* 网络推广，你遇到了怎样的难题？ */
.huitui_one{
    width: 100%;
    padding-bottom: 70px;
}
.huitui_one .top{
    width: 100%;
    /* height: 332px; */
    display: flex;
    margin-top: 52px;
}
.huitui_one .top .item{
    flex: 1;
    margin-right: 38px;
}
.huitui_one .top .item:last-child{
    margin-right: 0px;
}
.huitui_one .top .item .head{
    width: 100%;
    height: 70px;
}
.huitui_one .top .item:last-child .head{
    background: #20b09f;
}
.huitui_one .top .item:nth-child(1) .head{
    background: #53ADC7;
}
.huitui_one .top .item:nth-child(2) .head{
    background: #DDA759;
}
.huitui_one .top .item .head p{
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
}
.huitui_one .top .item .content{
    width: 100%;
    height: 202px;
    overflow: hidden;
}
.huitui_one .top .item:nth-child(1) .content{
    background: url(../images/b2b/one_img_1.png) no-repeat center;
}
.huitui_one .top .item:nth-child(2) .content{
    background: url(../images/b2b/one_img_2.png) no-repeat center;
}
.huitui_one .top .item:nth-child(3) .content{
    background: url(../images/b2b/one_img_3.png) no-repeat center;
}
.huitui_one .top .item .content .txt{
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 57px;
}
.huitui_one .top .item .content .txt-color{
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-top: 36px;
    font-weight: bold;
}

.huitui_one .top .item .content img{
    display: block;
    margin: 16px auto 0;
}
.huitui_one .middle{
    width: 100%;
    height: 362px;
    background: url(../images/huitui/line.png) no-repeat center;
    overflow: hidden;
}

.huitui_one .middle .section_c{
    height: 178px;
    border: 1px solid #e5e5e5;
    margin-top: 108px;
    display: flex;
}
.huitui_one .middle .section_c li{
    flex: 1;
    height: 178px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    float: left;
    perspective: 1000px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.huitui_one .middle .section_one, .section_two {
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}
.huitui_one .middle .section_one{
    width: 100%;
    height: 100%;
}
.huitui_one .middle .section_one div{
    width: 100%;
}
.huitui_one .middle .section_one div img{
    display: block;
    margin:26px auto 0;
    width: 82px;
    height: 82px;
}
.huitui_one .middle .section_one p{
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-top: 24px;
}

.huitui_one .middle .section_two{
    width: 100%;
    height: 100%;
    background: #20b09f;
    overflow: hidden;
    transform: rotateY(-180deg);
}

.huitui_one .middle .section_two p{
    text-align: left;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
}
.huitui_one .middle .section_c li:hover .section_one {
    transform: rotateY(180deg);
}
.huitui_one .middle .section_c li:hover .section_two {
    transform: rotateY(0deg);
}
.huitui_one .middle .section_c li:last-child{
    border-right: none;
}

.huitui_one .bottom{
    width: 100%;
    height: 85px;
    display: flex;
}
.huitui_one .bottom .bottom-item{
    flex: 1;
    height: 85px;
    margin-right: 22px;
}
.huitui_one .bottom .bottom-item p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 85px;
    text-align: center;
}
.huitui_one .bottom .bottom-item:last-child{
    margin-right: 0px;
    background: #20b09f;
}
.huitui_one .bottom .bottom-item:nth-child(1){
    background: #53adc7;
}
.huitui_one .bottom .bottom-item:nth-child(2){
    background: #dda759;
}
/* 汇推 • 六脉神掌 */
.huitui_two{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    padding-bottom: 60px;
}
.huitui_two .switchover{
    width: 100%;
    height: 414px;
    box-shadow: 0 0 10px 2px rgba(38, 38, 38, .16);
    margin-top: 50px;
    background: #fff;
}
.huitui_two .one-f{
    width: 1134px;
    height: 140px;
    position: relative;
    margin: auto;
}
.switchover .one{
    width: 1134px;
    height: 140px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
}
.switchover .one li{
    flex: 1;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.switchover .one li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.switchover .one li p{
    font-size: 17px;
    color: #333;
    text-align: center;
    margin-top: 103px;
}
.switchover .one li .img-b{
    display: none;
}
.switchover .one li.cur .img-b{
    display: block;
}
.switchover .one li.cur .img-a{
    display: none;
}

.switchover .one li.cur p{
    color: #20b09f
}

.border-hover{
    width: 189px;
    height: 3px;
    background: #20b09f;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.switchover .two{
    width: 1134px;
    height: 274px;
    margin: auto;
    overflow: hidden;
}
.switchover .two li{
    width: 100%;
    height: 100%;
    display: none;
}
.switchover .two li .left{
    width: 496px;
    height: 100%;
    float: left;
    position: relative;
}
.switchover .two li .left img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.switchover .two li .right{
    width: 638px;
    height: 100%;
    float: left;
}
.switchover .two li .right p{
    font-size: 17px;
    color: #666;
    margin-top: 80px;
    margin-right: 129px;
    line-height: 28px;
}
.switchover .two li .right p span{
    font-size: 20px;
    color: #20b09f;
    font-weight: bold;
}

/* 成功案例 */
.huitui_three{
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}
.huitui_anli{
    overflow: hidden;
    margin-top: 42px;
    padding: 1px 0px 0px 1px;
}

.huitui_three .flex-row {
	margin-top: -1px;
	justify-content: flex-start;
}

.huitui_three .item {
	width: 25%;
	height: 90px;
	margin: 0 0 0 -1px;
	position: relative;
	border: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.huitui_three .item, .huitui_three .item img{
    transition: all .3s ease;
}
.map-dot.cur:before,.map-dot:after {
	content: "";
	border-radius: 50%
}

.huitui_three .item:hover {
	z-index: 1;
	border-color: #20B09F
}

.huitui_three .item a {
	display: block;
	height: 100%
}

.huitui_three .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: grayscale(1);
}

/* .huitui_three .item .img-b,.huitui_three .item:hover .img-a {
	opacity: 0;
	visibility: hidden
} */

.huitui_three .item:hover .img-b {
	filter: none;
}
















/* 专属需求 */
.demand-box {
    padding: 60px 0 58px;
    background: url("//s.300.cn/v3.0/style/product/homestay/images/demand-bg.png") center bottom no-repeat #f9f9f9;
}
.demand-box .header {
    position: relative;
    width: 602px;
    height: 50px;
    margin: 0 auto 40px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #20b09f;
    border-radius: 31px;
    text-align: center;
}
.demand-box .header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    font: 0/0 arial;
    border: 10px dashed transparent;
    border-top: 10px solid #20b09f;
}
.form-item {
    position: relative;
    width: 682px;
    min-height: 42px;
    padding: 0 130px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
}
.form-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: right;
    font-weight: bold;
    line-height: 42px;
}
.form-input {
    width: 290px;
    height: 30px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    vertical-align: middle;
}
.form-input.verify-input {
    width: 110px;
}
.form-textarea {
    width: 652px;
    height: 160px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    overflow-y: auto;
}
.verify-pic {
    display: inline-block;
    width: 120px;
    height: 42px;
    margin: 0 0 0 16px;
    background: #ccc;
    vertical-align: middle;
}
.verify-pic img {
    width: 100%;
    height: 100%;
}
.form-text {
    margin: 0 0 0 16px;
}
.demand-box .protal-btn {
    display: block;
    margin: 36px auto 0;
}
.items {
    padding: 60px 0;
}



/* 套餐详情 */
.set_meal{
    width: 100%;
    overflow: hidden;
}
.set_meal .title{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 48px;
}

.set_meal .switchover_ul{
    width: 100%;
    height: 60px;
    display: flex;
    margin-top: 42px;
}
.set_meal .switchover_ul li{
    flex: 1;
    background: #293a4a;
    border-right: 1px solid #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.set_meal .switchover_ul li.cur{
    background-color: #20b09f;
}
.set_meal .switchover_ul li:hover{
    background-color: #20b09f;
}
.set_meal .switchover_ul li.cur .jiantou {
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
    border-width: 10px;
    border-color: #20b09f;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -70px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    z-index: 100;
}
.set_meal .switchover_ul li:last-child{
    border-right: none;
}








.set_meal .matter{
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}

.set_meal .matter .table_wrap{
    width: 100%;
    overflow: hidden;
    display: none;
}
.set_meal .matter .table_one{
    width: 240px;
    float: left;
}
.set_meal .matter .table_one .table_header{
    width: 239px;
    height: 48px;
    background: #20b09f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    border-right: #fff;
}
.set_meal .matter .table_one ol{
    width: 94px;
    float: left;
}
.set_meal .matter .table_one ol li:nth-child(1), .set_meal .matter .table_one ul li:nth-child(1), .set_meal .matter .public ul li:nth-child(1){
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    height: 44px;
}
.set_meal .matter .table_one ol li:nth-child(1){
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.set_meal .matter .table_one ol li:nth-child(2){
    width: 100%;
    height: 315px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 315px;
}
.set_meal .matter .table_one ol li:nth-child(3){
    width: 100%;
    height: 315px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 315px;
}
.set_meal .matter .table_one ul{
    width: 146px;
    float: left;
}
.set_meal .matter .table_one ul li:nth-child(1){
    width: 146px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.set_meal .matter .table_one ul li{
    width: 146px;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 44px;
}
.set_meal .matter .table_one ul li:nth-child(even){
    background: #f9f9f9;
}





.set_meal .matter .public{
    width: 192px;
    float: left;
}
.set_meal .matter .public .table_header{
    width: 191px;
    height: 48px;
    background: #20b09f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    border-right: #fff;
    font-weight: bold;
}
.set_meal .matter .public ul{
    width: 192px;
}
.set_meal .matter .public ul li{
    width: 192px;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 44px;
}
.set_meal .matter .public ul li:nth-child(1){
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.set_meal .matter .public ul li:nth-child(even){
    background: #f9f9f9;
}

.advisory{
    width: 100%;
    height: 86px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.advisory .button{
    width: 175px;
    height: 46px;
    background: #20b09f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
.advisory .button p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

/*新增style*/
.ntable{
    width:100%;
    margin-bottom:35px;
    text-align:center;
    border:1px solid #e5e5e5;
    border-width:0 0 0 1px;
}

.ntable th{
    background-color:#20b09f;
    height:48px;
    line-height:48px;
    color:#fff;
    font-size:16px;
    text-align:center;
    border-right:1px solid #fff;
}

.ntable td{
    height:44px;
    line-height:44px;
    border:1px solid #e5e5e5;
    border-width:0 1px 1px 0;
}

.ntable tr:nth-child(even) td{
    background-color:#f9f9f9
}